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-aiobotocore for ConnectParticipant service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[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-aiobotocore-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.create_client("connectparticipant") as ConnectParticipantClient boto3 documentation

# ConnectParticipantClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_connectparticipant.client import ConnectParticipantClient


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

Literals#

Type annotations for literals used in methods and schema.

# ArtifactStatusType usage example

from types_aiobotocore_connectparticipant.literals import ArtifactStatusType

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

Type definitions#

Type annotations for type definitions used in methods and schema.