

*****************************
MarketplaceEntitlementService
*****************************



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



.. py:class:: MarketplaceEntitlementService.Client

  A low-level client representing AWS Marketplace Entitlement Service
   

  This reference provides descriptions of the AWS Marketplace Entitlement Service API.

   

  AWS Marketplace Entitlement Service is used to determine the entitlement of a customer to a given product. An entitlement represents capacity in a product owned by the customer. For example, a customer might own some number of users or seats in an SaaS application or some amount of data capacity in a multi-tenant database.

   

  **Getting Entitlement Records**

   

  
  * *GetEntitlements*- Gets the entitlements for a Marketplace product.
  

  ::

    
    import boto3
    
    client = boto3.client('marketplace-entitlement')

  

These are the available methods:

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

  marketplace-entitlement/client/can_paginate
  marketplace-entitlement/client/close
  marketplace-entitlement/client/get_entitlements
  marketplace-entitlement/client/get_paginator
  marketplace-entitlement/client/get_waiter


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

  marketplace-entitlement/paginator/GetEntitlements
