Literals#
Index > AmplifyUIBuilder > Literals
Auto-generated documentation for AmplifyUIBuilder type annotations stubs module mypy-boto3-amplifyuibuilder.
CodegenGenericDataFieldDataTypeType#
# CodegenGenericDataFieldDataTypeType usage example
from mypy_boto3_amplifyuibuilder.literals import CodegenGenericDataFieldDataTypeType
def get_value() -> CodegenGenericDataFieldDataTypeType:
return "AWSDate"
# CodegenGenericDataFieldDataTypeType definition
CodegenGenericDataFieldDataTypeType = Literal[
"AWSDate",
"AWSDateTime",
"AWSEmail",
"AWSIPAddress",
"AWSJSON",
"AWSPhone",
"AWSTime",
"AWSTimestamp",
"AWSURL",
"Boolean",
"Enum",
"Float",
"ID",
"Int",
"Model",
"NonModel",
"String",
]
CodegenJobGenericDataSourceTypeType#
# CodegenJobGenericDataSourceTypeType usage example
from mypy_boto3_amplifyuibuilder.literals import CodegenJobGenericDataSourceTypeType
def get_value() -> CodegenJobGenericDataSourceTypeType:
return "DataStore"
# CodegenJobGenericDataSourceTypeType definition
CodegenJobGenericDataSourceTypeType = Literal[
"DataStore",
]
CodegenJobStatusType#
# CodegenJobStatusType usage example
from mypy_boto3_amplifyuibuilder.literals import CodegenJobStatusType
def get_value() -> CodegenJobStatusType:
return "failed"
# CodegenJobStatusType definition
CodegenJobStatusType = Literal[
"failed",
"in_progress",
"succeeded",
]
ExportComponentsPaginatorName#
# ExportComponentsPaginatorName usage example
from mypy_boto3_amplifyuibuilder.literals import ExportComponentsPaginatorName
def get_value() -> ExportComponentsPaginatorName:
return "export_components"
# ExportComponentsPaginatorName definition
ExportComponentsPaginatorName = Literal[
"export_components",
]
ExportFormsPaginatorName#
# ExportFormsPaginatorName usage example
from mypy_boto3_amplifyuibuilder.literals import ExportFormsPaginatorName
def get_value() -> ExportFormsPaginatorName:
return "export_forms"
# ExportFormsPaginatorName definition
ExportFormsPaginatorName = Literal[
"export_forms",
]
ExportThemesPaginatorName#
# ExportThemesPaginatorName usage example
from mypy_boto3_amplifyuibuilder.literals import ExportThemesPaginatorName
def get_value() -> ExportThemesPaginatorName:
return "export_themes"
# ExportThemesPaginatorName definition
ExportThemesPaginatorName = Literal[
"export_themes",
]
FixedPositionType#
# FixedPositionType usage example
from mypy_boto3_amplifyuibuilder.literals import FixedPositionType
def get_value() -> FixedPositionType:
return "first"
# FixedPositionType definition
FixedPositionType = Literal[
"first",
]
FormActionTypeType#
# FormActionTypeType usage example
from mypy_boto3_amplifyuibuilder.literals import FormActionTypeType
def get_value() -> FormActionTypeType:
return "create"
# FormActionTypeType definition
FormActionTypeType = Literal[
"create",
"update",
]
FormButtonsPositionType#
# FormButtonsPositionType usage example
from mypy_boto3_amplifyuibuilder.literals import FormButtonsPositionType
def get_value() -> FormButtonsPositionType:
return "bottom"
# FormButtonsPositionType definition
FormButtonsPositionType = Literal[
"bottom",
"top",
"top_and_bottom",
]
FormDataSourceTypeType#
# FormDataSourceTypeType usage example
from mypy_boto3_amplifyuibuilder.literals import FormDataSourceTypeType
def get_value() -> FormDataSourceTypeType:
return "Custom"
# FormDataSourceTypeType definition
FormDataSourceTypeType = Literal[
"Custom",
"DataStore",
]
GenericDataRelationshipTypeType#
# GenericDataRelationshipTypeType usage example
from mypy_boto3_amplifyuibuilder.literals import GenericDataRelationshipTypeType
def get_value() -> GenericDataRelationshipTypeType:
return "BELONGS_TO"
# GenericDataRelationshipTypeType definition
GenericDataRelationshipTypeType = Literal[
"BELONGS_TO",
"HAS_MANY",
"HAS_ONE",
]
JSModuleType#
# JSModuleType usage example
from mypy_boto3_amplifyuibuilder.literals import JSModuleType
def get_value() -> JSModuleType:
return "es2020"
# JSModuleType definition
JSModuleType = Literal[
"es2020",
"esnext",
]
JSScriptType#
# JSScriptType usage example
from mypy_boto3_amplifyuibuilder.literals import JSScriptType
def get_value() -> JSScriptType:
return "js"
# JSScriptType definition
JSScriptType = Literal[
"js",
"jsx",
"tsx",
]
JSTargetType#
# JSTargetType usage example
from mypy_boto3_amplifyuibuilder.literals import JSTargetType
def get_value() -> JSTargetType:
return "es2015"
# JSTargetType definition
JSTargetType = Literal[
"es2015",
"es2020",
]
LabelDecoratorType#
# LabelDecoratorType usage example
from mypy_boto3_amplifyuibuilder.literals import LabelDecoratorType
def get_value() -> LabelDecoratorType:
return "none"
# LabelDecoratorType definition
LabelDecoratorType = Literal[
"none",
"optional",
"required",
]
ListCodegenJobsPaginatorName#
# ListCodegenJobsPaginatorName usage example
from mypy_boto3_amplifyuibuilder.literals import ListCodegenJobsPaginatorName
def get_value() -> ListCodegenJobsPaginatorName:
return "list_codegen_jobs"
# ListCodegenJobsPaginatorName definition
ListCodegenJobsPaginatorName = Literal[
"list_codegen_jobs",
]
ListComponentsPaginatorName#
# ListComponentsPaginatorName usage example
from mypy_boto3_amplifyuibuilder.literals import ListComponentsPaginatorName
def get_value() -> ListComponentsPaginatorName:
return "list_components"
# ListComponentsPaginatorName definition
ListComponentsPaginatorName = Literal[
"list_components",
]
ListFormsPaginatorName#
# ListFormsPaginatorName usage example
from mypy_boto3_amplifyuibuilder.literals import ListFormsPaginatorName
def get_value() -> ListFormsPaginatorName:
return "list_forms"
# ListFormsPaginatorName definition
ListFormsPaginatorName = Literal[
"list_forms",
]
ListThemesPaginatorName#
# ListThemesPaginatorName usage example
from mypy_boto3_amplifyuibuilder.literals import ListThemesPaginatorName
def get_value() -> ListThemesPaginatorName:
return "list_themes"
# ListThemesPaginatorName definition
ListThemesPaginatorName = Literal[
"list_themes",
]
SortDirectionType#
# SortDirectionType usage example
from mypy_boto3_amplifyuibuilder.literals import SortDirectionType
def get_value() -> SortDirectionType:
return "ASC"
# SortDirectionType definition
SortDirectionType = Literal[
"ASC",
"DESC",
]
StorageAccessLevelType#
# StorageAccessLevelType usage example
from mypy_boto3_amplifyuibuilder.literals import StorageAccessLevelType
def get_value() -> StorageAccessLevelType:
return "private"
# StorageAccessLevelType definition
StorageAccessLevelType = Literal[
"private",
"protected",
"public",
]
TokenProvidersType#
# TokenProvidersType usage example
from mypy_boto3_amplifyuibuilder.literals import TokenProvidersType
def get_value() -> TokenProvidersType:
return "figma"
# TokenProvidersType definition
TokenProvidersType = Literal[
"figma",
]
AmplifyUIBuilderServiceName#
# AmplifyUIBuilderServiceName usage example
from mypy_boto3_amplifyuibuilder.literals import AmplifyUIBuilderServiceName
def get_value() -> AmplifyUIBuilderServiceName:
return "amplifyuibuilder"
# AmplifyUIBuilderServiceName definition
AmplifyUIBuilderServiceName = Literal[
"amplifyuibuilder",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_amplifyuibuilder.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_amplifyuibuilder.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_amplifyuibuilder.literals import PaginatorName
def get_value() -> PaginatorName:
return "export_components"
# PaginatorName definition
PaginatorName = Literal[
"export_components",
"export_forms",
"export_themes",
"list_codegen_jobs",
"list_components",
"list_forms",
"list_themes",
]
RegionName#
# RegionName usage example
from mypy_boto3_amplifyuibuilder.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-north-1",
"eu-south-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]