ConnectParticipant module#
Index > ConnectParticipant
Auto-generated documentation for ConnectParticipant type annotations stubs module types-aiobotocore-connectparticipant.
How to install#
Generate locally (recommended)#
You can generate type annotations for aiobotocore package locally with mypy-boto3-builder.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'aiobotocore==3.3.0' mypy-boto3-builder - Select
aiobotocoreAWS SDK. - Add
ConnectParticipantservice. - Use provided commands to install generated packages.
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"
- ArtifactStatusType
- ChatItemTypeType
- ConnectionTypeType
- MeetingFeatureStatusType
- MessageProcessingStatusType
- ParticipantRoleType
- ScanDirectionType
- SortKeyType
- ConnectParticipantServiceName
- ServiceName
- ResourceServiceName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- AttachmentItemTypeDef
- AttendeeTypeDef
- AudioFeaturesTypeDef
- CancelParticipantAuthenticationRequestTypeDef
- CompleteAttachmentUploadRequestTypeDef
- ConnectionCredentialsTypeDef
- CreateParticipantConnectionRequestTypeDef
- ResponseMetadataTypeDef
- WebsocketTypeDef
- DescribeViewRequestTypeDef
- DisconnectParticipantRequestTypeDef
- GetAttachmentRequestTypeDef
- GetAuthenticationUrlRequestTypeDef
- StartPositionTypeDef
- ReceiptTypeDef
- MessageProcessingMetadataTypeDef
- SendEventRequestTypeDef
- SendMessageRequestTypeDef
- StartAttachmentUploadRequestTypeDef
- UploadMetadataTypeDef
- ViewContentTypeDef
- WebRTCMediaPlacementTypeDef
- MeetingFeaturesConfigurationTypeDef
- GetAttachmentResponseTypeDef
- GetAuthenticationUrlResponseTypeDef
- SendEventResponseTypeDef
- GetTranscriptRequestTypeDef
- MessageMetadataTypeDef
- SendMessageResponseTypeDef
- StartAttachmentUploadResponseTypeDef
- ViewTypeDef
- WebRTCMeetingTypeDef
- ItemTypeDef
- DescribeViewResponseTypeDef
- WebRTCConnectionTypeDef
- GetTranscriptResponseTypeDef
- CreateParticipantConnectionResponseTypeDef