Skip to content

AlexaForBusiness module#

Index > AlexaForBusiness

Auto-generated documentation for AlexaForBusiness type annotations stubs module types-aiobotocore-alexaforbusiness.

How to install#

From PyPI with pip#

Install types-aiobotocore for AlexaForBusiness service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

AlexaForBusinessClient#

Type annotations and code completion for session.create_client("alexaforbusiness") as AlexaForBusinessClient boto3 documentation

# AlexaForBusinessClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_alexaforbusiness.client import AlexaForBusinessClient


session = get_session()
async with session.create_client("alexaforbusiness") as client:
    client: AlexaForBusinessClient

Paginators#

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

# ListBusinessReportSchedulesPaginator usage example

from types_aiobotocore_alexaforbusiness.paginator import ListBusinessReportSchedulesPaginator

def get_list_business_report_schedules_paginator() -> ListBusinessReportSchedulesPaginator:
    return client.get_paginator("list_business_report_schedules"))

Literals#

Type annotations for literals used in methods and schema.

# BusinessReportFailureCodeType usage example

from types_aiobotocore_alexaforbusiness.literals import BusinessReportFailureCodeType

def get_value() -> BusinessReportFailureCodeType:
    return "ACCESS_DENIED"

Type definitions#

Type annotations for type definitions used in methods and schema.