Skip to content

ConnectParticipant module#

Index > ConnectParticipant

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

How to install#

You can generate type annotations for aioboto3 package locally with mypy-boto3-builder. Use uv for build isolation.

  1. Run mypy-boto3-builder in your package root directory: uvx --with 'aioboto3==14.1.0' mypy-boto3-builder
  2. Select aioboto3 AWS SDK.
  3. Add ConnectParticipant service.
  4. Use provided commands to install generated packages.

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

# ConnectParticipantClient 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.

# 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.