Skip to content

Literals#

Index > RoboMaker > Literals

Auto-generated documentation for RoboMaker type annotations stubs module types-aiobotocore-robomaker.

ArchitectureType#

# ArchitectureType usage example

from types_aiobotocore_robomaker.literals import ArchitectureType

def get_value() -> ArchitectureType:
    return "ARM64"
# ArchitectureType definition

ArchitectureType = Literal[
    "ARM64",
    "ARMHF",
    "X86_64",
]

ComputeTypeType#

# ComputeTypeType usage example

from types_aiobotocore_robomaker.literals import ComputeTypeType

def get_value() -> ComputeTypeType:
    return "CPU"
# ComputeTypeType definition

ComputeTypeType = Literal[
    "CPU",
    "GPU_AND_CPU",
]

DataSourceTypeType#

# DataSourceTypeType usage example

from types_aiobotocore_robomaker.literals import DataSourceTypeType

def get_value() -> DataSourceTypeType:
    return "Archive"
# DataSourceTypeType definition

DataSourceTypeType = Literal[
    "Archive",
    "File",
    "Prefix",
]

DeploymentJobErrorCodeType#

# DeploymentJobErrorCodeType usage example

from types_aiobotocore_robomaker.literals import DeploymentJobErrorCodeType

def get_value() -> DeploymentJobErrorCodeType:
    return "BadLambdaAssociated"
# DeploymentJobErrorCodeType definition

DeploymentJobErrorCodeType = Literal[
    "BadLambdaAssociated",
    "BadPermissionError",
    "DeploymentFleetDoesNotExist",
    "DownloadConditionFailed",
    "EnvironmentSetupError",
    "EtagMismatch",
    "ExtractingBundleFailure",
    "FailureThresholdBreached",
    "FleetDeploymentTimeout",
    "GreengrassDeploymentFailed",
    "GreengrassGroupVersionDoesNotExist",
    "InternalServerError",
    "InvalidGreengrassGroup",
    "LambdaDeleted",
    "MissingRobotApplicationArchitecture",
    "MissingRobotArchitecture",
    "MissingRobotDeploymentResource",
    "PostLaunchFileFailure",
    "PreLaunchFileFailure",
    "ResourceNotFound",
    "RobotAgentConnectionTimeout",
    "RobotApplicationDoesNotExist",
    "RobotDeploymentAborted",
    "RobotDeploymentNoResponse",
]

DeploymentStatusType#

# DeploymentStatusType usage example

from types_aiobotocore_robomaker.literals import DeploymentStatusType

def get_value() -> DeploymentStatusType:
    return "Canceled"
# DeploymentStatusType definition

DeploymentStatusType = Literal[
    "Canceled",
    "Failed",
    "InProgress",
    "Pending",
    "Preparing",
    "Succeeded",
]

ExitBehaviorType#

# ExitBehaviorType usage example

from types_aiobotocore_robomaker.literals import ExitBehaviorType

def get_value() -> ExitBehaviorType:
    return "FAIL"
# ExitBehaviorType definition

ExitBehaviorType = Literal[
    "FAIL",
    "RESTART",
]

FailureBehaviorType#

# FailureBehaviorType usage example

from types_aiobotocore_robomaker.literals import FailureBehaviorType

def get_value() -> FailureBehaviorType:
    return "Continue"
# FailureBehaviorType definition

FailureBehaviorType = Literal[
    "Continue",
    "Fail",
]

ListDeploymentJobsPaginatorName#

# ListDeploymentJobsPaginatorName usage example

from types_aiobotocore_robomaker.literals import ListDeploymentJobsPaginatorName

def get_value() -> ListDeploymentJobsPaginatorName:
    return "list_deployment_jobs"
# ListDeploymentJobsPaginatorName definition

ListDeploymentJobsPaginatorName = Literal[
    "list_deployment_jobs",
]

ListFleetsPaginatorName#

# ListFleetsPaginatorName usage example

from types_aiobotocore_robomaker.literals import ListFleetsPaginatorName

def get_value() -> ListFleetsPaginatorName:
    return "list_fleets"
# ListFleetsPaginatorName definition

ListFleetsPaginatorName = Literal[
    "list_fleets",
]

ListRobotApplicationsPaginatorName#

# ListRobotApplicationsPaginatorName usage example

from types_aiobotocore_robomaker.literals import ListRobotApplicationsPaginatorName

def get_value() -> ListRobotApplicationsPaginatorName:
    return "list_robot_applications"
# ListRobotApplicationsPaginatorName definition

ListRobotApplicationsPaginatorName = Literal[
    "list_robot_applications",
]

ListRobotsPaginatorName#

# ListRobotsPaginatorName usage example

from types_aiobotocore_robomaker.literals import ListRobotsPaginatorName

def get_value() -> ListRobotsPaginatorName:
    return "list_robots"
# ListRobotsPaginatorName definition

ListRobotsPaginatorName = Literal[
    "list_robots",
]

ListSimulationApplicationsPaginatorName#

# ListSimulationApplicationsPaginatorName usage example

from types_aiobotocore_robomaker.literals import ListSimulationApplicationsPaginatorName

def get_value() -> ListSimulationApplicationsPaginatorName:
    return "list_simulation_applications"
# ListSimulationApplicationsPaginatorName definition

ListSimulationApplicationsPaginatorName = Literal[
    "list_simulation_applications",
]

ListSimulationJobBatchesPaginatorName#

# ListSimulationJobBatchesPaginatorName usage example

from types_aiobotocore_robomaker.literals import ListSimulationJobBatchesPaginatorName

def get_value() -> ListSimulationJobBatchesPaginatorName:
    return "list_simulation_job_batches"
# ListSimulationJobBatchesPaginatorName definition

ListSimulationJobBatchesPaginatorName = Literal[
    "list_simulation_job_batches",
]

ListSimulationJobsPaginatorName#

# ListSimulationJobsPaginatorName usage example

from types_aiobotocore_robomaker.literals import ListSimulationJobsPaginatorName

def get_value() -> ListSimulationJobsPaginatorName:
    return "list_simulation_jobs"
# ListSimulationJobsPaginatorName definition

ListSimulationJobsPaginatorName = Literal[
    "list_simulation_jobs",
]

ListWorldExportJobsPaginatorName#

# ListWorldExportJobsPaginatorName usage example

from types_aiobotocore_robomaker.literals import ListWorldExportJobsPaginatorName

def get_value() -> ListWorldExportJobsPaginatorName:
    return "list_world_export_jobs"
# ListWorldExportJobsPaginatorName definition

ListWorldExportJobsPaginatorName = Literal[
    "list_world_export_jobs",
]

ListWorldGenerationJobsPaginatorName#

# ListWorldGenerationJobsPaginatorName usage example

from types_aiobotocore_robomaker.literals import ListWorldGenerationJobsPaginatorName

def get_value() -> ListWorldGenerationJobsPaginatorName:
    return "list_world_generation_jobs"
# ListWorldGenerationJobsPaginatorName definition

ListWorldGenerationJobsPaginatorName = Literal[
    "list_world_generation_jobs",
]

ListWorldTemplatesPaginatorName#

# ListWorldTemplatesPaginatorName usage example

from types_aiobotocore_robomaker.literals import ListWorldTemplatesPaginatorName

def get_value() -> ListWorldTemplatesPaginatorName:
    return "list_world_templates"
# ListWorldTemplatesPaginatorName definition

ListWorldTemplatesPaginatorName = Literal[
    "list_world_templates",
]

ListWorldsPaginatorName#

# ListWorldsPaginatorName usage example

from types_aiobotocore_robomaker.literals import ListWorldsPaginatorName

def get_value() -> ListWorldsPaginatorName:
    return "list_worlds"
# ListWorldsPaginatorName definition

ListWorldsPaginatorName = Literal[
    "list_worlds",
]

RenderingEngineTypeType#

# RenderingEngineTypeType usage example

from types_aiobotocore_robomaker.literals import RenderingEngineTypeType

def get_value() -> RenderingEngineTypeType:
    return "OGRE"
# RenderingEngineTypeType definition

RenderingEngineTypeType = Literal[
    "OGRE",
]

RobotDeploymentStepType#

# RobotDeploymentStepType usage example

from types_aiobotocore_robomaker.literals import RobotDeploymentStepType

def get_value() -> RobotDeploymentStepType:
    return "DownloadingExtracting"
# RobotDeploymentStepType definition

RobotDeploymentStepType = Literal[
    "DownloadingExtracting",
    "ExecutingDownloadCondition",
    "ExecutingPostLaunch",
    "ExecutingPreLaunch",
    "Finished",
    "Launching",
    "Validating",
]

RobotSoftwareSuiteTypeType#

# RobotSoftwareSuiteTypeType usage example

from types_aiobotocore_robomaker.literals import RobotSoftwareSuiteTypeType

def get_value() -> RobotSoftwareSuiteTypeType:
    return "General"
# RobotSoftwareSuiteTypeType definition

RobotSoftwareSuiteTypeType = Literal[
    "General",
    "ROS",
    "ROS2",
]

RobotSoftwareSuiteVersionTypeType#

# RobotSoftwareSuiteVersionTypeType usage example

from types_aiobotocore_robomaker.literals import RobotSoftwareSuiteVersionTypeType

def get_value() -> RobotSoftwareSuiteVersionTypeType:
    return "Dashing"
# RobotSoftwareSuiteVersionTypeType definition

RobotSoftwareSuiteVersionTypeType = Literal[
    "Dashing",
    "Foxy",
    "Kinetic",
    "Melodic",
]

RobotStatusType#

# RobotStatusType usage example

from types_aiobotocore_robomaker.literals import RobotStatusType

def get_value() -> RobotStatusType:
    return "Available"
# RobotStatusType definition

RobotStatusType = Literal[
    "Available",
    "Deploying",
    "Failed",
    "InSync",
    "NoResponse",
    "PendingNewDeployment",
    "Registered",
]

SimulationJobBatchErrorCodeType#

# SimulationJobBatchErrorCodeType usage example

from types_aiobotocore_robomaker.literals import SimulationJobBatchErrorCodeType

def get_value() -> SimulationJobBatchErrorCodeType:
    return "InternalServiceError"
# SimulationJobBatchErrorCodeType definition

SimulationJobBatchErrorCodeType = Literal[
    "InternalServiceError",
]

SimulationJobBatchStatusType#

# SimulationJobBatchStatusType usage example

from types_aiobotocore_robomaker.literals import SimulationJobBatchStatusType

def get_value() -> SimulationJobBatchStatusType:
    return "Canceled"
# SimulationJobBatchStatusType definition

SimulationJobBatchStatusType = Literal[
    "Canceled",
    "Canceling",
    "Completed",
    "Completing",
    "Failed",
    "InProgress",
    "Pending",
    "TimedOut",
    "TimingOut",
]

SimulationJobErrorCodeType#

# SimulationJobErrorCodeType usage example

from types_aiobotocore_robomaker.literals import SimulationJobErrorCodeType

def get_value() -> SimulationJobErrorCodeType:
    return "BadPermissionsCloudwatchLogs"
# SimulationJobErrorCodeType definition

SimulationJobErrorCodeType = Literal[
    "BadPermissionsCloudwatchLogs",
    "BadPermissionsRobotApplication",
    "BadPermissionsS3Object",
    "BadPermissionsS3Output",
    "BadPermissionsSimulationApplication",
    "BadPermissionsUserCredentials",
    "BatchCanceled",
    "BatchTimedOut",
    "ENILimitExceeded",
    "InternalServiceError",
    "InvalidBundleRobotApplication",
    "InvalidBundleSimulationApplication",
    "InvalidInput",
    "InvalidS3Resource",
    "LimitExceeded",
    "MismatchedEtag",
    "RequestThrottled",
    "ResourceNotFound",
    "RobotApplicationCrash",
    "RobotApplicationHealthCheckFailure",
    "RobotApplicationVersionMismatchedEtag",
    "SimulationApplicationCrash",
    "SimulationApplicationHealthCheckFailure",
    "SimulationApplicationVersionMismatchedEtag",
    "SubnetIpLimitExceeded",
    "ThrottlingError",
    "UploadContentMismatchError",
    "WrongRegionRobotApplication",
    "WrongRegionS3Bucket",
    "WrongRegionS3Output",
    "WrongRegionSimulationApplication",
]

SimulationJobStatusType#

# SimulationJobStatusType usage example

from types_aiobotocore_robomaker.literals import SimulationJobStatusType

def get_value() -> SimulationJobStatusType:
    return "Canceled"
# SimulationJobStatusType definition

SimulationJobStatusType = Literal[
    "Canceled",
    "Completed",
    "Failed",
    "Pending",
    "Preparing",
    "Restarting",
    "Running",
    "RunningFailed",
    "Terminated",
    "Terminating",
]

SimulationSoftwareSuiteTypeType#

# SimulationSoftwareSuiteTypeType usage example

from types_aiobotocore_robomaker.literals import SimulationSoftwareSuiteTypeType

def get_value() -> SimulationSoftwareSuiteTypeType:
    return "Gazebo"
# SimulationSoftwareSuiteTypeType definition

SimulationSoftwareSuiteTypeType = Literal[
    "Gazebo",
    "RosbagPlay",
    "SimulationRuntime",
]

UploadBehaviorType#

# UploadBehaviorType usage example

from types_aiobotocore_robomaker.literals import UploadBehaviorType

def get_value() -> UploadBehaviorType:
    return "UPLOAD_ON_TERMINATE"
# UploadBehaviorType definition

UploadBehaviorType = Literal[
    "UPLOAD_ON_TERMINATE",
    "UPLOAD_ROLLING_AUTO_REMOVE",
]

WorldExportJobErrorCodeType#

# WorldExportJobErrorCodeType usage example

from types_aiobotocore_robomaker.literals import WorldExportJobErrorCodeType

def get_value() -> WorldExportJobErrorCodeType:
    return "AccessDenied"
# WorldExportJobErrorCodeType definition

WorldExportJobErrorCodeType = Literal[
    "AccessDenied",
    "InternalServiceError",
    "InvalidInput",
    "LimitExceeded",
    "RequestThrottled",
    "ResourceNotFound",
]

WorldExportJobStatusType#

# WorldExportJobStatusType usage example

from types_aiobotocore_robomaker.literals import WorldExportJobStatusType

def get_value() -> WorldExportJobStatusType:
    return "Canceled"
# WorldExportJobStatusType definition

WorldExportJobStatusType = Literal[
    "Canceled",
    "Canceling",
    "Completed",
    "Failed",
    "Pending",
    "Running",
]

WorldGenerationJobErrorCodeType#

# WorldGenerationJobErrorCodeType usage example

from types_aiobotocore_robomaker.literals import WorldGenerationJobErrorCodeType

def get_value() -> WorldGenerationJobErrorCodeType:
    return "AllWorldGenerationFailed"
# WorldGenerationJobErrorCodeType definition

WorldGenerationJobErrorCodeType = Literal[
    "AllWorldGenerationFailed",
    "InternalServiceError",
    "InvalidInput",
    "LimitExceeded",
    "RequestThrottled",
    "ResourceNotFound",
]

WorldGenerationJobStatusType#

# WorldGenerationJobStatusType usage example

from types_aiobotocore_robomaker.literals import WorldGenerationJobStatusType

def get_value() -> WorldGenerationJobStatusType:
    return "Canceled"
# WorldGenerationJobStatusType definition

WorldGenerationJobStatusType = Literal[
    "Canceled",
    "Canceling",
    "Completed",
    "Failed",
    "PartialFailed",
    "Pending",
    "Running",
]

RoboMakerServiceName#

# RoboMakerServiceName usage example

from types_aiobotocore_robomaker.literals import RoboMakerServiceName

def get_value() -> RoboMakerServiceName:
    return "robomaker"
# RoboMakerServiceName definition

RoboMakerServiceName = Literal[
    "robomaker",
]

ServiceName#

# ServiceName usage example

from types_aiobotocore_robomaker.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "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",
    "codeguru-security",
    "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",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-catalog",
    "marketplace-entitlement",
    "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",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from types_aiobotocore_robomaker.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 types_aiobotocore_robomaker.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_deployment_jobs"
# PaginatorName definition

PaginatorName = Literal[
    "list_deployment_jobs",
    "list_fleets",
    "list_robot_applications",
    "list_robots",
    "list_simulation_applications",
    "list_simulation_job_batches",
    "list_simulation_jobs",
    "list_world_export_jobs",
    "list_world_generation_jobs",
    "list_world_templates",
    "list_worlds",
]

RegionName#

# RegionName usage example

from types_aiobotocore_robomaker.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
# RegionName definition

RegionName = Literal[
    "ap-northeast-1",
    "ap-southeast-1",
    "eu-central-1",
    "eu-west-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]