Literals#
Auto-generated documentation for Connect type annotations stubs module types-boto3-connect.
ActionTypeType#
# ActionTypeType usage example
from types_boto3_connect.literals import ActionTypeType
def get_value() -> ActionTypeType:
    return "ASSIGN_CONTACT_CATEGORY"# ActionTypeType definition
ActionTypeType = Literal[
    "ASSIGN_CONTACT_CATEGORY",
    "ASSIGN_SLA",
    "CREATE_CASE",
    "CREATE_TASK",
    "END_ASSOCIATED_TASKS",
    "GENERATE_EVENTBRIDGE_EVENT",
    "SEND_NOTIFICATION",
    "SUBMIT_AUTO_EVALUATION",
    "UPDATE_CASE",
]AgentAvailabilityTimerType#
# AgentAvailabilityTimerType usage example
from types_boto3_connect.literals import AgentAvailabilityTimerType
def get_value() -> AgentAvailabilityTimerType:
    return "TIME_SINCE_LAST_ACTIVITY"# AgentAvailabilityTimerType definition
AgentAvailabilityTimerType = Literal[
    "TIME_SINCE_LAST_ACTIVITY",
    "TIME_SINCE_LAST_INBOUND",
]AgentStatusStateType#
# AgentStatusStateType usage example
from types_boto3_connect.literals import AgentStatusStateType
def get_value() -> AgentStatusStateType:
    return "DISABLED"# AgentStatusStateType definition
AgentStatusStateType = Literal[
    "DISABLED",
    "ENABLED",
]AgentStatusTypeType#
# AgentStatusTypeType usage example
from types_boto3_connect.literals import AgentStatusTypeType
def get_value() -> AgentStatusTypeType:
    return "CUSTOM"# AgentStatusTypeType definition
AgentStatusTypeType = Literal[
    "CUSTOM",
    "OFFLINE",
    "ROUTABLE",
]AllowedUserActionType#
# AllowedUserActionType usage example
from types_boto3_connect.literals import AllowedUserActionType
def get_value() -> AllowedUserActionType:
    return "CALL"# AllowedUserActionType definition
AllowedUserActionType = Literal[
    "CALL",
    "DISCARD",
]AnsweringMachineDetectionStatusType#
# AnsweringMachineDetectionStatusType usage example
from types_boto3_connect.literals import AnsweringMachineDetectionStatusType
def get_value() -> AnsweringMachineDetectionStatusType:
    return "AMD_ERROR"# AnsweringMachineDetectionStatusType definition
AnsweringMachineDetectionStatusType = Literal[
    "AMD_ERROR",
    "AMD_NOT_APPLICABLE",
    "AMD_UNANSWERED",
    "AMD_UNRESOLVED",
    "ANSWERED",
    "ERROR",
    "FAX_MACHINE_DETECTED",
    "HUMAN_ANSWERED",
    "SIT_TONE_BUSY",
    "SIT_TONE_DETECTED",
    "SIT_TONE_INVALID_NUMBER",
    "UNDETECTED",
    "VOICEMAIL_BEEP",
    "VOICEMAIL_NO_BEEP",
]ArtifactStatusType#
# ArtifactStatusType usage example
from types_boto3_connect.literals import ArtifactStatusType
def get_value() -> ArtifactStatusType:
    return "APPROVED"# ArtifactStatusType definition
ArtifactStatusType = Literal[
    "APPROVED",
    "IN_PROGRESS",
    "REJECTED",
]BehaviorTypeType#
# BehaviorTypeType usage example
from types_boto3_connect.literals import BehaviorTypeType
def get_value() -> BehaviorTypeType:
    return "ROUTE_ANY_CHANNEL"# BehaviorTypeType definition
BehaviorTypeType = Literal[
    "ROUTE_ANY_CHANNEL",
    "ROUTE_CURRENT_CHANNEL_ONLY",
]ChannelType#
# ChannelType usage example
from types_boto3_connect.literals import ChannelType
def get_value() -> ChannelType:
    return "CHAT"# ChannelType definition
ChannelType = Literal[
    "CHAT",
    "EMAIL",
    "TASK",
    "VOICE",
]ChatEventTypeType#
# ChatEventTypeType usage example
from types_boto3_connect.literals import ChatEventTypeType
def get_value() -> ChatEventTypeType:
    return "DISCONNECT"# ChatEventTypeType definition
ChatEventTypeType = Literal[
    "DISCONNECT",
    "EVENT",
    "MESSAGE",
]ComparisonType#
# ComparisonType usage example
from types_boto3_connect.literals import ComparisonType
def get_value() -> ComparisonType:
    return "LT"# ComparisonType definition
ComparisonType = Literal[
    "LT",
]ContactFlowModuleStateType#
# ContactFlowModuleStateType usage example
from types_boto3_connect.literals import ContactFlowModuleStateType
def get_value() -> ContactFlowModuleStateType:
    return "ACTIVE"# ContactFlowModuleStateType definition
ContactFlowModuleStateType = Literal[
    "ACTIVE",
    "ARCHIVED",
]ContactFlowModuleStatusType#
# ContactFlowModuleStatusType usage example
from types_boto3_connect.literals import ContactFlowModuleStatusType
def get_value() -> ContactFlowModuleStatusType:
    return "PUBLISHED"# ContactFlowModuleStatusType definition
ContactFlowModuleStatusType = Literal[
    "PUBLISHED",
    "SAVED",
]ContactFlowStateType#
# ContactFlowStateType usage example
from types_boto3_connect.literals import ContactFlowStateType
def get_value() -> ContactFlowStateType:
    return "ACTIVE"# ContactFlowStateType definition
ContactFlowStateType = Literal[
    "ACTIVE",
    "ARCHIVED",
]ContactFlowStatusType#
# ContactFlowStatusType usage example
from types_boto3_connect.literals import ContactFlowStatusType
def get_value() -> ContactFlowStatusType:
    return "PUBLISHED"# ContactFlowStatusType definition
ContactFlowStatusType = Literal[
    "PUBLISHED",
    "SAVED",
]ContactFlowTypeType#
# ContactFlowTypeType usage example
from types_boto3_connect.literals import ContactFlowTypeType
def get_value() -> ContactFlowTypeType:
    return "AGENT_HOLD"# ContactFlowTypeType definition
ContactFlowTypeType = Literal[
    "AGENT_HOLD",
    "AGENT_TRANSFER",
    "AGENT_WHISPER",
    "CAMPAIGN",
    "CONTACT_FLOW",
    "CUSTOMER_HOLD",
    "CUSTOMER_QUEUE",
    "CUSTOMER_WHISPER",
    "OUTBOUND_WHISPER",
    "QUEUE_TRANSFER",
]ContactInitiationMethodType#
# ContactInitiationMethodType usage example
from types_boto3_connect.literals import ContactInitiationMethodType
def get_value() -> ContactInitiationMethodType:
    return "AGENT_REPLY"# ContactInitiationMethodType definition
ContactInitiationMethodType = Literal[
    "AGENT_REPLY",
    "API",
    "CALLBACK",
    "DISCONNECT",
    "EXTERNAL_OUTBOUND",
    "FLOW",
    "INBOUND",
    "MONITOR",
    "OUTBOUND",
    "QUEUE_TRANSFER",
    "TRANSFER",
    "WEBRTC_API",
]ContactMetricNameType#
# ContactMetricNameType usage example
from types_boto3_connect.literals import ContactMetricNameType
def get_value() -> ContactMetricNameType:
    return "POSITION_IN_QUEUE"# ContactMetricNameType definition
ContactMetricNameType = Literal[
    "POSITION_IN_QUEUE",
]ContactRecordingTypeType#
# ContactRecordingTypeType usage example
from types_boto3_connect.literals import ContactRecordingTypeType
def get_value() -> ContactRecordingTypeType:
    return "AGENT"# ContactRecordingTypeType definition
ContactRecordingTypeType = Literal[
    "AGENT",
    "IVR",
    "SCREEN",
]ContactStateType#
# ContactStateType usage example
from types_boto3_connect.literals import ContactStateType
def get_value() -> ContactStateType:
    return "CONNECTED"# ContactStateType definition
ContactStateType = Literal[
    "CONNECTED",
    "CONNECTED_ONHOLD",
    "CONNECTING",
    "ENDED",
    "ERROR",
    "INCOMING",
    "MISSED",
    "PENDING",
    "REJECTED",
]CurrentMetricNameType#
# CurrentMetricNameType usage example
from types_boto3_connect.literals import CurrentMetricNameType
def get_value() -> CurrentMetricNameType:
    return "AGENTS_AFTER_CONTACT_WORK"# CurrentMetricNameType definition
CurrentMetricNameType = Literal[
    "AGENTS_AFTER_CONTACT_WORK",
    "AGENTS_AVAILABLE",
    "AGENTS_ERROR",
    "AGENTS_NON_PRODUCTIVE",
    "AGENTS_ON_CALL",
    "AGENTS_ON_CONTACT",
    "AGENTS_ONLINE",
    "AGENTS_STAFFED",
    "CONTACTS_IN_QUEUE",
    "CONTACTS_SCHEDULED",
    "OLDEST_CONTACT_AGE",
    "SLOTS_ACTIVE",
    "SLOTS_AVAILABLE",
]DateComparisonTypeType#
# DateComparisonTypeType usage example
from types_boto3_connect.literals import DateComparisonTypeType
def get_value() -> DateComparisonTypeType:
    return "EQUAL_TO"# DateComparisonTypeType definition
DateComparisonTypeType = Literal[
    "EQUAL_TO",
    "GREATER_THAN",
    "GREATER_THAN_OR_EQUAL_TO",
    "LESS_THAN",
    "LESS_THAN_OR_EQUAL_TO",
]DeviceTypeType#
# DeviceTypeType usage example
from types_boto3_connect.literals import DeviceTypeType
def get_value() -> DeviceTypeType:
    return "APNS"# DeviceTypeType definition
DeviceTypeType = Literal[
    "APNS",
    "APNS_SANDBOX",
    "GCM",
]DirectoryTypeType#
# DirectoryTypeType usage example
from types_boto3_connect.literals import DirectoryTypeType
def get_value() -> DirectoryTypeType:
    return "CONNECT_MANAGED"# DirectoryTypeType definition
DirectoryTypeType = Literal[
    "CONNECT_MANAGED",
    "EXISTING_DIRECTORY",
    "SAML",
]EmailHeaderTypeType#
# EmailHeaderTypeType usage example
from types_boto3_connect.literals import EmailHeaderTypeType
def get_value() -> EmailHeaderTypeType:
    return "IN_REPLY_TO"# EmailHeaderTypeType definition
EmailHeaderTypeType = Literal[
    "IN_REPLY_TO",
    "MESSAGE_ID",
    "REFERENCES",
    "X_SES_SPAM_VERDICT",
    "X_SES_VIRUS_VERDICT",
]EncryptionTypeType#
# EncryptionTypeType usage example
from types_boto3_connect.literals import EncryptionTypeType
def get_value() -> EncryptionTypeType:
    return "KMS"# EncryptionTypeType definition
EncryptionTypeType = Literal[
    "KMS",
]EndpointTypeType#
# EndpointTypeType usage example
from types_boto3_connect.literals import EndpointTypeType
def get_value() -> EndpointTypeType:
    return "CONNECT_PHONENUMBER_ARN"# EndpointTypeType definition
EndpointTypeType = Literal[
    "CONNECT_PHONENUMBER_ARN",
    "CONTACT_FLOW",
    "EMAIL_ADDRESS",
    "TELEPHONE_NUMBER",
    "VOIP",
]EvaluationFormQuestionTypeType#
# EvaluationFormQuestionTypeType usage example
from types_boto3_connect.literals import EvaluationFormQuestionTypeType
def get_value() -> EvaluationFormQuestionTypeType:
    return "NUMERIC"# EvaluationFormQuestionTypeType definition
EvaluationFormQuestionTypeType = Literal[
    "NUMERIC",
    "SINGLESELECT",
    "TEXT",
]EvaluationFormScoringModeType#
# EvaluationFormScoringModeType usage example
from types_boto3_connect.literals import EvaluationFormScoringModeType
def get_value() -> EvaluationFormScoringModeType:
    return "QUESTION_ONLY"# EvaluationFormScoringModeType definition
EvaluationFormScoringModeType = Literal[
    "QUESTION_ONLY",
    "SECTION_ONLY",
]EvaluationFormScoringStatusType#
# EvaluationFormScoringStatusType usage example
from types_boto3_connect.literals import EvaluationFormScoringStatusType
def get_value() -> EvaluationFormScoringStatusType:
    return "DISABLED"# EvaluationFormScoringStatusType definition
EvaluationFormScoringStatusType = Literal[
    "DISABLED",
    "ENABLED",
]EvaluationFormSingleSelectQuestionDisplayModeType#
# EvaluationFormSingleSelectQuestionDisplayModeType usage example
from types_boto3_connect.literals import EvaluationFormSingleSelectQuestionDisplayModeType
def get_value() -> EvaluationFormSingleSelectQuestionDisplayModeType:
    return "DROPDOWN"# EvaluationFormSingleSelectQuestionDisplayModeType definition
EvaluationFormSingleSelectQuestionDisplayModeType = Literal[
    "DROPDOWN",
    "RADIO",
]EvaluationFormVersionStatusType#
# EvaluationFormVersionStatusType usage example
from types_boto3_connect.literals import EvaluationFormVersionStatusType
def get_value() -> EvaluationFormVersionStatusType:
    return "ACTIVE"# EvaluationFormVersionStatusType definition
EvaluationFormVersionStatusType = Literal[
    "ACTIVE",
    "DRAFT",
]EvaluationStatusType#
# EvaluationStatusType usage example
from types_boto3_connect.literals import EvaluationStatusType
def get_value() -> EvaluationStatusType:
    return "DRAFT"# EvaluationStatusType definition
EvaluationStatusType = Literal[
    "DRAFT",
    "SUBMITTED",
]EventSourceNameType#
# EventSourceNameType usage example
from types_boto3_connect.literals import EventSourceNameType
def get_value() -> EventSourceNameType:
    return "OnCaseCreate"# EventSourceNameType definition
EventSourceNameType = Literal[
    "OnCaseCreate",
    "OnCaseUpdate",
    "OnContactEvaluationSubmit",
    "OnMetricDataUpdate",
    "OnPostCallAnalysisAvailable",
    "OnPostChatAnalysisAvailable",
    "OnRealTimeCallAnalysisAvailable",
    "OnRealTimeChatAnalysisAvailable",
    "OnSalesforceCaseCreate",
    "OnSlaBreach",
    "OnZendeskTicketCreate",
    "OnZendeskTicketStatusUpdate",
]FailureReasonCodeType#
# FailureReasonCodeType usage example
from types_boto3_connect.literals import FailureReasonCodeType
def get_value() -> FailureReasonCodeType:
    return "IDEMPOTENCY_EXCEPTION"# FailureReasonCodeType definition
FailureReasonCodeType = Literal[
    "IDEMPOTENCY_EXCEPTION",
    "INTERNAL_ERROR",
    "INVALID_ATTRIBUTE_KEY",
    "INVALID_CUSTOMER_ENDPOINT",
    "INVALID_OUTBOUND_STRATEGY",
    "INVALID_QUEUE",
    "INVALID_SYSTEM_ENDPOINT",
    "MISSING_CAMPAIGN",
    "MISSING_CUSTOMER_ENDPOINT",
    "MISSING_QUEUE_ID_AND_SYSTEM_ENDPOINT",
    "REQUEST_THROTTLED",
]FileStatusTypeType#
# FileStatusTypeType usage example
from types_boto3_connect.literals import FileStatusTypeType
def get_value() -> FileStatusTypeType:
    return "APPROVED"# FileStatusTypeType definition
FileStatusTypeType = Literal[
    "APPROVED",
    "FAILED",
    "PROCESSING",
    "REJECTED",
]FileUseCaseTypeType#
# FileUseCaseTypeType usage example
from types_boto3_connect.literals import FileUseCaseTypeType
def get_value() -> FileUseCaseTypeType:
    return "ATTACHMENT"# FileUseCaseTypeType definition
FileUseCaseTypeType = Literal[
    "ATTACHMENT",
    "EMAIL_MESSAGE",
]FlowAssociationResourceTypeType#
# FlowAssociationResourceTypeType usage example
from types_boto3_connect.literals import FlowAssociationResourceTypeType
def get_value() -> FlowAssociationResourceTypeType:
    return "ANALYTICS_CONNECTOR"# FlowAssociationResourceTypeType definition
FlowAssociationResourceTypeType = Literal[
    "ANALYTICS_CONNECTOR",
    "INBOUND_EMAIL",
    "OUTBOUND_EMAIL",
    "SMS_PHONE_NUMBER",
    "WHATSAPP_MESSAGING_PHONE_NUMBER",
]GetMetricDataPaginatorName#
# GetMetricDataPaginatorName usage example
from types_boto3_connect.literals import GetMetricDataPaginatorName
def get_value() -> GetMetricDataPaginatorName:
    return "get_metric_data"# GetMetricDataPaginatorName definition
GetMetricDataPaginatorName = Literal[
    "get_metric_data",
]GroupingType#
# GroupingType usage example
from types_boto3_connect.literals import GroupingType
def get_value() -> GroupingType:
    return "AGENT_STATUS"# GroupingType definition
GroupingType = Literal[
    "AGENT_STATUS",
    "CHANNEL",
    "QUEUE",
    "ROUTING_PROFILE",
    "ROUTING_STEP_EXPRESSION",
]HierarchyGroupMatchTypeType#
# HierarchyGroupMatchTypeType usage example
from types_boto3_connect.literals import HierarchyGroupMatchTypeType
def get_value() -> HierarchyGroupMatchTypeType:
    return "EXACT"# HierarchyGroupMatchTypeType definition
HierarchyGroupMatchTypeType = Literal[
    "EXACT",
    "WITH_CHILD_GROUPS",
]HistoricalMetricNameType#
# HistoricalMetricNameType usage example
from types_boto3_connect.literals import HistoricalMetricNameType
def get_value() -> HistoricalMetricNameType:
    return "ABANDON_TIME"# HistoricalMetricNameType definition
HistoricalMetricNameType = Literal[
    "ABANDON_TIME",
    "AFTER_CONTACT_WORK_TIME",
    "API_CONTACTS_HANDLED",
    "CALLBACK_CONTACTS_HANDLED",
    "CONTACTS_ABANDONED",
    "CONTACTS_AGENT_HUNG_UP_FIRST",
    "CONTACTS_CONSULTED",
    "CONTACTS_HANDLED",
    "CONTACTS_HANDLED_INCOMING",
    "CONTACTS_HANDLED_OUTBOUND",
    "CONTACTS_HOLD_ABANDONS",
    "CONTACTS_MISSED",
    "CONTACTS_QUEUED",
    "CONTACTS_TRANSFERRED_IN",
    "CONTACTS_TRANSFERRED_IN_FROM_QUEUE",
    "CONTACTS_TRANSFERRED_OUT",
    "CONTACTS_TRANSFERRED_OUT_FROM_QUEUE",
    "HANDLE_TIME",
    "HOLD_TIME",
    "INTERACTION_AND_HOLD_TIME",
    "INTERACTION_TIME",
    "OCCUPANCY",
    "QUEUE_ANSWER_TIME",
    "QUEUED_TIME",
    "SERVICE_LEVEL",
]HoursOfOperationDaysType#
# HoursOfOperationDaysType usage example
from types_boto3_connect.literals import HoursOfOperationDaysType
def get_value() -> HoursOfOperationDaysType:
    return "FRIDAY"# HoursOfOperationDaysType definition
HoursOfOperationDaysType = Literal[
    "FRIDAY",
    "MONDAY",
    "SATURDAY",
    "SUNDAY",
    "THURSDAY",
    "TUESDAY",
    "WEDNESDAY",
]InboundMessageSourceTypeType#
# InboundMessageSourceTypeType usage example
from types_boto3_connect.literals import InboundMessageSourceTypeType
def get_value() -> InboundMessageSourceTypeType:
    return "RAW"# InboundMessageSourceTypeType definition
InboundMessageSourceTypeType = Literal[
    "RAW",
]InitiateAsType#
# InitiateAsType usage example
from types_boto3_connect.literals import InitiateAsType
def get_value() -> InitiateAsType:
    return "COMPLETED"# InitiateAsType definition
InitiateAsType = Literal[
    "COMPLETED",
    "CONNECTED_TO_USER",
]InstanceAttributeTypeType#
# InstanceAttributeTypeType usage example
from types_boto3_connect.literals import InstanceAttributeTypeType
def get_value() -> InstanceAttributeTypeType:
    return "AUTO_RESOLVE_BEST_VOICES"# InstanceAttributeTypeType definition
InstanceAttributeTypeType = Literal[
    "AUTO_RESOLVE_BEST_VOICES",
    "CONTACT_LENS",
    "CONTACTFLOW_LOGS",
    "EARLY_MEDIA",
    "ENHANCED_CHAT_MONITORING",
    "ENHANCED_CONTACT_MONITORING",
    "HIGH_VOLUME_OUTBOUND",
    "INBOUND_CALLS",
    "MULTI_PARTY_CHAT_CONFERENCE",
    "MULTI_PARTY_CONFERENCE",
    "OUTBOUND_CALLS",
    "USE_CUSTOM_TTS_VOICES",
]InstanceReplicationStatusType#
# InstanceReplicationStatusType usage example
from types_boto3_connect.literals import InstanceReplicationStatusType
def get_value() -> InstanceReplicationStatusType:
    return "INSTANCE_REPLICATION_COMPLETE"# InstanceReplicationStatusType definition
InstanceReplicationStatusType = Literal[
    "INSTANCE_REPLICA_DELETING",
    "INSTANCE_REPLICATION_COMPLETE",
    "INSTANCE_REPLICATION_DELETION_FAILED",
    "INSTANCE_REPLICATION_FAILED",
    "INSTANCE_REPLICATION_IN_PROGRESS",
    "RESOURCE_REPLICATION_NOT_STARTED",
]InstanceStatusType#
# InstanceStatusType usage example
from types_boto3_connect.literals import InstanceStatusType
def get_value() -> InstanceStatusType:
    return "ACTIVE"# InstanceStatusType definition
InstanceStatusType = Literal[
    "ACTIVE",
    "CREATION_FAILED",
    "CREATION_IN_PROGRESS",
]InstanceStorageResourceTypeType#
# InstanceStorageResourceTypeType usage example
from types_boto3_connect.literals import InstanceStorageResourceTypeType
def get_value() -> InstanceStorageResourceTypeType:
    return "AGENT_EVENTS"# InstanceStorageResourceTypeType definition
InstanceStorageResourceTypeType = Literal[
    "AGENT_EVENTS",
    "ATTACHMENTS",
    "CALL_RECORDINGS",
    "CHAT_TRANSCRIPTS",
    "CONTACT_EVALUATIONS",
    "CONTACT_TRACE_RECORDS",
    "EMAIL_MESSAGES",
    "MEDIA_STREAMS",
    "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS",
    "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS",
    "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS",
    "SCHEDULED_REPORTS",
    "SCREEN_RECORDINGS",
]IntegrationTypeType#
# IntegrationTypeType usage example
from types_boto3_connect.literals import IntegrationTypeType
def get_value() -> IntegrationTypeType:
    return "ANALYTICS_CONNECTOR"# IntegrationTypeType definition
IntegrationTypeType = Literal[
    "ANALYTICS_CONNECTOR",
    "APPLICATION",
    "CALL_TRANSFER_CONNECTOR",
    "CASES_DOMAIN",
    "COGNITO_USER_POOL",
    "EVENT",
    "FILE_SCANNER",
    "PINPOINT_APP",
    "Q_MESSAGE_TEMPLATES",
    "SES_IDENTITY",
    "VOICE_ID",
    "WISDOM_ASSISTANT",
    "WISDOM_KNOWLEDGE_BASE",
    "WISDOM_QUICK_RESPONSES",
]IntervalPeriodType#
# IntervalPeriodType usage example
from types_boto3_connect.literals import IntervalPeriodType
def get_value() -> IntervalPeriodType:
    return "DAY"# IntervalPeriodType definition
IntervalPeriodType = Literal[
    "DAY",
    "FIFTEEN_MIN",
    "HOUR",
    "THIRTY_MIN",
    "TOTAL",
    "WEEK",
]IvrRecordingTrackType#
# IvrRecordingTrackType usage example
from types_boto3_connect.literals import IvrRecordingTrackType
def get_value() -> IvrRecordingTrackType:
    return "ALL"# IvrRecordingTrackType definition
IvrRecordingTrackType = Literal[
    "ALL",
]LexVersionType#
# LexVersionType usage example
from types_boto3_connect.literals import LexVersionType
def get_value() -> LexVersionType:
    return "V1"# LexVersionType definition
LexVersionType = Literal[
    "V1",
    "V2",
]ListAgentStatusesPaginatorName#
# ListAgentStatusesPaginatorName usage example
from types_boto3_connect.literals import ListAgentStatusesPaginatorName
def get_value() -> ListAgentStatusesPaginatorName:
    return "list_agent_statuses"# ListAgentStatusesPaginatorName definition
ListAgentStatusesPaginatorName = Literal[
    "list_agent_statuses",
]ListApprovedOriginsPaginatorName#
# ListApprovedOriginsPaginatorName usage example
from types_boto3_connect.literals import ListApprovedOriginsPaginatorName
def get_value() -> ListApprovedOriginsPaginatorName:
    return "list_approved_origins"# ListApprovedOriginsPaginatorName definition
ListApprovedOriginsPaginatorName = Literal[
    "list_approved_origins",
]ListAuthenticationProfilesPaginatorName#
# ListAuthenticationProfilesPaginatorName usage example
from types_boto3_connect.literals import ListAuthenticationProfilesPaginatorName
def get_value() -> ListAuthenticationProfilesPaginatorName:
    return "list_authentication_profiles"# ListAuthenticationProfilesPaginatorName definition
ListAuthenticationProfilesPaginatorName = Literal[
    "list_authentication_profiles",
]ListBotsPaginatorName#
# ListBotsPaginatorName usage example
from types_boto3_connect.literals import ListBotsPaginatorName
def get_value() -> ListBotsPaginatorName:
    return "list_bots"# ListBotsPaginatorName definition
ListBotsPaginatorName = Literal[
    "list_bots",
]ListContactEvaluationsPaginatorName#
# ListContactEvaluationsPaginatorName usage example
from types_boto3_connect.literals import ListContactEvaluationsPaginatorName
def get_value() -> ListContactEvaluationsPaginatorName:
    return "list_contact_evaluations"# ListContactEvaluationsPaginatorName definition
ListContactEvaluationsPaginatorName = Literal[
    "list_contact_evaluations",
]ListContactFlowModulesPaginatorName#
# ListContactFlowModulesPaginatorName usage example
from types_boto3_connect.literals import ListContactFlowModulesPaginatorName
def get_value() -> ListContactFlowModulesPaginatorName:
    return "list_contact_flow_modules"# ListContactFlowModulesPaginatorName definition
ListContactFlowModulesPaginatorName = Literal[
    "list_contact_flow_modules",
]ListContactFlowVersionsPaginatorName#
# ListContactFlowVersionsPaginatorName usage example
from types_boto3_connect.literals import ListContactFlowVersionsPaginatorName
def get_value() -> ListContactFlowVersionsPaginatorName:
    return "list_contact_flow_versions"# ListContactFlowVersionsPaginatorName definition
ListContactFlowVersionsPaginatorName = Literal[
    "list_contact_flow_versions",
]ListContactFlowsPaginatorName#
# ListContactFlowsPaginatorName usage example
from types_boto3_connect.literals import ListContactFlowsPaginatorName
def get_value() -> ListContactFlowsPaginatorName:
    return "list_contact_flows"# ListContactFlowsPaginatorName definition
ListContactFlowsPaginatorName = Literal[
    "list_contact_flows",
]ListContactReferencesPaginatorName#
# ListContactReferencesPaginatorName usage example
from types_boto3_connect.literals import ListContactReferencesPaginatorName
def get_value() -> ListContactReferencesPaginatorName:
    return "list_contact_references"# ListContactReferencesPaginatorName definition
ListContactReferencesPaginatorName = Literal[
    "list_contact_references",
]ListDefaultVocabulariesPaginatorName#
# ListDefaultVocabulariesPaginatorName usage example
from types_boto3_connect.literals import ListDefaultVocabulariesPaginatorName
def get_value() -> ListDefaultVocabulariesPaginatorName:
    return "list_default_vocabularies"# ListDefaultVocabulariesPaginatorName definition
ListDefaultVocabulariesPaginatorName = Literal[
    "list_default_vocabularies",
]ListEvaluationFormVersionsPaginatorName#
# ListEvaluationFormVersionsPaginatorName usage example
from types_boto3_connect.literals import ListEvaluationFormVersionsPaginatorName
def get_value() -> ListEvaluationFormVersionsPaginatorName:
    return "list_evaluation_form_versions"# ListEvaluationFormVersionsPaginatorName definition
ListEvaluationFormVersionsPaginatorName = Literal[
    "list_evaluation_form_versions",
]ListEvaluationFormsPaginatorName#
# ListEvaluationFormsPaginatorName usage example
from types_boto3_connect.literals import ListEvaluationFormsPaginatorName
def get_value() -> ListEvaluationFormsPaginatorName:
    return "list_evaluation_forms"# ListEvaluationFormsPaginatorName definition
ListEvaluationFormsPaginatorName = Literal[
    "list_evaluation_forms",
]ListFlowAssociationResourceTypeType#
# ListFlowAssociationResourceTypeType usage example
from types_boto3_connect.literals import ListFlowAssociationResourceTypeType
def get_value() -> ListFlowAssociationResourceTypeType:
    return "ANALYTICS_CONNECTOR"# ListFlowAssociationResourceTypeType definition
ListFlowAssociationResourceTypeType = Literal[
    "ANALYTICS_CONNECTOR",
    "INBOUND_EMAIL",
    "OUTBOUND_EMAIL",
    "VOICE_PHONE_NUMBER",
    "WHATSAPP_MESSAGING_PHONE_NUMBER",
]ListFlowAssociationsPaginatorName#
# ListFlowAssociationsPaginatorName usage example
from types_boto3_connect.literals import ListFlowAssociationsPaginatorName
def get_value() -> ListFlowAssociationsPaginatorName:
    return "list_flow_associations"# ListFlowAssociationsPaginatorName definition
ListFlowAssociationsPaginatorName = Literal[
    "list_flow_associations",
]ListHoursOfOperationOverridesPaginatorName#
# ListHoursOfOperationOverridesPaginatorName usage example
from types_boto3_connect.literals import ListHoursOfOperationOverridesPaginatorName
def get_value() -> ListHoursOfOperationOverridesPaginatorName:
    return "list_hours_of_operation_overrides"# ListHoursOfOperationOverridesPaginatorName definition
ListHoursOfOperationOverridesPaginatorName = Literal[
    "list_hours_of_operation_overrides",
]ListHoursOfOperationsPaginatorName#
# ListHoursOfOperationsPaginatorName usage example
from types_boto3_connect.literals import ListHoursOfOperationsPaginatorName
def get_value() -> ListHoursOfOperationsPaginatorName:
    return "list_hours_of_operations"# ListHoursOfOperationsPaginatorName definition
ListHoursOfOperationsPaginatorName = Literal[
    "list_hours_of_operations",
]ListInstanceAttributesPaginatorName#
# ListInstanceAttributesPaginatorName usage example
from types_boto3_connect.literals import ListInstanceAttributesPaginatorName
def get_value() -> ListInstanceAttributesPaginatorName:
    return "list_instance_attributes"# ListInstanceAttributesPaginatorName definition
ListInstanceAttributesPaginatorName = Literal[
    "list_instance_attributes",
]ListInstanceStorageConfigsPaginatorName#
# ListInstanceStorageConfigsPaginatorName usage example
from types_boto3_connect.literals import ListInstanceStorageConfigsPaginatorName
def get_value() -> ListInstanceStorageConfigsPaginatorName:
    return "list_instance_storage_configs"# ListInstanceStorageConfigsPaginatorName definition
ListInstanceStorageConfigsPaginatorName = Literal[
    "list_instance_storage_configs",
]ListInstancesPaginatorName#
# ListInstancesPaginatorName usage example
from types_boto3_connect.literals import ListInstancesPaginatorName
def get_value() -> ListInstancesPaginatorName:
    return "list_instances"# ListInstancesPaginatorName definition
ListInstancesPaginatorName = Literal[
    "list_instances",
]ListIntegrationAssociationsPaginatorName#
# ListIntegrationAssociationsPaginatorName usage example
from types_boto3_connect.literals import ListIntegrationAssociationsPaginatorName
def get_value() -> ListIntegrationAssociationsPaginatorName:
    return "list_integration_associations"# ListIntegrationAssociationsPaginatorName definition
ListIntegrationAssociationsPaginatorName = Literal[
    "list_integration_associations",
]ListLambdaFunctionsPaginatorName#
# ListLambdaFunctionsPaginatorName usage example
from types_boto3_connect.literals import ListLambdaFunctionsPaginatorName
def get_value() -> ListLambdaFunctionsPaginatorName:
    return "list_lambda_functions"# ListLambdaFunctionsPaginatorName definition
ListLambdaFunctionsPaginatorName = Literal[
    "list_lambda_functions",
]ListLexBotsPaginatorName#
# ListLexBotsPaginatorName usage example
from types_boto3_connect.literals import ListLexBotsPaginatorName
def get_value() -> ListLexBotsPaginatorName:
    return "list_lex_bots"# ListLexBotsPaginatorName definition
ListLexBotsPaginatorName = Literal[
    "list_lex_bots",
]ListPhoneNumbersPaginatorName#
# ListPhoneNumbersPaginatorName usage example
from types_boto3_connect.literals import ListPhoneNumbersPaginatorName
def get_value() -> ListPhoneNumbersPaginatorName:
    return "list_phone_numbers"# ListPhoneNumbersPaginatorName definition
ListPhoneNumbersPaginatorName = Literal[
    "list_phone_numbers",
]ListPhoneNumbersV2PaginatorName#
# ListPhoneNumbersV2PaginatorName usage example
from types_boto3_connect.literals import ListPhoneNumbersV2PaginatorName
def get_value() -> ListPhoneNumbersV2PaginatorName:
    return "list_phone_numbers_v2"# ListPhoneNumbersV2PaginatorName definition
ListPhoneNumbersV2PaginatorName = Literal[
    "list_phone_numbers_v2",
]ListPredefinedAttributesPaginatorName#
# ListPredefinedAttributesPaginatorName usage example
from types_boto3_connect.literals import ListPredefinedAttributesPaginatorName
def get_value() -> ListPredefinedAttributesPaginatorName:
    return "list_predefined_attributes"# ListPredefinedAttributesPaginatorName definition
ListPredefinedAttributesPaginatorName = Literal[
    "list_predefined_attributes",
]ListPromptsPaginatorName#
# ListPromptsPaginatorName usage example
from types_boto3_connect.literals import ListPromptsPaginatorName
def get_value() -> ListPromptsPaginatorName:
    return "list_prompts"# ListPromptsPaginatorName definition
ListPromptsPaginatorName = Literal[
    "list_prompts",
]ListQueueQuickConnectsPaginatorName#
# ListQueueQuickConnectsPaginatorName usage example
from types_boto3_connect.literals import ListQueueQuickConnectsPaginatorName
def get_value() -> ListQueueQuickConnectsPaginatorName:
    return "list_queue_quick_connects"# ListQueueQuickConnectsPaginatorName definition
ListQueueQuickConnectsPaginatorName = Literal[
    "list_queue_quick_connects",
]ListQueuesPaginatorName#
# ListQueuesPaginatorName usage example
from types_boto3_connect.literals import ListQueuesPaginatorName
def get_value() -> ListQueuesPaginatorName:
    return "list_queues"# ListQueuesPaginatorName definition
ListQueuesPaginatorName = Literal[
    "list_queues",
]ListQuickConnectsPaginatorName#
# ListQuickConnectsPaginatorName usage example
from types_boto3_connect.literals import ListQuickConnectsPaginatorName
def get_value() -> ListQuickConnectsPaginatorName:
    return "list_quick_connects"# ListQuickConnectsPaginatorName definition
ListQuickConnectsPaginatorName = Literal[
    "list_quick_connects",
]ListRoutingProfileManualAssignmentQueuesPaginatorName#
# ListRoutingProfileManualAssignmentQueuesPaginatorName usage example
from types_boto3_connect.literals import ListRoutingProfileManualAssignmentQueuesPaginatorName
def get_value() -> ListRoutingProfileManualAssignmentQueuesPaginatorName:
    return "list_routing_profile_manual_assignment_queues"# ListRoutingProfileManualAssignmentQueuesPaginatorName definition
ListRoutingProfileManualAssignmentQueuesPaginatorName = Literal[
    "list_routing_profile_manual_assignment_queues",
]ListRoutingProfileQueuesPaginatorName#
# ListRoutingProfileQueuesPaginatorName usage example
from types_boto3_connect.literals import ListRoutingProfileQueuesPaginatorName
def get_value() -> ListRoutingProfileQueuesPaginatorName:
    return "list_routing_profile_queues"# ListRoutingProfileQueuesPaginatorName definition
ListRoutingProfileQueuesPaginatorName = Literal[
    "list_routing_profile_queues",
]ListRoutingProfilesPaginatorName#
# ListRoutingProfilesPaginatorName usage example
from types_boto3_connect.literals import ListRoutingProfilesPaginatorName
def get_value() -> ListRoutingProfilesPaginatorName:
    return "list_routing_profiles"# ListRoutingProfilesPaginatorName definition
ListRoutingProfilesPaginatorName = Literal[
    "list_routing_profiles",
]ListRulesPaginatorName#
# ListRulesPaginatorName usage example
from types_boto3_connect.literals import ListRulesPaginatorName
def get_value() -> ListRulesPaginatorName:
    return "list_rules"# ListRulesPaginatorName definition
ListRulesPaginatorName = Literal[
    "list_rules",
]ListSecurityKeysPaginatorName#
# ListSecurityKeysPaginatorName usage example
from types_boto3_connect.literals import ListSecurityKeysPaginatorName
def get_value() -> ListSecurityKeysPaginatorName:
    return "list_security_keys"# ListSecurityKeysPaginatorName definition
ListSecurityKeysPaginatorName = Literal[
    "list_security_keys",
]ListSecurityProfileApplicationsPaginatorName#
# ListSecurityProfileApplicationsPaginatorName usage example
from types_boto3_connect.literals import ListSecurityProfileApplicationsPaginatorName
def get_value() -> ListSecurityProfileApplicationsPaginatorName:
    return "list_security_profile_applications"# ListSecurityProfileApplicationsPaginatorName definition
ListSecurityProfileApplicationsPaginatorName = Literal[
    "list_security_profile_applications",
]ListSecurityProfilePermissionsPaginatorName#
# ListSecurityProfilePermissionsPaginatorName usage example
from types_boto3_connect.literals import ListSecurityProfilePermissionsPaginatorName
def get_value() -> ListSecurityProfilePermissionsPaginatorName:
    return "list_security_profile_permissions"# ListSecurityProfilePermissionsPaginatorName definition
ListSecurityProfilePermissionsPaginatorName = Literal[
    "list_security_profile_permissions",
]ListSecurityProfilesPaginatorName#
# ListSecurityProfilesPaginatorName usage example
from types_boto3_connect.literals import ListSecurityProfilesPaginatorName
def get_value() -> ListSecurityProfilesPaginatorName:
    return "list_security_profiles"# ListSecurityProfilesPaginatorName definition
ListSecurityProfilesPaginatorName = Literal[
    "list_security_profiles",
]ListTaskTemplatesPaginatorName#
# ListTaskTemplatesPaginatorName usage example
from types_boto3_connect.literals import ListTaskTemplatesPaginatorName
def get_value() -> ListTaskTemplatesPaginatorName:
    return "list_task_templates"# ListTaskTemplatesPaginatorName definition
ListTaskTemplatesPaginatorName = Literal[
    "list_task_templates",
]ListTrafficDistributionGroupUsersPaginatorName#
# ListTrafficDistributionGroupUsersPaginatorName usage example
from types_boto3_connect.literals import ListTrafficDistributionGroupUsersPaginatorName
def get_value() -> ListTrafficDistributionGroupUsersPaginatorName:
    return "list_traffic_distribution_group_users"# ListTrafficDistributionGroupUsersPaginatorName definition
ListTrafficDistributionGroupUsersPaginatorName = Literal[
    "list_traffic_distribution_group_users",
]ListTrafficDistributionGroupsPaginatorName#
# ListTrafficDistributionGroupsPaginatorName usage example
from types_boto3_connect.literals import ListTrafficDistributionGroupsPaginatorName
def get_value() -> ListTrafficDistributionGroupsPaginatorName:
    return "list_traffic_distribution_groups"# ListTrafficDistributionGroupsPaginatorName definition
ListTrafficDistributionGroupsPaginatorName = Literal[
    "list_traffic_distribution_groups",
]ListUseCasesPaginatorName#
# ListUseCasesPaginatorName usage example
from types_boto3_connect.literals import ListUseCasesPaginatorName
def get_value() -> ListUseCasesPaginatorName:
    return "list_use_cases"# ListUseCasesPaginatorName definition
ListUseCasesPaginatorName = Literal[
    "list_use_cases",
]ListUserHierarchyGroupsPaginatorName#
# ListUserHierarchyGroupsPaginatorName usage example
from types_boto3_connect.literals import ListUserHierarchyGroupsPaginatorName
def get_value() -> ListUserHierarchyGroupsPaginatorName:
    return "list_user_hierarchy_groups"# ListUserHierarchyGroupsPaginatorName definition
ListUserHierarchyGroupsPaginatorName = Literal[
    "list_user_hierarchy_groups",
]ListUserProficienciesPaginatorName#
# ListUserProficienciesPaginatorName usage example
from types_boto3_connect.literals import ListUserProficienciesPaginatorName
def get_value() -> ListUserProficienciesPaginatorName:
    return "list_user_proficiencies"# ListUserProficienciesPaginatorName definition
ListUserProficienciesPaginatorName = Literal[
    "list_user_proficiencies",
]ListUsersPaginatorName#
# ListUsersPaginatorName usage example
from types_boto3_connect.literals import ListUsersPaginatorName
def get_value() -> ListUsersPaginatorName:
    return "list_users"# ListUsersPaginatorName definition
ListUsersPaginatorName = Literal[
    "list_users",
]ListViewVersionsPaginatorName#
# ListViewVersionsPaginatorName usage example
from types_boto3_connect.literals import ListViewVersionsPaginatorName
def get_value() -> ListViewVersionsPaginatorName:
    return "list_view_versions"# ListViewVersionsPaginatorName definition
ListViewVersionsPaginatorName = Literal[
    "list_view_versions",
]ListViewsPaginatorName#
# ListViewsPaginatorName usage example
from types_boto3_connect.literals import ListViewsPaginatorName
def get_value() -> ListViewsPaginatorName:
    return "list_views"# ListViewsPaginatorName definition
ListViewsPaginatorName = Literal[
    "list_views",
]MediaStreamTypeType#
# MediaStreamTypeType usage example
from types_boto3_connect.literals import MediaStreamTypeType
def get_value() -> MediaStreamTypeType:
    return "AUDIO"# MediaStreamTypeType definition
MediaStreamTypeType = Literal[
    "AUDIO",
    "VIDEO",
]MeetingFeatureStatusType#
# MeetingFeatureStatusType usage example
from types_boto3_connect.literals import MeetingFeatureStatusType
def get_value() -> MeetingFeatureStatusType:
    return "AVAILABLE"# MeetingFeatureStatusType definition
MeetingFeatureStatusType = Literal[
    "AVAILABLE",
    "UNAVAILABLE",
]MonitorCapabilityType#
# MonitorCapabilityType usage example
from types_boto3_connect.literals import MonitorCapabilityType
def get_value() -> MonitorCapabilityType:
    return "BARGE"# MonitorCapabilityType definition
MonitorCapabilityType = Literal[
    "BARGE",
    "SILENT_MONITOR",
]NotificationContentTypeType#
# NotificationContentTypeType usage example
from types_boto3_connect.literals import NotificationContentTypeType
def get_value() -> NotificationContentTypeType:
    return "PLAIN_TEXT"# NotificationContentTypeType definition
NotificationContentTypeType = Literal[
    "PLAIN_TEXT",
]NotificationDeliveryTypeType#
# NotificationDeliveryTypeType usage example
from types_boto3_connect.literals import NotificationDeliveryTypeType
def get_value() -> NotificationDeliveryTypeType:
    return "EMAIL"# NotificationDeliveryTypeType definition
NotificationDeliveryTypeType = Literal[
    "EMAIL",
]NumberComparisonTypeType#
# NumberComparisonTypeType usage example
from types_boto3_connect.literals import NumberComparisonTypeType
def get_value() -> NumberComparisonTypeType:
    return "EQUAL"# NumberComparisonTypeType definition
NumberComparisonTypeType = Literal[
    "EQUAL",
    "GREATER",
    "GREATER_OR_EQUAL",
    "LESSER",
    "LESSER_OR_EQUAL",
    "NOT_EQUAL",
    "RANGE",
]NumericQuestionPropertyAutomationLabelType#
# NumericQuestionPropertyAutomationLabelType usage example
from types_boto3_connect.literals import NumericQuestionPropertyAutomationLabelType
def get_value() -> NumericQuestionPropertyAutomationLabelType:
    return "AGENT_INTERACTION_DURATION"# NumericQuestionPropertyAutomationLabelType definition
NumericQuestionPropertyAutomationLabelType = Literal[
    "AGENT_INTERACTION_DURATION",
    "CONTACT_DURATION",
    "CUSTOMER_HOLD_TIME",
    "NON_TALK_TIME",
    "NON_TALK_TIME_PERCENTAGE",
    "NUMBER_OF_INTERRUPTIONS",
    "OVERALL_AGENT_SENTIMENT_SCORE",
    "OVERALL_CUSTOMER_SENTIMENT_SCORE",
]OutboundMessageSourceTypeType#
# OutboundMessageSourceTypeType usage example
from types_boto3_connect.literals import OutboundMessageSourceTypeType
def get_value() -> OutboundMessageSourceTypeType:
    return "RAW"# OutboundMessageSourceTypeType definition
OutboundMessageSourceTypeType = Literal[
    "RAW",
    "TEMPLATE",
]OutboundStrategyTypeType#
# OutboundStrategyTypeType usage example
from types_boto3_connect.literals import OutboundStrategyTypeType
def get_value() -> OutboundStrategyTypeType:
    return "AGENT_FIRST"# OutboundStrategyTypeType definition
OutboundStrategyTypeType = Literal[
    "AGENT_FIRST",
]OverrideDaysType#
# OverrideDaysType usage example
from types_boto3_connect.literals import OverrideDaysType
def get_value() -> OverrideDaysType:
    return "FRIDAY"# OverrideDaysType definition
OverrideDaysType = Literal[
    "FRIDAY",
    "MONDAY",
    "SATURDAY",
    "SUNDAY",
    "THURSDAY",
    "TUESDAY",
    "WEDNESDAY",
]ParticipantRoleType#
# ParticipantRoleType usage example
from types_boto3_connect.literals import ParticipantRoleType
def get_value() -> ParticipantRoleType:
    return "AGENT"# ParticipantRoleType definition
ParticipantRoleType = Literal[
    "AGENT",
    "CUSTOM_BOT",
    "CUSTOMER",
    "SUPERVISOR",
    "SYSTEM",
]ParticipantStateType#
# ParticipantStateType usage example
from types_boto3_connect.literals import ParticipantStateType
def get_value() -> ParticipantStateType:
    return "CONNECTED"# ParticipantStateType definition
ParticipantStateType = Literal[
    "CONNECTED",
    "DISCONNECTED",
    "INITIAL",
    "MISSED",
]ParticipantTimerActionType#
# ParticipantTimerActionType usage example
from types_boto3_connect.literals import ParticipantTimerActionType
def get_value() -> ParticipantTimerActionType:
    return "Unset"# ParticipantTimerActionType definition
ParticipantTimerActionType = Literal[
    "Unset",
]ParticipantTimerTypeType#
# ParticipantTimerTypeType usage example
from types_boto3_connect.literals import ParticipantTimerTypeType
def get_value() -> ParticipantTimerTypeType:
    return "DISCONNECT_NONCUSTOMER"# ParticipantTimerTypeType definition
ParticipantTimerTypeType = Literal[
    "DISCONNECT_NONCUSTOMER",
    "IDLE",
]ParticipantTypeType#
# ParticipantTypeType usage example
from types_boto3_connect.literals import ParticipantTypeType
def get_value() -> ParticipantTypeType:
    return "AGENT"# ParticipantTypeType definition
ParticipantTypeType = Literal[
    "AGENT",
    "ALL",
    "CUSTOMER",
    "MANAGER",
    "THIRDPARTY",
]PhoneNumberCountryCodeType#
# PhoneNumberCountryCodeType usage example
from types_boto3_connect.literals import PhoneNumberCountryCodeType
def get_value() -> PhoneNumberCountryCodeType:
    return "AD"# PhoneNumberCountryCodeType definition
PhoneNumberCountryCodeType = Literal[
    "AD",
    "AE",
    "AF",
    "AG",
    "AI",
    "AL",
    "AM",
    "AN",
    "AO",
    "AQ",
    "AR",
    "AS",
    "AT",
    "AU",
    "AW",
    "AZ",
    "BA",
    "BB",
    "BD",
    "BE",
    "BF",
    "BG",
    "BH",
    "BI",
    "BJ",
    "BL",
    "BM",
    "BN",
    "BO",
    "BR",
    "BS",
    "BT",
    "BW",
    "BY",
    "BZ",
    "CA",
    "CC",
    "CD",
    "CF",
    "CG",
    "CH",
    "CI",
    "CK",
    "CL",
    "CM",
    "CN",
    "CO",
    "CR",
    "CU",
    "CV",
    "CW",
    "CX",
    "CY",
    "CZ",
    "DE",
    "DJ",
    "DK",
    "DM",
    "DO",
    "DZ",
    "EC",
    "EE",
    "EG",
    "EH",
    "ER",
    "ES",
    "ET",
    "FI",
    "FJ",
    "FK",
    "FM",
    "FO",
    "FR",
    "GA",
    "GB",
    "GD",
    "GE",
    "GG",
    "GH",
    "GI",
    "GL",
    "GM",
    "GN",
    "GQ",
    "GR",
    "GT",
    "GU",
    "GW",
    "GY",
    "HK",
    "HN",
    "HR",
    "HT",
    "HU",
    "ID",
    "IE",
    "IL",
    "IM",
    "IN",
    "IO",
    "IQ",
    "IR",
    "IS",
    "IT",
    "JE",
    "JM",
    "JO",
    "JP",
    "KE",
    "KG",
    "KH",
    "KI",
    "KM",
    "KN",
    "KP",
    "KR",
    "KW",
    "KY",
    "KZ",
    "LA",
    "LB",
    "LC",
    "LI",
    "LK",
    "LR",
    "LS",
    "LT",
    "LU",
    "LV",
    "LY",
    "MA",
    "MC",
    "MD",
    "ME",
    "MF",
    "MG",
    "MH",
    "MK",
    "ML",
    "MM",
    "MN",
    "MO",
    "MP",
    "MR",
    "MS",
    "MT",
    "MU",
    "MV",
    "MW",
    "MX",
    "MY",
    "MZ",
    "NA",
    "NC",
    "NE",
    "NG",
    "NI",
    "NL",
    "NO",
    "NP",
    "NR",
    "NU",
    "NZ",
    "OM",
    "PA",
    "PE",
    "PF",
    "PG",
    "PH",
    "PK",
    "PL",
    "PM",
    "PN",
    "PR",
    "PT",
    "PW",
    "PY",
    "QA",
    "RE",
    "RO",
    "RS",
    "RU",
    "RW",
    "SA",
    "SB",
    "SC",
    "SD",
    "SE",
    "SG",
    "SH",
    "SI",
    "SJ",
    "SK",
    "SL",
    "SM",
    "SN",
    "SO",
    "SR",
    "ST",
    "SV",
    "SX",
    "SY",
    "SZ",
    "TC",
    "TD",
    "TG",
    "TH",
    "TJ",
    "TK",
    "TL",
    "TM",
    "TN",
    "TO",
    "TR",
    "TT",
    "TV",
    "TW",
    "TZ",
    "UA",
    "UG",
    "US",
    "UY",
    "UZ",
    "VA",
    "VC",
    "VE",
    "VG",
    "VI",
    "VN",
    "VU",
    "WF",
    "WS",
    "YE",
    "YT",
    "ZA",
    "ZM",
    "ZW",
]PhoneNumberTypeType#
# PhoneNumberTypeType usage example
from types_boto3_connect.literals import PhoneNumberTypeType
def get_value() -> PhoneNumberTypeType:
    return "DID"# PhoneNumberTypeType definition
PhoneNumberTypeType = Literal[
    "DID",
    "SHARED",
    "SHORT_CODE",
    "THIRD_PARTY_DID",
    "THIRD_PARTY_TF",
    "TOLL_FREE",
    "UIFN",
]PhoneNumberWorkflowStatusType#
# PhoneNumberWorkflowStatusType usage example
from types_boto3_connect.literals import PhoneNumberWorkflowStatusType
def get_value() -> PhoneNumberWorkflowStatusType:
    return "CLAIMED"# PhoneNumberWorkflowStatusType definition
PhoneNumberWorkflowStatusType = Literal[
    "CLAIMED",
    "FAILED",
    "IN_PROGRESS",
]PhoneTypeType#
# PhoneTypeType usage example
from types_boto3_connect.literals import PhoneTypeType
def get_value() -> PhoneTypeType:
    return "DESK_PHONE"# PhoneTypeType definition
PhoneTypeType = Literal[
    "DESK_PHONE",
    "SOFT_PHONE",
]QueueStatusType#
# QueueStatusType usage example
from types_boto3_connect.literals import QueueStatusType
def get_value() -> QueueStatusType:
    return "DISABLED"# QueueStatusType definition
QueueStatusType = Literal[
    "DISABLED",
    "ENABLED",
]QueueTypeType#
# QueueTypeType usage example
from types_boto3_connect.literals import QueueTypeType
def get_value() -> QueueTypeType:
    return "AGENT"# QueueTypeType definition
QueueTypeType = Literal[
    "AGENT",
    "STANDARD",
]QuickConnectTypeType#
# QuickConnectTypeType usage example
from types_boto3_connect.literals import QuickConnectTypeType
def get_value() -> QuickConnectTypeType:
    return "PHONE_NUMBER"# QuickConnectTypeType definition
QuickConnectTypeType = Literal[
    "PHONE_NUMBER",
    "QUEUE",
    "USER",
]RealTimeContactAnalysisOutputTypeType#
# RealTimeContactAnalysisOutputTypeType usage example
from types_boto3_connect.literals import RealTimeContactAnalysisOutputTypeType
def get_value() -> RealTimeContactAnalysisOutputTypeType:
    return "Raw"# RealTimeContactAnalysisOutputTypeType definition
RealTimeContactAnalysisOutputTypeType = Literal[
    "Raw",
    "Redacted",
]RealTimeContactAnalysisPostContactSummaryFailureCodeType#
# RealTimeContactAnalysisPostContactSummaryFailureCodeType usage example
from types_boto3_connect.literals import RealTimeContactAnalysisPostContactSummaryFailureCodeType
def get_value() -> RealTimeContactAnalysisPostContactSummaryFailureCodeType:
    return "FAILED_SAFETY_GUIDELINES"# RealTimeContactAnalysisPostContactSummaryFailureCodeType definition
RealTimeContactAnalysisPostContactSummaryFailureCodeType = Literal[
    "FAILED_SAFETY_GUIDELINES",
    "INSUFFICIENT_CONVERSATION_CONTENT",
    "INTERNAL_ERROR",
    "INVALID_ANALYSIS_CONFIGURATION",
    "QUOTA_EXCEEDED",
]RealTimeContactAnalysisPostContactSummaryStatusType#
# RealTimeContactAnalysisPostContactSummaryStatusType usage example
from types_boto3_connect.literals import RealTimeContactAnalysisPostContactSummaryStatusType
def get_value() -> RealTimeContactAnalysisPostContactSummaryStatusType:
    return "COMPLETED"# RealTimeContactAnalysisPostContactSummaryStatusType definition
RealTimeContactAnalysisPostContactSummaryStatusType = Literal[
    "COMPLETED",
    "FAILED",
]RealTimeContactAnalysisSegmentTypeType#
# RealTimeContactAnalysisSegmentTypeType usage example
from types_boto3_connect.literals import RealTimeContactAnalysisSegmentTypeType
def get_value() -> RealTimeContactAnalysisSegmentTypeType:
    return "Attachments"# RealTimeContactAnalysisSegmentTypeType definition
RealTimeContactAnalysisSegmentTypeType = Literal[
    "Attachments",
    "Categories",
    "Event",
    "Issues",
    "PostContactSummary",
    "Transcript",
]RealTimeContactAnalysisSentimentLabelType#
# RealTimeContactAnalysisSentimentLabelType usage example
from types_boto3_connect.literals import RealTimeContactAnalysisSentimentLabelType
def get_value() -> RealTimeContactAnalysisSentimentLabelType:
    return "NEGATIVE"# RealTimeContactAnalysisSentimentLabelType definition
RealTimeContactAnalysisSentimentLabelType = Literal[
    "NEGATIVE",
    "NEUTRAL",
    "POSITIVE",
]RealTimeContactAnalysisStatusType#
# RealTimeContactAnalysisStatusType usage example
from types_boto3_connect.literals import RealTimeContactAnalysisStatusType
def get_value() -> RealTimeContactAnalysisStatusType:
    return "COMPLETED"# RealTimeContactAnalysisStatusType definition
RealTimeContactAnalysisStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
]RealTimeContactAnalysisSupportedChannelType#
# RealTimeContactAnalysisSupportedChannelType usage example
from types_boto3_connect.literals import RealTimeContactAnalysisSupportedChannelType
def get_value() -> RealTimeContactAnalysisSupportedChannelType:
    return "CHAT"# RealTimeContactAnalysisSupportedChannelType definition
RealTimeContactAnalysisSupportedChannelType = Literal[
    "CHAT",
    "VOICE",
]RecordingStatusType#
# RecordingStatusType usage example
from types_boto3_connect.literals import RecordingStatusType
def get_value() -> RecordingStatusType:
    return "AVAILABLE"# RecordingStatusType definition
RecordingStatusType = Literal[
    "AVAILABLE",
    "DELETED",
]ReferenceStatusType#
# ReferenceStatusType usage example
from types_boto3_connect.literals import ReferenceStatusType
def get_value() -> ReferenceStatusType:
    return "APPROVED"# ReferenceStatusType definition
ReferenceStatusType = Literal[
    "APPROVED",
    "AVAILABLE",
    "DELETED",
    "FAILED",
    "PROCESSING",
    "REJECTED",
]ReferenceTypeType#
# ReferenceTypeType usage example
from types_boto3_connect.literals import ReferenceTypeType
def get_value() -> ReferenceTypeType:
    return "ATTACHMENT"# ReferenceTypeType definition
ReferenceTypeType = Literal[
    "ATTACHMENT",
    "CONTACT_ANALYSIS",
    "DATE",
    "EMAIL",
    "EMAIL_MESSAGE",
    "NUMBER",
    "STRING",
    "URL",
]RehydrationTypeType#
# RehydrationTypeType usage example
from types_boto3_connect.literals import RehydrationTypeType
def get_value() -> RehydrationTypeType:
    return "ENTIRE_PAST_SESSION"# RehydrationTypeType definition
RehydrationTypeType = Literal[
    "ENTIRE_PAST_SESSION",
    "FROM_SEGMENT",
]RoutingCriteriaStepStatusType#
# RoutingCriteriaStepStatusType usage example
from types_boto3_connect.literals import RoutingCriteriaStepStatusType
def get_value() -> RoutingCriteriaStepStatusType:
    return "ACTIVE"# RoutingCriteriaStepStatusType definition
RoutingCriteriaStepStatusType = Literal[
    "ACTIVE",
    "EXPIRED",
    "INACTIVE",
    "JOINED",
]RulePublishStatusType#
# RulePublishStatusType usage example
from types_boto3_connect.literals import RulePublishStatusType
def get_value() -> RulePublishStatusType:
    return "DRAFT"# RulePublishStatusType definition
RulePublishStatusType = Literal[
    "DRAFT",
    "PUBLISHED",
]ScreenShareCapabilityType#
# ScreenShareCapabilityType usage example
from types_boto3_connect.literals import ScreenShareCapabilityType
def get_value() -> ScreenShareCapabilityType:
    return "SEND"# ScreenShareCapabilityType definition
ScreenShareCapabilityType = Literal[
    "SEND",
]SearchAgentStatusesPaginatorName#
# SearchAgentStatusesPaginatorName usage example
from types_boto3_connect.literals import SearchAgentStatusesPaginatorName
def get_value() -> SearchAgentStatusesPaginatorName:
    return "search_agent_statuses"# SearchAgentStatusesPaginatorName definition
SearchAgentStatusesPaginatorName = Literal[
    "search_agent_statuses",
]SearchAvailablePhoneNumbersPaginatorName#
# SearchAvailablePhoneNumbersPaginatorName usage example
from types_boto3_connect.literals import SearchAvailablePhoneNumbersPaginatorName
def get_value() -> SearchAvailablePhoneNumbersPaginatorName:
    return "search_available_phone_numbers"# SearchAvailablePhoneNumbersPaginatorName definition
SearchAvailablePhoneNumbersPaginatorName = Literal[
    "search_available_phone_numbers",
]SearchContactFlowModulesPaginatorName#
# SearchContactFlowModulesPaginatorName usage example
from types_boto3_connect.literals import SearchContactFlowModulesPaginatorName
def get_value() -> SearchContactFlowModulesPaginatorName:
    return "search_contact_flow_modules"# SearchContactFlowModulesPaginatorName definition
SearchContactFlowModulesPaginatorName = Literal[
    "search_contact_flow_modules",
]SearchContactFlowsPaginatorName#
# SearchContactFlowsPaginatorName usage example
from types_boto3_connect.literals import SearchContactFlowsPaginatorName
def get_value() -> SearchContactFlowsPaginatorName:
    return "search_contact_flows"# SearchContactFlowsPaginatorName definition
SearchContactFlowsPaginatorName = Literal[
    "search_contact_flows",
]SearchContactsMatchTypeType#
# SearchContactsMatchTypeType usage example
from types_boto3_connect.literals import SearchContactsMatchTypeType
def get_value() -> SearchContactsMatchTypeType:
    return "MATCH_ALL"# SearchContactsMatchTypeType definition
SearchContactsMatchTypeType = Literal[
    "MATCH_ALL",
    "MATCH_ANY",
    "MATCH_EXACT",
    "MATCH_NONE",
]SearchContactsPaginatorName#
# SearchContactsPaginatorName usage example
from types_boto3_connect.literals import SearchContactsPaginatorName
def get_value() -> SearchContactsPaginatorName:
    return "search_contacts"# SearchContactsPaginatorName definition
SearchContactsPaginatorName = Literal[
    "search_contacts",
]SearchContactsTimeRangeConditionTypeType#
# SearchContactsTimeRangeConditionTypeType usage example
from types_boto3_connect.literals import SearchContactsTimeRangeConditionTypeType
def get_value() -> SearchContactsTimeRangeConditionTypeType:
    return "NOT_EXISTS"# SearchContactsTimeRangeConditionTypeType definition
SearchContactsTimeRangeConditionTypeType = Literal[
    "NOT_EXISTS",
]SearchContactsTimeRangeTypeType#
# SearchContactsTimeRangeTypeType usage example
from types_boto3_connect.literals import SearchContactsTimeRangeTypeType
def get_value() -> SearchContactsTimeRangeTypeType:
    return "CONNECTED_TO_AGENT_TIMESTAMP"# SearchContactsTimeRangeTypeType definition
SearchContactsTimeRangeTypeType = Literal[
    "CONNECTED_TO_AGENT_TIMESTAMP",
    "DISCONNECT_TIMESTAMP",
    "ENQUEUE_TIMESTAMP",
    "INITIATION_TIMESTAMP",
    "SCHEDULED_TIMESTAMP",
]SearchHoursOfOperationOverridesPaginatorName#
# SearchHoursOfOperationOverridesPaginatorName usage example
from types_boto3_connect.literals import SearchHoursOfOperationOverridesPaginatorName
def get_value() -> SearchHoursOfOperationOverridesPaginatorName:
    return "search_hours_of_operation_overrides"# SearchHoursOfOperationOverridesPaginatorName definition
SearchHoursOfOperationOverridesPaginatorName = Literal[
    "search_hours_of_operation_overrides",
]SearchHoursOfOperationsPaginatorName#
# SearchHoursOfOperationsPaginatorName usage example
from types_boto3_connect.literals import SearchHoursOfOperationsPaginatorName
def get_value() -> SearchHoursOfOperationsPaginatorName:
    return "search_hours_of_operations"# SearchHoursOfOperationsPaginatorName definition
SearchHoursOfOperationsPaginatorName = Literal[
    "search_hours_of_operations",
]SearchPredefinedAttributesPaginatorName#
# SearchPredefinedAttributesPaginatorName usage example
from types_boto3_connect.literals import SearchPredefinedAttributesPaginatorName
def get_value() -> SearchPredefinedAttributesPaginatorName:
    return "search_predefined_attributes"# SearchPredefinedAttributesPaginatorName definition
SearchPredefinedAttributesPaginatorName = Literal[
    "search_predefined_attributes",
]SearchPromptsPaginatorName#
# SearchPromptsPaginatorName usage example
from types_boto3_connect.literals import SearchPromptsPaginatorName
def get_value() -> SearchPromptsPaginatorName:
    return "search_prompts"# SearchPromptsPaginatorName definition
SearchPromptsPaginatorName = Literal[
    "search_prompts",
]SearchQueuesPaginatorName#
# SearchQueuesPaginatorName usage example
from types_boto3_connect.literals import SearchQueuesPaginatorName
def get_value() -> SearchQueuesPaginatorName:
    return "search_queues"# SearchQueuesPaginatorName definition
SearchQueuesPaginatorName = Literal[
    "search_queues",
]SearchQuickConnectsPaginatorName#
# SearchQuickConnectsPaginatorName usage example
from types_boto3_connect.literals import SearchQuickConnectsPaginatorName
def get_value() -> SearchQuickConnectsPaginatorName:
    return "search_quick_connects"# SearchQuickConnectsPaginatorName definition
SearchQuickConnectsPaginatorName = Literal[
    "search_quick_connects",
]SearchResourceTagsPaginatorName#
# SearchResourceTagsPaginatorName usage example
from types_boto3_connect.literals import SearchResourceTagsPaginatorName
def get_value() -> SearchResourceTagsPaginatorName:
    return "search_resource_tags"# SearchResourceTagsPaginatorName definition
SearchResourceTagsPaginatorName = Literal[
    "search_resource_tags",
]SearchRoutingProfilesPaginatorName#
# SearchRoutingProfilesPaginatorName usage example
from types_boto3_connect.literals import SearchRoutingProfilesPaginatorName
def get_value() -> SearchRoutingProfilesPaginatorName:
    return "search_routing_profiles"# SearchRoutingProfilesPaginatorName definition
SearchRoutingProfilesPaginatorName = Literal[
    "search_routing_profiles",
]SearchSecurityProfilesPaginatorName#
# SearchSecurityProfilesPaginatorName usage example
from types_boto3_connect.literals import SearchSecurityProfilesPaginatorName
def get_value() -> SearchSecurityProfilesPaginatorName:
    return "search_security_profiles"# SearchSecurityProfilesPaginatorName definition
SearchSecurityProfilesPaginatorName = Literal[
    "search_security_profiles",
]SearchUserHierarchyGroupsPaginatorName#
# SearchUserHierarchyGroupsPaginatorName usage example
from types_boto3_connect.literals import SearchUserHierarchyGroupsPaginatorName
def get_value() -> SearchUserHierarchyGroupsPaginatorName:
    return "search_user_hierarchy_groups"# SearchUserHierarchyGroupsPaginatorName definition
SearchUserHierarchyGroupsPaginatorName = Literal[
    "search_user_hierarchy_groups",
]SearchUsersPaginatorName#
# SearchUsersPaginatorName usage example
from types_boto3_connect.literals import SearchUsersPaginatorName
def get_value() -> SearchUsersPaginatorName:
    return "search_users"# SearchUsersPaginatorName definition
SearchUsersPaginatorName = Literal[
    "search_users",
]SearchVocabulariesPaginatorName#
# SearchVocabulariesPaginatorName usage example
from types_boto3_connect.literals import SearchVocabulariesPaginatorName
def get_value() -> SearchVocabulariesPaginatorName:
    return "search_vocabularies"# SearchVocabulariesPaginatorName definition
SearchVocabulariesPaginatorName = Literal[
    "search_vocabularies",
]SearchableQueueTypeType#
# SearchableQueueTypeType usage example
from types_boto3_connect.literals import SearchableQueueTypeType
def get_value() -> SearchableQueueTypeType:
    return "STANDARD"# SearchableQueueTypeType definition
SearchableQueueTypeType = Literal[
    "STANDARD",
]SingleSelectQuestionRuleCategoryAutomationConditionType#
# SingleSelectQuestionRuleCategoryAutomationConditionType usage example
from types_boto3_connect.literals import SingleSelectQuestionRuleCategoryAutomationConditionType
def get_value() -> SingleSelectQuestionRuleCategoryAutomationConditionType:
    return "NOT_PRESENT"# SingleSelectQuestionRuleCategoryAutomationConditionType definition
SingleSelectQuestionRuleCategoryAutomationConditionType = Literal[
    "NOT_PRESENT",
    "PRESENT",
]SlaAssignmentTypeType#
# SlaAssignmentTypeType usage example
from types_boto3_connect.literals import SlaAssignmentTypeType
def get_value() -> SlaAssignmentTypeType:
    return "CASES"# SlaAssignmentTypeType definition
SlaAssignmentTypeType = Literal[
    "CASES",
]SlaTypeType#
# SlaTypeType usage example
from types_boto3_connect.literals import SlaTypeType
def get_value() -> SlaTypeType:
    return "CaseField"# SlaTypeType definition
SlaTypeType = Literal[
    "CaseField",
]SortOrderType#
# SortOrderType usage example
from types_boto3_connect.literals import SortOrderType
def get_value() -> SortOrderType:
    return "ASCENDING"# SortOrderType definition
SortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]SortableFieldNameType#
# SortableFieldNameType usage example
from types_boto3_connect.literals import SortableFieldNameType
def get_value() -> SortableFieldNameType:
    return "CHANNEL"# SortableFieldNameType definition
SortableFieldNameType = Literal[
    "CHANNEL",
    "CONNECTED_TO_AGENT_TIMESTAMP",
    "DISCONNECT_TIMESTAMP",
    "EXPIRY_TIMESTAMP",
    "INITIATION_METHOD",
    "INITIATION_TIMESTAMP",
    "SCHEDULED_TIMESTAMP",
]SourceTypeType#
# SourceTypeType usage example
from types_boto3_connect.literals import SourceTypeType
def get_value() -> SourceTypeType:
    return "CASES"# SourceTypeType definition
SourceTypeType = Literal[
    "CASES",
    "SALESFORCE",
    "ZENDESK",
]StatisticType#
# StatisticType usage example
from types_boto3_connect.literals import StatisticType
def get_value() -> StatisticType:
    return "AVG"# StatisticType definition
StatisticType = Literal[
    "AVG",
    "MAX",
    "SUM",
]StatusType#
# StatusType usage example
from types_boto3_connect.literals import StatusType
def get_value() -> StatusType:
    return "COMPLETE"# StatusType definition
StatusType = Literal[
    "COMPLETE",
    "DELETED",
    "IN_PROGRESS",
]StorageTypeType#
# StorageTypeType usage example
from types_boto3_connect.literals import StorageTypeType
def get_value() -> StorageTypeType:
    return "KINESIS_FIREHOSE"# StorageTypeType definition
StorageTypeType = Literal[
    "KINESIS_FIREHOSE",
    "KINESIS_STREAM",
    "KINESIS_VIDEO_STREAM",
    "S3",
]StringComparisonTypeType#
# StringComparisonTypeType usage example
from types_boto3_connect.literals import StringComparisonTypeType
def get_value() -> StringComparisonTypeType:
    return "CONTAINS"# StringComparisonTypeType definition
StringComparisonTypeType = Literal[
    "CONTAINS",
    "EXACT",
    "STARTS_WITH",
]TargetListTypeType#
# TargetListTypeType usage example
from types_boto3_connect.literals import TargetListTypeType
def get_value() -> TargetListTypeType:
    return "PROFICIENCIES"# TargetListTypeType definition
TargetListTypeType = Literal[
    "PROFICIENCIES",
]TaskTemplateFieldTypeType#
# TaskTemplateFieldTypeType usage example
from types_boto3_connect.literals import TaskTemplateFieldTypeType
def get_value() -> TaskTemplateFieldTypeType:
    return "BOOLEAN"# TaskTemplateFieldTypeType definition
TaskTemplateFieldTypeType = Literal[
    "BOOLEAN",
    "DATE_TIME",
    "DESCRIPTION",
    "EMAIL",
    "EXPIRY_DURATION",
    "NAME",
    "NUMBER",
    "QUICK_CONNECT",
    "SCHEDULED_TIME",
    "SELF_ASSIGN",
    "SINGLE_SELECT",
    "TEXT",
    "TEXT_AREA",
    "URL",
]TaskTemplateStatusType#
# TaskTemplateStatusType usage example
from types_boto3_connect.literals import TaskTemplateStatusType
def get_value() -> TaskTemplateStatusType:
    return "ACTIVE"# TaskTemplateStatusType definition
TaskTemplateStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
]TimerEligibleParticipantRolesType#
# TimerEligibleParticipantRolesType usage example
from types_boto3_connect.literals import TimerEligibleParticipantRolesType
def get_value() -> TimerEligibleParticipantRolesType:
    return "AGENT"# TimerEligibleParticipantRolesType definition
TimerEligibleParticipantRolesType = Literal[
    "AGENT",
    "CUSTOMER",
]TrafficDistributionGroupStatusType#
# TrafficDistributionGroupStatusType usage example
from types_boto3_connect.literals import TrafficDistributionGroupStatusType
def get_value() -> TrafficDistributionGroupStatusType:
    return "ACTIVE"# TrafficDistributionGroupStatusType definition
TrafficDistributionGroupStatusType = Literal[
    "ACTIVE",
    "CREATION_FAILED",
    "CREATION_IN_PROGRESS",
    "DELETION_FAILED",
    "PENDING_DELETION",
    "UPDATE_IN_PROGRESS",
]TrafficTypeType#
# TrafficTypeType usage example
from types_boto3_connect.literals import TrafficTypeType
def get_value() -> TrafficTypeType:
    return "CAMPAIGN"# TrafficTypeType definition
TrafficTypeType = Literal[
    "CAMPAIGN",
    "GENERAL",
]UnitType#
# UnitType usage example
from types_boto3_connect.literals import UnitType
def get_value() -> UnitType:
    return "COUNT"# UnitType definition
UnitType = Literal[
    "COUNT",
    "PERCENT",
    "SECONDS",
]UseCaseTypeType#
# UseCaseTypeType usage example
from types_boto3_connect.literals import UseCaseTypeType
def get_value() -> UseCaseTypeType:
    return "CONNECT_CAMPAIGNS"# UseCaseTypeType definition
UseCaseTypeType = Literal[
    "CONNECT_CAMPAIGNS",
    "RULES_EVALUATION",
]VideoCapabilityType#
# VideoCapabilityType usage example
from types_boto3_connect.literals import VideoCapabilityType
def get_value() -> VideoCapabilityType:
    return "SEND"# VideoCapabilityType definition
VideoCapabilityType = Literal[
    "SEND",
]ViewStatusType#
# ViewStatusType usage example
from types_boto3_connect.literals import ViewStatusType
def get_value() -> ViewStatusType:
    return "PUBLISHED"# ViewStatusType definition
ViewStatusType = Literal[
    "PUBLISHED",
    "SAVED",
]ViewTypeType#
# ViewTypeType usage example
from types_boto3_connect.literals import ViewTypeType
def get_value() -> ViewTypeType:
    return "AWS_MANAGED"# ViewTypeType definition
ViewTypeType = Literal[
    "AWS_MANAGED",
    "CUSTOMER_MANAGED",
]VocabularyLanguageCodeType#
# VocabularyLanguageCodeType usage example
from types_boto3_connect.literals import VocabularyLanguageCodeType
def get_value() -> VocabularyLanguageCodeType:
    return "ar-AE"# VocabularyLanguageCodeType definition
VocabularyLanguageCodeType = Literal[
    "ar-AE",
    "ca-ES",
    "da-DK",
    "de-CH",
    "de-DE",
    "en-AB",
    "en-AU",
    "en-GB",
    "en-IE",
    "en-IN",
    "en-NZ",
    "en-US",
    "en-WL",
    "en-ZA",
    "es-ES",
    "es-US",
    "fi-FI",
    "fr-CA",
    "fr-FR",
    "hi-IN",
    "id-ID",
    "it-IT",
    "ja-JP",
    "ko-KR",
    "ms-MY",
    "nl-NL",
    "no-NO",
    "pl-PL",
    "pt-BR",
    "pt-PT",
    "sv-SE",
    "tl-PH",
    "zh-CN",
]VocabularyStateType#
# VocabularyStateType usage example
from types_boto3_connect.literals import VocabularyStateType
def get_value() -> VocabularyStateType:
    return "ACTIVE"# VocabularyStateType definition
VocabularyStateType = Literal[
    "ACTIVE",
    "CREATION_FAILED",
    "CREATION_IN_PROGRESS",
    "DELETE_IN_PROGRESS",
]VoiceRecordingTrackType#
# VoiceRecordingTrackType usage example
from types_boto3_connect.literals import VoiceRecordingTrackType
def get_value() -> VoiceRecordingTrackType:
    return "ALL"# VoiceRecordingTrackType definition
VoiceRecordingTrackType = Literal[
    "ALL",
    "FROM_AGENT",
    "TO_AGENT",
]ConnectServiceName#
# ConnectServiceName usage example
from types_boto3_connect.literals import ConnectServiceName
def get_value() -> ConnectServiceName:
    return "connect"# ConnectServiceName definition
ConnectServiceName = Literal[
    "connect",
]ServiceName#
# ServiceName usage example
from types_boto3_connect.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_connect.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_connect.literals import PaginatorName
def get_value() -> PaginatorName:
    return "get_metric_data"# PaginatorName definition
PaginatorName = Literal[
    "get_metric_data",
    "list_agent_statuses",
    "list_approved_origins",
    "list_authentication_profiles",
    "list_bots",
    "list_contact_evaluations",
    "list_contact_flow_modules",
    "list_contact_flow_versions",
    "list_contact_flows",
    "list_contact_references",
    "list_default_vocabularies",
    "list_evaluation_form_versions",
    "list_evaluation_forms",
    "list_flow_associations",
    "list_hours_of_operation_overrides",
    "list_hours_of_operations",
    "list_instance_attributes",
    "list_instance_storage_configs",
    "list_instances",
    "list_integration_associations",
    "list_lambda_functions",
    "list_lex_bots",
    "list_phone_numbers",
    "list_phone_numbers_v2",
    "list_predefined_attributes",
    "list_prompts",
    "list_queue_quick_connects",
    "list_queues",
    "list_quick_connects",
    "list_routing_profile_manual_assignment_queues",
    "list_routing_profile_queues",
    "list_routing_profiles",
    "list_rules",
    "list_security_keys",
    "list_security_profile_applications",
    "list_security_profile_permissions",
    "list_security_profiles",
    "list_task_templates",
    "list_traffic_distribution_group_users",
    "list_traffic_distribution_groups",
    "list_use_cases",
    "list_user_hierarchy_groups",
    "list_user_proficiencies",
    "list_users",
    "list_view_versions",
    "list_views",
    "search_agent_statuses",
    "search_available_phone_numbers",
    "search_contact_flow_modules",
    "search_contact_flows",
    "search_contacts",
    "search_hours_of_operation_overrides",
    "search_hours_of_operations",
    "search_predefined_attributes",
    "search_prompts",
    "search_queues",
    "search_quick_connects",
    "search_resource_tags",
    "search_routing_profiles",
    "search_security_profiles",
    "search_user_hierarchy_groups",
    "search_users",
    "search_vocabularies",
]RegionName#
# RegionName usage example
from types_boto3_connect.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-1",
    "eu-west-2",
    "us-east-1",
    "us-west-2",
]