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",
]
AnalyticsBinByNameType#
# AnalyticsBinByNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsBinByNameType
def get_value() -> AnalyticsBinByNameType:
return "ConversationStartTime"
# AnalyticsBinByNameType definition
AnalyticsBinByNameType = Literal[
"ConversationStartTime",
"UtteranceTimestamp",
]
AnalyticsCommonFilterNameType#
# AnalyticsCommonFilterNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsCommonFilterNameType
def get_value() -> AnalyticsCommonFilterNameType:
return "BotAliasId"
# AnalyticsCommonFilterNameType definition
AnalyticsCommonFilterNameType = Literal[
"BotAliasId",
"BotVersion",
"Channel",
"LocaleId",
"Modality",
]
AnalyticsFilterOperatorType#
# AnalyticsFilterOperatorType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsFilterOperatorType
def get_value() -> AnalyticsFilterOperatorType:
return "EQ"
# AnalyticsFilterOperatorType definition
AnalyticsFilterOperatorType = Literal[
"EQ",
"GT",
"LT",
]
AnalyticsIntentFieldType#
# AnalyticsIntentFieldType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsIntentFieldType
def get_value() -> AnalyticsIntentFieldType:
return "IntentEndState"
# AnalyticsIntentFieldType definition
AnalyticsIntentFieldType = Literal[
"IntentEndState",
"IntentLevel",
"IntentName",
]
AnalyticsIntentFilterNameType#
# AnalyticsIntentFilterNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsIntentFilterNameType
def get_value() -> AnalyticsIntentFilterNameType:
return "BotAliasId"
# AnalyticsIntentFilterNameType definition
AnalyticsIntentFilterNameType = Literal[
"BotAliasId",
"BotVersion",
"Channel",
"IntentEndState",
"IntentName",
"LocaleId",
"Modality",
"OriginatingRequestId",
"SessionId",
]
AnalyticsIntentMetricNameType#
# AnalyticsIntentMetricNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsIntentMetricNameType
def get_value() -> AnalyticsIntentMetricNameType:
return "Count"
# AnalyticsIntentMetricNameType definition
AnalyticsIntentMetricNameType = Literal[
"Count",
"Dropped",
"Failure",
"Success",
"Switched",
]
AnalyticsIntentStageFieldType#
# AnalyticsIntentStageFieldType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsIntentStageFieldType
def get_value() -> AnalyticsIntentStageFieldType:
return "IntentStageName"
# AnalyticsIntentStageFieldType definition
AnalyticsIntentStageFieldType = Literal[
"IntentStageName",
"SwitchedToIntent",
]
AnalyticsIntentStageFilterNameType#
# AnalyticsIntentStageFilterNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsIntentStageFilterNameType
def get_value() -> AnalyticsIntentStageFilterNameType:
return "BotAliasId"
# AnalyticsIntentStageFilterNameType definition
AnalyticsIntentStageFilterNameType = Literal[
"BotAliasId",
"BotVersion",
"Channel",
"IntentName",
"IntentStageName",
"LocaleId",
"Modality",
"OriginatingRequestId",
"SessionId",
]
AnalyticsIntentStageMetricNameType#
# AnalyticsIntentStageMetricNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsIntentStageMetricNameType
def get_value() -> AnalyticsIntentStageMetricNameType:
return "Count"
# AnalyticsIntentStageMetricNameType definition
AnalyticsIntentStageMetricNameType = Literal[
"Count",
"Dropped",
"Failed",
"Retry",
"Success",
]
AnalyticsIntervalType#
# AnalyticsIntervalType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsIntervalType
def get_value() -> AnalyticsIntervalType:
return "OneDay"
# AnalyticsIntervalType definition
AnalyticsIntervalType = Literal[
"OneDay",
"OneHour",
]
AnalyticsMetricStatisticType#
# AnalyticsMetricStatisticType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsMetricStatisticType
def get_value() -> AnalyticsMetricStatisticType:
return "Avg"
# AnalyticsMetricStatisticType definition
AnalyticsMetricStatisticType = Literal[
"Avg",
"Max",
"Sum",
]
AnalyticsModalityType#
# AnalyticsModalityType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsModalityType
def get_value() -> AnalyticsModalityType:
return "DTMF"
# AnalyticsModalityType definition
AnalyticsModalityType = Literal[
"DTMF",
"MultiMode",
"Speech",
"Text",
]
AnalyticsNodeTypeType#
# AnalyticsNodeTypeType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsNodeTypeType
def get_value() -> AnalyticsNodeTypeType:
return "Exit"
# AnalyticsNodeTypeType definition
AnalyticsNodeTypeType = Literal[
"Exit",
"Inner",
]
AnalyticsSessionFieldType#
# AnalyticsSessionFieldType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsSessionFieldType
def get_value() -> AnalyticsSessionFieldType:
return "ConversationEndState"
# AnalyticsSessionFieldType definition
AnalyticsSessionFieldType = Literal[
"ConversationEndState",
"LocaleId",
]
AnalyticsSessionFilterNameType#
# AnalyticsSessionFilterNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsSessionFilterNameType
def get_value() -> AnalyticsSessionFilterNameType:
return "BotAliasId"
# AnalyticsSessionFilterNameType definition
AnalyticsSessionFilterNameType = Literal[
"BotAliasId",
"BotVersion",
"Channel",
"ConversationEndState",
"Duration",
"IntentPath",
"LocaleId",
"Modality",
"OriginatingRequestId",
"SessionId",
]
AnalyticsSessionMetricNameType#
# AnalyticsSessionMetricNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsSessionMetricNameType
def get_value() -> AnalyticsSessionMetricNameType:
return "Concurrency"
# AnalyticsSessionMetricNameType definition
AnalyticsSessionMetricNameType = Literal[
"Concurrency",
"Count",
"Dropped",
"Duration",
"Failure",
"Success",
"TurnsPerConversation",
]
AnalyticsSessionSortByNameType#
# AnalyticsSessionSortByNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsSessionSortByNameType
def get_value() -> AnalyticsSessionSortByNameType:
return "ConversationStartTime"
# AnalyticsSessionSortByNameType definition
AnalyticsSessionSortByNameType = Literal[
"ConversationStartTime",
"Duration",
"NumberOfTurns",
]
AnalyticsSortOrderType#
# AnalyticsSortOrderType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsSortOrderType
def get_value() -> AnalyticsSortOrderType:
return "Ascending"
# AnalyticsSortOrderType definition
AnalyticsSortOrderType = Literal[
"Ascending",
"Descending",
]
AnalyticsUtteranceAttributeNameType#
# AnalyticsUtteranceAttributeNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsUtteranceAttributeNameType
def get_value() -> AnalyticsUtteranceAttributeNameType:
return "LastUsedIntent"
# AnalyticsUtteranceAttributeNameType definition
AnalyticsUtteranceAttributeNameType = Literal[
"LastUsedIntent",
]
AnalyticsUtteranceFieldType#
# AnalyticsUtteranceFieldType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsUtteranceFieldType
def get_value() -> AnalyticsUtteranceFieldType:
return "UtteranceState"
# AnalyticsUtteranceFieldType definition
AnalyticsUtteranceFieldType = Literal[
"UtteranceState",
"UtteranceText",
]
AnalyticsUtteranceFilterNameType#
# AnalyticsUtteranceFilterNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsUtteranceFilterNameType
def get_value() -> AnalyticsUtteranceFilterNameType:
return "BotAliasId"
# AnalyticsUtteranceFilterNameType definition
AnalyticsUtteranceFilterNameType = Literal[
"BotAliasId",
"BotVersion",
"Channel",
"LocaleId",
"Modality",
"OriginatingRequestId",
"SessionId",
"UtteranceState",
"UtteranceText",
]
AnalyticsUtteranceMetricNameType#
# AnalyticsUtteranceMetricNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsUtteranceMetricNameType
def get_value() -> AnalyticsUtteranceMetricNameType:
return "Count"
# AnalyticsUtteranceMetricNameType definition
AnalyticsUtteranceMetricNameType = Literal[
"Count",
"Detected",
"Missed",
"UtteranceTimestamp",
]
AnalyticsUtteranceSortByNameType#
# AnalyticsUtteranceSortByNameType usage example
from mypy_boto3_lexv2_models.literals import AnalyticsUtteranceSortByNameType
def get_value() -> AnalyticsUtteranceSortByNameType:
return "UtteranceTimestamp"
# AnalyticsUtteranceSortByNameType definition
AnalyticsUtteranceSortByNameType = Literal[
"UtteranceTimestamp",
]
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",
]
BedrockTraceStatusType#
# BedrockTraceStatusType usage example
from mypy_boto3_lexv2_models.literals import BedrockTraceStatusType
def get_value() -> BedrockTraceStatusType:
return "DISABLED"
# BedrockTraceStatusType definition
BedrockTraceStatusType = Literal[
"DISABLED",
"ENABLED",
]
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",
]
BotAliasReplicationStatusType#
# BotAliasReplicationStatusType usage example
from mypy_boto3_lexv2_models.literals import BotAliasReplicationStatusType
def get_value() -> BotAliasReplicationStatusType:
return "Available"
# BotAliasReplicationStatusType definition
BotAliasReplicationStatusType = Literal[
"Available",
"Creating",
"Deleting",
"Failed",
"Updating",
]
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",
]
BotReplicaStatusType#
# BotReplicaStatusType usage example
from mypy_boto3_lexv2_models.literals import BotReplicaStatusType
def get_value() -> BotReplicaStatusType:
return "Deleting"
# BotReplicaStatusType definition
BotReplicaStatusType = Literal[
"Deleting",
"Enabled",
"Enabling",
"Failed",
]
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",
]
BotVersionReplicaSortAttributeType#
# BotVersionReplicaSortAttributeType usage example
from mypy_boto3_lexv2_models.literals import BotVersionReplicaSortAttributeType
def get_value() -> BotVersionReplicaSortAttributeType:
return "BotVersion"
# BotVersionReplicaSortAttributeType definition
BotVersionReplicaSortAttributeType = Literal[
"BotVersion",
]
BotVersionReplicationStatusType#
# BotVersionReplicationStatusType usage example
from mypy_boto3_lexv2_models.literals import BotVersionReplicationStatusType
def get_value() -> BotVersionReplicationStatusType:
return "Available"
# BotVersionReplicationStatusType definition
BotVersionReplicationStatusType = Literal[
"Available",
"Creating",
"Deleting",
"Failed",
]
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",
]
ConversationEndStateType#
# ConversationEndStateType usage example
from mypy_boto3_lexv2_models.literals import ConversationEndStateType
def get_value() -> ConversationEndStateType:
return "Dropped"
# ConversationEndStateType definition
ConversationEndStateType = Literal[
"Dropped",
"Failure",
"Success",
]
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",
]
GenerationSortByAttributeType#
# GenerationSortByAttributeType usage example
from mypy_boto3_lexv2_models.literals import GenerationSortByAttributeType
def get_value() -> GenerationSortByAttributeType:
return "creationStartTime"
# GenerationSortByAttributeType definition
GenerationSortByAttributeType = Literal[
"creationStartTime",
"lastUpdatedTime",
]
GenerationStatusType#
# GenerationStatusType usage example
from mypy_boto3_lexv2_models.literals import GenerationStatusType
def get_value() -> GenerationStatusType:
return "Complete"
# GenerationStatusType definition
GenerationStatusType = Literal[
"Complete",
"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",
]
IntentStateType#
# IntentStateType usage example
from mypy_boto3_lexv2_models.literals import IntentStateType
def get_value() -> IntentStateType:
return "Failed"
# IntentStateType definition
IntentStateType = Literal[
"Failed",
"Fulfilled",
"FulfillmentInProgress",
"InProgress",
"ReadyForFulfillment",
"Waiting",
]
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",
]
SlotResolutionStrategyType#
# SlotResolutionStrategyType usage example
from mypy_boto3_lexv2_models.literals import SlotResolutionStrategyType
def get_value() -> SlotResolutionStrategyType:
return "Default"
# SlotResolutionStrategyType definition
SlotResolutionStrategyType = Literal[
"Default",
"EnhancedFallback",
]
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",
]
UtteranceContentTypeType#
# UtteranceContentTypeType usage example
from mypy_boto3_lexv2_models.literals import UtteranceContentTypeType
def get_value() -> UtteranceContentTypeType:
return "CustomPayload"
# UtteranceContentTypeType definition
UtteranceContentTypeType = Literal[
"CustomPayload",
"ImageResponseCard",
"PlainText",
"SSML",
]
VoiceEngineType#
# VoiceEngineType usage example
from mypy_boto3_lexv2_models.literals import VoiceEngineType
def get_value() -> VoiceEngineType:
return "generative"
# VoiceEngineType definition
VoiceEngineType = Literal[
"generative",
"long-form",
"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",
"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_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",
]