Skip to content

Literals#

Index > Connect > Literals

Auto-generated documentation for Connect type annotations stubs module mypy-boto3-connect.

ActionTypeType#

# ActionTypeType usage example

from mypy_boto3_connect.literals import ActionTypeType

def get_value() -> ActionTypeType:
    return "ASSIGN_CONTACT_CATEGORY"
# ActionTypeType definition

ActionTypeType = Literal[
    "ASSIGN_CONTACT_CATEGORY",
    "CREATE_CASE",
    "CREATE_TASK",
    "END_ASSOCIATED_TASKS",
    "GENERATE_EVENTBRIDGE_EVENT",
    "SEND_NOTIFICATION",
    "UPDATE_CASE",
]

AgentAvailabilityTimerType#

# AgentAvailabilityTimerType usage example

from mypy_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 mypy_boto3_connect.literals import AgentStatusStateType

def get_value() -> AgentStatusStateType:
    return "DISABLED"
# AgentStatusStateType definition

AgentStatusStateType = Literal[
    "DISABLED",
    "ENABLED",
]

AgentStatusTypeType#

# AgentStatusTypeType usage example

from mypy_boto3_connect.literals import AgentStatusTypeType

def get_value() -> AgentStatusTypeType:
    return "CUSTOM"
# AgentStatusTypeType definition

AgentStatusTypeType = Literal[
    "CUSTOM",
    "OFFLINE",
    "ROUTABLE",
]

ArtifactStatusType#

# ArtifactStatusType usage example

from mypy_boto3_connect.literals import ArtifactStatusType

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

ArtifactStatusType = Literal[
    "APPROVED",
    "IN_PROGRESS",
    "REJECTED",
]

BehaviorTypeType#

# BehaviorTypeType usage example

from mypy_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 mypy_boto3_connect.literals import ChannelType

def get_value() -> ChannelType:
    return "CHAT"
# ChannelType definition

ChannelType = Literal[
    "CHAT",
    "TASK",
    "VOICE",
]

ChatEventTypeType#

# ChatEventTypeType usage example

from mypy_boto3_connect.literals import ChatEventTypeType

def get_value() -> ChatEventTypeType:
    return "DISCONNECT"
# ChatEventTypeType definition

ChatEventTypeType = Literal[
    "DISCONNECT",
    "EVENT",
    "MESSAGE",
]

ComparisonType#

# ComparisonType usage example

from mypy_boto3_connect.literals import ComparisonType

def get_value() -> ComparisonType:
    return "LT"
# ComparisonType definition

ComparisonType = Literal[
    "LT",
]

ContactFlowModuleStateType#

# ContactFlowModuleStateType usage example

from mypy_boto3_connect.literals import ContactFlowModuleStateType

def get_value() -> ContactFlowModuleStateType:
    return "ACTIVE"
# ContactFlowModuleStateType definition

ContactFlowModuleStateType = Literal[
    "ACTIVE",
    "ARCHIVED",
]

ContactFlowModuleStatusType#

# ContactFlowModuleStatusType usage example

from mypy_boto3_connect.literals import ContactFlowModuleStatusType

def get_value() -> ContactFlowModuleStatusType:
    return "PUBLISHED"
# ContactFlowModuleStatusType definition

ContactFlowModuleStatusType = Literal[
    "PUBLISHED",
    "SAVED",
]

ContactFlowStateType#

# ContactFlowStateType usage example

from mypy_boto3_connect.literals import ContactFlowStateType

def get_value() -> ContactFlowStateType:
    return "ACTIVE"
# ContactFlowStateType definition

ContactFlowStateType = Literal[
    "ACTIVE",
    "ARCHIVED",
]

ContactFlowTypeType#

# ContactFlowTypeType usage example

from mypy_boto3_connect.literals import ContactFlowTypeType

def get_value() -> ContactFlowTypeType:
    return "AGENT_HOLD"
# ContactFlowTypeType definition

ContactFlowTypeType = Literal[
    "AGENT_HOLD",
    "AGENT_TRANSFER",
    "AGENT_WHISPER",
    "CONTACT_FLOW",
    "CUSTOMER_HOLD",
    "CUSTOMER_QUEUE",
    "CUSTOMER_WHISPER",
    "OUTBOUND_WHISPER",
    "QUEUE_TRANSFER",
]

ContactInitiationMethodType#

# ContactInitiationMethodType usage example

from mypy_boto3_connect.literals import ContactInitiationMethodType

def get_value() -> ContactInitiationMethodType:
    return "API"
# ContactInitiationMethodType definition

ContactInitiationMethodType = Literal[
    "API",
    "CALLBACK",
    "DISCONNECT",
    "EXTERNAL_OUTBOUND",
    "INBOUND",
    "MONITOR",
    "OUTBOUND",
    "QUEUE_TRANSFER",
    "TRANSFER",
]

ContactStateType#

# ContactStateType usage example

from mypy_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 mypy_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",
]

DirectoryTypeType#

# DirectoryTypeType usage example

from mypy_boto3_connect.literals import DirectoryTypeType

def get_value() -> DirectoryTypeType:
    return "CONNECT_MANAGED"
# DirectoryTypeType definition

DirectoryTypeType = Literal[
    "CONNECT_MANAGED",
    "EXISTING_DIRECTORY",
    "SAML",
]

EncryptionTypeType#

# EncryptionTypeType usage example

from mypy_boto3_connect.literals import EncryptionTypeType

def get_value() -> EncryptionTypeType:
    return "KMS"
# EncryptionTypeType definition

EncryptionTypeType = Literal[
    "KMS",
]

EndpointTypeType#

# EndpointTypeType usage example

from mypy_boto3_connect.literals import EndpointTypeType

def get_value() -> EndpointTypeType:
    return "CONTACT_FLOW"
# EndpointTypeType definition

EndpointTypeType = Literal[
    "CONTACT_FLOW",
    "TELEPHONE_NUMBER",
    "VOIP",
]

EvaluationFormQuestionTypeType#

# EvaluationFormQuestionTypeType usage example

from mypy_boto3_connect.literals import EvaluationFormQuestionTypeType

def get_value() -> EvaluationFormQuestionTypeType:
    return "NUMERIC"
# EvaluationFormQuestionTypeType definition

EvaluationFormQuestionTypeType = Literal[
    "NUMERIC",
    "SINGLESELECT",
    "TEXT",
]

EvaluationFormScoringModeType#

# EvaluationFormScoringModeType usage example

from mypy_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 mypy_boto3_connect.literals import EvaluationFormScoringStatusType

def get_value() -> EvaluationFormScoringStatusType:
    return "DISABLED"
# EvaluationFormScoringStatusType definition

EvaluationFormScoringStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

EvaluationFormSingleSelectQuestionDisplayModeType#

# EvaluationFormSingleSelectQuestionDisplayModeType usage example

from mypy_boto3_connect.literals import EvaluationFormSingleSelectQuestionDisplayModeType

def get_value() -> EvaluationFormSingleSelectQuestionDisplayModeType:
    return "DROPDOWN"
# EvaluationFormSingleSelectQuestionDisplayModeType definition

EvaluationFormSingleSelectQuestionDisplayModeType = Literal[
    "DROPDOWN",
    "RADIO",
]

EvaluationFormVersionStatusType#

# EvaluationFormVersionStatusType usage example

from mypy_boto3_connect.literals import EvaluationFormVersionStatusType

def get_value() -> EvaluationFormVersionStatusType:
    return "ACTIVE"
# EvaluationFormVersionStatusType definition

EvaluationFormVersionStatusType = Literal[
    "ACTIVE",
    "DRAFT",
]

EvaluationStatusType#

# EvaluationStatusType usage example

from mypy_boto3_connect.literals import EvaluationStatusType

def get_value() -> EvaluationStatusType:
    return "DRAFT"
# EvaluationStatusType definition

EvaluationStatusType = Literal[
    "DRAFT",
    "SUBMITTED",
]

EventSourceNameType#

# EventSourceNameType usage example

from mypy_boto3_connect.literals import EventSourceNameType

def get_value() -> EventSourceNameType:
    return "OnCaseCreate"
# EventSourceNameType definition

EventSourceNameType = Literal[
    "OnCaseCreate",
    "OnCaseUpdate",
    "OnContactEvaluationSubmit",
    "OnMetricDataUpdate",
    "OnPostCallAnalysisAvailable",
    "OnPostChatAnalysisAvailable",
    "OnRealTimeCallAnalysisAvailable",
    "OnRealTimeChatAnalysisAvailable",
    "OnSalesforceCaseCreate",
    "OnZendeskTicketCreate",
    "OnZendeskTicketStatusUpdate",
]

FailureReasonCodeType#

# FailureReasonCodeType usage example

from mypy_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_QUEUE",
    "INVALID_SYSTEM_ENDPOINT",
    "MISSING_CAMPAIGN",
    "MISSING_CUSTOMER_ENDPOINT",
    "MISSING_QUEUE_ID_AND_SYSTEM_ENDPOINT",
    "REQUEST_THROTTLED",
]

FlowAssociationResourceTypeType#

# FlowAssociationResourceTypeType usage example

from mypy_boto3_connect.literals import FlowAssociationResourceTypeType

def get_value() -> FlowAssociationResourceTypeType:
    return "SMS_PHONE_NUMBER"
# FlowAssociationResourceTypeType definition

FlowAssociationResourceTypeType = Literal[
    "SMS_PHONE_NUMBER",
]

GetMetricDataPaginatorName#

# GetMetricDataPaginatorName usage example

from mypy_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 mypy_boto3_connect.literals import GroupingType

def get_value() -> GroupingType:
    return "CHANNEL"
# GroupingType definition

GroupingType = Literal[
    "CHANNEL",
    "QUEUE",
    "ROUTING_PROFILE",
    "ROUTING_STEP_EXPRESSION",
]

HierarchyGroupMatchTypeType#

# HierarchyGroupMatchTypeType usage example

from mypy_boto3_connect.literals import HierarchyGroupMatchTypeType

def get_value() -> HierarchyGroupMatchTypeType:
    return "EXACT"
# HierarchyGroupMatchTypeType definition

HierarchyGroupMatchTypeType = Literal[
    "EXACT",
    "WITH_CHILD_GROUPS",
]

HistoricalMetricNameType#

# HistoricalMetricNameType usage example

from mypy_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 mypy_boto3_connect.literals import HoursOfOperationDaysType

def get_value() -> HoursOfOperationDaysType:
    return "FRIDAY"
# HoursOfOperationDaysType definition

HoursOfOperationDaysType = Literal[
    "FRIDAY",
    "MONDAY",
    "SATURDAY",
    "SUNDAY",
    "THURSDAY",
    "TUESDAY",
    "WEDNESDAY",
]

InstanceAttributeTypeType#

# InstanceAttributeTypeType usage example

from mypy_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_CONFERENCE",
    "OUTBOUND_CALLS",
    "USE_CUSTOM_TTS_VOICES",
]

InstanceStatusType#

# InstanceStatusType usage example

from mypy_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 mypy_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",
    "MEDIA_STREAMS",
    "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS",
    "SCHEDULED_REPORTS",
    "SCREEN_RECORDINGS",
]

IntegrationTypeType#

# IntegrationTypeType usage example

from mypy_boto3_connect.literals import IntegrationTypeType

def get_value() -> IntegrationTypeType:
    return "APPLICATION"
# IntegrationTypeType definition

IntegrationTypeType = Literal[
    "APPLICATION",
    "CASES_DOMAIN",
    "EVENT",
    "FILE_SCANNER",
    "PINPOINT_APP",
    "VOICE_ID",
    "WISDOM_ASSISTANT",
    "WISDOM_KNOWLEDGE_BASE",
    "WISDOM_QUICK_RESPONSES",
]

IntervalPeriodType#

# IntervalPeriodType usage example

from mypy_boto3_connect.literals import IntervalPeriodType

def get_value() -> IntervalPeriodType:
    return "DAY"
# IntervalPeriodType definition

IntervalPeriodType = Literal[
    "DAY",
    "FIFTEEN_MIN",
    "HOUR",
    "THIRTY_MIN",
    "TOTAL",
    "WEEK",
]

LexVersionType#

# LexVersionType usage example

from mypy_boto3_connect.literals import LexVersionType

def get_value() -> LexVersionType:
    return "V1"
# LexVersionType definition

LexVersionType = Literal[
    "V1",
    "V2",
]

ListAgentStatusesPaginatorName#

# ListAgentStatusesPaginatorName usage example

from mypy_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 mypy_boto3_connect.literals import ListApprovedOriginsPaginatorName

def get_value() -> ListApprovedOriginsPaginatorName:
    return "list_approved_origins"
# ListApprovedOriginsPaginatorName definition

ListApprovedOriginsPaginatorName = Literal[
    "list_approved_origins",
]

ListBotsPaginatorName#

# ListBotsPaginatorName usage example

from mypy_boto3_connect.literals import ListBotsPaginatorName

def get_value() -> ListBotsPaginatorName:
    return "list_bots"
# ListBotsPaginatorName definition

ListBotsPaginatorName = Literal[
    "list_bots",
]

ListContactEvaluationsPaginatorName#

# ListContactEvaluationsPaginatorName usage example

from mypy_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 mypy_boto3_connect.literals import ListContactFlowModulesPaginatorName

def get_value() -> ListContactFlowModulesPaginatorName:
    return "list_contact_flow_modules"
# ListContactFlowModulesPaginatorName definition

ListContactFlowModulesPaginatorName = Literal[
    "list_contact_flow_modules",
]

ListContactFlowsPaginatorName#

# ListContactFlowsPaginatorName usage example

from mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_boto3_connect.literals import ListFlowAssociationResourceTypeType

def get_value() -> ListFlowAssociationResourceTypeType:
    return "VOICE_PHONE_NUMBER"
# ListFlowAssociationResourceTypeType definition

ListFlowAssociationResourceTypeType = Literal[
    "VOICE_PHONE_NUMBER",
]

ListFlowAssociationsPaginatorName#

# ListFlowAssociationsPaginatorName usage example

from mypy_boto3_connect.literals import ListFlowAssociationsPaginatorName

def get_value() -> ListFlowAssociationsPaginatorName:
    return "list_flow_associations"
# ListFlowAssociationsPaginatorName definition

ListFlowAssociationsPaginatorName = Literal[
    "list_flow_associations",
]

ListHoursOfOperationsPaginatorName#

# ListHoursOfOperationsPaginatorName usage example

from mypy_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 mypy_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 mypy_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 mypy_boto3_connect.literals import ListInstancesPaginatorName

def get_value() -> ListInstancesPaginatorName:
    return "list_instances"
# ListInstancesPaginatorName definition

ListInstancesPaginatorName = Literal[
    "list_instances",
]

ListIntegrationAssociationsPaginatorName#

# ListIntegrationAssociationsPaginatorName usage example

from mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_boto3_connect.literals import ListPromptsPaginatorName

def get_value() -> ListPromptsPaginatorName:
    return "list_prompts"
# ListPromptsPaginatorName definition

ListPromptsPaginatorName = Literal[
    "list_prompts",
]

ListQueueQuickConnectsPaginatorName#

# ListQueueQuickConnectsPaginatorName usage example

from mypy_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 mypy_boto3_connect.literals import ListQueuesPaginatorName

def get_value() -> ListQueuesPaginatorName:
    return "list_queues"
# ListQueuesPaginatorName definition

ListQueuesPaginatorName = Literal[
    "list_queues",
]

ListQuickConnectsPaginatorName#

# ListQuickConnectsPaginatorName usage example

from mypy_boto3_connect.literals import ListQuickConnectsPaginatorName

def get_value() -> ListQuickConnectsPaginatorName:
    return "list_quick_connects"
# ListQuickConnectsPaginatorName definition

ListQuickConnectsPaginatorName = Literal[
    "list_quick_connects",
]

ListRoutingProfileQueuesPaginatorName#

# ListRoutingProfileQueuesPaginatorName usage example

from mypy_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 mypy_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 mypy_boto3_connect.literals import ListRulesPaginatorName

def get_value() -> ListRulesPaginatorName:
    return "list_rules"
# ListRulesPaginatorName definition

ListRulesPaginatorName = Literal[
    "list_rules",
]

ListSecurityKeysPaginatorName#

# ListSecurityKeysPaginatorName usage example

from mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_boto3_connect.literals import ListUsersPaginatorName

def get_value() -> ListUsersPaginatorName:
    return "list_users"
# ListUsersPaginatorName definition

ListUsersPaginatorName = Literal[
    "list_users",
]

ListViewVersionsPaginatorName#

# ListViewVersionsPaginatorName usage example

from mypy_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 mypy_boto3_connect.literals import ListViewsPaginatorName

def get_value() -> ListViewsPaginatorName:
    return "list_views"
# ListViewsPaginatorName definition

ListViewsPaginatorName = Literal[
    "list_views",
]

MeetingFeatureStatusType#

# MeetingFeatureStatusType usage example

from mypy_boto3_connect.literals import MeetingFeatureStatusType

def get_value() -> MeetingFeatureStatusType:
    return "AVAILABLE"
# MeetingFeatureStatusType definition

MeetingFeatureStatusType = Literal[
    "AVAILABLE",
    "UNAVAILABLE",
]

MonitorCapabilityType#

# MonitorCapabilityType usage example

from mypy_boto3_connect.literals import MonitorCapabilityType

def get_value() -> MonitorCapabilityType:
    return "BARGE"
# MonitorCapabilityType definition

MonitorCapabilityType = Literal[
    "BARGE",
    "SILENT_MONITOR",
]

NotificationContentTypeType#

# NotificationContentTypeType usage example

from mypy_boto3_connect.literals import NotificationContentTypeType

def get_value() -> NotificationContentTypeType:
    return "PLAIN_TEXT"
# NotificationContentTypeType definition

NotificationContentTypeType = Literal[
    "PLAIN_TEXT",
]

NotificationDeliveryTypeType#

# NotificationDeliveryTypeType usage example

from mypy_boto3_connect.literals import NotificationDeliveryTypeType

def get_value() -> NotificationDeliveryTypeType:
    return "EMAIL"
# NotificationDeliveryTypeType definition

NotificationDeliveryTypeType = Literal[
    "EMAIL",
]

NumericQuestionPropertyAutomationLabelType#

# NumericQuestionPropertyAutomationLabelType usage example

from mypy_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",
]

ParticipantRoleType#

# ParticipantRoleType usage example

from mypy_boto3_connect.literals import ParticipantRoleType

def get_value() -> ParticipantRoleType:
    return "AGENT"
# ParticipantRoleType definition

ParticipantRoleType = Literal[
    "AGENT",
    "CUSTOM_BOT",
    "CUSTOMER",
    "SUPERVISOR",
    "SYSTEM",
]

ParticipantTimerActionType#

# ParticipantTimerActionType usage example

from mypy_boto3_connect.literals import ParticipantTimerActionType

def get_value() -> ParticipantTimerActionType:
    return "Unset"
# ParticipantTimerActionType definition

ParticipantTimerActionType = Literal[
    "Unset",
]

ParticipantTimerTypeType#

# ParticipantTimerTypeType usage example

from mypy_boto3_connect.literals import ParticipantTimerTypeType

def get_value() -> ParticipantTimerTypeType:
    return "DISCONNECT_NONCUSTOMER"
# ParticipantTimerTypeType definition

ParticipantTimerTypeType = Literal[
    "DISCONNECT_NONCUSTOMER",
    "IDLE",
]

PhoneNumberCountryCodeType#

# PhoneNumberCountryCodeType usage example

from mypy_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 mypy_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 mypy_boto3_connect.literals import PhoneNumberWorkflowStatusType

def get_value() -> PhoneNumberWorkflowStatusType:
    return "CLAIMED"
# PhoneNumberWorkflowStatusType definition

PhoneNumberWorkflowStatusType = Literal[
    "CLAIMED",
    "FAILED",
    "IN_PROGRESS",
]

PhoneTypeType#

# PhoneTypeType usage example

from mypy_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 mypy_boto3_connect.literals import QueueStatusType

def get_value() -> QueueStatusType:
    return "DISABLED"
# QueueStatusType definition

QueueStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

QueueTypeType#

# QueueTypeType usage example

from mypy_boto3_connect.literals import QueueTypeType

def get_value() -> QueueTypeType:
    return "AGENT"
# QueueTypeType definition

QueueTypeType = Literal[
    "AGENT",
    "STANDARD",
]

QuickConnectTypeType#

# QuickConnectTypeType usage example

from mypy_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 mypy_boto3_connect.literals import RealTimeContactAnalysisOutputTypeType

def get_value() -> RealTimeContactAnalysisOutputTypeType:
    return "Raw"
# RealTimeContactAnalysisOutputTypeType definition

RealTimeContactAnalysisOutputTypeType = Literal[
    "Raw",
    "Redacted",
]

RealTimeContactAnalysisSegmentTypeType#

# RealTimeContactAnalysisSegmentTypeType usage example

from mypy_boto3_connect.literals import RealTimeContactAnalysisSegmentTypeType

def get_value() -> RealTimeContactAnalysisSegmentTypeType:
    return "Attachments"
# RealTimeContactAnalysisSegmentTypeType definition

RealTimeContactAnalysisSegmentTypeType = Literal[
    "Attachments",
    "Categories",
    "Event",
    "Issues",
    "Transcript",
]

RealTimeContactAnalysisSentimentLabelType#

# RealTimeContactAnalysisSentimentLabelType usage example

from mypy_boto3_connect.literals import RealTimeContactAnalysisSentimentLabelType

def get_value() -> RealTimeContactAnalysisSentimentLabelType:
    return "NEGATIVE"
# RealTimeContactAnalysisSentimentLabelType definition

RealTimeContactAnalysisSentimentLabelType = Literal[
    "NEGATIVE",
    "NEUTRAL",
    "POSITIVE",
]

RealTimeContactAnalysisStatusType#

# RealTimeContactAnalysisStatusType usage example

from mypy_boto3_connect.literals import RealTimeContactAnalysisStatusType

def get_value() -> RealTimeContactAnalysisStatusType:
    return "COMPLETED"
# RealTimeContactAnalysisStatusType definition

RealTimeContactAnalysisStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
]

RealTimeContactAnalysisSupportedChannelType#

# RealTimeContactAnalysisSupportedChannelType usage example

from mypy_boto3_connect.literals import RealTimeContactAnalysisSupportedChannelType

def get_value() -> RealTimeContactAnalysisSupportedChannelType:
    return "CHAT"
# RealTimeContactAnalysisSupportedChannelType definition

RealTimeContactAnalysisSupportedChannelType = Literal[
    "CHAT",
    "VOICE",
]

ReferenceStatusType#

# ReferenceStatusType usage example

from mypy_boto3_connect.literals import ReferenceStatusType

def get_value() -> ReferenceStatusType:
    return "APPROVED"
# ReferenceStatusType definition

ReferenceStatusType = Literal[
    "APPROVED",
    "REJECTED",
]

ReferenceTypeType#

# ReferenceTypeType usage example

from mypy_boto3_connect.literals import ReferenceTypeType

def get_value() -> ReferenceTypeType:
    return "ATTACHMENT"
# ReferenceTypeType definition

ReferenceTypeType = Literal[
    "ATTACHMENT",
    "DATE",
    "EMAIL",
    "NUMBER",
    "STRING",
    "URL",
]

RehydrationTypeType#

# RehydrationTypeType usage example

from mypy_boto3_connect.literals import RehydrationTypeType

def get_value() -> RehydrationTypeType:
    return "ENTIRE_PAST_SESSION"
# RehydrationTypeType definition

RehydrationTypeType = Literal[
    "ENTIRE_PAST_SESSION",
    "FROM_SEGMENT",
]

RulePublishStatusType#

# RulePublishStatusType usage example

from mypy_boto3_connect.literals import RulePublishStatusType

def get_value() -> RulePublishStatusType:
    return "DRAFT"
# RulePublishStatusType definition

RulePublishStatusType = Literal[
    "DRAFT",
    "PUBLISHED",
]

SearchAvailablePhoneNumbersPaginatorName#

# SearchAvailablePhoneNumbersPaginatorName usage example

from mypy_boto3_connect.literals import SearchAvailablePhoneNumbersPaginatorName

def get_value() -> SearchAvailablePhoneNumbersPaginatorName:
    return "search_available_phone_numbers"
# SearchAvailablePhoneNumbersPaginatorName definition

SearchAvailablePhoneNumbersPaginatorName = Literal[
    "search_available_phone_numbers",
]

SearchContactsMatchTypeType#

# SearchContactsMatchTypeType usage example

from mypy_boto3_connect.literals import SearchContactsMatchTypeType

def get_value() -> SearchContactsMatchTypeType:
    return "MATCH_ALL"
# SearchContactsMatchTypeType definition

SearchContactsMatchTypeType = Literal[
    "MATCH_ALL",
    "MATCH_ANY",
]

SearchContactsPaginatorName#

# SearchContactsPaginatorName usage example

from mypy_boto3_connect.literals import SearchContactsPaginatorName

def get_value() -> SearchContactsPaginatorName:
    return "search_contacts"
# SearchContactsPaginatorName definition

SearchContactsPaginatorName = Literal[
    "search_contacts",
]

SearchContactsTimeRangeTypeType#

# SearchContactsTimeRangeTypeType usage example

from mypy_boto3_connect.literals import SearchContactsTimeRangeTypeType

def get_value() -> SearchContactsTimeRangeTypeType:
    return "CONNECTED_TO_AGENT_TIMESTAMP"
# SearchContactsTimeRangeTypeType definition

SearchContactsTimeRangeTypeType = Literal[
    "CONNECTED_TO_AGENT_TIMESTAMP",
    "DISCONNECT_TIMESTAMP",
    "INITIATION_TIMESTAMP",
    "SCHEDULED_TIMESTAMP",
]

SearchHoursOfOperationsPaginatorName#

# SearchHoursOfOperationsPaginatorName usage example

from mypy_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 mypy_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 mypy_boto3_connect.literals import SearchPromptsPaginatorName

def get_value() -> SearchPromptsPaginatorName:
    return "search_prompts"
# SearchPromptsPaginatorName definition

SearchPromptsPaginatorName = Literal[
    "search_prompts",
]

SearchQueuesPaginatorName#

# SearchQueuesPaginatorName usage example

from mypy_boto3_connect.literals import SearchQueuesPaginatorName

def get_value() -> SearchQueuesPaginatorName:
    return "search_queues"
# SearchQueuesPaginatorName definition

SearchQueuesPaginatorName = Literal[
    "search_queues",
]

SearchQuickConnectsPaginatorName#

# SearchQuickConnectsPaginatorName usage example

from mypy_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 mypy_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 mypy_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 mypy_boto3_connect.literals import SearchSecurityProfilesPaginatorName

def get_value() -> SearchSecurityProfilesPaginatorName:
    return "search_security_profiles"
# SearchSecurityProfilesPaginatorName definition

SearchSecurityProfilesPaginatorName = Literal[
    "search_security_profiles",
]

SearchUsersPaginatorName#

# SearchUsersPaginatorName usage example

from mypy_boto3_connect.literals import SearchUsersPaginatorName

def get_value() -> SearchUsersPaginatorName:
    return "search_users"
# SearchUsersPaginatorName definition

SearchUsersPaginatorName = Literal[
    "search_users",
]

SearchVocabulariesPaginatorName#

# SearchVocabulariesPaginatorName usage example

from mypy_boto3_connect.literals import SearchVocabulariesPaginatorName

def get_value() -> SearchVocabulariesPaginatorName:
    return "search_vocabularies"
# SearchVocabulariesPaginatorName definition

SearchVocabulariesPaginatorName = Literal[
    "search_vocabularies",
]

SearchableQueueTypeType#

# SearchableQueueTypeType usage example

from mypy_boto3_connect.literals import SearchableQueueTypeType

def get_value() -> SearchableQueueTypeType:
    return "STANDARD"
# SearchableQueueTypeType definition

SearchableQueueTypeType = Literal[
    "STANDARD",
]

SingleSelectQuestionRuleCategoryAutomationConditionType#

# SingleSelectQuestionRuleCategoryAutomationConditionType usage example

from mypy_boto3_connect.literals import SingleSelectQuestionRuleCategoryAutomationConditionType

def get_value() -> SingleSelectQuestionRuleCategoryAutomationConditionType:
    return "NOT_PRESENT"
# SingleSelectQuestionRuleCategoryAutomationConditionType definition

SingleSelectQuestionRuleCategoryAutomationConditionType = Literal[
    "NOT_PRESENT",
    "PRESENT",
]

SortOrderType#

# SortOrderType usage example

from mypy_boto3_connect.literals import SortOrderType

def get_value() -> SortOrderType:
    return "ASCENDING"
# SortOrderType definition

SortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]

SortableFieldNameType#

# SortableFieldNameType usage example

from mypy_boto3_connect.literals import SortableFieldNameType

def get_value() -> SortableFieldNameType:
    return "CHANNEL"
# SortableFieldNameType definition

SortableFieldNameType = Literal[
    "CHANNEL",
    "CONNECTED_TO_AGENT_TIMESTAMP",
    "DISCONNECT_TIMESTAMP",
    "INITIATION_METHOD",
    "INITIATION_TIMESTAMP",
    "SCHEDULED_TIMESTAMP",
]

SourceTypeType#

# SourceTypeType usage example

from mypy_boto3_connect.literals import SourceTypeType

def get_value() -> SourceTypeType:
    return "CASES"
# SourceTypeType definition

SourceTypeType = Literal[
    "CASES",
    "SALESFORCE",
    "ZENDESK",
]

StatisticType#

# StatisticType usage example

from mypy_boto3_connect.literals import StatisticType

def get_value() -> StatisticType:
    return "AVG"
# StatisticType definition

StatisticType = Literal[
    "AVG",
    "MAX",
    "SUM",
]

StorageTypeType#

# StorageTypeType usage example

from mypy_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 mypy_boto3_connect.literals import StringComparisonTypeType

def get_value() -> StringComparisonTypeType:
    return "CONTAINS"
# StringComparisonTypeType definition

StringComparisonTypeType = Literal[
    "CONTAINS",
    "EXACT",
    "STARTS_WITH",
]

TaskTemplateFieldTypeType#

# TaskTemplateFieldTypeType usage example

from mypy_boto3_connect.literals import TaskTemplateFieldTypeType

def get_value() -> TaskTemplateFieldTypeType:
    return "BOOLEAN"
# TaskTemplateFieldTypeType definition

TaskTemplateFieldTypeType = Literal[
    "BOOLEAN",
    "DATE_TIME",
    "DESCRIPTION",
    "EMAIL",
    "NAME",
    "NUMBER",
    "QUICK_CONNECT",
    "SCHEDULED_TIME",
    "SINGLE_SELECT",
    "TEXT",
    "TEXT_AREA",
    "URL",
]

TaskTemplateStatusType#

# TaskTemplateStatusType usage example

from mypy_boto3_connect.literals import TaskTemplateStatusType

def get_value() -> TaskTemplateStatusType:
    return "ACTIVE"
# TaskTemplateStatusType definition

TaskTemplateStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
]

TimerEligibleParticipantRolesType#

# TimerEligibleParticipantRolesType usage example

from mypy_boto3_connect.literals import TimerEligibleParticipantRolesType

def get_value() -> TimerEligibleParticipantRolesType:
    return "AGENT"
# TimerEligibleParticipantRolesType definition

TimerEligibleParticipantRolesType = Literal[
    "AGENT",
    "CUSTOMER",
]

TrafficDistributionGroupStatusType#

# TrafficDistributionGroupStatusType usage example

from mypy_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 mypy_boto3_connect.literals import TrafficTypeType

def get_value() -> TrafficTypeType:
    return "CAMPAIGN"
# TrafficTypeType definition

TrafficTypeType = Literal[
    "CAMPAIGN",
    "GENERAL",
]

UnitType#

# UnitType usage example

from mypy_boto3_connect.literals import UnitType

def get_value() -> UnitType:
    return "COUNT"
# UnitType definition

UnitType = Literal[
    "COUNT",
    "PERCENT",
    "SECONDS",
]

UseCaseTypeType#

# UseCaseTypeType usage example

from mypy_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 mypy_boto3_connect.literals import VideoCapabilityType

def get_value() -> VideoCapabilityType:
    return "SEND"
# VideoCapabilityType definition

VideoCapabilityType = Literal[
    "SEND",
]

ViewStatusType#

# ViewStatusType usage example

from mypy_boto3_connect.literals import ViewStatusType

def get_value() -> ViewStatusType:
    return "PUBLISHED"
# ViewStatusType definition

ViewStatusType = Literal[
    "PUBLISHED",
    "SAVED",
]

ViewTypeType#

# ViewTypeType usage example

from mypy_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 mypy_boto3_connect.literals import VocabularyLanguageCodeType

def get_value() -> VocabularyLanguageCodeType:
    return "ar-AE"
# VocabularyLanguageCodeType definition

VocabularyLanguageCodeType = Literal[
    "ar-AE",
    "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",
    "fr-CA",
    "fr-FR",
    "hi-IN",
    "it-IT",
    "ja-JP",
    "ko-KR",
    "pt-BR",
    "pt-PT",
    "zh-CN",
]

VocabularyStateType#

# VocabularyStateType usage example

from mypy_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 mypy_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 mypy_boto3_connect.literals import ConnectServiceName

def get_value() -> ConnectServiceName:
    return "connect"
# ConnectServiceName definition

ConnectServiceName = Literal[
    "connect",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_connect.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "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",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "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",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "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",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qbusiness",
    "qconnect",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_connect.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName#

# PaginatorName usage example

from mypy_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_bots",
    "list_contact_evaluations",
    "list_contact_flow_modules",
    "list_contact_flows",
    "list_contact_references",
    "list_default_vocabularies",
    "list_evaluation_form_versions",
    "list_evaluation_forms",
    "list_flow_associations",
    "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_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_available_phone_numbers",
    "search_contacts",
    "search_hours_of_operations",
    "search_predefined_attributes",
    "search_prompts",
    "search_queues",
    "search_quick_connects",
    "search_resource_tags",
    "search_routing_profiles",
    "search_security_profiles",
    "search_users",
    "search_vocabularies",
]

RegionName#

# RegionName usage example

from mypy_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",
]