Literals#
Index > LexModelsV2 > Literals
Auto-generated documentation for LexModelsV2 type annotations stubs module mypy-boto3-lexv2-models.
AggregatedUtterancesFilterNameType#
# AggregatedUtterancesFilterNameType usage example
from mypy_boto3_lexv2_models.literals import AggregatedUtterancesFilterNameType
def get_value() -> AggregatedUtterancesFilterNameType:
return "Utterance"
# AggregatedUtterancesFilterNameType definition
AggregatedUtterancesFilterNameType = Literal[
"Utterance",
]
AggregatedUtterancesFilterOperatorType#
# AggregatedUtterancesFilterOperatorType usage example
from mypy_boto3_lexv2_models.literals import AggregatedUtterancesFilterOperatorType
def get_value() -> AggregatedUtterancesFilterOperatorType:
return "CO"
# AggregatedUtterancesFilterOperatorType definition
AggregatedUtterancesFilterOperatorType = Literal[
"CO",
"EQ",
]
AggregatedUtterancesSortAttributeType#
# AggregatedUtterancesSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import AggregatedUtterancesSortAttributeType
def get_value() -> AggregatedUtterancesSortAttributeType:
return "HitCount"
# AggregatedUtterancesSortAttributeType definition
AggregatedUtterancesSortAttributeType = Literal[
"HitCount",
"MissedCount",
]
AssociatedTranscriptFilterNameType#
# AssociatedTranscriptFilterNameType usage example
from mypy_boto3_lexv2_models.literals import AssociatedTranscriptFilterNameType
def get_value() -> AssociatedTranscriptFilterNameType:
return "IntentId"
# AssociatedTranscriptFilterNameType definition
AssociatedTranscriptFilterNameType = Literal[
"IntentId",
"SlotTypeId",
]
AudioRecognitionStrategyType#
# AudioRecognitionStrategyType usage example
from mypy_boto3_lexv2_models.literals import AudioRecognitionStrategyType
def get_value() -> AudioRecognitionStrategyType:
return "UseSlotValuesAsCustomVocabulary"
# AudioRecognitionStrategyType definition
AudioRecognitionStrategyType = Literal[
"UseSlotValuesAsCustomVocabulary",
]
BotAliasAvailableWaiterName#
# BotAliasAvailableWaiterName usage example
from mypy_boto3_lexv2_models.literals import BotAliasAvailableWaiterName
def get_value() -> BotAliasAvailableWaiterName:
return "bot_alias_available"
# BotAliasAvailableWaiterName definition
BotAliasAvailableWaiterName = Literal[
"bot_alias_available",
]
BotAliasStatusType#
# BotAliasStatusType usage example
from mypy_boto3_lexv2_models.literals import BotAliasStatusType
def get_value() -> BotAliasStatusType:
return "Available"
# BotAliasStatusType definition
BotAliasStatusType = Literal[
"Available",
"Creating",
"Deleting",
"Failed",
]
BotAvailableWaiterName#
# BotAvailableWaiterName usage example
from mypy_boto3_lexv2_models.literals import BotAvailableWaiterName
def get_value() -> BotAvailableWaiterName:
return "bot_available"
# BotAvailableWaiterName definition
BotAvailableWaiterName = Literal[
"bot_available",
]
BotExportCompletedWaiterName#
# BotExportCompletedWaiterName usage example
from mypy_boto3_lexv2_models.literals import BotExportCompletedWaiterName
def get_value() -> BotExportCompletedWaiterName:
return "bot_export_completed"
# BotExportCompletedWaiterName definition
BotExportCompletedWaiterName = Literal[
"bot_export_completed",
]
BotFilterNameType#
# BotFilterNameType usage example
from mypy_boto3_lexv2_models.literals import BotFilterNameType
def get_value() -> BotFilterNameType:
return "BotName"
# BotFilterNameType definition
BotFilterNameType = Literal[
"BotName",
"BotType",
]
BotFilterOperatorType#
# BotFilterOperatorType usage example
from mypy_boto3_lexv2_models.literals import BotFilterOperatorType
def get_value() -> BotFilterOperatorType:
return "CO"
# BotFilterOperatorType definition
BotFilterOperatorType = Literal[
"CO",
"EQ",
"NE",
]
BotImportCompletedWaiterName#
# BotImportCompletedWaiterName usage example
from mypy_boto3_lexv2_models.literals import BotImportCompletedWaiterName
def get_value() -> BotImportCompletedWaiterName:
return "bot_import_completed"
# BotImportCompletedWaiterName definition
BotImportCompletedWaiterName = Literal[
"bot_import_completed",
]
BotLocaleBuiltWaiterName#
# BotLocaleBuiltWaiterName usage example
from mypy_boto3_lexv2_models.literals import BotLocaleBuiltWaiterName
def get_value() -> BotLocaleBuiltWaiterName:
return "bot_locale_built"
# BotLocaleBuiltWaiterName definition
BotLocaleBuiltWaiterName = Literal[
"bot_locale_built",
]
BotLocaleCreatedWaiterName#
# BotLocaleCreatedWaiterName usage example
from mypy_boto3_lexv2_models.literals import BotLocaleCreatedWaiterName
def get_value() -> BotLocaleCreatedWaiterName:
return "bot_locale_created"
# BotLocaleCreatedWaiterName definition
BotLocaleCreatedWaiterName = Literal[
"bot_locale_created",
]
BotLocaleExpressTestingAvailableWaiterName#
# BotLocaleExpressTestingAvailableWaiterName usage example
from mypy_boto3_lexv2_models.literals import BotLocaleExpressTestingAvailableWaiterName
def get_value() -> BotLocaleExpressTestingAvailableWaiterName:
return "bot_locale_express_testing_available"
# BotLocaleExpressTestingAvailableWaiterName definition
BotLocaleExpressTestingAvailableWaiterName = Literal[
"bot_locale_express_testing_available",
]
BotLocaleFilterNameType#
# BotLocaleFilterNameType usage example
from mypy_boto3_lexv2_models.literals import BotLocaleFilterNameType
def get_value() -> BotLocaleFilterNameType:
return "BotLocaleName"
# BotLocaleFilterNameType definition
BotLocaleFilterNameType = Literal[
"BotLocaleName",
]
BotLocaleFilterOperatorType#
# BotLocaleFilterOperatorType usage example
from mypy_boto3_lexv2_models.literals import BotLocaleFilterOperatorType
def get_value() -> BotLocaleFilterOperatorType:
return "CO"
# BotLocaleFilterOperatorType definition
BotLocaleFilterOperatorType = Literal[
"CO",
"EQ",
]
BotLocaleSortAttributeType#
# BotLocaleSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import BotLocaleSortAttributeType
def get_value() -> BotLocaleSortAttributeType:
return "BotLocaleName"
# BotLocaleSortAttributeType definition
BotLocaleSortAttributeType = Literal[
"BotLocaleName",
]
BotLocaleStatusType#
# BotLocaleStatusType usage example
from mypy_boto3_lexv2_models.literals import BotLocaleStatusType
def get_value() -> BotLocaleStatusType:
return "Building"
# BotLocaleStatusType definition
BotLocaleStatusType = Literal[
"Building",
"Built",
"Creating",
"Deleting",
"Failed",
"Importing",
"NotBuilt",
"Processing",
"ReadyExpressTesting",
]
BotRecommendationStatusType#
# BotRecommendationStatusType usage example
from mypy_boto3_lexv2_models.literals import BotRecommendationStatusType
def get_value() -> BotRecommendationStatusType:
return "Available"
# BotRecommendationStatusType definition
BotRecommendationStatusType = Literal[
"Available",
"Deleted",
"Deleting",
"Downloading",
"Failed",
"Processing",
"Stopped",
"Stopping",
"Updating",
]
BotSortAttributeType#
# BotSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import BotSortAttributeType
def get_value() -> BotSortAttributeType:
return "BotName"
# BotSortAttributeType definition
BotSortAttributeType = Literal[
"BotName",
]
BotStatusType#
# BotStatusType usage example
from mypy_boto3_lexv2_models.literals import BotStatusType
def get_value() -> BotStatusType:
return "Available"
# BotStatusType definition
BotStatusType = Literal[
"Available",
"Creating",
"Deleting",
"Failed",
"Importing",
"Inactive",
"Updating",
"Versioning",
]
BotTypeType#
# BotTypeType usage example
from mypy_boto3_lexv2_models.literals import BotTypeType
def get_value() -> BotTypeType:
return "Bot"
# BotTypeType definition
BotTypeType = Literal[
"Bot",
"BotNetwork",
]
BotVersionAvailableWaiterName#
# BotVersionAvailableWaiterName usage example
from mypy_boto3_lexv2_models.literals import BotVersionAvailableWaiterName
def get_value() -> BotVersionAvailableWaiterName:
return "bot_version_available"
# BotVersionAvailableWaiterName definition
BotVersionAvailableWaiterName = Literal[
"bot_version_available",
]
BotVersionSortAttributeType#
# BotVersionSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import BotVersionSortAttributeType
def get_value() -> BotVersionSortAttributeType:
return "BotVersion"
# BotVersionSortAttributeType definition
BotVersionSortAttributeType = Literal[
"BotVersion",
]
BuiltInIntentSortAttributeType#
# BuiltInIntentSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import BuiltInIntentSortAttributeType
def get_value() -> BuiltInIntentSortAttributeType:
return "IntentSignature"
# BuiltInIntentSortAttributeType definition
BuiltInIntentSortAttributeType = Literal[
"IntentSignature",
]
BuiltInSlotTypeSortAttributeType#
# BuiltInSlotTypeSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import BuiltInSlotTypeSortAttributeType
def get_value() -> BuiltInSlotTypeSortAttributeType:
return "SlotTypeSignature"
# BuiltInSlotTypeSortAttributeType definition
BuiltInSlotTypeSortAttributeType = Literal[
"SlotTypeSignature",
]
ConversationLogsInputModeFilterType#
# ConversationLogsInputModeFilterType usage example
from mypy_boto3_lexv2_models.literals import ConversationLogsInputModeFilterType
def get_value() -> ConversationLogsInputModeFilterType:
return "Speech"
# ConversationLogsInputModeFilterType definition
ConversationLogsInputModeFilterType = Literal[
"Speech",
"Text",
]
CustomVocabularyStatusType#
# CustomVocabularyStatusType usage example
from mypy_boto3_lexv2_models.literals import CustomVocabularyStatusType
def get_value() -> CustomVocabularyStatusType:
return "Creating"
# CustomVocabularyStatusType definition
CustomVocabularyStatusType = Literal[
"Creating",
"Deleting",
"Exporting",
"Importing",
"Ready",
]
DialogActionTypeType#
# DialogActionTypeType usage example
from mypy_boto3_lexv2_models.literals import DialogActionTypeType
def get_value() -> DialogActionTypeType:
return "CloseIntent"
# DialogActionTypeType definition
DialogActionTypeType = Literal[
"CloseIntent",
"ConfirmIntent",
"ElicitIntent",
"ElicitSlot",
"EndConversation",
"EvaluateConditional",
"FulfillIntent",
"InvokeDialogCodeHook",
"StartIntent",
]
EffectType#
# EffectType usage example
from mypy_boto3_lexv2_models.literals import EffectType
def get_value() -> EffectType:
return "Allow"
# EffectType definition
EffectType = Literal[
"Allow",
"Deny",
]
ErrorCodeType#
# ErrorCodeType usage example
from mypy_boto3_lexv2_models.literals import ErrorCodeType
def get_value() -> ErrorCodeType:
return "DUPLICATE_INPUT"
# ErrorCodeType definition
ErrorCodeType = Literal[
"DUPLICATE_INPUT",
"INTERNAL_SERVER_FAILURE",
"RESOURCE_ALREADY_EXISTS",
"RESOURCE_DOES_NOT_EXIST",
]
ExportFilterNameType#
# ExportFilterNameType usage example
from mypy_boto3_lexv2_models.literals import ExportFilterNameType
def get_value() -> ExportFilterNameType:
return "ExportResourceType"
# ExportFilterNameType definition
ExportFilterNameType = Literal[
"ExportResourceType",
]
ExportFilterOperatorType#
# ExportFilterOperatorType usage example
from mypy_boto3_lexv2_models.literals import ExportFilterOperatorType
def get_value() -> ExportFilterOperatorType:
return "CO"
# ExportFilterOperatorType definition
ExportFilterOperatorType = Literal[
"CO",
"EQ",
]
ExportSortAttributeType#
# ExportSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import ExportSortAttributeType
def get_value() -> ExportSortAttributeType:
return "LastUpdatedDateTime"
# ExportSortAttributeType definition
ExportSortAttributeType = Literal[
"LastUpdatedDateTime",
]
ExportStatusType#
# ExportStatusType usage example
from mypy_boto3_lexv2_models.literals import ExportStatusType
def get_value() -> ExportStatusType:
return "Completed"
# ExportStatusType definition
ExportStatusType = Literal[
"Completed",
"Deleting",
"Failed",
"InProgress",
]
ImportExportFileFormatType#
# ImportExportFileFormatType usage example
from mypy_boto3_lexv2_models.literals import ImportExportFileFormatType
def get_value() -> ImportExportFileFormatType:
return "CSV"
# ImportExportFileFormatType definition
ImportExportFileFormatType = Literal[
"CSV",
"LexJson",
"TSV",
]
ImportFilterNameType#
# ImportFilterNameType usage example
from mypy_boto3_lexv2_models.literals import ImportFilterNameType
def get_value() -> ImportFilterNameType:
return "ImportResourceType"
# ImportFilterNameType definition
ImportFilterNameType = Literal[
"ImportResourceType",
]
ImportFilterOperatorType#
# ImportFilterOperatorType usage example
from mypy_boto3_lexv2_models.literals import ImportFilterOperatorType
def get_value() -> ImportFilterOperatorType:
return "CO"
# ImportFilterOperatorType definition
ImportFilterOperatorType = Literal[
"CO",
"EQ",
]
ImportResourceTypeType#
# ImportResourceTypeType usage example
from mypy_boto3_lexv2_models.literals import ImportResourceTypeType
def get_value() -> ImportResourceTypeType:
return "Bot"
# ImportResourceTypeType definition
ImportResourceTypeType = Literal[
"Bot",
"BotLocale",
"CustomVocabulary",
"TestSet",
]
ImportSortAttributeType#
# ImportSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import ImportSortAttributeType
def get_value() -> ImportSortAttributeType:
return "LastUpdatedDateTime"
# ImportSortAttributeType definition
ImportSortAttributeType = Literal[
"LastUpdatedDateTime",
]
ImportStatusType#
# ImportStatusType usage example
from mypy_boto3_lexv2_models.literals import ImportStatusType
def get_value() -> ImportStatusType:
return "Completed"
# ImportStatusType definition
ImportStatusType = Literal[
"Completed",
"Deleting",
"Failed",
"InProgress",
]
IntentFilterNameType#
# IntentFilterNameType usage example
from mypy_boto3_lexv2_models.literals import IntentFilterNameType
def get_value() -> IntentFilterNameType:
return "IntentName"
# IntentFilterNameType definition
IntentFilterNameType = Literal[
"IntentName",
]
IntentFilterOperatorType#
# IntentFilterOperatorType usage example
from mypy_boto3_lexv2_models.literals import IntentFilterOperatorType
def get_value() -> IntentFilterOperatorType:
return "CO"
# IntentFilterOperatorType definition
IntentFilterOperatorType = Literal[
"CO",
"EQ",
]
IntentSortAttributeType#
# IntentSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import IntentSortAttributeType
def get_value() -> IntentSortAttributeType:
return "IntentName"
# IntentSortAttributeType definition
IntentSortAttributeType = Literal[
"IntentName",
"LastUpdatedDateTime",
]
MergeStrategyType#
# MergeStrategyType usage example
from mypy_boto3_lexv2_models.literals import MergeStrategyType
def get_value() -> MergeStrategyType:
return "Append"
# MergeStrategyType definition
MergeStrategyType = Literal[
"Append",
"FailOnConflict",
"Overwrite",
]
MessageSelectionStrategyType#
# MessageSelectionStrategyType usage example
from mypy_boto3_lexv2_models.literals import MessageSelectionStrategyType
def get_value() -> MessageSelectionStrategyType:
return "Ordered"
# MessageSelectionStrategyType definition
MessageSelectionStrategyType = Literal[
"Ordered",
"Random",
]
ObfuscationSettingTypeType#
# ObfuscationSettingTypeType usage example
from mypy_boto3_lexv2_models.literals import ObfuscationSettingTypeType
def get_value() -> ObfuscationSettingTypeType:
return "DefaultObfuscation"
# ObfuscationSettingTypeType definition
ObfuscationSettingTypeType = Literal[
"DefaultObfuscation",
"None",
]
PromptAttemptType#
# PromptAttemptType usage example
from mypy_boto3_lexv2_models.literals import PromptAttemptType
def get_value() -> PromptAttemptType:
return "Initial"
# PromptAttemptType definition
PromptAttemptType = Literal[
"Initial",
"Retry1",
"Retry2",
"Retry3",
"Retry4",
"Retry5",
]
SearchOrderType#
# SearchOrderType usage example
from mypy_boto3_lexv2_models.literals import SearchOrderType
def get_value() -> SearchOrderType:
return "Ascending"
# SearchOrderType definition
SearchOrderType = Literal[
"Ascending",
"Descending",
]
SlotConstraintType#
# SlotConstraintType usage example
from mypy_boto3_lexv2_models.literals import SlotConstraintType
def get_value() -> SlotConstraintType:
return "Optional"
# SlotConstraintType definition
SlotConstraintType = Literal[
"Optional",
"Required",
]
SlotFilterNameType#
# SlotFilterNameType usage example
from mypy_boto3_lexv2_models.literals import SlotFilterNameType
def get_value() -> SlotFilterNameType:
return "SlotName"
# SlotFilterNameType definition
SlotFilterNameType = Literal[
"SlotName",
]
SlotFilterOperatorType#
# SlotFilterOperatorType usage example
from mypy_boto3_lexv2_models.literals import SlotFilterOperatorType
def get_value() -> SlotFilterOperatorType:
return "CO"
# SlotFilterOperatorType definition
SlotFilterOperatorType = Literal[
"CO",
"EQ",
]
SlotShapeType#
# SlotShapeType usage example
from mypy_boto3_lexv2_models.literals import SlotShapeType
def get_value() -> SlotShapeType:
return "List"
# SlotShapeType definition
SlotShapeType = Literal[
"List",
"Scalar",
]
SlotSortAttributeType#
# SlotSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import SlotSortAttributeType
def get_value() -> SlotSortAttributeType:
return "LastUpdatedDateTime"
# SlotSortAttributeType definition
SlotSortAttributeType = Literal[
"LastUpdatedDateTime",
"SlotName",
]
SlotTypeCategoryType#
# SlotTypeCategoryType usage example
from mypy_boto3_lexv2_models.literals import SlotTypeCategoryType
def get_value() -> SlotTypeCategoryType:
return "Composite"
# SlotTypeCategoryType definition
SlotTypeCategoryType = Literal[
"Composite",
"Custom",
"Extended",
"ExternalGrammar",
]
SlotTypeFilterNameType#
# SlotTypeFilterNameType usage example
from mypy_boto3_lexv2_models.literals import SlotTypeFilterNameType
def get_value() -> SlotTypeFilterNameType:
return "ExternalSourceType"
# SlotTypeFilterNameType definition
SlotTypeFilterNameType = Literal[
"ExternalSourceType",
"SlotTypeName",
]
SlotTypeFilterOperatorType#
# SlotTypeFilterOperatorType usage example
from mypy_boto3_lexv2_models.literals import SlotTypeFilterOperatorType
def get_value() -> SlotTypeFilterOperatorType:
return "CO"
# SlotTypeFilterOperatorType definition
SlotTypeFilterOperatorType = Literal[
"CO",
"EQ",
]
SlotTypeSortAttributeType#
# SlotTypeSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import SlotTypeSortAttributeType
def get_value() -> SlotTypeSortAttributeType:
return "LastUpdatedDateTime"
# SlotTypeSortAttributeType definition
SlotTypeSortAttributeType = Literal[
"LastUpdatedDateTime",
"SlotTypeName",
]
SlotValueResolutionStrategyType#
# SlotValueResolutionStrategyType usage example
from mypy_boto3_lexv2_models.literals import SlotValueResolutionStrategyType
def get_value() -> SlotValueResolutionStrategyType:
return "Concatenation"
# SlotValueResolutionStrategyType definition
SlotValueResolutionStrategyType = Literal[
"Concatenation",
"OriginalValue",
"TopResolution",
]
SortOrderType#
# SortOrderType usage example
from mypy_boto3_lexv2_models.literals import SortOrderType
def get_value() -> SortOrderType:
return "Ascending"
# SortOrderType definition
SortOrderType = Literal[
"Ascending",
"Descending",
]
TestExecutionApiModeType#
# TestExecutionApiModeType usage example
from mypy_boto3_lexv2_models.literals import TestExecutionApiModeType
def get_value() -> TestExecutionApiModeType:
return "NonStreaming"
# TestExecutionApiModeType definition
TestExecutionApiModeType = Literal[
"NonStreaming",
"Streaming",
]
TestExecutionModalityType#
# TestExecutionModalityType usage example
from mypy_boto3_lexv2_models.literals import TestExecutionModalityType
def get_value() -> TestExecutionModalityType:
return "Audio"
# TestExecutionModalityType definition
TestExecutionModalityType = Literal[
"Audio",
"Text",
]
TestExecutionSortAttributeType#
# TestExecutionSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import TestExecutionSortAttributeType
def get_value() -> TestExecutionSortAttributeType:
return "CreationDateTime"
# TestExecutionSortAttributeType definition
TestExecutionSortAttributeType = Literal[
"CreationDateTime",
"TestSetName",
]
TestExecutionStatusType#
# TestExecutionStatusType usage example
from mypy_boto3_lexv2_models.literals import TestExecutionStatusType
def get_value() -> TestExecutionStatusType:
return "Completed"
# TestExecutionStatusType definition
TestExecutionStatusType = Literal[
"Completed",
"Failed",
"InProgress",
"Pending",
"Stopped",
"Stopping",
"Waiting",
]
TestResultMatchStatusType#
# TestResultMatchStatusType usage example
from mypy_boto3_lexv2_models.literals import TestResultMatchStatusType
def get_value() -> TestResultMatchStatusType:
return "ExecutionError"
# TestResultMatchStatusType definition
TestResultMatchStatusType = Literal[
"ExecutionError",
"Matched",
"Mismatched",
]
TestResultTypeFilterType#
# TestResultTypeFilterType usage example
from mypy_boto3_lexv2_models.literals import TestResultTypeFilterType
def get_value() -> TestResultTypeFilterType:
return "ConversationLevelTestResults"
# TestResultTypeFilterType definition
TestResultTypeFilterType = Literal[
"ConversationLevelTestResults",
"IntentClassificationTestResults",
"OverallTestResults",
"SlotResolutionTestResults",
"UtteranceLevelResults",
]
TestSetDiscrepancyReportStatusType#
# TestSetDiscrepancyReportStatusType usage example
from mypy_boto3_lexv2_models.literals import TestSetDiscrepancyReportStatusType
def get_value() -> TestSetDiscrepancyReportStatusType:
return "Completed"
# TestSetDiscrepancyReportStatusType definition
TestSetDiscrepancyReportStatusType = Literal[
"Completed",
"Failed",
"InProgress",
]
TestSetGenerationStatusType#
# TestSetGenerationStatusType usage example
from mypy_boto3_lexv2_models.literals import TestSetGenerationStatusType
def get_value() -> TestSetGenerationStatusType:
return "Failed"
# TestSetGenerationStatusType definition
TestSetGenerationStatusType = Literal[
"Failed",
"Generating",
"Pending",
"Ready",
]
TestSetModalityType#
# TestSetModalityType usage example
from mypy_boto3_lexv2_models.literals import TestSetModalityType
def get_value() -> TestSetModalityType:
return "Audio"
# TestSetModalityType definition
TestSetModalityType = Literal[
"Audio",
"Text",
]
TestSetSortAttributeType#
# TestSetSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import TestSetSortAttributeType
def get_value() -> TestSetSortAttributeType:
return "LastUpdatedDateTime"
# TestSetSortAttributeType definition
TestSetSortAttributeType = Literal[
"LastUpdatedDateTime",
"TestSetName",
]
TestSetStatusType#
# TestSetStatusType usage example
from mypy_boto3_lexv2_models.literals import TestSetStatusType
def get_value() -> TestSetStatusType:
return "Deleting"
# TestSetStatusType definition
TestSetStatusType = Literal[
"Deleting",
"Importing",
"PendingAnnotation",
"Ready",
"ValidationError",
]
TimeDimensionType#
# TimeDimensionType usage example
from mypy_boto3_lexv2_models.literals import TimeDimensionType
def get_value() -> TimeDimensionType:
return "Days"
# TimeDimensionType definition
TimeDimensionType = Literal[
"Days",
"Hours",
"Weeks",
]
TranscriptFormatType#
# TranscriptFormatType usage example
from mypy_boto3_lexv2_models.literals import TranscriptFormatType
def get_value() -> TranscriptFormatType:
return "Lex"
# TranscriptFormatType definition
TranscriptFormatType = Literal[
"Lex",
]
VoiceEngineType#
# VoiceEngineType usage example
from mypy_boto3_lexv2_models.literals import VoiceEngineType
def get_value() -> VoiceEngineType:
return "neural"
# VoiceEngineType definition
VoiceEngineType = Literal[
"neural",
"standard",
]
LexModelsV2ServiceName#
# LexModelsV2ServiceName usage example
from mypy_boto3_lexv2_models.literals import LexModelsV2ServiceName
def get_value() -> LexModelsV2ServiceName:
return "lexv2-models"
# LexModelsV2ServiceName definition
LexModelsV2ServiceName = Literal[
"lexv2-models",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_lexv2_models.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",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"arc-zonal-shift",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"backup",
"backup-gateway",
"backupstorage",
"batch",
"billingconductor",
"braket",
"budgets",
"ce",
"chime",
"chime-sdk-identity",
"chime-sdk-media-pipelines",
"chime-sdk-meetings",
"chime-sdk-messaging",
"chime-sdk-voice",
"cleanrooms",
"cloud9",
"cloudcontrol",
"clouddirectory",
"cloudformation",
"cloudfront",
"cloudhsm",
"cloudhsmv2",
"cloudsearch",
"cloudsearchdomain",
"cloudtrail",
"cloudtrail-data",
"cloudwatch",
"codeartifact",
"codebuild",
"codecatalyst",
"codecommit",
"codedeploy",
"codeguru-reviewer",
"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",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"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",
"elastic-inference",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"es",
"events",
"evidently",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"fsx",
"gamelift",
"gamesparks",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"honeycode",
"iam",
"identitystore",
"imagebuilder",
"importexport",
"inspector",
"inspector2",
"internetmonitor",
"iot",
"iot-data",
"iot-jobs-data",
"iot-roborunner",
"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",
"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",
"macie",
"macie2",
"managedblockchain",
"marketplace-catalog",
"marketplace-entitlement",
"marketplacecommerceanalytics",
"mediaconnect",
"mediaconvert",
"medialive",
"mediapackage",
"mediapackage-vod",
"mediapackagev2",
"mediastore",
"mediastore-data",
"mediatailor",
"memorydb",
"meteringmarketplace",
"mgh",
"mgn",
"migration-hub-refactor-spaces",
"migrationhub-config",
"migrationhuborchestrator",
"migrationhubstrategy",
"mobile",
"mq",
"mturk",
"mwaa",
"neptune",
"network-firewall",
"networkmanager",
"nimble",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"payment-cryptography",
"payment-cryptography-data",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"privatenetworks",
"proton",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"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",
"support",
"support-app",
"swf",
"synthetics",
"textract",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"worklink",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_lexv2_models.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
WaiterName#
# WaiterName usage example
from mypy_boto3_lexv2_models.literals import WaiterName
def get_value() -> WaiterName:
return "bot_alias_available"
# WaiterName definition
WaiterName = Literal[
"bot_alias_available",
"bot_available",
"bot_export_completed",
"bot_import_completed",
"bot_locale_built",
"bot_locale_created",
"bot_locale_express_testing_available",
"bot_version_available",
]
RegionName#
# RegionName usage example
from mypy_boto3_lexv2_models.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-1",
"eu-west-2",
"us-east-1",
"us-west-2",
]