Skip to content

BillingConductor module#

Index > BillingConductor

Auto-generated documentation for BillingConductor type annotations stubs module types-aiobotocore-billingconductor.

How to install#

From PyPI with pip#

Install types-aiobotocore for BillingConductor service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[billingconductor]'


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

BillingConductorClient#

Type annotations and code completion for session.create_client("billingconductor") as BillingConductorClient boto3 documentation

# BillingConductorClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_billingconductor.client import BillingConductorClient


session = get_session()
async with session.create_client("billingconductor") as client:
    client: BillingConductorClient

Paginators#

Type annotations and code completion for paginators from session.create_client("billingconductor").get_paginator("...").

# ListAccountAssociationsPaginator usage example

from types_aiobotocore_billingconductor.paginator import ListAccountAssociationsPaginator

def get_list_account_associations_paginator() -> ListAccountAssociationsPaginator:
    return client.get_paginator("list_account_associations"))

Literals#

Type annotations for literals used in methods and schema.

# AssociateResourceErrorReasonType usage example

from types_aiobotocore_billingconductor.literals import AssociateResourceErrorReasonType

def get_value() -> AssociateResourceErrorReasonType:
    return "ILLEGAL_CUSTOMLINEITEM"

Type definitions#

Type annotations for type definitions used in methods and schema.