Skip to content

Literals#

Index > SESV2 > Literals

Auto-generated documentation for SESV2 type annotations stubs module mypy-boto3-sesv2.

BehaviorOnMxFailureType#

# BehaviorOnMxFailureType usage example

from mypy_boto3_sesv2.literals import BehaviorOnMxFailureType

def get_value() -> BehaviorOnMxFailureType:
    return "REJECT_MESSAGE"
# BehaviorOnMxFailureType definition

BehaviorOnMxFailureType = Literal[
    "REJECT_MESSAGE",
    "USE_DEFAULT_VALUE",
]

BounceTypeType#

# BounceTypeType usage example

from mypy_boto3_sesv2.literals import BounceTypeType

def get_value() -> BounceTypeType:
    return "PERMANENT"
# BounceTypeType definition

BounceTypeType = Literal[
    "PERMANENT",
    "TRANSIENT",
    "UNDETERMINED",
]

BulkEmailStatusType#

# BulkEmailStatusType usage example

from mypy_boto3_sesv2.literals import BulkEmailStatusType

def get_value() -> BulkEmailStatusType:
    return "ACCOUNT_DAILY_QUOTA_EXCEEDED"
# BulkEmailStatusType definition

BulkEmailStatusType = Literal[
    "ACCOUNT_DAILY_QUOTA_EXCEEDED",
    "ACCOUNT_SENDING_PAUSED",
    "ACCOUNT_SUSPENDED",
    "ACCOUNT_THROTTLED",
    "CONFIGURATION_SET_NOT_FOUND",
    "CONFIGURATION_SET_SENDING_PAUSED",
    "FAILED",
    "INVALID_PARAMETER",
    "INVALID_SENDING_POOL_NAME",
    "MAIL_FROM_DOMAIN_NOT_VERIFIED",
    "MESSAGE_REJECTED",
    "SUCCESS",
    "TEMPLATE_NOT_FOUND",
    "TRANSIENT_FAILURE",
]

ContactLanguageType#

# ContactLanguageType usage example

from mypy_boto3_sesv2.literals import ContactLanguageType

def get_value() -> ContactLanguageType:
    return "EN"
# ContactLanguageType definition

ContactLanguageType = Literal[
    "EN",
    "JA",
]

ContactListImportActionType#

# ContactListImportActionType usage example

from mypy_boto3_sesv2.literals import ContactListImportActionType

def get_value() -> ContactListImportActionType:
    return "DELETE"
# ContactListImportActionType definition

ContactListImportActionType = Literal[
    "DELETE",
    "PUT",
]

DataFormatType#

# DataFormatType usage example

from mypy_boto3_sesv2.literals import DataFormatType

def get_value() -> DataFormatType:
    return "CSV"
# DataFormatType definition

DataFormatType = Literal[
    "CSV",
    "JSON",
]

DeliverabilityDashboardAccountStatusType#

# DeliverabilityDashboardAccountStatusType usage example

from mypy_boto3_sesv2.literals import DeliverabilityDashboardAccountStatusType

def get_value() -> DeliverabilityDashboardAccountStatusType:
    return "ACTIVE"
# DeliverabilityDashboardAccountStatusType definition

DeliverabilityDashboardAccountStatusType = Literal[
    "ACTIVE",
    "DISABLED",
    "PENDING_EXPIRATION",
]

DeliverabilityTestStatusType#

# DeliverabilityTestStatusType usage example

from mypy_boto3_sesv2.literals import DeliverabilityTestStatusType

def get_value() -> DeliverabilityTestStatusType:
    return "COMPLETED"
# DeliverabilityTestStatusType definition

DeliverabilityTestStatusType = Literal[
    "COMPLETED",
    "IN_PROGRESS",
]

DeliveryEventTypeType#

# DeliveryEventTypeType usage example

from mypy_boto3_sesv2.literals import DeliveryEventTypeType

def get_value() -> DeliveryEventTypeType:
    return "COMPLAINT"
# DeliveryEventTypeType definition

DeliveryEventTypeType = Literal[
    "COMPLAINT",
    "DELIVERY",
    "PERMANENT_BOUNCE",
    "SEND",
    "TRANSIENT_BOUNCE",
    "UNDETERMINED_BOUNCE",
]

DimensionValueSourceType#

# DimensionValueSourceType usage example

from mypy_boto3_sesv2.literals import DimensionValueSourceType

def get_value() -> DimensionValueSourceType:
    return "EMAIL_HEADER"
# DimensionValueSourceType definition

DimensionValueSourceType = Literal[
    "EMAIL_HEADER",
    "LINK_TAG",
    "MESSAGE_TAG",
]

DkimSigningAttributesOriginType#

# DkimSigningAttributesOriginType usage example

from mypy_boto3_sesv2.literals import DkimSigningAttributesOriginType

def get_value() -> DkimSigningAttributesOriginType:
    return "AWS_SES"
# DkimSigningAttributesOriginType definition

DkimSigningAttributesOriginType = Literal[
    "AWS_SES",
    "EXTERNAL",
]

DkimSigningKeyLengthType#

# DkimSigningKeyLengthType usage example

from mypy_boto3_sesv2.literals import DkimSigningKeyLengthType

def get_value() -> DkimSigningKeyLengthType:
    return "RSA_1024_BIT"
# DkimSigningKeyLengthType definition

DkimSigningKeyLengthType = Literal[
    "RSA_1024_BIT",
    "RSA_2048_BIT",
]

DkimStatusType#

# DkimStatusType usage example

from mypy_boto3_sesv2.literals import DkimStatusType

def get_value() -> DkimStatusType:
    return "FAILED"
# DkimStatusType definition

DkimStatusType = Literal[
    "FAILED",
    "NOT_STARTED",
    "PENDING",
    "SUCCESS",
    "TEMPORARY_FAILURE",
]

EngagementEventTypeType#

# EngagementEventTypeType usage example

from mypy_boto3_sesv2.literals import EngagementEventTypeType

def get_value() -> EngagementEventTypeType:
    return "CLICK"
# EngagementEventTypeType definition

EngagementEventTypeType = Literal[
    "CLICK",
    "OPEN",
]

EventTypeType#

# EventTypeType usage example

from mypy_boto3_sesv2.literals import EventTypeType

def get_value() -> EventTypeType:
    return "BOUNCE"
# EventTypeType definition

EventTypeType = Literal[
    "BOUNCE",
    "CLICK",
    "COMPLAINT",
    "DELIVERY",
    "DELIVERY_DELAY",
    "OPEN",
    "REJECT",
    "RENDERING_FAILURE",
    "SEND",
    "SUBSCRIPTION",
]

ExportSourceTypeType#

# ExportSourceTypeType usage example

from mypy_boto3_sesv2.literals import ExportSourceTypeType

def get_value() -> ExportSourceTypeType:
    return "MESSAGE_INSIGHTS"
# ExportSourceTypeType definition

ExportSourceTypeType = Literal[
    "MESSAGE_INSIGHTS",
    "METRICS_DATA",
]

FeatureStatusType#

# FeatureStatusType usage example

from mypy_boto3_sesv2.literals import FeatureStatusType

def get_value() -> FeatureStatusType:
    return "DISABLED"
# FeatureStatusType definition

FeatureStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

IdentityTypeType#

# IdentityTypeType usage example

from mypy_boto3_sesv2.literals import IdentityTypeType

def get_value() -> IdentityTypeType:
    return "DOMAIN"
# IdentityTypeType definition

IdentityTypeType = Literal[
    "DOMAIN",
    "EMAIL_ADDRESS",
    "MANAGED_DOMAIN",
]

ImportDestinationTypeType#

# ImportDestinationTypeType usage example

from mypy_boto3_sesv2.literals import ImportDestinationTypeType

def get_value() -> ImportDestinationTypeType:
    return "CONTACT_LIST"
# ImportDestinationTypeType definition

ImportDestinationTypeType = Literal[
    "CONTACT_LIST",
    "SUPPRESSION_LIST",
]

JobStatusType#

# JobStatusType usage example

from mypy_boto3_sesv2.literals import JobStatusType

def get_value() -> JobStatusType:
    return "CANCELLED"
# JobStatusType definition

JobStatusType = Literal[
    "CANCELLED",
    "COMPLETED",
    "CREATED",
    "FAILED",
    "PROCESSING",
]

ListRecommendationsFilterKeyType#

# ListRecommendationsFilterKeyType usage example

from mypy_boto3_sesv2.literals import ListRecommendationsFilterKeyType

def get_value() -> ListRecommendationsFilterKeyType:
    return "IMPACT"
# ListRecommendationsFilterKeyType definition

ListRecommendationsFilterKeyType = Literal[
    "IMPACT",
    "RESOURCE_ARN",
    "STATUS",
    "TYPE",
]

MailFromDomainStatusType#

# MailFromDomainStatusType usage example

from mypy_boto3_sesv2.literals import MailFromDomainStatusType

def get_value() -> MailFromDomainStatusType:
    return "FAILED"
# MailFromDomainStatusType definition

MailFromDomainStatusType = Literal[
    "FAILED",
    "PENDING",
    "SUCCESS",
    "TEMPORARY_FAILURE",
]

MailTypeType#

# MailTypeType usage example

from mypy_boto3_sesv2.literals import MailTypeType

def get_value() -> MailTypeType:
    return "MARKETING"
# MailTypeType definition

MailTypeType = Literal[
    "MARKETING",
    "TRANSACTIONAL",
]

MetricAggregationType#

# MetricAggregationType usage example

from mypy_boto3_sesv2.literals import MetricAggregationType

def get_value() -> MetricAggregationType:
    return "RATE"
# MetricAggregationType definition

MetricAggregationType = Literal[
    "RATE",
    "VOLUME",
]

MetricDimensionNameType#

# MetricDimensionNameType usage example

from mypy_boto3_sesv2.literals import MetricDimensionNameType

def get_value() -> MetricDimensionNameType:
    return "CONFIGURATION_SET"
# MetricDimensionNameType definition

MetricDimensionNameType = Literal[
    "CONFIGURATION_SET",
    "EMAIL_IDENTITY",
    "ISP",
]

MetricNamespaceType#

# MetricNamespaceType usage example

from mypy_boto3_sesv2.literals import MetricNamespaceType

def get_value() -> MetricNamespaceType:
    return "VDM"
# MetricNamespaceType definition

MetricNamespaceType = Literal[
    "VDM",
]

MetricType#

# MetricType usage example

from mypy_boto3_sesv2.literals import MetricType

def get_value() -> MetricType:
    return "CLICK"
# MetricType definition

MetricType = Literal[
    "CLICK",
    "COMPLAINT",
    "DELIVERY",
    "DELIVERY_CLICK",
    "DELIVERY_COMPLAINT",
    "DELIVERY_OPEN",
    "OPEN",
    "PERMANENT_BOUNCE",
    "SEND",
    "TRANSIENT_BOUNCE",
]

QueryErrorCodeType#

# QueryErrorCodeType usage example

from mypy_boto3_sesv2.literals import QueryErrorCodeType

def get_value() -> QueryErrorCodeType:
    return "ACCESS_DENIED"
# QueryErrorCodeType definition

QueryErrorCodeType = Literal[
    "ACCESS_DENIED",
    "INTERNAL_FAILURE",
]

RecommendationImpactType#

# RecommendationImpactType usage example

from mypy_boto3_sesv2.literals import RecommendationImpactType

def get_value() -> RecommendationImpactType:
    return "HIGH"
# RecommendationImpactType definition

RecommendationImpactType = Literal[
    "HIGH",
    "LOW",
]

RecommendationStatusType#

# RecommendationStatusType usage example

from mypy_boto3_sesv2.literals import RecommendationStatusType

def get_value() -> RecommendationStatusType:
    return "FIXED"
# RecommendationStatusType definition

RecommendationStatusType = Literal[
    "FIXED",
    "OPEN",
]

RecommendationTypeType#

# RecommendationTypeType usage example

from mypy_boto3_sesv2.literals import RecommendationTypeType

def get_value() -> RecommendationTypeType:
    return "BIMI"
# RecommendationTypeType definition

RecommendationTypeType = Literal[
    "BIMI",
    "DKIM",
    "DMARC",
    "SPF",
]

ReviewStatusType#

# ReviewStatusType usage example

from mypy_boto3_sesv2.literals import ReviewStatusType

def get_value() -> ReviewStatusType:
    return "DENIED"
# ReviewStatusType definition

ReviewStatusType = Literal[
    "DENIED",
    "FAILED",
    "GRANTED",
    "PENDING",
]

ScalingModeType#

# ScalingModeType usage example

from mypy_boto3_sesv2.literals import ScalingModeType

def get_value() -> ScalingModeType:
    return "MANAGED"
# ScalingModeType definition

ScalingModeType = Literal[
    "MANAGED",
    "STANDARD",
]

SubscriptionStatusType#

# SubscriptionStatusType usage example

from mypy_boto3_sesv2.literals import SubscriptionStatusType

def get_value() -> SubscriptionStatusType:
    return "OPT_IN"
# SubscriptionStatusType definition

SubscriptionStatusType = Literal[
    "OPT_IN",
    "OPT_OUT",
]

SuppressionListImportActionType#

# SuppressionListImportActionType usage example

from mypy_boto3_sesv2.literals import SuppressionListImportActionType

def get_value() -> SuppressionListImportActionType:
    return "DELETE"
# SuppressionListImportActionType definition

SuppressionListImportActionType = Literal[
    "DELETE",
    "PUT",
]

SuppressionListReasonType#

# SuppressionListReasonType usage example

from mypy_boto3_sesv2.literals import SuppressionListReasonType

def get_value() -> SuppressionListReasonType:
    return "BOUNCE"
# SuppressionListReasonType definition

SuppressionListReasonType = Literal[
    "BOUNCE",
    "COMPLAINT",
]

TlsPolicyType#

# TlsPolicyType usage example

from mypy_boto3_sesv2.literals import TlsPolicyType

def get_value() -> TlsPolicyType:
    return "OPTIONAL"
# TlsPolicyType definition

TlsPolicyType = Literal[
    "OPTIONAL",
    "REQUIRE",
]

VerificationErrorType#

# VerificationErrorType usage example

from mypy_boto3_sesv2.literals import VerificationErrorType

def get_value() -> VerificationErrorType:
    return "DNS_SERVER_ERROR"
# VerificationErrorType definition

VerificationErrorType = Literal[
    "DNS_SERVER_ERROR",
    "HOST_NOT_FOUND",
    "INVALID_VALUE",
    "SERVICE_ERROR",
    "TYPE_NOT_FOUND",
]

VerificationStatusType#

# VerificationStatusType usage example

from mypy_boto3_sesv2.literals import VerificationStatusType

def get_value() -> VerificationStatusType:
    return "FAILED"
# VerificationStatusType definition

VerificationStatusType = Literal[
    "FAILED",
    "NOT_STARTED",
    "PENDING",
    "SUCCESS",
    "TEMPORARY_FAILURE",
]

WarmupStatusType#

# WarmupStatusType usage example

from mypy_boto3_sesv2.literals import WarmupStatusType

def get_value() -> WarmupStatusType:
    return "DONE"
# WarmupStatusType definition

WarmupStatusType = Literal[
    "DONE",
    "IN_PROGRESS",
]

SESV2ServiceName#

# SESV2ServiceName usage example

from mypy_boto3_sesv2.literals import SESV2ServiceName

def get_value() -> SESV2ServiceName:
    return "sesv2"
# SESV2ServiceName definition

SESV2ServiceName = Literal[
    "sesv2",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_sesv2.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",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "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",
    "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",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "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",
    "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",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "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",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "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",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "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",
    "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",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_sesv2.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

RegionName#

# RegionName usage example

from mypy_boto3_sesv2.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-northeast-3",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-south-1",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]