python-boto3/docs/source/index.rst

77 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2015-11-27 23:25:33 +01:00
.. Boto3 documentation master file, created by
sphinx-quickstart on Wed Sep 3 11:11:30 2014.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
2021-09-22 18:34:33 +02:00
Boto3 documentation
2015-11-27 23:25:33 +01:00
====================
2021-09-22 18:34:33 +02:00
You use the AWS SDK for Python (Boto3) to create, configure, and manage AWS services, such as Amazon
Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3). The SDK provides
an object-oriented API as well as low-level access to AWS services.
.. note::
Documentation and developers tend to refer to the AWS SDK for Python as "Boto3," and this
documentation often does so as well.
2015-11-27 23:25:33 +01:00
Quickstart
----------
.. toctree::
:maxdepth: 2
guide/quickstart
guide/sqs
2018-07-11 07:39:36 +02:00
guide/examples
2015-11-27 23:25:33 +01:00
2021-09-22 18:34:33 +02:00
User guides
2019-10-20 18:51:09 +02:00
-----------
2015-11-27 23:25:33 +01:00
.. toctree::
2019-10-20 18:51:09 +02:00
:maxdepth: 3
2015-11-27 23:25:33 +01:00
guide/index
2020-05-06 10:06:12 +02:00
Security
--------
.. toctree::
:maxdepth: 2
guide/security
2021-09-22 18:34:33 +02:00
API reference
2015-11-27 23:25:33 +01:00
-------------
Services
~~~~~~~~
.. toctree::
:maxdepth: 3
reference/services/index
Core
~~~~
.. toctree::
:maxdepth: 3
reference/core/index
Customizations
~~~~~~~~~~~~~~
.. toctree::
:maxdepth: 3
reference/customizations/index
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`