Skip to content

Literals#

Index > ARCRegionswitch > Literals

Auto-generated documentation for ARCRegionswitch type annotations stubs module mypy-boto3-arc-region-switch.

AlarmConditionType#

# AlarmConditionType usage example
from mypy_boto3_arc_region_switch.literals import AlarmConditionType

def get_value() -> AlarmConditionType:
    return "green"
# AlarmConditionType definition
AlarmConditionType = Literal[
    "green",
    "red",
]

AlarmTypeType#

# AlarmTypeType usage example
from mypy_boto3_arc_region_switch.literals import AlarmTypeType

def get_value() -> AlarmTypeType:
    return "applicationHealth"
# AlarmTypeType definition
AlarmTypeType = Literal[
    "applicationHealth",
    "trigger",
]

ApprovalType#

# ApprovalType usage example
from mypy_boto3_arc_region_switch.literals import ApprovalType

def get_value() -> ApprovalType:
    return "approve"
# ApprovalType definition
ApprovalType = Literal[
    "approve",
    "decline",
]

Ec2AsgCapacityMonitoringApproachType#

# Ec2AsgCapacityMonitoringApproachType usage example
from mypy_boto3_arc_region_switch.literals import Ec2AsgCapacityMonitoringApproachType

def get_value() -> Ec2AsgCapacityMonitoringApproachType:
    return "autoscalingMaxInLast24Hours"
# Ec2AsgCapacityMonitoringApproachType definition
Ec2AsgCapacityMonitoringApproachType = Literal[
    "autoscalingMaxInLast24Hours",
    "sampledMaxInLast24Hours",
]

EcsCapacityMonitoringApproachType#

# EcsCapacityMonitoringApproachType usage example
from mypy_boto3_arc_region_switch.literals import EcsCapacityMonitoringApproachType

def get_value() -> EcsCapacityMonitoringApproachType:
    return "containerInsightsMaxInLast24Hours"
# EcsCapacityMonitoringApproachType definition
EcsCapacityMonitoringApproachType = Literal[
    "containerInsightsMaxInLast24Hours",
    "sampledMaxInLast24Hours",
]

EksCapacityMonitoringApproachType#

# EksCapacityMonitoringApproachType usage example
from mypy_boto3_arc_region_switch.literals import EksCapacityMonitoringApproachType

def get_value() -> EksCapacityMonitoringApproachType:
    return "sampledMaxInLast24Hours"
# EksCapacityMonitoringApproachType definition
EksCapacityMonitoringApproachType = Literal[
    "sampledMaxInLast24Hours",
]

EvaluationStatusType#

# EvaluationStatusType usage example
from mypy_boto3_arc_region_switch.literals import EvaluationStatusType

def get_value() -> EvaluationStatusType:
    return "actionRequired"
# EvaluationStatusType definition
EvaluationStatusType = Literal[
    "actionRequired",
    "passed",
    "pendingEvaluation",
    "unknown",
]

ExecutionActionType#

# ExecutionActionType usage example
from mypy_boto3_arc_region_switch.literals import ExecutionActionType

def get_value() -> ExecutionActionType:
    return "activate"
# ExecutionActionType definition
ExecutionActionType = Literal[
    "activate",
    "deactivate",
]

ExecutionBlockTypeType#

# ExecutionBlockTypeType usage example
from mypy_boto3_arc_region_switch.literals import ExecutionBlockTypeType

def get_value() -> ExecutionBlockTypeType:
    return "ARCRegionSwitchPlan"
# ExecutionBlockTypeType definition
ExecutionBlockTypeType = Literal[
    "ARCRegionSwitchPlan",
    "ARCRoutingControl",
    "AuroraGlobalDatabase",
    "CustomActionLambda",
    "EC2AutoScaling",
    "ECSServiceScaling",
    "EKSResourceScaling",
    "ManualApproval",
    "Parallel",
    "Route53HealthCheck",
]

ExecutionEventTypeType#

# ExecutionEventTypeType usage example
from mypy_boto3_arc_region_switch.literals import ExecutionEventTypeType

def get_value() -> ExecutionEventTypeType:
    return "executionBehaviorChangedToGraceful"
# ExecutionEventTypeType definition
ExecutionEventTypeType = Literal[
    "executionBehaviorChangedToGraceful",
    "executionBehaviorChangedToUngraceful",
    "executionCanceled",
    "executionCanceling",
    "executionFailed",
    "executionPaused",
    "executionPausing",
    "executionPending",
    "executionPendingApproval",
    "executionPendingChildPlanManualApproval",
    "executionStarted",
    "executionSucceeded",
    "executionSuccessMonitoringApplicationHealth",
    "stepCanceled",
    "stepExecutionBehaviorChangedToUngraceful",
    "stepFailed",
    "stepPausedByError",
    "stepPausedByOperator",
    "stepPendingApplicationHealthMonitor",
    "stepPendingApproval",
    "stepSkipped",
    "stepStarted",
    "stepSucceeded",
    "stepUpdate",
    "unknown",
]

ExecutionModeType#

# ExecutionModeType usage example
from mypy_boto3_arc_region_switch.literals import ExecutionModeType

def get_value() -> ExecutionModeType:
    return "graceful"
# ExecutionModeType definition
ExecutionModeType = Literal[
    "graceful",
    "ungraceful",
]

ExecutionStateType#

# ExecutionStateType usage example
from mypy_boto3_arc_region_switch.literals import ExecutionStateType

def get_value() -> ExecutionStateType:
    return "canceled"
# ExecutionStateType definition
ExecutionStateType = Literal[
    "canceled",
    "completed",
    "completedMonitoringApplicationHealth",
    "completedWithExceptions",
    "failed",
    "inProgress",
    "pausedByFailedStep",
    "pausedByOperator",
    "pending",
    "pendingManualApproval",
    "planExecutionTimedOut",
]

GetPlanEvaluationStatusPaginatorName#

# GetPlanEvaluationStatusPaginatorName usage example
from mypy_boto3_arc_region_switch.literals import GetPlanEvaluationStatusPaginatorName

def get_value() -> GetPlanEvaluationStatusPaginatorName:
    return "get_plan_evaluation_status"
# GetPlanEvaluationStatusPaginatorName definition
GetPlanEvaluationStatusPaginatorName = Literal[
    "get_plan_evaluation_status",
]

GetPlanExecutionPaginatorName#

# GetPlanExecutionPaginatorName usage example
from mypy_boto3_arc_region_switch.literals import GetPlanExecutionPaginatorName

def get_value() -> GetPlanExecutionPaginatorName:
    return "get_plan_execution"
# GetPlanExecutionPaginatorName definition
GetPlanExecutionPaginatorName = Literal[
    "get_plan_execution",
]

GlobalAuroraDefaultBehaviorType#

# GlobalAuroraDefaultBehaviorType usage example
from mypy_boto3_arc_region_switch.literals import GlobalAuroraDefaultBehaviorType

def get_value() -> GlobalAuroraDefaultBehaviorType:
    return "failover"
# GlobalAuroraDefaultBehaviorType definition
GlobalAuroraDefaultBehaviorType = Literal[
    "failover",
    "switchoverOnly",
]

GlobalAuroraUngracefulBehaviorType#

# GlobalAuroraUngracefulBehaviorType usage example
from mypy_boto3_arc_region_switch.literals import GlobalAuroraUngracefulBehaviorType

def get_value() -> GlobalAuroraUngracefulBehaviorType:
    return "failover"
# GlobalAuroraUngracefulBehaviorType definition
GlobalAuroraUngracefulBehaviorType = Literal[
    "failover",
]

LambdaUngracefulBehaviorType#

# LambdaUngracefulBehaviorType usage example
from mypy_boto3_arc_region_switch.literals import LambdaUngracefulBehaviorType

def get_value() -> LambdaUngracefulBehaviorType:
    return "skip"
# LambdaUngracefulBehaviorType definition
LambdaUngracefulBehaviorType = Literal[
    "skip",
]

ListPlanExecutionEventsPaginatorName#

# ListPlanExecutionEventsPaginatorName usage example
from mypy_boto3_arc_region_switch.literals import ListPlanExecutionEventsPaginatorName

def get_value() -> ListPlanExecutionEventsPaginatorName:
    return "list_plan_execution_events"
# ListPlanExecutionEventsPaginatorName definition
ListPlanExecutionEventsPaginatorName = Literal[
    "list_plan_execution_events",
]

ListPlanExecutionsPaginatorName#

# ListPlanExecutionsPaginatorName usage example
from mypy_boto3_arc_region_switch.literals import ListPlanExecutionsPaginatorName

def get_value() -> ListPlanExecutionsPaginatorName:
    return "list_plan_executions"
# ListPlanExecutionsPaginatorName definition
ListPlanExecutionsPaginatorName = Literal[
    "list_plan_executions",
]

ListPlansInRegionPaginatorName#

# ListPlansInRegionPaginatorName usage example
from mypy_boto3_arc_region_switch.literals import ListPlansInRegionPaginatorName

def get_value() -> ListPlansInRegionPaginatorName:
    return "list_plans_in_region"
# ListPlansInRegionPaginatorName definition
ListPlansInRegionPaginatorName = Literal[
    "list_plans_in_region",
]

ListPlansPaginatorName#

# ListPlansPaginatorName usage example
from mypy_boto3_arc_region_switch.literals import ListPlansPaginatorName

def get_value() -> ListPlansPaginatorName:
    return "list_plans"
# ListPlansPaginatorName definition
ListPlansPaginatorName = Literal[
    "list_plans",
]

ListRoute53HealthChecksPaginatorName#

# ListRoute53HealthChecksPaginatorName usage example
from mypy_boto3_arc_region_switch.literals import ListRoute53HealthChecksPaginatorName

def get_value() -> ListRoute53HealthChecksPaginatorName:
    return "list_route53_health_checks"
# ListRoute53HealthChecksPaginatorName definition
ListRoute53HealthChecksPaginatorName = Literal[
    "list_route53_health_checks",
]

PlanEvaluationStatusPassedWaiterName#

# PlanEvaluationStatusPassedWaiterName usage example
from mypy_boto3_arc_region_switch.literals import PlanEvaluationStatusPassedWaiterName

def get_value() -> PlanEvaluationStatusPassedWaiterName:
    return "plan_evaluation_status_passed"
# PlanEvaluationStatusPassedWaiterName definition
PlanEvaluationStatusPassedWaiterName = Literal[
    "plan_evaluation_status_passed",
]

PlanExecutionCompletedWaiterName#

# PlanExecutionCompletedWaiterName usage example
from mypy_boto3_arc_region_switch.literals import PlanExecutionCompletedWaiterName

def get_value() -> PlanExecutionCompletedWaiterName:
    return "plan_execution_completed"
# PlanExecutionCompletedWaiterName definition
PlanExecutionCompletedWaiterName = Literal[
    "plan_execution_completed",
]

RecoveryApproachType#

# RecoveryApproachType usage example
from mypy_boto3_arc_region_switch.literals import RecoveryApproachType

def get_value() -> RecoveryApproachType:
    return "activeActive"
# RecoveryApproachType definition
RecoveryApproachType = Literal[
    "activeActive",
    "activePassive",
]

RegionToRunInType#

# RegionToRunInType usage example
from mypy_boto3_arc_region_switch.literals import RegionToRunInType

def get_value() -> RegionToRunInType:
    return "activatingRegion"
# RegionToRunInType definition
RegionToRunInType = Literal[
    "activatingRegion",
    "deactivatingRegion",
]

ResourceWarningStatusType#

# ResourceWarningStatusType usage example
from mypy_boto3_arc_region_switch.literals import ResourceWarningStatusType

def get_value() -> ResourceWarningStatusType:
    return "active"
# ResourceWarningStatusType definition
ResourceWarningStatusType = Literal[
    "active",
    "resolved",
]

RoutingControlStateChangeType#

# RoutingControlStateChangeType usage example
from mypy_boto3_arc_region_switch.literals import RoutingControlStateChangeType

def get_value() -> RoutingControlStateChangeType:
    return "Off"
# RoutingControlStateChangeType definition
RoutingControlStateChangeType = Literal[
    "Off",
    "On",
]

StepStatusType#

# StepStatusType usage example
from mypy_boto3_arc_region_switch.literals import StepStatusType

def get_value() -> StepStatusType:
    return "canceled"
# StepStatusType definition
StepStatusType = Literal[
    "canceled",
    "completed",
    "failed",
    "notStarted",
    "pendingApproval",
    "running",
    "skipped",
]

UpdatePlanExecutionActionType#

# UpdatePlanExecutionActionType usage example
from mypy_boto3_arc_region_switch.literals import UpdatePlanExecutionActionType

def get_value() -> UpdatePlanExecutionActionType:
    return "pause"
# UpdatePlanExecutionActionType definition
UpdatePlanExecutionActionType = Literal[
    "pause",
    "resume",
    "switchToGraceful",
    "switchToUngraceful",
]

UpdatePlanExecutionStepActionType#

# UpdatePlanExecutionStepActionType usage example
from mypy_boto3_arc_region_switch.literals import UpdatePlanExecutionStepActionType

def get_value() -> UpdatePlanExecutionStepActionType:
    return "skip"
# UpdatePlanExecutionStepActionType definition
UpdatePlanExecutionStepActionType = Literal[
    "skip",
    "switchToUngraceful",
]

WorkflowTargetActionType#

# WorkflowTargetActionType usage example
from mypy_boto3_arc_region_switch.literals import WorkflowTargetActionType

def get_value() -> WorkflowTargetActionType:
    return "activate"
# WorkflowTargetActionType definition
WorkflowTargetActionType = Literal[
    "activate",
    "deactivate",
]

ARCRegionswitchServiceName#

# ARCRegionswitchServiceName usage example
from mypy_boto3_arc_region_switch.literals import ARCRegionswitchServiceName

def get_value() -> ARCRegionswitchServiceName:
    return "arc-region-switch"
# ARCRegionswitchServiceName definition
ARCRegionswitchServiceName = Literal[
    "arc-region-switch",
]

ServiceName#

# ServiceName usage example
from mypy_boto3_arc_region_switch.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "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-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-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",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "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",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "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",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "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",
    "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",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "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-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example
from mypy_boto3_arc_region_switch.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_arc_region_switch.literals import PaginatorName

def get_value() -> PaginatorName:
    return "get_plan_evaluation_status"
# PaginatorName definition
PaginatorName = Literal[
    "get_plan_evaluation_status",
    "get_plan_execution",
    "list_plan_execution_events",
    "list_plan_executions",
    "list_plans",
    "list_plans_in_region",
    "list_route53_health_checks",
]

WaiterName#

# WaiterName usage example
from mypy_boto3_arc_region_switch.literals import WaiterName

def get_value() -> WaiterName:
    return "plan_evaluation_status_passed"
# WaiterName definition
WaiterName = Literal[
    "plan_evaluation_status_passed",
    "plan_execution_completed",
]