Skip to content

MarketplaceMetering module#

Index > MarketplaceMetering

Auto-generated documentation for MarketplaceMetering type annotations stubs module types-aiobotocore-meteringmarketplace.

How to install#

From PyPI with pip#

Install types-aioboto3 for MarketplaceMetering service.

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


# 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[meteringmarketplace]'


# standalone installation
python -m pip install types-aiobotocore-meteringmarketplace

How to uninstall#

python -m pip uninstall -y types-aiobotocore-meteringmarketplace

Usage#

Code samples can be found in Examples.

MarketplaceMeteringClient#

Type annotations and code completion for session.client("meteringmarketplace") as MarketplaceMeteringClient boto3 documentation

# MarketplaceMeteringClient usage example

from aioboto3.session import Session

from types_aiobotocore_meteringmarketplace.client import MarketplaceMeteringClient


session = Session()
async with session.client("meteringmarketplace") as client:
    client: MarketplaceMeteringClient

Literals#

Type annotations for literals used in methods and schema.

# UsageRecordResultStatusType usage example

from types_aiobotocore_meteringmarketplace.literals import UsageRecordResultStatusType

def get_value() -> UsageRecordResultStatusType:
    return "CustomerNotSubscribed"

Type definitions#

Type annotations for type definitions used in methods and schema.