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-aioboto3 for AppIntegrationsService service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[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-aioboto3-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.client("appintegrations") as AppIntegrationsServiceClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_appintegrations.client import AppIntegrationsServiceClient


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

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_appintegrations.literals import AppIntegrationsServiceServiceName

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

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_appintegrations.type_defs import ScheduleConfigurationTypeDef

def get_value() -> ScheduleConfigurationTypeDef:
    return {
        "FirstExecutionFrom": ...,
    }