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==2.23.0' mypy-boto3-builder
- Select
aiobotocore
AWS SDK. - Add
ConnectParticipant
service. - 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
- ParticipantRoleType
- ScanDirectionType
- SortKeyType
- ConnectParticipantServiceName
- ServiceName
- ResourceServiceName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- AttachmentItemTypeDef
- CancelParticipantAuthenticationRequestTypeDef
- CompleteAttachmentUploadRequestTypeDef
- ConnectionCredentialsTypeDef
- CreateParticipantConnectionRequestTypeDef
- ResponseMetadataTypeDef
- WebsocketTypeDef
- DescribeViewRequestTypeDef
- DisconnectParticipantRequestTypeDef
- GetAttachmentRequestTypeDef
- GetAuthenticationUrlRequestTypeDef
- StartPositionTypeDef
- ReceiptTypeDef
- SendEventRequestTypeDef
- SendMessageRequestTypeDef
- StartAttachmentUploadRequestTypeDef
- UploadMetadataTypeDef
- ViewContentTypeDef
- GetAttachmentResponseTypeDef
- GetAuthenticationUrlResponseTypeDef
- SendEventResponseTypeDef
- SendMessageResponseTypeDef
- CreateParticipantConnectionResponseTypeDef
- GetTranscriptRequestTypeDef
- MessageMetadataTypeDef
- StartAttachmentUploadResponseTypeDef
- ViewTypeDef
- ItemTypeDef
- DescribeViewResponseTypeDef
- GetTranscriptResponseTypeDef