Skip to content

Literals

Index > LexModelBuildingService > Literals

Auto-generated documentation for LexModelBuildingService type annotations stubs module mypy-boto3-lex-models.

ChannelStatusType

Usage Example
from mypy_boto3_lex_models.literals import ChannelStatusType

def get_value() -> ChannelStatusType:
    return "CREATED"
Definition
ChannelStatusType = Literal[
    "CREATED",
    "FAILED",
    "IN_PROGRESS",
]

ChannelTypeType

Usage Example
from mypy_boto3_lex_models.literals import ChannelTypeType

def get_value() -> ChannelTypeType:
    return "Facebook"
Definition
ChannelTypeType = Literal[
    "Facebook",
    "Kik",
    "Slack",
    "Twilio-Sms",
]

ContentTypeType

Usage Example
from mypy_boto3_lex_models.literals import ContentTypeType

def get_value() -> ContentTypeType:
    return "CustomPayload"
Definition
ContentTypeType = Literal[
    "CustomPayload",
    "PlainText",
    "SSML",
]

DestinationType

Usage Example
from mypy_boto3_lex_models.literals import DestinationType

def get_value() -> DestinationType:
    return "CLOUDWATCH_LOGS"
Definition
DestinationType = Literal[
    "CLOUDWATCH_LOGS",
    "S3",
]

ExportStatusType

Usage Example
from mypy_boto3_lex_models.literals import ExportStatusType

def get_value() -> ExportStatusType:
    return "FAILED"
Definition
ExportStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "READY",
]

ExportTypeType

Usage Example
from mypy_boto3_lex_models.literals import ExportTypeType

def get_value() -> ExportTypeType:
    return "ALEXA_SKILLS_KIT"
Definition
ExportTypeType = Literal[
    "ALEXA_SKILLS_KIT",
    "LEX",
]

FulfillmentActivityTypeType

Usage Example
from mypy_boto3_lex_models.literals import FulfillmentActivityTypeType

def get_value() -> FulfillmentActivityTypeType:
    return "CodeHook"
Definition
FulfillmentActivityTypeType = Literal[
    "CodeHook",
    "ReturnIntent",
]

GetBotAliasesPaginatorName

Usage Example
from mypy_boto3_lex_models.literals import GetBotAliasesPaginatorName

def get_value() -> GetBotAliasesPaginatorName:
    return "get_bot_aliases"
Definition
GetBotAliasesPaginatorName = Literal[
    "get_bot_aliases",
]

GetBotChannelAssociationsPaginatorName

Usage Example
from mypy_boto3_lex_models.literals import GetBotChannelAssociationsPaginatorName

def get_value() -> GetBotChannelAssociationsPaginatorName:
    return "get_bot_channel_associations"
Definition
GetBotChannelAssociationsPaginatorName = Literal[
    "get_bot_channel_associations",
]

GetBotVersionsPaginatorName

Usage Example
from mypy_boto3_lex_models.literals import GetBotVersionsPaginatorName

def get_value() -> GetBotVersionsPaginatorName:
    return "get_bot_versions"
Definition
GetBotVersionsPaginatorName = Literal[
    "get_bot_versions",
]

GetBotsPaginatorName

Usage Example
from mypy_boto3_lex_models.literals import GetBotsPaginatorName

def get_value() -> GetBotsPaginatorName:
    return "get_bots"
Definition
GetBotsPaginatorName = Literal[
    "get_bots",
]

GetBuiltinIntentsPaginatorName

Usage Example
from mypy_boto3_lex_models.literals import GetBuiltinIntentsPaginatorName

def get_value() -> GetBuiltinIntentsPaginatorName:
    return "get_builtin_intents"
Definition
GetBuiltinIntentsPaginatorName = Literal[
    "get_builtin_intents",
]

GetBuiltinSlotTypesPaginatorName

Usage Example
from mypy_boto3_lex_models.literals import GetBuiltinSlotTypesPaginatorName

def get_value() -> GetBuiltinSlotTypesPaginatorName:
    return "get_builtin_slot_types"
Definition
GetBuiltinSlotTypesPaginatorName = Literal[
    "get_builtin_slot_types",
]

GetIntentVersionsPaginatorName

Usage Example
from mypy_boto3_lex_models.literals import GetIntentVersionsPaginatorName

def get_value() -> GetIntentVersionsPaginatorName:
    return "get_intent_versions"
Definition
GetIntentVersionsPaginatorName = Literal[
    "get_intent_versions",
]

GetIntentsPaginatorName

Usage Example
from mypy_boto3_lex_models.literals import GetIntentsPaginatorName

def get_value() -> GetIntentsPaginatorName:
    return "get_intents"
Definition
GetIntentsPaginatorName = Literal[
    "get_intents",
]

GetSlotTypeVersionsPaginatorName

Usage Example
from mypy_boto3_lex_models.literals import GetSlotTypeVersionsPaginatorName

def get_value() -> GetSlotTypeVersionsPaginatorName:
    return "get_slot_type_versions"
Definition
GetSlotTypeVersionsPaginatorName = Literal[
    "get_slot_type_versions",
]

GetSlotTypesPaginatorName

Usage Example
from mypy_boto3_lex_models.literals import GetSlotTypesPaginatorName

def get_value() -> GetSlotTypesPaginatorName:
    return "get_slot_types"
Definition
GetSlotTypesPaginatorName = Literal[
    "get_slot_types",
]

ImportStatusType

Usage Example
from mypy_boto3_lex_models.literals import ImportStatusType

def get_value() -> ImportStatusType:
    return "COMPLETE"
Definition
ImportStatusType = Literal[
    "COMPLETE",
    "FAILED",
    "IN_PROGRESS",
]

LocaleType

Usage Example
from mypy_boto3_lex_models.literals import LocaleType

def get_value() -> LocaleType:
    return "de-DE"
Definition
LocaleType = Literal[
    "de-DE",
    "en-AU",
    "en-GB",
    "en-IN",
    "en-US",
    "es-419",
    "es-ES",
    "es-US",
    "fr-CA",
    "fr-FR",
    "it-IT",
    "ja-JP",
    "ko-KR",
]

LogTypeType

Usage Example
from mypy_boto3_lex_models.literals import LogTypeType

def get_value() -> LogTypeType:
    return "AUDIO"
Definition
LogTypeType = Literal[
    "AUDIO",
    "TEXT",
]

MergeStrategyType

Usage Example
from mypy_boto3_lex_models.literals import MergeStrategyType

def get_value() -> MergeStrategyType:
    return "FAIL_ON_CONFLICT"
Definition
MergeStrategyType = Literal[
    "FAIL_ON_CONFLICT",
    "OVERWRITE_LATEST",
]

MigrationAlertTypeType

Usage Example
from mypy_boto3_lex_models.literals import MigrationAlertTypeType

def get_value() -> MigrationAlertTypeType:
    return "ERROR"
Definition
MigrationAlertTypeType = Literal[
    "ERROR",
    "WARN",
]

MigrationSortAttributeType

Usage Example
from mypy_boto3_lex_models.literals import MigrationSortAttributeType

def get_value() -> MigrationSortAttributeType:
    return "MIGRATION_DATE_TIME"
Definition
MigrationSortAttributeType = Literal[
    "MIGRATION_DATE_TIME",
    "V1_BOT_NAME",
]

MigrationStatusType

Usage Example
from mypy_boto3_lex_models.literals import MigrationStatusType

def get_value() -> MigrationStatusType:
    return "COMPLETED"
Definition
MigrationStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
]

MigrationStrategyType

Usage Example
from mypy_boto3_lex_models.literals import MigrationStrategyType

def get_value() -> MigrationStrategyType:
    return "CREATE_NEW"
Definition
MigrationStrategyType = Literal[
    "CREATE_NEW",
    "UPDATE_EXISTING",
]

ObfuscationSettingType

Usage Example
from mypy_boto3_lex_models.literals import ObfuscationSettingType

def get_value() -> ObfuscationSettingType:
    return "DEFAULT_OBFUSCATION"
Definition
ObfuscationSettingType = Literal[
    "DEFAULT_OBFUSCATION",
    "NONE",
]

ProcessBehaviorType

Usage Example
from mypy_boto3_lex_models.literals import ProcessBehaviorType

def get_value() -> ProcessBehaviorType:
    return "BUILD"
Definition
ProcessBehaviorType = Literal[
    "BUILD",
    "SAVE",
]

ResourceTypeType

Usage Example
from mypy_boto3_lex_models.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "BOT"
Definition
ResourceTypeType = Literal[
    "BOT",
    "INTENT",
    "SLOT_TYPE",
]

SlotConstraintType

Usage Example
from mypy_boto3_lex_models.literals import SlotConstraintType

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

SlotValueSelectionStrategyType

Usage Example
from mypy_boto3_lex_models.literals import SlotValueSelectionStrategyType

def get_value() -> SlotValueSelectionStrategyType:
    return "ORIGINAL_VALUE"
Definition
SlotValueSelectionStrategyType = Literal[
    "ORIGINAL_VALUE",
    "TOP_RESOLUTION",
]

SortOrderType

Usage Example
from mypy_boto3_lex_models.literals import SortOrderType

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

StatusType

Usage Example
from mypy_boto3_lex_models.literals import StatusType

def get_value() -> StatusType:
    return "BUILDING"
Definition
StatusType = Literal[
    "BUILDING",
    "FAILED",
    "NOT_BUILT",
    "READY",
    "READY_BASIC_TESTING",
]

StatusTypeType

Usage Example
from mypy_boto3_lex_models.literals import StatusTypeType

def get_value() -> StatusTypeType:
    return "Detected"
Definition
StatusTypeType = Literal[
    "Detected",
    "Missed",
]

LexModelBuildingServiceServiceName

Usage Example
from mypy_boto3_lex_models.literals import LexModelBuildingServiceServiceName

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

ServiceName

Usage Example
from mypy_boto3_lex_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_lex_models.literals import ResourceServiceName

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

PaginatorName

Usage Example
from mypy_boto3_lex_models.literals import PaginatorName

def get_value() -> PaginatorName:
    return "get_bot_aliases"
Definition
PaginatorName = Literal[
    "get_bot_aliases",
    "get_bot_channel_associations",
    "get_bot_versions",
    "get_bots",
    "get_builtin_intents",
    "get_builtin_slot_types",
    "get_intent_versions",
    "get_intents",
    "get_slot_type_versions",
    "get_slot_types",
]

RegionName

Usage Example
from mypy_boto3_lex_models.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
Definition
RegionName = Literal[
    "ap-northeast-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "eu-central-1",
    "eu-west-1",
    "eu-west-2",
    "us-east-1",
    "us-west-2",
]