Is it possible to read the documentation of previous versions? Tried it, looked for answers but no success so far.
http://botocore.readthedocs.io/en/latest/
https://github.com/boto/botocore
As of 2018-10-04, the link http://botocore.readthedocs.io/en/latest/ mentioned in the question is redirecting to https://botocore.amazonaws.com/v1/documentation/api/latest/index.html.
You can access the previous version of documentation by replacing {version_number} with the version you want visit in the following URL.
https://botocore.amazonaws.com/v1/documentation/api/{version_number}/index.html
For example, visit https://botocore.amazonaws.com/v1/documentation/api/1.12.19/index.html for version 1.12.19 documentation.
Please note, as of 2022-10-20, documentation is available only for versions >= 1.10.50
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With