Skip to content

Literals

Index > LexModelsV2 > Literals

Auto-generated documentation for LexModelsV2 type annotations stubs module mypy-boto3-lexv2-models.

AggregatedUtterancesFilterNameType

Usage Example
from mypy_boto3_lexv2_models.literals import AggregatedUtterancesFilterNameType

def get_value() -> AggregatedUtterancesFilterNameType:
    return "Utterance"
Definition
AggregatedUtterancesFilterNameType = Literal[
    "Utterance",
]

AggregatedUtterancesFilterOperatorType

Usage Example
from mypy_boto3_lexv2_models.literals import AggregatedUtterancesFilterOperatorType

def get_value() -> AggregatedUtterancesFilterOperatorType:
    return "CO"
Definition
AggregatedUtterancesFilterOperatorType = Literal[
    "CO",
    "EQ",
]

AggregatedUtterancesSortAttributeType

Usage Example
from mypy_boto3_lexv2_models.literals import AggregatedUtterancesSortAttributeType

def get_value() -> AggregatedUtterancesSortAttributeType:
    return "HitCount"
Definition
AggregatedUtterancesSortAttributeType = Literal[
    "HitCount",
    "MissedCount",
]

AssociatedTranscriptFilterNameType

Usage Example
from mypy_boto3_lexv2_models.literals import AssociatedTranscriptFilterNameType

def get_value() -> AssociatedTranscriptFilterNameType:
    return "IntentId"
Definition
AssociatedTranscriptFilterNameType = Literal[
    "IntentId",
    "SlotTypeId",
]

AudioRecognitionStrategyType

Usage Example
from mypy_boto3_lexv2_models.literals import AudioRecognitionStrategyType

def get_value() -> AudioRecognitionStrategyType:
    return "UseSlotValuesAsCustomVocabulary"
Definition
AudioRecognitionStrategyType = Literal[
    "UseSlotValuesAsCustomVocabulary",
]

BotAliasAvailableWaiterName

Usage Example
from mypy_boto3_lexv2_models.literals import BotAliasAvailableWaiterName

def get_value() -> BotAliasAvailableWaiterName:
    return "bot_alias_available"
Definition
BotAliasAvailableWaiterName = Literal[
    "bot_alias_available",
]

BotAliasStatusType

Usage Example
from mypy_boto3_lexv2_models.literals import BotAliasStatusType

def get_value() -> BotAliasStatusType:
    return "Available"
Definition
BotAliasStatusType = Literal[
    "Available",
    "Creating",
    "Deleting",
    "Failed",
]

BotAvailableWaiterName

Usage Example
from mypy_boto3_lexv2_models.literals import BotAvailableWaiterName

def get_value() -> BotAvailableWaiterName:
    return "bot_available"
Definition
BotAvailableWaiterName = Literal[
    "bot_available",
]

BotExportCompletedWaiterName

Usage Example
from mypy_boto3_lexv2_models.literals import BotExportCompletedWaiterName

def get_value() -> BotExportCompletedWaiterName:
    return "bot_export_completed"
Definition
BotExportCompletedWaiterName = Literal[
    "bot_export_completed",
]

BotFilterNameType

Usage Example
from mypy_boto3_lexv2_models.literals import BotFilterNameType

def get_value() -> BotFilterNameType:
    return "BotName"
Definition
BotFilterNameType = Literal[
    "BotName",
    "BotType",
]

BotFilterOperatorType

Usage Example
from mypy_boto3_lexv2_models.literals import BotFilterOperatorType

def get_value() -> BotFilterOperatorType:
    return "CO"
Definition
BotFilterOperatorType = Literal[
    "CO",
    "EQ",
    "NE",
]

BotImportCompletedWaiterName

Usage Example
from mypy_boto3_lexv2_models.literals import BotImportCompletedWaiterName

def get_value() -> BotImportCompletedWaiterName:
    return "bot_import_completed"
Definition
BotImportCompletedWaiterName = Literal[
    "bot_import_completed",
]

BotLocaleBuiltWaiterName

Usage Example
from mypy_boto3_lexv2_models.literals import BotLocaleBuiltWaiterName

def get_value() -> BotLocaleBuiltWaiterName:
    return "bot_locale_built"
Definition
BotLocaleBuiltWaiterName = Literal[
    "bot_locale_built",
]

BotLocaleCreatedWaiterName

Usage Example
from mypy_boto3_lexv2_models.literals import BotLocaleCreatedWaiterName

def get_value() -> BotLocaleCreatedWaiterName:
    return "bot_locale_created"
Definition
BotLocaleCreatedWaiterName = Literal[
    "bot_locale_created",
]

BotLocaleExpressTestingAvailableWaiterName

Usage Example
from mypy_boto3_lexv2_models.literals import BotLocaleExpressTestingAvailableWaiterName

def get_value() -> BotLocaleExpressTestingAvailableWaiterName:
    return "bot_locale_express_testing_available"
Definition
BotLocaleExpressTestingAvailableWaiterName = Literal[
    "bot_locale_express_testing_available",
]

BotLocaleFilterNameType

Usage Example
from mypy_boto3_lexv2_models.literals import BotLocaleFilterNameType

def get_value() -> BotLocaleFilterNameType:
    return "BotLocaleName"
Definition
BotLocaleFilterNameType = Literal[
    "BotLocaleName",
]

BotLocaleFilterOperatorType

Usage Example
from mypy_boto3_lexv2_models.literals import BotLocaleFilterOperatorType

def get_value() -> BotLocaleFilterOperatorType:
    return "CO"
Definition
BotLocaleFilterOperatorType = Literal[
    "CO",
    "EQ",
]

BotLocaleSortAttributeType

Usage Example
from mypy_boto3_lexv2_models.literals import BotLocaleSortAttributeType

def get_value() -> BotLocaleSortAttributeType:
    return "BotLocaleName"
Definition
BotLocaleSortAttributeType = Literal[
    "BotLocaleName",
]

BotLocaleStatusType

Usage Example
from mypy_boto3_lexv2_models.literals import BotLocaleStatusType

def get_value() -> BotLocaleStatusType:
    return "Building"
Definition
BotLocaleStatusType = Literal[
    "Building",
    "Built",
    "Creating",
    "Deleting",
    "Failed",
    "Importing",
    "NotBuilt",
    "Processing",
    "ReadyExpressTesting",
]

BotRecommendationStatusType

Usage Example
from mypy_boto3_lexv2_models.literals import BotRecommendationStatusType

def get_value() -> BotRecommendationStatusType:
    return "Available"
Definition
BotRecommendationStatusType = Literal[
    "Available",
    "Deleted",
    "Deleting",
    "Downloading",
    "Failed",
    "Processing",
    "Stopped",
    "Stopping",
    "Updating",
]

BotSortAttributeType

Usage Example
from mypy_boto3_lexv2_models.literals import BotSortAttributeType

def get_value() -> BotSortAttributeType:
    return "BotName"
Definition
BotSortAttributeType = Literal[
    "BotName",
]

BotStatusType

Usage Example
from mypy_boto3_lexv2_models.literals import BotStatusType

def get_value() -> BotStatusType:
    return "Available"
Definition
BotStatusType = Literal[
    "Available",
    "Creating",
    "Deleting",
    "Failed",
    "Importing",
    "Inactive",
    "Updating",
    "Versioning",
]

BotTypeType

Usage Example
from mypy_boto3_lexv2_models.literals import BotTypeType

def get_value() -> BotTypeType:
    return "Bot"
Definition
BotTypeType = Literal[
    "Bot",
    "BotNetwork",
]

BotVersionAvailableWaiterName

Usage Example
from mypy_boto3_lexv2_models.literals import BotVersionAvailableWaiterName

def get_value() -> BotVersionAvailableWaiterName:
    return "bot_version_available"
Definition
BotVersionAvailableWaiterName = Literal[
    "bot_version_available",
]

BotVersionSortAttributeType

Usage Example
from mypy_boto3_lexv2_models.literals import BotVersionSortAttributeType

def get_value() -> BotVersionSortAttributeType:
    return "BotVersion"
Definition
BotVersionSortAttributeType = Literal[
    "BotVersion",
]

BuiltInIntentSortAttributeType

Usage Example
from mypy_boto3_lexv2_models.literals import BuiltInIntentSortAttributeType

def get_value() -> BuiltInIntentSortAttributeType:
    return "IntentSignature"
Definition
BuiltInIntentSortAttributeType = Literal[
    "IntentSignature",
]

BuiltInSlotTypeSortAttributeType

Usage Example
from mypy_boto3_lexv2_models.literals import BuiltInSlotTypeSortAttributeType

def get_value() -> BuiltInSlotTypeSortAttributeType:
    return "SlotTypeSignature"
Definition
BuiltInSlotTypeSortAttributeType = Literal[
    "SlotTypeSignature",
]

CustomVocabularyStatusType

Usage Example
from mypy_boto3_lexv2_models.literals import CustomVocabularyStatusType

def get_value() -> CustomVocabularyStatusType:
    return "Creating"
Definition
CustomVocabularyStatusType = Literal[
    "Creating",
    "Deleting",
    "Exporting",
    "Importing",
    "Ready",
]

DialogActionTypeType

Usage Example
from mypy_boto3_lexv2_models.literals import DialogActionTypeType

def get_value() -> DialogActionTypeType:
    return "CloseIntent"
Definition
DialogActionTypeType = Literal[
    "CloseIntent",
    "ConfirmIntent",
    "ElicitIntent",
    "ElicitSlot",
    "EndConversation",
    "EvaluateConditional",
    "FulfillIntent",
    "InvokeDialogCodeHook",
    "StartIntent",
]

EffectType

Usage Example
from mypy_boto3_lexv2_models.literals import EffectType

def get_value() -> EffectType:
    return "Allow"
Definition
EffectType = Literal[
    "Allow",
    "Deny",
]

ErrorCodeType

Usage Example
from mypy_boto3_lexv2_models.literals import ErrorCodeType

def get_value() -> ErrorCodeType:
    return "DUPLICATE_INPUT"
Definition
ErrorCodeType = Literal[
    "DUPLICATE_INPUT",
    "INTERNAL_SERVER_FAILURE",
    "RESOURCE_ALREADY_EXISTS",
    "RESOURCE_DOES_NOT_EXIST",
]

ExportFilterNameType

Usage Example
from mypy_boto3_lexv2_models.literals import ExportFilterNameType

def get_value() -> ExportFilterNameType:
    return "ExportResourceType"
Definition
ExportFilterNameType = Literal[
    "ExportResourceType",
]

ExportFilterOperatorType

Usage Example
from mypy_boto3_lexv2_models.literals import ExportFilterOperatorType

def get_value() -> ExportFilterOperatorType:
    return "CO"
Definition
ExportFilterOperatorType = Literal[
    "CO",
    "EQ",
]

ExportSortAttributeType

Usage Example
from mypy_boto3_lexv2_models.literals import ExportSortAttributeType

def get_value() -> ExportSortAttributeType:
    return "LastUpdatedDateTime"
Definition
ExportSortAttributeType = Literal[
    "LastUpdatedDateTime",
]

ExportStatusType

Usage Example
from mypy_boto3_lexv2_models.literals import ExportStatusType

def get_value() -> ExportStatusType:
    return "Completed"
Definition
ExportStatusType = Literal[
    "Completed",
    "Deleting",
    "Failed",
    "InProgress",
]

ImportExportFileFormatType

Usage Example
from mypy_boto3_lexv2_models.literals import ImportExportFileFormatType

def get_value() -> ImportExportFileFormatType:
    return "LexJson"
Definition
ImportExportFileFormatType = Literal[
    "LexJson",
    "TSV",
]

ImportFilterNameType

Usage Example
from mypy_boto3_lexv2_models.literals import ImportFilterNameType

def get_value() -> ImportFilterNameType:
    return "ImportResourceType"
Definition
ImportFilterNameType = Literal[
    "ImportResourceType",
]

ImportFilterOperatorType

Usage Example
from mypy_boto3_lexv2_models.literals import ImportFilterOperatorType

def get_value() -> ImportFilterOperatorType:
    return "CO"
Definition
ImportFilterOperatorType = Literal[
    "CO",
    "EQ",
]

ImportResourceTypeType

Usage Example
from mypy_boto3_lexv2_models.literals import ImportResourceTypeType

def get_value() -> ImportResourceTypeType:
    return "Bot"
Definition
ImportResourceTypeType = Literal[
    "Bot",
    "BotLocale",
    "CustomVocabulary",
]

ImportSortAttributeType

Usage Example
from mypy_boto3_lexv2_models.literals import ImportSortAttributeType

def get_value() -> ImportSortAttributeType:
    return "LastUpdatedDateTime"
Definition
ImportSortAttributeType = Literal[
    "LastUpdatedDateTime",
]

ImportStatusType

Usage Example
from mypy_boto3_lexv2_models.literals import ImportStatusType

def get_value() -> ImportStatusType:
    return "Completed"
Definition
ImportStatusType = Literal[
    "Completed",
    "Deleting",
    "Failed",
    "InProgress",
]

IntentFilterNameType

Usage Example
from mypy_boto3_lexv2_models.literals import IntentFilterNameType

def get_value() -> IntentFilterNameType:
    return "IntentName"
Definition
IntentFilterNameType = Literal[
    "IntentName",
]

IntentFilterOperatorType

Usage Example
from mypy_boto3_lexv2_models.literals import IntentFilterOperatorType

def get_value() -> IntentFilterOperatorType:
    return "CO"
Definition
IntentFilterOperatorType = Literal[
    "CO",
    "EQ",
]

IntentSortAttributeType

Usage Example
from mypy_boto3_lexv2_models.literals import IntentSortAttributeType

def get_value() -> IntentSortAttributeType:
    return "IntentName"
Definition
IntentSortAttributeType = Literal[
    "IntentName",
    "LastUpdatedDateTime",
]

MergeStrategyType

Usage Example
from mypy_boto3_lexv2_models.literals import MergeStrategyType

def get_value() -> MergeStrategyType:
    return "Append"
Definition
MergeStrategyType = Literal[
    "Append",
    "FailOnConflict",
    "Overwrite",
]

MessageSelectionStrategyType

Usage Example
from mypy_boto3_lexv2_models.literals import MessageSelectionStrategyType

def get_value() -> MessageSelectionStrategyType:
    return "Ordered"
Definition
MessageSelectionStrategyType = Literal[
    "Ordered",
    "Random",
]

ObfuscationSettingTypeType

Usage Example
from mypy_boto3_lexv2_models.literals import ObfuscationSettingTypeType

def get_value() -> ObfuscationSettingTypeType:
    return "DefaultObfuscation"
Definition
ObfuscationSettingTypeType = Literal[
    "DefaultObfuscation",
    "None",
]

PromptAttemptType

Usage Example
from mypy_boto3_lexv2_models.literals import PromptAttemptType

def get_value() -> PromptAttemptType:
    return "Initial"
Definition
PromptAttemptType = Literal[
    "Initial",
    "Retry1",
    "Retry2",
    "Retry3",
    "Retry4",
    "Retry5",
]

SearchOrderType

Usage Example
from mypy_boto3_lexv2_models.literals import SearchOrderType

def get_value() -> SearchOrderType:
    return "Ascending"
Definition
SearchOrderType = Literal[
    "Ascending",
    "Descending",
]

SlotConstraintType

Usage Example
from mypy_boto3_lexv2_models.literals import SlotConstraintType

def get_value() -> SlotConstraintType:
    return "Optional"
Definition
SlotConstraintType = Literal[
    "Optional",
    "Required",
]

SlotFilterNameType

Usage Example
from mypy_boto3_lexv2_models.literals import SlotFilterNameType

def get_value() -> SlotFilterNameType:
    return "SlotName"
Definition
SlotFilterNameType = Literal[
    "SlotName",
]

SlotFilterOperatorType

Usage Example
from mypy_boto3_lexv2_models.literals import SlotFilterOperatorType

def get_value() -> SlotFilterOperatorType:
    return "CO"
Definition
SlotFilterOperatorType = Literal[
    "CO",
    "EQ",
]

SlotShapeType

Usage Example
from mypy_boto3_lexv2_models.literals import SlotShapeType

def get_value() -> SlotShapeType:
    return "List"
Definition
SlotShapeType = Literal[
    "List",
    "Scalar",
]

SlotSortAttributeType

Usage Example
from mypy_boto3_lexv2_models.literals import SlotSortAttributeType

def get_value() -> SlotSortAttributeType:
    return "LastUpdatedDateTime"
Definition
SlotSortAttributeType = Literal[
    "LastUpdatedDateTime",
    "SlotName",
]

SlotTypeCategoryType

Usage Example
from mypy_boto3_lexv2_models.literals import SlotTypeCategoryType

def get_value() -> SlotTypeCategoryType:
    return "Composite"
Definition
SlotTypeCategoryType = Literal[
    "Composite",
    "Custom",
    "Extended",
    "ExternalGrammar",
]

SlotTypeFilterNameType

Usage Example
from mypy_boto3_lexv2_models.literals import SlotTypeFilterNameType

def get_value() -> SlotTypeFilterNameType:
    return "ExternalSourceType"
Definition
SlotTypeFilterNameType = Literal[
    "ExternalSourceType",
    "SlotTypeName",
]

SlotTypeFilterOperatorType

Usage Example
from mypy_boto3_lexv2_models.literals import SlotTypeFilterOperatorType

def get_value() -> SlotTypeFilterOperatorType:
    return "CO"
Definition
SlotTypeFilterOperatorType = Literal[
    "CO",
    "EQ",
]

SlotTypeSortAttributeType

Usage Example
from mypy_boto3_lexv2_models.literals import SlotTypeSortAttributeType

def get_value() -> SlotTypeSortAttributeType:
    return "LastUpdatedDateTime"
Definition
SlotTypeSortAttributeType = Literal[
    "LastUpdatedDateTime",
    "SlotTypeName",
]

SlotValueResolutionStrategyType

Usage Example
from mypy_boto3_lexv2_models.literals import SlotValueResolutionStrategyType

def get_value() -> SlotValueResolutionStrategyType:
    return "Concatenation"
Definition
SlotValueResolutionStrategyType = Literal[
    "Concatenation",
    "OriginalValue",
    "TopResolution",
]

SortOrderType

Usage Example
from mypy_boto3_lexv2_models.literals import SortOrderType

def get_value() -> SortOrderType:
    return "Ascending"
Definition
SortOrderType = Literal[
    "Ascending",
    "Descending",
]

TimeDimensionType

Usage Example
from mypy_boto3_lexv2_models.literals import TimeDimensionType

def get_value() -> TimeDimensionType:
    return "Days"
Definition
TimeDimensionType = Literal[
    "Days",
    "Hours",
    "Weeks",
]

TranscriptFormatType

Usage Example
from mypy_boto3_lexv2_models.literals import TranscriptFormatType

def get_value() -> TranscriptFormatType:
    return "Lex"
Definition
TranscriptFormatType = Literal[
    "Lex",
]

VoiceEngineType

Usage Example
from mypy_boto3_lexv2_models.literals import VoiceEngineType

def get_value() -> VoiceEngineType:
    return "neural"
Definition
VoiceEngineType = Literal[
    "neural",
    "standard",
]

LexModelsV2ServiceName

Usage Example
from mypy_boto3_lexv2_models.literals import LexModelsV2ServiceName

def get_value() -> LexModelsV2ServiceName:
    return "lexv2-models"
Definition
LexModelsV2ServiceName = Literal[
    "lexv2-models",
]

ServiceName

Usage Example
from mypy_boto3_lexv2_models.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
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",
    "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",
    "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",
    "outposts",
    "panorama",
    "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",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from mypy_boto3_lexv2_models.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

WaiterName

Usage Example
from mypy_boto3_lexv2_models.literals import WaiterName

def get_value() -> WaiterName:
    return "bot_alias_available"
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

Usage Example
from mypy_boto3_lexv2_models.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
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",
]