Literals#
Index > ResilienceHub > Literals
Auto-generated documentation for ResilienceHub type annotations stubs module types-boto3-resiliencehub.
AlarmTypeType#
# AlarmTypeType usage example
from types_boto3_resiliencehub.literals import AlarmTypeType
def get_value() -> AlarmTypeType:
    return "Canary"# AlarmTypeType definition
AlarmTypeType = Literal[
    "Canary",
    "Composite",
    "Event",
    "Logs",
    "Metric",
]AppAssessmentScheduleTypeType#
# AppAssessmentScheduleTypeType usage example
from types_boto3_resiliencehub.literals import AppAssessmentScheduleTypeType
def get_value() -> AppAssessmentScheduleTypeType:
    return "Daily"# AppAssessmentScheduleTypeType definition
AppAssessmentScheduleTypeType = Literal[
    "Daily",
    "Disabled",
]AppComplianceStatusTypeType#
# AppComplianceStatusTypeType usage example
from types_boto3_resiliencehub.literals import AppComplianceStatusTypeType
def get_value() -> AppComplianceStatusTypeType:
    return "ChangesDetected"# AppComplianceStatusTypeType definition
AppComplianceStatusTypeType = Literal[
    "ChangesDetected",
    "MissingPolicy",
    "NotApplicable",
    "NotAssessed",
    "PolicyBreached",
    "PolicyMet",
]AppDriftStatusTypeType#
# AppDriftStatusTypeType usage example
from types_boto3_resiliencehub.literals import AppDriftStatusTypeType
def get_value() -> AppDriftStatusTypeType:
    return "Detected"# AppDriftStatusTypeType definition
AppDriftStatusTypeType = Literal[
    "Detected",
    "NotChecked",
    "NotDetected",
]AppStatusTypeType#
# AppStatusTypeType usage example
from types_boto3_resiliencehub.literals import AppStatusTypeType
def get_value() -> AppStatusTypeType:
    return "Active"# AppStatusTypeType definition
AppStatusTypeType = Literal[
    "Active",
    "Deleting",
]AssessmentInvokerType#
# AssessmentInvokerType usage example
from types_boto3_resiliencehub.literals import AssessmentInvokerType
def get_value() -> AssessmentInvokerType:
    return "System"# AssessmentInvokerType definition
AssessmentInvokerType = Literal[
    "System",
    "User",
]AssessmentStatusType#
# AssessmentStatusType usage example
from types_boto3_resiliencehub.literals import AssessmentStatusType
def get_value() -> AssessmentStatusType:
    return "Failed"# AssessmentStatusType definition
AssessmentStatusType = Literal[
    "Failed",
    "InProgress",
    "Pending",
    "Success",
]ComplianceStatusType#
# ComplianceStatusType usage example
from types_boto3_resiliencehub.literals import ComplianceStatusType
def get_value() -> ComplianceStatusType:
    return "MissingPolicy"# ComplianceStatusType definition
ComplianceStatusType = Literal[
    "MissingPolicy",
    "NotApplicable",
    "PolicyBreached",
    "PolicyMet",
]ConditionOperatorTypeType#
# ConditionOperatorTypeType usage example
from types_boto3_resiliencehub.literals import ConditionOperatorTypeType
def get_value() -> ConditionOperatorTypeType:
    return "Equals"# ConditionOperatorTypeType definition
ConditionOperatorTypeType = Literal[
    "Equals",
    "GreaterOrEquals",
    "GreaterThen",
    "LessOrEquals",
    "LessThen",
    "NotEquals",
]ConfigRecommendationOptimizationTypeType#
# ConfigRecommendationOptimizationTypeType usage example
from types_boto3_resiliencehub.literals import ConfigRecommendationOptimizationTypeType
def get_value() -> ConfigRecommendationOptimizationTypeType:
    return "BestAZRecovery"# ConfigRecommendationOptimizationTypeType definition
ConfigRecommendationOptimizationTypeType = Literal[
    "BestAttainable",
    "BestAZRecovery",
    "BestRegionRecovery",
    "LeastChange",
    "LeastCost",
    "LeastErrors",
]CostFrequencyType#
# CostFrequencyType usage example
from types_boto3_resiliencehub.literals import CostFrequencyType
def get_value() -> CostFrequencyType:
    return "Daily"# CostFrequencyType definition
CostFrequencyType = Literal[
    "Daily",
    "Hourly",
    "Monthly",
    "Yearly",
]DataLocationConstraintType#
# DataLocationConstraintType usage example
from types_boto3_resiliencehub.literals import DataLocationConstraintType
def get_value() -> DataLocationConstraintType:
    return "AnyLocation"# DataLocationConstraintType definition
DataLocationConstraintType = Literal[
    "AnyLocation",
    "SameContinent",
    "SameCountry",
]DifferenceTypeType#
# DifferenceTypeType usage example
from types_boto3_resiliencehub.literals import DifferenceTypeType
def get_value() -> DifferenceTypeType:
    return "Added"# DifferenceTypeType definition
DifferenceTypeType = Literal[
    "Added",
    "NotEqual",
    "Removed",
]DisruptionTypeType#
# DisruptionTypeType usage example
from types_boto3_resiliencehub.literals import DisruptionTypeType
def get_value() -> DisruptionTypeType:
    return "AZ"# DisruptionTypeType definition
DisruptionTypeType = Literal[
    "AZ",
    "Hardware",
    "Region",
    "Software",
]DriftStatusType#
# DriftStatusType usage example
from types_boto3_resiliencehub.literals import DriftStatusType
def get_value() -> DriftStatusType:
    return "Detected"# DriftStatusType definition
DriftStatusType = Literal[
    "Detected",
    "NotChecked",
    "NotDetected",
]DriftTypeType#
# DriftTypeType usage example
from types_boto3_resiliencehub.literals import DriftTypeType
def get_value() -> DriftTypeType:
    return "AppComponentResiliencyComplianceStatus"# DriftTypeType definition
DriftTypeType = Literal[
    "AppComponentResiliencyComplianceStatus",
    "ApplicationCompliance",
]EstimatedCostTierType#
# EstimatedCostTierType usage example
from types_boto3_resiliencehub.literals import EstimatedCostTierType
def get_value() -> EstimatedCostTierType:
    return "L1"# EstimatedCostTierType definition
EstimatedCostTierType = Literal[
    "L1",
    "L2",
    "L3",
    "L4",
]EventTypeType#
# EventTypeType usage example
from types_boto3_resiliencehub.literals import EventTypeType
def get_value() -> EventTypeType:
    return "DriftDetected"# EventTypeType definition
EventTypeType = Literal[
    "DriftDetected",
    "ScheduledAssessmentFailure",
]ExcludeRecommendationReasonType#
# ExcludeRecommendationReasonType usage example
from types_boto3_resiliencehub.literals import ExcludeRecommendationReasonType
def get_value() -> ExcludeRecommendationReasonType:
    return "AlreadyImplemented"# ExcludeRecommendationReasonType definition
ExcludeRecommendationReasonType = Literal[
    "AlreadyImplemented",
    "ComplexityOfImplementation",
    "NotRelevant",
]FieldAggregationTypeType#
# FieldAggregationTypeType usage example
from types_boto3_resiliencehub.literals import FieldAggregationTypeType
def get_value() -> FieldAggregationTypeType:
    return "Avg"# FieldAggregationTypeType definition
FieldAggregationTypeType = Literal[
    "Avg",
    "Count",
    "Max",
    "Min",
    "Sum",
]GroupingRecommendationConfidenceLevelType#
# GroupingRecommendationConfidenceLevelType usage example
from types_boto3_resiliencehub.literals import GroupingRecommendationConfidenceLevelType
def get_value() -> GroupingRecommendationConfidenceLevelType:
    return "High"# GroupingRecommendationConfidenceLevelType definition
GroupingRecommendationConfidenceLevelType = Literal[
    "High",
    "Medium",
]GroupingRecommendationRejectionReasonType#
# GroupingRecommendationRejectionReasonType usage example
from types_boto3_resiliencehub.literals import GroupingRecommendationRejectionReasonType
def get_value() -> GroupingRecommendationRejectionReasonType:
    return "DistinctBusinessPurpose"# GroupingRecommendationRejectionReasonType definition
GroupingRecommendationRejectionReasonType = Literal[
    "DistinctBusinessPurpose",
    "DistinctUserGroupHandling",
    "Other",
    "SeparateDataConcern",
]GroupingRecommendationStatusTypeType#
# GroupingRecommendationStatusTypeType usage example
from types_boto3_resiliencehub.literals import GroupingRecommendationStatusTypeType
def get_value() -> GroupingRecommendationStatusTypeType:
    return "Accepted"# GroupingRecommendationStatusTypeType definition
GroupingRecommendationStatusTypeType = Literal[
    "Accepted",
    "PendingDecision",
    "Rejected",
]HaArchitectureType#
# HaArchitectureType usage example
from types_boto3_resiliencehub.literals import HaArchitectureType
def get_value() -> HaArchitectureType:
    return "BackupAndRestore"# HaArchitectureType definition
HaArchitectureType = Literal[
    "BackupAndRestore",
    "MultiSite",
    "NoRecoveryPlan",
    "PilotLight",
    "WarmStandby",
]ListAppAssessmentResourceDriftsPaginatorName#
# ListAppAssessmentResourceDriftsPaginatorName usage example
from types_boto3_resiliencehub.literals import ListAppAssessmentResourceDriftsPaginatorName
def get_value() -> ListAppAssessmentResourceDriftsPaginatorName:
    return "list_app_assessment_resource_drifts"# ListAppAssessmentResourceDriftsPaginatorName definition
ListAppAssessmentResourceDriftsPaginatorName = Literal[
    "list_app_assessment_resource_drifts",
]ListMetricsPaginatorName#
# ListMetricsPaginatorName usage example
from types_boto3_resiliencehub.literals import ListMetricsPaginatorName
def get_value() -> ListMetricsPaginatorName:
    return "list_metrics"# ListMetricsPaginatorName definition
ListMetricsPaginatorName = Literal[
    "list_metrics",
]ListResourceGroupingRecommendationsPaginatorName#
# ListResourceGroupingRecommendationsPaginatorName usage example
from types_boto3_resiliencehub.literals import ListResourceGroupingRecommendationsPaginatorName
def get_value() -> ListResourceGroupingRecommendationsPaginatorName:
    return "list_resource_grouping_recommendations"# ListResourceGroupingRecommendationsPaginatorName definition
ListResourceGroupingRecommendationsPaginatorName = Literal[
    "list_resource_grouping_recommendations",
]MetricsExportStatusTypeType#
# MetricsExportStatusTypeType usage example
from types_boto3_resiliencehub.literals import MetricsExportStatusTypeType
def get_value() -> MetricsExportStatusTypeType:
    return "Failed"# MetricsExportStatusTypeType definition
MetricsExportStatusTypeType = Literal[
    "Failed",
    "InProgress",
    "Pending",
    "Success",
]PermissionModelTypeType#
# PermissionModelTypeType usage example
from types_boto3_resiliencehub.literals import PermissionModelTypeType
def get_value() -> PermissionModelTypeType:
    return "LegacyIAMUser"# PermissionModelTypeType definition
PermissionModelTypeType = Literal[
    "LegacyIAMUser",
    "RoleBased",
]PhysicalIdentifierTypeType#
# PhysicalIdentifierTypeType usage example
from types_boto3_resiliencehub.literals import PhysicalIdentifierTypeType
def get_value() -> PhysicalIdentifierTypeType:
    return "Arn"# PhysicalIdentifierTypeType definition
PhysicalIdentifierTypeType = Literal[
    "Arn",
    "Native",
]RecommendationComplianceStatusType#
# RecommendationComplianceStatusType usage example
from types_boto3_resiliencehub.literals import RecommendationComplianceStatusType
def get_value() -> RecommendationComplianceStatusType:
    return "BreachedCanMeet"# RecommendationComplianceStatusType definition
RecommendationComplianceStatusType = Literal[
    "BreachedCanMeet",
    "BreachedUnattainable",
    "MetCanImprove",
    "MissingPolicy",
]RecommendationStatusType#
# RecommendationStatusType usage example
from types_boto3_resiliencehub.literals import RecommendationStatusType
def get_value() -> RecommendationStatusType:
    return "Excluded"# RecommendationStatusType definition
RecommendationStatusType = Literal[
    "Excluded",
    "Implemented",
    "Inactive",
    "NotImplemented",
]RecommendationTemplateStatusType#
# RecommendationTemplateStatusType usage example
from types_boto3_resiliencehub.literals import RecommendationTemplateStatusType
def get_value() -> RecommendationTemplateStatusType:
    return "Failed"# RecommendationTemplateStatusType definition
RecommendationTemplateStatusType = Literal[
    "Failed",
    "InProgress",
    "Pending",
    "Success",
]RenderRecommendationTypeType#
# RenderRecommendationTypeType usage example
from types_boto3_resiliencehub.literals import RenderRecommendationTypeType
def get_value() -> RenderRecommendationTypeType:
    return "Alarm"# RenderRecommendationTypeType definition
RenderRecommendationTypeType = Literal[
    "Alarm",
    "Sop",
    "Test",
]ResiliencyPolicyTierType#
# ResiliencyPolicyTierType usage example
from types_boto3_resiliencehub.literals import ResiliencyPolicyTierType
def get_value() -> ResiliencyPolicyTierType:
    return "CoreServices"# ResiliencyPolicyTierType definition
ResiliencyPolicyTierType = Literal[
    "CoreServices",
    "Critical",
    "Important",
    "MissionCritical",
    "NonCritical",
    "NotApplicable",
]ResiliencyScoreTypeType#
# ResiliencyScoreTypeType usage example
from types_boto3_resiliencehub.literals import ResiliencyScoreTypeType
def get_value() -> ResiliencyScoreTypeType:
    return "Alarm"# ResiliencyScoreTypeType definition
ResiliencyScoreTypeType = Literal[
    "Alarm",
    "Compliance",
    "Sop",
    "Test",
]ResourceImportStatusTypeType#
# ResourceImportStatusTypeType usage example
from types_boto3_resiliencehub.literals import ResourceImportStatusTypeType
def get_value() -> ResourceImportStatusTypeType:
    return "Failed"# ResourceImportStatusTypeType definition
ResourceImportStatusTypeType = Literal[
    "Failed",
    "InProgress",
    "Pending",
    "Success",
]ResourceImportStrategyTypeType#
# ResourceImportStrategyTypeType usage example
from types_boto3_resiliencehub.literals import ResourceImportStrategyTypeType
def get_value() -> ResourceImportStrategyTypeType:
    return "AddOnly"# ResourceImportStrategyTypeType definition
ResourceImportStrategyTypeType = Literal[
    "AddOnly",
    "ReplaceAll",
]ResourceMappingTypeType#
# ResourceMappingTypeType usage example
from types_boto3_resiliencehub.literals import ResourceMappingTypeType
def get_value() -> ResourceMappingTypeType:
    return "AppRegistryApp"# ResourceMappingTypeType definition
ResourceMappingTypeType = Literal[
    "AppRegistryApp",
    "CfnStack",
    "EKS",
    "Resource",
    "ResourceGroup",
    "Terraform",
]ResourceResolutionStatusTypeType#
# ResourceResolutionStatusTypeType usage example
from types_boto3_resiliencehub.literals import ResourceResolutionStatusTypeType
def get_value() -> ResourceResolutionStatusTypeType:
    return "Failed"# ResourceResolutionStatusTypeType definition
ResourceResolutionStatusTypeType = Literal[
    "Failed",
    "InProgress",
    "Pending",
    "Success",
]ResourceSourceTypeType#
# ResourceSourceTypeType usage example
from types_boto3_resiliencehub.literals import ResourceSourceTypeType
def get_value() -> ResourceSourceTypeType:
    return "AppTemplate"# ResourceSourceTypeType definition
ResourceSourceTypeType = Literal[
    "AppTemplate",
    "Discovered",
]ResourcesGroupingRecGenStatusTypeType#
# ResourcesGroupingRecGenStatusTypeType usage example
from types_boto3_resiliencehub.literals import ResourcesGroupingRecGenStatusTypeType
def get_value() -> ResourcesGroupingRecGenStatusTypeType:
    return "Failed"# ResourcesGroupingRecGenStatusTypeType definition
ResourcesGroupingRecGenStatusTypeType = Literal[
    "Failed",
    "InProgress",
    "Pending",
    "Success",
]SopServiceTypeType#
# SopServiceTypeType usage example
from types_boto3_resiliencehub.literals import SopServiceTypeType
def get_value() -> SopServiceTypeType:
    return "SSM"# SopServiceTypeType definition
SopServiceTypeType = Literal[
    "SSM",
]TemplateFormatType#
# TemplateFormatType usage example
from types_boto3_resiliencehub.literals import TemplateFormatType
def get_value() -> TemplateFormatType:
    return "CfnJson"# TemplateFormatType definition
TemplateFormatType = Literal[
    "CfnJson",
    "CfnYaml",
]TestRiskType#
# TestRiskType usage example
from types_boto3_resiliencehub.literals import TestRiskType
def get_value() -> TestRiskType:
    return "High"# TestRiskType definition
TestRiskType = Literal[
    "High",
    "Medium",
    "Small",
]TestTypeType#
# TestTypeType usage example
from types_boto3_resiliencehub.literals import TestTypeType
def get_value() -> TestTypeType:
    return "AZ"# TestTypeType definition
TestTypeType = Literal[
    "AZ",
    "Hardware",
    "Region",
    "Software",
]ResilienceHubServiceName#
# ResilienceHubServiceName usage example
from types_boto3_resiliencehub.literals import ResilienceHubServiceName
def get_value() -> ResilienceHubServiceName:
    return "resiliencehub"# ResilienceHubServiceName definition
ResilienceHubServiceName = Literal[
    "resiliencehub",
]ServiceName#
# ServiceName usage example
from types_boto3_resiliencehub.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",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "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",
    "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",
    "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",
    "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",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "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",
    "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 types_boto3_resiliencehub.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_resiliencehub.literals import PaginatorName
def get_value() -> PaginatorName:
    return "list_app_assessment_resource_drifts"# PaginatorName definition
PaginatorName = Literal[
    "list_app_assessment_resource_drifts",
    "list_metrics",
    "list_resource_grouping_recommendations",
]RegionName#
# RegionName usage example
from types_boto3_resiliencehub.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-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",
]