Skip to content

MarketplaceEntitlementService module#

Index > MarketplaceEntitlementService

Auto-generated documentation for MarketplaceEntitlementService type annotations stubs module mypy-boto3-marketplace-entitlement.

How to install#

VSCode extension#

Add AWS Boto3 extension to your VSCode and run AWS boto3: Quick Start command.

Click Modify and select boto3 common and MarketplaceEntitlementService.

From PyPI with pip#

Install boto3-stubs for MarketplaceEntitlementService service.

# install with boto3 type annotations
python -m pip install 'boto3-stubs[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 'boto3-stubs-lite[marketplace-entitlement]'


# standalone installation
python -m pip install mypy-boto3-marketplace-entitlement

How to uninstall#

python -m pip uninstall -y mypy-boto3-marketplace-entitlement

Usage#

Code samples can be found in Examples.

MarketplaceEntitlementServiceClient#

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

# MarketplaceEntitlementServiceClient usage example

from boto3.session import Session

from mypy_boto3_marketplace_entitlement.client import MarketplaceEntitlementServiceClient

def get_client() -> MarketplaceEntitlementServiceClient:
    return Session().client("marketplace-entitlement")

Paginators#

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

# GetEntitlementsPaginator usage example

from boto3.session import Session

from mypy_boto3_marketplace_entitlement.paginator import GetEntitlementsPaginator

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

Literals#

Type annotations for literals used in methods and schema.

# GetEntitlementFilterNameType usage example

from mypy_boto3_marketplace_entitlement.literals import GetEntitlementFilterNameType

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

Type definitions#

Type annotations for type definitions used in methods and schema.