

**************
MediaStoreData
**************



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



.. py:class:: MediaStoreData.Client

  A low-level client representing AWS Elemental MediaStore Data Plane
  

  An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service. Objects are the fundamental entities that are stored in AWS Elemental MediaStore.

  ::

    
    import boto3
    
    client = boto3.client('mediastore-data')

  

These are the available methods:

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

  mediastore-data/client/can_paginate
  mediastore-data/client/close
  mediastore-data/client/delete_object
  mediastore-data/client/describe_object
  mediastore-data/client/get_object
  mediastore-data/client/get_paginator
  mediastore-data/client/get_waiter
  mediastore-data/client/list_items
  mediastore-data/client/put_object


==========
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:

  mediastore-data/paginator/ListItems
