Skip to content

MarketplaceEntitlementService module

Index > MarketplaceEntitlementService

Auto-generated documentation for MarketplaceEntitlementService type annotations stubs module types-aiobotocore-marketplace-entitlement.

How to install

From PyPI with pip

Install types-aioboto3 for MarketplaceEntitlementService service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[marketplace-entitlement]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aioboto3-lite[marketplace-entitlement]'


# standalone installation
python -m pip install types-aiobotocore-marketplace-entitlement

How to uninstall

python -m pip uninstall -y types-aiobotocore-marketplace-entitlement

Usage

Code samples can be found in Examples.

MarketplaceEntitlementServiceClient

Type annotations and code completion for session.client("marketplace-entitlement") as MarketplaceEntitlementServiceClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_marketplace_entitlement.client import MarketplaceEntitlementServiceClient


session = Session()
async with session.client("marketplace-entitlement") as client:
    client: MarketplaceEntitlementServiceClient

Paginators

Type annotations and code completion for paginators from session.client("marketplace-entitlement").get_paginator("...").

Usage example
from types_aiobotocore_marketplace_entitlement.paginator import GetEntitlementsPaginator

def get_get_entitlements_paginator() -> GetEntitlementsPaginator:
    return client.get_paginator("get_entitlements"))

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_marketplace_entitlement.literals import GetEntitlementFilterNameType

def get_value() -> GetEntitlementFilterNameType:
    return "CUSTOMER_IDENTIFIER"

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_marketplace_entitlement.type_defs import EntitlementValueTypeDef

def get_value() -> EntitlementValueTypeDef:
    return {
        "IntegerValue": ...,
    }