Skip to content

Literals#

Index > Backup > Literals

Auto-generated documentation for Backup type annotations stubs module mypy-boto3-backup.

AggregationPeriodType#

# AggregationPeriodType usage example

from mypy_boto3_backup.literals import AggregationPeriodType

def get_value() -> AggregationPeriodType:
    return "FOURTEEN_DAYS"
# AggregationPeriodType definition

AggregationPeriodType = Literal[
    "FOURTEEN_DAYS",
    "ONE_DAY",
    "SEVEN_DAYS",
]

BackupJobStateType#

# BackupJobStateType usage example

from mypy_boto3_backup.literals import BackupJobStateType

def get_value() -> BackupJobStateType:
    return "ABORTED"
# BackupJobStateType definition

BackupJobStateType = Literal[
    "ABORTED",
    "ABORTING",
    "COMPLETED",
    "CREATED",
    "EXPIRED",
    "FAILED",
    "PARTIAL",
    "PENDING",
    "RUNNING",
]

BackupJobStatusType#

# BackupJobStatusType usage example

from mypy_boto3_backup.literals import BackupJobStatusType

def get_value() -> BackupJobStatusType:
    return "ABORTED"
# BackupJobStatusType definition

BackupJobStatusType = Literal[
    "ABORTED",
    "ABORTING",
    "AGGREGATE_ALL",
    "ANY",
    "COMPLETED",
    "CREATED",
    "EXPIRED",
    "FAILED",
    "PARTIAL",
    "PENDING",
    "RUNNING",
]

BackupVaultEventType#

# BackupVaultEventType usage example

from mypy_boto3_backup.literals import BackupVaultEventType

def get_value() -> BackupVaultEventType:
    return "BACKUP_JOB_COMPLETED"
# BackupVaultEventType definition

BackupVaultEventType = Literal[
    "BACKUP_JOB_COMPLETED",
    "BACKUP_JOB_EXPIRED",
    "BACKUP_JOB_FAILED",
    "BACKUP_JOB_STARTED",
    "BACKUP_JOB_SUCCESSFUL",
    "BACKUP_PLAN_CREATED",
    "BACKUP_PLAN_MODIFIED",
    "COPY_JOB_FAILED",
    "COPY_JOB_STARTED",
    "COPY_JOB_SUCCESSFUL",
    "RECOVERY_POINT_MODIFIED",
    "RESTORE_JOB_COMPLETED",
    "RESTORE_JOB_FAILED",
    "RESTORE_JOB_STARTED",
    "RESTORE_JOB_SUCCESSFUL",
    "S3_BACKUP_OBJECT_FAILED",
    "S3_RESTORE_OBJECT_FAILED",
]

ConditionTypeType#

# ConditionTypeType usage example

from mypy_boto3_backup.literals import ConditionTypeType

def get_value() -> ConditionTypeType:
    return "STRINGEQUALS"
# ConditionTypeType definition

ConditionTypeType = Literal[
    "STRINGEQUALS",
]

CopyJobStateType#

# CopyJobStateType usage example

from mypy_boto3_backup.literals import CopyJobStateType

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

CopyJobStateType = Literal[
    "COMPLETED",
    "CREATED",
    "FAILED",
    "PARTIAL",
    "RUNNING",
]

CopyJobStatusType#

# CopyJobStatusType usage example

from mypy_boto3_backup.literals import CopyJobStatusType

def get_value() -> CopyJobStatusType:
    return "ABORTED"
# CopyJobStatusType definition

CopyJobStatusType = Literal[
    "ABORTED",
    "ABORTING",
    "AGGREGATE_ALL",
    "ANY",
    "COMPLETED",
    "COMPLETING",
    "CREATED",
    "FAILED",
    "FAILING",
    "PARTIAL",
    "RUNNING",
]

LegalHoldStatusType#

# LegalHoldStatusType usage example

from mypy_boto3_backup.literals import LegalHoldStatusType

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

LegalHoldStatusType = Literal[
    "ACTIVE",
    "CANCELED",
    "CANCELING",
    "CREATING",
]

ListBackupJobsPaginatorName#

# ListBackupJobsPaginatorName usage example

from mypy_boto3_backup.literals import ListBackupJobsPaginatorName

def get_value() -> ListBackupJobsPaginatorName:
    return "list_backup_jobs"
# ListBackupJobsPaginatorName definition

ListBackupJobsPaginatorName = Literal[
    "list_backup_jobs",
]

ListBackupPlanTemplatesPaginatorName#

# ListBackupPlanTemplatesPaginatorName usage example

from mypy_boto3_backup.literals import ListBackupPlanTemplatesPaginatorName

def get_value() -> ListBackupPlanTemplatesPaginatorName:
    return "list_backup_plan_templates"
# ListBackupPlanTemplatesPaginatorName definition

ListBackupPlanTemplatesPaginatorName = Literal[
    "list_backup_plan_templates",
]

ListBackupPlanVersionsPaginatorName#

# ListBackupPlanVersionsPaginatorName usage example

from mypy_boto3_backup.literals import ListBackupPlanVersionsPaginatorName

def get_value() -> ListBackupPlanVersionsPaginatorName:
    return "list_backup_plan_versions"
# ListBackupPlanVersionsPaginatorName definition

ListBackupPlanVersionsPaginatorName = Literal[
    "list_backup_plan_versions",
]

ListBackupPlansPaginatorName#

# ListBackupPlansPaginatorName usage example

from mypy_boto3_backup.literals import ListBackupPlansPaginatorName

def get_value() -> ListBackupPlansPaginatorName:
    return "list_backup_plans"
# ListBackupPlansPaginatorName definition

ListBackupPlansPaginatorName = Literal[
    "list_backup_plans",
]

ListBackupSelectionsPaginatorName#

# ListBackupSelectionsPaginatorName usage example

from mypy_boto3_backup.literals import ListBackupSelectionsPaginatorName

def get_value() -> ListBackupSelectionsPaginatorName:
    return "list_backup_selections"
# ListBackupSelectionsPaginatorName definition

ListBackupSelectionsPaginatorName = Literal[
    "list_backup_selections",
]

ListBackupVaultsPaginatorName#

# ListBackupVaultsPaginatorName usage example

from mypy_boto3_backup.literals import ListBackupVaultsPaginatorName

def get_value() -> ListBackupVaultsPaginatorName:
    return "list_backup_vaults"
# ListBackupVaultsPaginatorName definition

ListBackupVaultsPaginatorName = Literal[
    "list_backup_vaults",
]

ListCopyJobsPaginatorName#

# ListCopyJobsPaginatorName usage example

from mypy_boto3_backup.literals import ListCopyJobsPaginatorName

def get_value() -> ListCopyJobsPaginatorName:
    return "list_copy_jobs"
# ListCopyJobsPaginatorName definition

ListCopyJobsPaginatorName = Literal[
    "list_copy_jobs",
]

ListLegalHoldsPaginatorName#

# ListLegalHoldsPaginatorName usage example

from mypy_boto3_backup.literals import ListLegalHoldsPaginatorName

def get_value() -> ListLegalHoldsPaginatorName:
    return "list_legal_holds"
# ListLegalHoldsPaginatorName definition

ListLegalHoldsPaginatorName = Literal[
    "list_legal_holds",
]

ListProtectedResourcesByBackupVaultPaginatorName#

# ListProtectedResourcesByBackupVaultPaginatorName usage example

from mypy_boto3_backup.literals import ListProtectedResourcesByBackupVaultPaginatorName

def get_value() -> ListProtectedResourcesByBackupVaultPaginatorName:
    return "list_protected_resources_by_backup_vault"
# ListProtectedResourcesByBackupVaultPaginatorName definition

ListProtectedResourcesByBackupVaultPaginatorName = Literal[
    "list_protected_resources_by_backup_vault",
]

ListProtectedResourcesPaginatorName#

# ListProtectedResourcesPaginatorName usage example

from mypy_boto3_backup.literals import ListProtectedResourcesPaginatorName

def get_value() -> ListProtectedResourcesPaginatorName:
    return "list_protected_resources"
# ListProtectedResourcesPaginatorName definition

ListProtectedResourcesPaginatorName = Literal[
    "list_protected_resources",
]

ListRecoveryPointsByBackupVaultPaginatorName#

# ListRecoveryPointsByBackupVaultPaginatorName usage example

from mypy_boto3_backup.literals import ListRecoveryPointsByBackupVaultPaginatorName

def get_value() -> ListRecoveryPointsByBackupVaultPaginatorName:
    return "list_recovery_points_by_backup_vault"
# ListRecoveryPointsByBackupVaultPaginatorName definition

ListRecoveryPointsByBackupVaultPaginatorName = Literal[
    "list_recovery_points_by_backup_vault",
]

ListRecoveryPointsByLegalHoldPaginatorName#

# ListRecoveryPointsByLegalHoldPaginatorName usage example

from mypy_boto3_backup.literals import ListRecoveryPointsByLegalHoldPaginatorName

def get_value() -> ListRecoveryPointsByLegalHoldPaginatorName:
    return "list_recovery_points_by_legal_hold"
# ListRecoveryPointsByLegalHoldPaginatorName definition

ListRecoveryPointsByLegalHoldPaginatorName = Literal[
    "list_recovery_points_by_legal_hold",
]

ListRecoveryPointsByResourcePaginatorName#

# ListRecoveryPointsByResourcePaginatorName usage example

from mypy_boto3_backup.literals import ListRecoveryPointsByResourcePaginatorName

def get_value() -> ListRecoveryPointsByResourcePaginatorName:
    return "list_recovery_points_by_resource"
# ListRecoveryPointsByResourcePaginatorName definition

ListRecoveryPointsByResourcePaginatorName = Literal[
    "list_recovery_points_by_resource",
]

ListRestoreJobsByProtectedResourcePaginatorName#

# ListRestoreJobsByProtectedResourcePaginatorName usage example

from mypy_boto3_backup.literals import ListRestoreJobsByProtectedResourcePaginatorName

def get_value() -> ListRestoreJobsByProtectedResourcePaginatorName:
    return "list_restore_jobs_by_protected_resource"
# ListRestoreJobsByProtectedResourcePaginatorName definition

ListRestoreJobsByProtectedResourcePaginatorName = Literal[
    "list_restore_jobs_by_protected_resource",
]

ListRestoreJobsPaginatorName#

# ListRestoreJobsPaginatorName usage example

from mypy_boto3_backup.literals import ListRestoreJobsPaginatorName

def get_value() -> ListRestoreJobsPaginatorName:
    return "list_restore_jobs"
# ListRestoreJobsPaginatorName definition

ListRestoreJobsPaginatorName = Literal[
    "list_restore_jobs",
]

ListRestoreTestingPlansPaginatorName#

# ListRestoreTestingPlansPaginatorName usage example

from mypy_boto3_backup.literals import ListRestoreTestingPlansPaginatorName

def get_value() -> ListRestoreTestingPlansPaginatorName:
    return "list_restore_testing_plans"
# ListRestoreTestingPlansPaginatorName definition

ListRestoreTestingPlansPaginatorName = Literal[
    "list_restore_testing_plans",
]

ListRestoreTestingSelectionsPaginatorName#

# ListRestoreTestingSelectionsPaginatorName usage example

from mypy_boto3_backup.literals import ListRestoreTestingSelectionsPaginatorName

def get_value() -> ListRestoreTestingSelectionsPaginatorName:
    return "list_restore_testing_selections"
# ListRestoreTestingSelectionsPaginatorName definition

ListRestoreTestingSelectionsPaginatorName = Literal[
    "list_restore_testing_selections",
]

RecoveryPointStatusType#

# RecoveryPointStatusType usage example

from mypy_boto3_backup.literals import RecoveryPointStatusType

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

RecoveryPointStatusType = Literal[
    "COMPLETED",
    "DELETING",
    "EXPIRED",
    "PARTIAL",
]

RestoreDeletionStatusType#

# RestoreDeletionStatusType usage example

from mypy_boto3_backup.literals import RestoreDeletionStatusType

def get_value() -> RestoreDeletionStatusType:
    return "DELETING"
# RestoreDeletionStatusType definition

RestoreDeletionStatusType = Literal[
    "DELETING",
    "FAILED",
    "SUCCESSFUL",
]

RestoreJobStateType#

# RestoreJobStateType usage example

from mypy_boto3_backup.literals import RestoreJobStateType

def get_value() -> RestoreJobStateType:
    return "ABORTED"
# RestoreJobStateType definition

RestoreJobStateType = Literal[
    "ABORTED",
    "AGGREGATE_ALL",
    "ANY",
    "COMPLETED",
    "CREATED",
    "FAILED",
    "PENDING",
    "RUNNING",
]

RestoreJobStatusType#

# RestoreJobStatusType usage example

from mypy_boto3_backup.literals import RestoreJobStatusType

def get_value() -> RestoreJobStatusType:
    return "ABORTED"
# RestoreJobStatusType definition

RestoreJobStatusType = Literal[
    "ABORTED",
    "COMPLETED",
    "FAILED",
    "PENDING",
    "RUNNING",
]

RestoreTestingRecoveryPointSelectionAlgorithmType#

# RestoreTestingRecoveryPointSelectionAlgorithmType usage example

from mypy_boto3_backup.literals import RestoreTestingRecoveryPointSelectionAlgorithmType

def get_value() -> RestoreTestingRecoveryPointSelectionAlgorithmType:
    return "LATEST_WITHIN_WINDOW"
# RestoreTestingRecoveryPointSelectionAlgorithmType definition

RestoreTestingRecoveryPointSelectionAlgorithmType = Literal[
    "LATEST_WITHIN_WINDOW",
    "RANDOM_WITHIN_WINDOW",
]

RestoreTestingRecoveryPointTypeType#

# RestoreTestingRecoveryPointTypeType usage example

from mypy_boto3_backup.literals import RestoreTestingRecoveryPointTypeType

def get_value() -> RestoreTestingRecoveryPointTypeType:
    return "CONTINUOUS"
# RestoreTestingRecoveryPointTypeType definition

RestoreTestingRecoveryPointTypeType = Literal[
    "CONTINUOUS",
    "SNAPSHOT",
]

RestoreValidationStatusType#

# RestoreValidationStatusType usage example

from mypy_boto3_backup.literals import RestoreValidationStatusType

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

RestoreValidationStatusType = Literal[
    "FAILED",
    "SUCCESSFUL",
    "TIMED_OUT",
    "VALIDATING",
]

StorageClassType#

# StorageClassType usage example

from mypy_boto3_backup.literals import StorageClassType

def get_value() -> StorageClassType:
    return "COLD"
# StorageClassType definition

StorageClassType = Literal[
    "COLD",
    "DELETED",
    "WARM",
]

VaultStateType#

# VaultStateType usage example

from mypy_boto3_backup.literals import VaultStateType

def get_value() -> VaultStateType:
    return "AVAILABLE"
# VaultStateType definition

VaultStateType = Literal[
    "AVAILABLE",
    "CREATING",
    "FAILED",
]

VaultTypeType#

# VaultTypeType usage example

from mypy_boto3_backup.literals import VaultTypeType

def get_value() -> VaultTypeType:
    return "BACKUP_VAULT"
# VaultTypeType definition

VaultTypeType = Literal[
    "BACKUP_VAULT",
    "LOGICALLY_AIR_GAPPED_BACKUP_VAULT",
]

BackupServiceName#

# BackupServiceName usage example

from mypy_boto3_backup.literals import BackupServiceName

def get_value() -> BackupServiceName:
    return "backup"
# BackupServiceName definition

BackupServiceName = Literal[
    "backup",
]

ServiceName#

# ServiceName usage example

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

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

PaginatorName = Literal[
    "list_backup_jobs",
    "list_backup_plan_templates",
    "list_backup_plan_versions",
    "list_backup_plans",
    "list_backup_selections",
    "list_backup_vaults",
    "list_copy_jobs",
    "list_legal_holds",
    "list_protected_resources",
    "list_protected_resources_by_backup_vault",
    "list_recovery_points_by_backup_vault",
    "list_recovery_points_by_legal_hold",
    "list_recovery_points_by_resource",
    "list_restore_jobs",
    "list_restore_jobs_by_protected_resource",
    "list_restore_testing_plans",
    "list_restore_testing_selections",
]

RegionName#

# RegionName usage example

from mypy_boto3_backup.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
# RegionName definition

RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ca-central-1",
    "ca-west-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]