Skip to content

BillingandCostManagementDataExports module#

Index > BillingandCostManagementDataExports

Auto-generated documentation for BillingandCostManagementDataExports type annotations stubs module types-aiobotocore-bcm-data-exports.

How to install#

From PyPI with pip#

Install types-aioboto3 for BillingandCostManagementDataExports service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[bcm-data-exports]'


# 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[bcm-data-exports]'


# standalone installation
python -m pip install types-aiobotocore-bcm-data-exports

How to uninstall#

python -m pip uninstall -y types-aiobotocore-bcm-data-exports

Usage#

Code samples can be found in Examples.

BillingandCostManagementDataExportsClient#

Type annotations and code completion for session.client("bcm-data-exports") as BillingandCostManagementDataExportsClient boto3 documentation

# BillingandCostManagementDataExportsClient usage example

from aioboto3.session import Session

from types_aiobotocore_bcm_data_exports.client import BillingandCostManagementDataExportsClient


session = Session()
async with session.client("bcm-data-exports") as client:
    client: BillingandCostManagementDataExportsClient

Paginators#

Type annotations and code completion for paginators from session.client("bcm-data-exports").get_paginator("...").

# ListExecutionsPaginator usage example

from types_aiobotocore_bcm_data_exports.paginator import ListExecutionsPaginator

def get_list_executions_paginator() -> ListExecutionsPaginator:
    return client.get_paginator("list_executions"))

Literals#

Type annotations for literals used in methods and schema.

# CompressionOptionType usage example

from types_aiobotocore_bcm_data_exports.literals import CompressionOptionType

def get_value() -> CompressionOptionType:
    return "GZIP"

Type definitions#

Type annotations for type definitions used in methods and schema.