

**********
S3Outposts
**********



======
Client
======



.. py:class:: S3Outposts.Client

  A low-level client representing Amazon S3 on Outposts (S3 Outposts)
  

  Amazon S3 on Outposts provides access to S3 on Outposts operations.

  ::

    
    import boto3
    
    client = boto3.client('s3outposts')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  s3outposts/client/can_paginate
  s3outposts/client/close
  s3outposts/client/create_endpoint
  s3outposts/client/delete_endpoint
  s3outposts/client/get_paginator
  s3outposts/client/get_waiter
  s3outposts/client/list_endpoints
  s3outposts/client/list_outposts_with_s3
  s3outposts/client/list_shared_endpoints


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  s3outposts/paginator/ListEndpoints
  s3outposts/paginator/ListOutpostsWithS3
  s3outposts/paginator/ListSharedEndpoints
