Skip to content

ConnectParticipant module

Index > ConnectParticipant

Auto-generated documentation for ConnectParticipant type annotations stubs module types-aiobotocore-connectparticipant.

How to install

From PyPI with pip

Install types-aioboto3 for ConnectParticipant service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[connectparticipant]'


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


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

How to uninstall

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

Usage

Code samples can be found in Examples.

ConnectParticipantClient

Type annotations and code completion for session.client("connectparticipant") as ConnectParticipantClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_connectparticipant.client import ConnectParticipantClient


session = Session()
async with session.client("connectparticipant") as client:
    client: ConnectParticipantClient

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_connectparticipant.literals import ArtifactStatusType

def get_value() -> ArtifactStatusType:
    return "APPROVED"

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_connectparticipant.type_defs import AttachmentItemTypeDef

def get_value() -> AttachmentItemTypeDef:
    return {
        "ContentType": ...,
    }