Literals#
Auto-generated documentation for QConnect type annotations stubs module mypy-boto3-qconnect.
AIAgentAssociationConfigurationTypeType#
# AIAgentAssociationConfigurationTypeType usage example
from mypy_boto3_qconnect.literals import AIAgentAssociationConfigurationTypeType
def get_value() -> AIAgentAssociationConfigurationTypeType:
return "KNOWLEDGE_BASE"
# AIAgentAssociationConfigurationTypeType definition
AIAgentAssociationConfigurationTypeType = Literal[
"KNOWLEDGE_BASE",
]
AIAgentTypeType#
# AIAgentTypeType usage example
from mypy_boto3_qconnect.literals import AIAgentTypeType
def get_value() -> AIAgentTypeType:
return "ANSWER_RECOMMENDATION"
# AIAgentTypeType definition
AIAgentTypeType = Literal[
"ANSWER_RECOMMENDATION",
"MANUAL_SEARCH",
]
AIPromptAPIFormatType#
# AIPromptAPIFormatType usage example
from mypy_boto3_qconnect.literals import AIPromptAPIFormatType
def get_value() -> AIPromptAPIFormatType:
return "ANTHROPIC_CLAUDE_MESSAGES"
# AIPromptAPIFormatType definition
AIPromptAPIFormatType = Literal[
"ANTHROPIC_CLAUDE_MESSAGES",
"ANTHROPIC_CLAUDE_TEXT_COMPLETIONS",
]
AIPromptTemplateTypeType#
# AIPromptTemplateTypeType usage example
from mypy_boto3_qconnect.literals import AIPromptTemplateTypeType
def get_value() -> AIPromptTemplateTypeType:
return "TEXT"
# AIPromptTemplateTypeType definition
AIPromptTemplateTypeType = Literal[
"TEXT",
]
AIPromptTypeType#
# AIPromptTypeType usage example
from mypy_boto3_qconnect.literals import AIPromptTypeType
def get_value() -> AIPromptTypeType:
return "ANSWER_GENERATION"
# AIPromptTypeType definition
AIPromptTypeType = Literal[
"ANSWER_GENERATION",
"INTENT_LABELING_GENERATION",
"QUERY_REFORMULATION",
]
AssistantCapabilityTypeType#
# AssistantCapabilityTypeType usage example
from mypy_boto3_qconnect.literals import AssistantCapabilityTypeType
def get_value() -> AssistantCapabilityTypeType:
return "V1"
# AssistantCapabilityTypeType definition
AssistantCapabilityTypeType = Literal[
"V1",
"V2",
]
AssistantStatusType#
# AssistantStatusType usage example
from mypy_boto3_qconnect.literals import AssistantStatusType
def get_value() -> AssistantStatusType:
return "ACTIVE"
# AssistantStatusType definition
AssistantStatusType = Literal[
"ACTIVE",
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
]
AssistantTypeType#
# AssistantTypeType usage example
from mypy_boto3_qconnect.literals import AssistantTypeType
def get_value() -> AssistantTypeType:
return "AGENT"
# AssistantTypeType definition
AssistantTypeType = Literal[
"AGENT",
]
AssociationTypeType#
# AssociationTypeType usage example
from mypy_boto3_qconnect.literals import AssociationTypeType
def get_value() -> AssociationTypeType:
return "KNOWLEDGE_BASE"
# AssociationTypeType definition
AssociationTypeType = Literal[
"KNOWLEDGE_BASE",
]
ChannelSubtypeType#
# ChannelSubtypeType usage example
from mypy_boto3_qconnect.literals import ChannelSubtypeType
def get_value() -> ChannelSubtypeType:
return "EMAIL"
# ChannelSubtypeType definition
ChannelSubtypeType = Literal[
"EMAIL",
"SMS",
]
ChunkingStrategyType#
# ChunkingStrategyType usage example
from mypy_boto3_qconnect.literals import ChunkingStrategyType
def get_value() -> ChunkingStrategyType:
return "FIXED_SIZE"
# ChunkingStrategyType definition
ChunkingStrategyType = Literal[
"FIXED_SIZE",
"HIERARCHICAL",
"NONE",
"SEMANTIC",
]
ContentAssociationTypeType#
# ContentAssociationTypeType usage example
from mypy_boto3_qconnect.literals import ContentAssociationTypeType
def get_value() -> ContentAssociationTypeType:
return "AMAZON_CONNECT_GUIDE"
# ContentAssociationTypeType definition
ContentAssociationTypeType = Literal[
"AMAZON_CONNECT_GUIDE",
]
ContentDispositionType#
# ContentDispositionType usage example
from mypy_boto3_qconnect.literals import ContentDispositionType
def get_value() -> ContentDispositionType:
return "ATTACHMENT"
# ContentDispositionType definition
ContentDispositionType = Literal[
"ATTACHMENT",
]
ContentStatusType#
# ContentStatusType usage example
from mypy_boto3_qconnect.literals import ContentStatusType
def get_value() -> ContentStatusType:
return "ACTIVE"
# ContentStatusType definition
ContentStatusType = Literal[
"ACTIVE",
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
"UPDATE_FAILED",
]
ExternalSourceType#
# ExternalSourceType usage example
from mypy_boto3_qconnect.literals import ExternalSourceType
def get_value() -> ExternalSourceType:
return "AMAZON_CONNECT"
# ExternalSourceType definition
ExternalSourceType = Literal[
"AMAZON_CONNECT",
]
FilterFieldType#
# FilterFieldType usage example
from mypy_boto3_qconnect.literals import FilterFieldType
def get_value() -> FilterFieldType:
return "NAME"
# FilterFieldType definition
FilterFieldType = Literal[
"NAME",
]
FilterOperatorType#
# FilterOperatorType usage example
from mypy_boto3_qconnect.literals import FilterOperatorType
def get_value() -> FilterOperatorType:
return "EQUALS"
# FilterOperatorType definition
FilterOperatorType = Literal[
"EQUALS",
]
ImportJobStatusType#
# ImportJobStatusType usage example
from mypy_boto3_qconnect.literals import ImportJobStatusType
def get_value() -> ImportJobStatusType:
return "COMPLETE"
# ImportJobStatusType definition
ImportJobStatusType = Literal[
"COMPLETE",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
"FAILED",
"START_IN_PROGRESS",
]
ImportJobTypeType#
# ImportJobTypeType usage example
from mypy_boto3_qconnect.literals import ImportJobTypeType
def get_value() -> ImportJobTypeType:
return "QUICK_RESPONSES"
# ImportJobTypeType definition
ImportJobTypeType = Literal[
"QUICK_RESPONSES",
]
KnowledgeBaseSearchTypeType#
# KnowledgeBaseSearchTypeType usage example
from mypy_boto3_qconnect.literals import KnowledgeBaseSearchTypeType
def get_value() -> KnowledgeBaseSearchTypeType:
return "HYBRID"
# KnowledgeBaseSearchTypeType definition
KnowledgeBaseSearchTypeType = Literal[
"HYBRID",
"SEMANTIC",
]
KnowledgeBaseStatusType#
# KnowledgeBaseStatusType usage example
from mypy_boto3_qconnect.literals import KnowledgeBaseStatusType
def get_value() -> KnowledgeBaseStatusType:
return "ACTIVE"
# KnowledgeBaseStatusType definition
KnowledgeBaseStatusType = Literal[
"ACTIVE",
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
]
KnowledgeBaseTypeType#
# KnowledgeBaseTypeType usage example
from mypy_boto3_qconnect.literals import KnowledgeBaseTypeType
def get_value() -> KnowledgeBaseTypeType:
return "CUSTOM"
# KnowledgeBaseTypeType definition
KnowledgeBaseTypeType = Literal[
"CUSTOM",
"EXTERNAL",
"MANAGED",
"MESSAGE_TEMPLATES",
"QUICK_RESPONSES",
]
ListAIAgentVersionsPaginatorName#
# ListAIAgentVersionsPaginatorName usage example
from mypy_boto3_qconnect.literals import ListAIAgentVersionsPaginatorName
def get_value() -> ListAIAgentVersionsPaginatorName:
return "list_ai_agent_versions"
# ListAIAgentVersionsPaginatorName definition
ListAIAgentVersionsPaginatorName = Literal[
"list_ai_agent_versions",
]
ListAIAgentsPaginatorName#
# ListAIAgentsPaginatorName usage example
from mypy_boto3_qconnect.literals import ListAIAgentsPaginatorName
def get_value() -> ListAIAgentsPaginatorName:
return "list_ai_agents"
# ListAIAgentsPaginatorName definition
ListAIAgentsPaginatorName = Literal[
"list_ai_agents",
]
ListAIPromptVersionsPaginatorName#
# ListAIPromptVersionsPaginatorName usage example
from mypy_boto3_qconnect.literals import ListAIPromptVersionsPaginatorName
def get_value() -> ListAIPromptVersionsPaginatorName:
return "list_ai_prompt_versions"
# ListAIPromptVersionsPaginatorName definition
ListAIPromptVersionsPaginatorName = Literal[
"list_ai_prompt_versions",
]
ListAIPromptsPaginatorName#
# ListAIPromptsPaginatorName usage example
from mypy_boto3_qconnect.literals import ListAIPromptsPaginatorName
def get_value() -> ListAIPromptsPaginatorName:
return "list_ai_prompts"
# ListAIPromptsPaginatorName definition
ListAIPromptsPaginatorName = Literal[
"list_ai_prompts",
]
ListAssistantAssociationsPaginatorName#
# ListAssistantAssociationsPaginatorName usage example
from mypy_boto3_qconnect.literals import ListAssistantAssociationsPaginatorName
def get_value() -> ListAssistantAssociationsPaginatorName:
return "list_assistant_associations"
# ListAssistantAssociationsPaginatorName definition
ListAssistantAssociationsPaginatorName = Literal[
"list_assistant_associations",
]
ListAssistantsPaginatorName#
# ListAssistantsPaginatorName usage example
from mypy_boto3_qconnect.literals import ListAssistantsPaginatorName
def get_value() -> ListAssistantsPaginatorName:
return "list_assistants"
# ListAssistantsPaginatorName definition
ListAssistantsPaginatorName = Literal[
"list_assistants",
]
ListContentAssociationsPaginatorName#
# ListContentAssociationsPaginatorName usage example
from mypy_boto3_qconnect.literals import ListContentAssociationsPaginatorName
def get_value() -> ListContentAssociationsPaginatorName:
return "list_content_associations"
# ListContentAssociationsPaginatorName definition
ListContentAssociationsPaginatorName = Literal[
"list_content_associations",
]
ListContentsPaginatorName#
# ListContentsPaginatorName usage example
from mypy_boto3_qconnect.literals import ListContentsPaginatorName
def get_value() -> ListContentsPaginatorName:
return "list_contents"
# ListContentsPaginatorName definition
ListContentsPaginatorName = Literal[
"list_contents",
]
ListImportJobsPaginatorName#
# ListImportJobsPaginatorName usage example
from mypy_boto3_qconnect.literals import ListImportJobsPaginatorName
def get_value() -> ListImportJobsPaginatorName:
return "list_import_jobs"
# ListImportJobsPaginatorName definition
ListImportJobsPaginatorName = Literal[
"list_import_jobs",
]
ListKnowledgeBasesPaginatorName#
# ListKnowledgeBasesPaginatorName usage example
from mypy_boto3_qconnect.literals import ListKnowledgeBasesPaginatorName
def get_value() -> ListKnowledgeBasesPaginatorName:
return "list_knowledge_bases"
# ListKnowledgeBasesPaginatorName definition
ListKnowledgeBasesPaginatorName = Literal[
"list_knowledge_bases",
]
ListMessageTemplateVersionsPaginatorName#
# ListMessageTemplateVersionsPaginatorName usage example
from mypy_boto3_qconnect.literals import ListMessageTemplateVersionsPaginatorName
def get_value() -> ListMessageTemplateVersionsPaginatorName:
return "list_message_template_versions"
# ListMessageTemplateVersionsPaginatorName definition
ListMessageTemplateVersionsPaginatorName = Literal[
"list_message_template_versions",
]
ListMessageTemplatesPaginatorName#
# ListMessageTemplatesPaginatorName usage example
from mypy_boto3_qconnect.literals import ListMessageTemplatesPaginatorName
def get_value() -> ListMessageTemplatesPaginatorName:
return "list_message_templates"
# ListMessageTemplatesPaginatorName definition
ListMessageTemplatesPaginatorName = Literal[
"list_message_templates",
]
ListQuickResponsesPaginatorName#
# ListQuickResponsesPaginatorName usage example
from mypy_boto3_qconnect.literals import ListQuickResponsesPaginatorName
def get_value() -> ListQuickResponsesPaginatorName:
return "list_quick_responses"
# ListQuickResponsesPaginatorName definition
ListQuickResponsesPaginatorName = Literal[
"list_quick_responses",
]
MessageTemplateAttributeTypeType#
# MessageTemplateAttributeTypeType usage example
from mypy_boto3_qconnect.literals import MessageTemplateAttributeTypeType
def get_value() -> MessageTemplateAttributeTypeType:
return "AGENT"
# MessageTemplateAttributeTypeType definition
MessageTemplateAttributeTypeType = Literal[
"AGENT",
"CUSTOM",
"CUSTOMER_PROFILE",
"SYSTEM",
]
MessageTemplateFilterOperatorType#
# MessageTemplateFilterOperatorType usage example
from mypy_boto3_qconnect.literals import MessageTemplateFilterOperatorType
def get_value() -> MessageTemplateFilterOperatorType:
return "EQUALS"
# MessageTemplateFilterOperatorType definition
MessageTemplateFilterOperatorType = Literal[
"EQUALS",
"PREFIX",
]
MessageTemplateQueryOperatorType#
# MessageTemplateQueryOperatorType usage example
from mypy_boto3_qconnect.literals import MessageTemplateQueryOperatorType
def get_value() -> MessageTemplateQueryOperatorType:
return "CONTAINS"
# MessageTemplateQueryOperatorType definition
MessageTemplateQueryOperatorType = Literal[
"CONTAINS",
"CONTAINS_AND_PREFIX",
]
OrderType#
# OrderType usage example
from mypy_boto3_qconnect.literals import OrderType
def get_value() -> OrderType:
return "ASC"
# OrderType definition
OrderType = Literal[
"ASC",
"DESC",
]
OriginType#
# OriginType usage example
from mypy_boto3_qconnect.literals import OriginType
def get_value() -> OriginType:
return "CUSTOMER"
# OriginType definition
OriginType = Literal[
"CUSTOMER",
"SYSTEM",
]
ParsingStrategyType#
# ParsingStrategyType usage example
from mypy_boto3_qconnect.literals import ParsingStrategyType
def get_value() -> ParsingStrategyType:
return "BEDROCK_FOUNDATION_MODEL"
# ParsingStrategyType definition
ParsingStrategyType = Literal[
"BEDROCK_FOUNDATION_MODEL",
]
PriorityType#
# PriorityType usage example
from mypy_boto3_qconnect.literals import PriorityType
def get_value() -> PriorityType:
return "HIGH"
# PriorityType definition
PriorityType = Literal[
"HIGH",
"LOW",
"MEDIUM",
]
QueryAssistantPaginatorName#
# QueryAssistantPaginatorName usage example
from mypy_boto3_qconnect.literals import QueryAssistantPaginatorName
def get_value() -> QueryAssistantPaginatorName:
return "query_assistant"
# QueryAssistantPaginatorName definition
QueryAssistantPaginatorName = Literal[
"query_assistant",
]
QueryConditionComparisonOperatorType#
# QueryConditionComparisonOperatorType usage example
from mypy_boto3_qconnect.literals import QueryConditionComparisonOperatorType
def get_value() -> QueryConditionComparisonOperatorType:
return "EQUALS"
# QueryConditionComparisonOperatorType definition
QueryConditionComparisonOperatorType = Literal[
"EQUALS",
]
QueryConditionFieldNameType#
# QueryConditionFieldNameType usage example
from mypy_boto3_qconnect.literals import QueryConditionFieldNameType
def get_value() -> QueryConditionFieldNameType:
return "RESULT_TYPE"
# QueryConditionFieldNameType definition
QueryConditionFieldNameType = Literal[
"RESULT_TYPE",
]
QueryResultTypeType#
# QueryResultTypeType usage example
from mypy_boto3_qconnect.literals import QueryResultTypeType
def get_value() -> QueryResultTypeType:
return "GENERATIVE_ANSWER"
# QueryResultTypeType definition
QueryResultTypeType = Literal[
"GENERATIVE_ANSWER",
"INTENT_ANSWER",
"KNOWLEDGE_CONTENT",
]
QuickResponseFilterOperatorType#
# QuickResponseFilterOperatorType usage example
from mypy_boto3_qconnect.literals import QuickResponseFilterOperatorType
def get_value() -> QuickResponseFilterOperatorType:
return "EQUALS"
# QuickResponseFilterOperatorType definition
QuickResponseFilterOperatorType = Literal[
"EQUALS",
"PREFIX",
]
QuickResponseQueryOperatorType#
# QuickResponseQueryOperatorType usage example
from mypy_boto3_qconnect.literals import QuickResponseQueryOperatorType
def get_value() -> QuickResponseQueryOperatorType:
return "CONTAINS"
# QuickResponseQueryOperatorType definition
QuickResponseQueryOperatorType = Literal[
"CONTAINS",
"CONTAINS_AND_PREFIX",
]
QuickResponseStatusType#
# QuickResponseStatusType usage example
from mypy_boto3_qconnect.literals import QuickResponseStatusType
def get_value() -> QuickResponseStatusType:
return "CREATED"
# QuickResponseStatusType definition
QuickResponseStatusType = Literal[
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"CREATED",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
]
RecommendationSourceTypeType#
# RecommendationSourceTypeType usage example
from mypy_boto3_qconnect.literals import RecommendationSourceTypeType
def get_value() -> RecommendationSourceTypeType:
return "ISSUE_DETECTION"
# RecommendationSourceTypeType definition
RecommendationSourceTypeType = Literal[
"ISSUE_DETECTION",
"OTHER",
"RULE_EVALUATION",
]
RecommendationTriggerTypeType#
# RecommendationTriggerTypeType usage example
from mypy_boto3_qconnect.literals import RecommendationTriggerTypeType
def get_value() -> RecommendationTriggerTypeType:
return "GENERATIVE"
# RecommendationTriggerTypeType definition
RecommendationTriggerTypeType = Literal[
"GENERATIVE",
"QUERY",
]
RecommendationTypeType#
# RecommendationTypeType usage example
from mypy_boto3_qconnect.literals import RecommendationTypeType
def get_value() -> RecommendationTypeType:
return "DETECTED_INTENT"
# RecommendationTypeType definition
RecommendationTypeType = Literal[
"DETECTED_INTENT",
"GENERATIVE_ANSWER",
"GENERATIVE_RESPONSE",
"KNOWLEDGE_CONTENT",
]
ReferenceTypeType#
# ReferenceTypeType usage example
from mypy_boto3_qconnect.literals import ReferenceTypeType
def get_value() -> ReferenceTypeType:
return "KNOWLEDGE_BASE"
# ReferenceTypeType definition
ReferenceTypeType = Literal[
"KNOWLEDGE_BASE",
"WEB_CRAWLER",
]
RelevanceLevelType#
# RelevanceLevelType usage example
from mypy_boto3_qconnect.literals import RelevanceLevelType
def get_value() -> RelevanceLevelType:
return "HIGH"
# RelevanceLevelType definition
RelevanceLevelType = Literal[
"HIGH",
"LOW",
"MEDIUM",
]
RelevanceType#
# RelevanceType usage example
from mypy_boto3_qconnect.literals import RelevanceType
def get_value() -> RelevanceType:
return "HELPFUL"
# RelevanceType definition
RelevanceType = Literal[
"HELPFUL",
"NOT_HELPFUL",
]
SearchContentPaginatorName#
# SearchContentPaginatorName usage example
from mypy_boto3_qconnect.literals import SearchContentPaginatorName
def get_value() -> SearchContentPaginatorName:
return "search_content"
# SearchContentPaginatorName definition
SearchContentPaginatorName = Literal[
"search_content",
]
SearchMessageTemplatesPaginatorName#
# SearchMessageTemplatesPaginatorName usage example
from mypy_boto3_qconnect.literals import SearchMessageTemplatesPaginatorName
def get_value() -> SearchMessageTemplatesPaginatorName:
return "search_message_templates"
# SearchMessageTemplatesPaginatorName definition
SearchMessageTemplatesPaginatorName = Literal[
"search_message_templates",
]
SearchQuickResponsesPaginatorName#
# SearchQuickResponsesPaginatorName usage example
from mypy_boto3_qconnect.literals import SearchQuickResponsesPaginatorName
def get_value() -> SearchQuickResponsesPaginatorName:
return "search_quick_responses"
# SearchQuickResponsesPaginatorName definition
SearchQuickResponsesPaginatorName = Literal[
"search_quick_responses",
]
SearchSessionsPaginatorName#
# SearchSessionsPaginatorName usage example
from mypy_boto3_qconnect.literals import SearchSessionsPaginatorName
def get_value() -> SearchSessionsPaginatorName:
return "search_sessions"
# SearchSessionsPaginatorName definition
SearchSessionsPaginatorName = Literal[
"search_sessions",
]
SessionDataNamespaceType#
# SessionDataNamespaceType usage example
from mypy_boto3_qconnect.literals import SessionDataNamespaceType
def get_value() -> SessionDataNamespaceType:
return "Custom"
# SessionDataNamespaceType definition
SessionDataNamespaceType = Literal[
"Custom",
]
SourceContentTypeType#
# SourceContentTypeType usage example
from mypy_boto3_qconnect.literals import SourceContentTypeType
def get_value() -> SourceContentTypeType:
return "KNOWLEDGE_CONTENT"
# SourceContentTypeType definition
SourceContentTypeType = Literal[
"KNOWLEDGE_CONTENT",
]
StatusType#
# StatusType usage example
from mypy_boto3_qconnect.literals import StatusType
def get_value() -> StatusType:
return "ACTIVE"
# StatusType definition
StatusType = Literal[
"ACTIVE",
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
]
SyncStatusType#
# SyncStatusType usage example
from mypy_boto3_qconnect.literals import SyncStatusType
def get_value() -> SyncStatusType:
return "CREATE_IN_PROGRESS"
# SyncStatusType definition
SyncStatusType = Literal[
"CREATE_IN_PROGRESS",
"SYNC_FAILED",
"SYNC_SUCCESS",
"SYNCING_IN_PROGRESS",
]
TargetTypeType#
# TargetTypeType usage example
from mypy_boto3_qconnect.literals import TargetTypeType
def get_value() -> TargetTypeType:
return "RECOMMENDATION"
# TargetTypeType definition
TargetTypeType = Literal[
"RECOMMENDATION",
"RESULT",
]
VisibilityStatusType#
# VisibilityStatusType usage example
from mypy_boto3_qconnect.literals import VisibilityStatusType
def get_value() -> VisibilityStatusType:
return "PUBLISHED"
# VisibilityStatusType definition
VisibilityStatusType = Literal[
"PUBLISHED",
"SAVED",
]
WebScopeTypeType#
# WebScopeTypeType usage example
from mypy_boto3_qconnect.literals import WebScopeTypeType
def get_value() -> WebScopeTypeType:
return "HOST_ONLY"
# WebScopeTypeType definition
WebScopeTypeType = Literal[
"HOST_ONLY",
"SUBDOMAINS",
]
QConnectServiceName#
# QConnectServiceName usage example
from mypy_boto3_qconnect.literals import QConnectServiceName
def get_value() -> QConnectServiceName:
return "qconnect"
# QConnectServiceName definition
QConnectServiceName = Literal[
"qconnect",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_qconnect.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-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",
"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",
"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",
"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",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"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",
"privatenetworks",
"proton",
"qapps",
"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",
"route53profiles",
"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",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_qconnect.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_qconnect.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_ai_agent_versions"
# PaginatorName definition
PaginatorName = Literal[
"list_ai_agent_versions",
"list_ai_agents",
"list_ai_prompt_versions",
"list_ai_prompts",
"list_assistant_associations",
"list_assistants",
"list_content_associations",
"list_contents",
"list_import_jobs",
"list_knowledge_bases",
"list_message_template_versions",
"list_message_templates",
"list_quick_responses",
"query_assistant",
"search_content",
"search_message_templates",
"search_quick_responses",
"search_sessions",
]
RegionName#
# RegionName usage example
from mypy_boto3_qconnect.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"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",
]