Skip to content

AppIntegrationsService module#

Index > AppIntegrationsService

Auto-generated documentation for AppIntegrationsService type annotations stubs module types-aiobotocore-appintegrations.

How to install#

From PyPI with pip#

Install types-aiobotocore for AppIntegrationsService service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

AppIntegrationsServiceClient#

Type annotations and code completion for session.create_client("appintegrations") as AppIntegrationsServiceClient boto3 documentation

# AppIntegrationsServiceClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_appintegrations.client import AppIntegrationsServiceClient


session = get_session()
async with session.create_client("appintegrations") as client:
    client: AppIntegrationsServiceClient

Literals#

Type annotations for literals used in methods and schema.

# AppIntegrationsServiceServiceName usage example

from types_aiobotocore_appintegrations.literals import AppIntegrationsServiceServiceName

def get_value() -> AppIntegrationsServiceServiceName:
    return "appintegrations"

Type definitions#

Type annotations for type definitions used in methods and schema.