Skip to content

BillingandCostManagementDataExports module#

Index > BillingandCostManagementDataExports

Auto-generated documentation for BillingandCostManagementDataExports type annotations stubs module mypy-boto3-bcm-data-exports.

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 BillingandCostManagementDataExports.

From PyPI with pip#

Install boto3-stubs for BillingandCostManagementDataExports service.

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


# standalone installation
python -m pip install mypy-boto3-bcm-data-exports

How to uninstall#

python -m pip uninstall -y mypy-boto3-bcm-data-exports

Usage#

Code samples can be found in Examples.

BillingandCostManagementDataExportsClient#

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

# BillingandCostManagementDataExportsClient usage example

from boto3.session import Session

from mypy_boto3_bcm_data_exports.client import BillingandCostManagementDataExportsClient

def get_client() -> BillingandCostManagementDataExportsClient:
    return Session().client("bcm-data-exports")

Paginators#

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

# ListExecutionsPaginator usage example

from boto3.session import Session

from mypy_boto3_bcm_data_exports.paginator import ListExecutionsPaginator

def get_list_executions_paginator() -> ListExecutionsPaginator:
    return Session().client("bcm-data-exports").get_paginator("list_executions"))

Literals#

Type annotations for literals used in methods and schema.

# CompressionOptionType usage example

from mypy_boto3_bcm_data_exports.literals import CompressionOptionType

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

Type definitions#

Type annotations for type definitions used in methods and schema.