Literals#
Index > Route53Resolver > Literals
Auto-generated documentation for Route53Resolver type annotations stubs module mypy-boto3-route53resolver.
ActionType#
# ActionType usage example
from mypy_boto3_route53resolver.literals import ActionType
def get_value() -> ActionType:
return "ALERT"
# ActionType definition
ActionType = Literal[
"ALERT",
"ALLOW",
"BLOCK",
]
AutodefinedReverseFlagType#
# AutodefinedReverseFlagType usage example
from mypy_boto3_route53resolver.literals import AutodefinedReverseFlagType
def get_value() -> AutodefinedReverseFlagType:
return "DISABLE"
# AutodefinedReverseFlagType definition
AutodefinedReverseFlagType = Literal[
"DISABLE",
"ENABLE",
"USE_LOCAL_RESOURCE_SETTING",
]
BlockOverrideDnsTypeType#
# BlockOverrideDnsTypeType usage example
from mypy_boto3_route53resolver.literals import BlockOverrideDnsTypeType
def get_value() -> BlockOverrideDnsTypeType:
return "CNAME"
# BlockOverrideDnsTypeType definition
BlockOverrideDnsTypeType = Literal[
"CNAME",
]
BlockResponseType#
# BlockResponseType usage example
from mypy_boto3_route53resolver.literals import BlockResponseType
def get_value() -> BlockResponseType:
return "NODATA"
# BlockResponseType definition
BlockResponseType = Literal[
"NODATA",
"NXDOMAIN",
"OVERRIDE",
]
ConfidenceThresholdType#
# ConfidenceThresholdType usage example
from mypy_boto3_route53resolver.literals import ConfidenceThresholdType
def get_value() -> ConfidenceThresholdType:
return "HIGH"
# ConfidenceThresholdType definition
ConfidenceThresholdType = Literal[
"HIGH",
"LOW",
"MEDIUM",
]
DnsThreatProtectionType#
# DnsThreatProtectionType usage example
from mypy_boto3_route53resolver.literals import DnsThreatProtectionType
def get_value() -> DnsThreatProtectionType:
return "DGA"
# DnsThreatProtectionType definition
DnsThreatProtectionType = Literal[
"DGA",
"DNS_TUNNELING",
]
FirewallDomainImportOperationType#
# FirewallDomainImportOperationType usage example
from mypy_boto3_route53resolver.literals import FirewallDomainImportOperationType
def get_value() -> FirewallDomainImportOperationType:
return "REPLACE"
# FirewallDomainImportOperationType definition
FirewallDomainImportOperationType = Literal[
"REPLACE",
]
FirewallDomainListStatusType#
# FirewallDomainListStatusType usage example
from mypy_boto3_route53resolver.literals import FirewallDomainListStatusType
def get_value() -> FirewallDomainListStatusType:
return "COMPLETE"
# FirewallDomainListStatusType definition
FirewallDomainListStatusType = Literal[
"COMPLETE",
"COMPLETE_IMPORT_FAILED",
"DELETING",
"IMPORTING",
"UPDATING",
]
FirewallDomainRedirectionActionType#
# FirewallDomainRedirectionActionType usage example
from mypy_boto3_route53resolver.literals import FirewallDomainRedirectionActionType
def get_value() -> FirewallDomainRedirectionActionType:
return "INSPECT_REDIRECTION_DOMAIN"
# FirewallDomainRedirectionActionType definition
FirewallDomainRedirectionActionType = Literal[
"INSPECT_REDIRECTION_DOMAIN",
"TRUST_REDIRECTION_DOMAIN",
]
FirewallDomainUpdateOperationType#
# FirewallDomainUpdateOperationType usage example
from mypy_boto3_route53resolver.literals import FirewallDomainUpdateOperationType
def get_value() -> FirewallDomainUpdateOperationType:
return "ADD"
# FirewallDomainUpdateOperationType definition
FirewallDomainUpdateOperationType = Literal[
"ADD",
"REMOVE",
"REPLACE",
]
FirewallFailOpenStatusType#
# FirewallFailOpenStatusType usage example
from mypy_boto3_route53resolver.literals import FirewallFailOpenStatusType
def get_value() -> FirewallFailOpenStatusType:
return "DISABLED"
# FirewallFailOpenStatusType definition
FirewallFailOpenStatusType = Literal[
"DISABLED",
"ENABLED",
"USE_LOCAL_RESOURCE_SETTING",
]
FirewallRuleGroupAssociationStatusType#
# FirewallRuleGroupAssociationStatusType usage example
from mypy_boto3_route53resolver.literals import FirewallRuleGroupAssociationStatusType
def get_value() -> FirewallRuleGroupAssociationStatusType:
return "COMPLETE"
# FirewallRuleGroupAssociationStatusType definition
FirewallRuleGroupAssociationStatusType = Literal[
"COMPLETE",
"DELETING",
"UPDATING",
]
FirewallRuleGroupStatusType#
# FirewallRuleGroupStatusType usage example
from mypy_boto3_route53resolver.literals import FirewallRuleGroupStatusType
def get_value() -> FirewallRuleGroupStatusType:
return "COMPLETE"
# FirewallRuleGroupStatusType definition
FirewallRuleGroupStatusType = Literal[
"COMPLETE",
"DELETING",
"UPDATING",
]
IpAddressStatusType#
# IpAddressStatusType usage example
from mypy_boto3_route53resolver.literals import IpAddressStatusType
def get_value() -> IpAddressStatusType:
return "ATTACHED"
# IpAddressStatusType definition
IpAddressStatusType = Literal[
"ATTACHED",
"ATTACHING",
"CREATING",
"DELETE_FAILED_FAS_EXPIRED",
"DELETING",
"DETACHING",
"FAILED_CREATION",
"FAILED_RESOURCE_GONE",
"REMAP_ATTACHING",
"REMAP_DETACHING",
"UPDATE_FAILED",
"UPDATING",
]
ListFirewallConfigsPaginatorName#
# ListFirewallConfigsPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListFirewallConfigsPaginatorName
def get_value() -> ListFirewallConfigsPaginatorName:
return "list_firewall_configs"
# ListFirewallConfigsPaginatorName definition
ListFirewallConfigsPaginatorName = Literal[
"list_firewall_configs",
]
ListFirewallDomainListsPaginatorName#
# ListFirewallDomainListsPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListFirewallDomainListsPaginatorName
def get_value() -> ListFirewallDomainListsPaginatorName:
return "list_firewall_domain_lists"
# ListFirewallDomainListsPaginatorName definition
ListFirewallDomainListsPaginatorName = Literal[
"list_firewall_domain_lists",
]
ListFirewallDomainsPaginatorName#
# ListFirewallDomainsPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListFirewallDomainsPaginatorName
def get_value() -> ListFirewallDomainsPaginatorName:
return "list_firewall_domains"
# ListFirewallDomainsPaginatorName definition
ListFirewallDomainsPaginatorName = Literal[
"list_firewall_domains",
]
ListFirewallRuleGroupAssociationsPaginatorName#
# ListFirewallRuleGroupAssociationsPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListFirewallRuleGroupAssociationsPaginatorName
def get_value() -> ListFirewallRuleGroupAssociationsPaginatorName:
return "list_firewall_rule_group_associations"
# ListFirewallRuleGroupAssociationsPaginatorName definition
ListFirewallRuleGroupAssociationsPaginatorName = Literal[
"list_firewall_rule_group_associations",
]
ListFirewallRuleGroupsPaginatorName#
# ListFirewallRuleGroupsPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListFirewallRuleGroupsPaginatorName
def get_value() -> ListFirewallRuleGroupsPaginatorName:
return "list_firewall_rule_groups"
# ListFirewallRuleGroupsPaginatorName definition
ListFirewallRuleGroupsPaginatorName = Literal[
"list_firewall_rule_groups",
]
ListFirewallRulesPaginatorName#
# ListFirewallRulesPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListFirewallRulesPaginatorName
def get_value() -> ListFirewallRulesPaginatorName:
return "list_firewall_rules"
# ListFirewallRulesPaginatorName definition
ListFirewallRulesPaginatorName = Literal[
"list_firewall_rules",
]
ListOutpostResolversPaginatorName#
# ListOutpostResolversPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListOutpostResolversPaginatorName
def get_value() -> ListOutpostResolversPaginatorName:
return "list_outpost_resolvers"
# ListOutpostResolversPaginatorName definition
ListOutpostResolversPaginatorName = Literal[
"list_outpost_resolvers",
]
ListResolverConfigsPaginatorName#
# ListResolverConfigsPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListResolverConfigsPaginatorName
def get_value() -> ListResolverConfigsPaginatorName:
return "list_resolver_configs"
# ListResolverConfigsPaginatorName definition
ListResolverConfigsPaginatorName = Literal[
"list_resolver_configs",
]
ListResolverDnssecConfigsPaginatorName#
# ListResolverDnssecConfigsPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListResolverDnssecConfigsPaginatorName
def get_value() -> ListResolverDnssecConfigsPaginatorName:
return "list_resolver_dnssec_configs"
# ListResolverDnssecConfigsPaginatorName definition
ListResolverDnssecConfigsPaginatorName = Literal[
"list_resolver_dnssec_configs",
]
ListResolverEndpointIpAddressesPaginatorName#
# ListResolverEndpointIpAddressesPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListResolverEndpointIpAddressesPaginatorName
def get_value() -> ListResolverEndpointIpAddressesPaginatorName:
return "list_resolver_endpoint_ip_addresses"
# ListResolverEndpointIpAddressesPaginatorName definition
ListResolverEndpointIpAddressesPaginatorName = Literal[
"list_resolver_endpoint_ip_addresses",
]
ListResolverEndpointsPaginatorName#
# ListResolverEndpointsPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListResolverEndpointsPaginatorName
def get_value() -> ListResolverEndpointsPaginatorName:
return "list_resolver_endpoints"
# ListResolverEndpointsPaginatorName definition
ListResolverEndpointsPaginatorName = Literal[
"list_resolver_endpoints",
]
ListResolverQueryLogConfigAssociationsPaginatorName#
# ListResolverQueryLogConfigAssociationsPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListResolverQueryLogConfigAssociationsPaginatorName
def get_value() -> ListResolverQueryLogConfigAssociationsPaginatorName:
return "list_resolver_query_log_config_associations"
# ListResolverQueryLogConfigAssociationsPaginatorName definition
ListResolverQueryLogConfigAssociationsPaginatorName = Literal[
"list_resolver_query_log_config_associations",
]
ListResolverQueryLogConfigsPaginatorName#
# ListResolverQueryLogConfigsPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListResolverQueryLogConfigsPaginatorName
def get_value() -> ListResolverQueryLogConfigsPaginatorName:
return "list_resolver_query_log_configs"
# ListResolverQueryLogConfigsPaginatorName definition
ListResolverQueryLogConfigsPaginatorName = Literal[
"list_resolver_query_log_configs",
]
ListResolverRuleAssociationsPaginatorName#
# ListResolverRuleAssociationsPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListResolverRuleAssociationsPaginatorName
def get_value() -> ListResolverRuleAssociationsPaginatorName:
return "list_resolver_rule_associations"
# ListResolverRuleAssociationsPaginatorName definition
ListResolverRuleAssociationsPaginatorName = Literal[
"list_resolver_rule_associations",
]
ListResolverRulesPaginatorName#
# ListResolverRulesPaginatorName usage example
from mypy_boto3_route53resolver.literals import ListResolverRulesPaginatorName
def get_value() -> ListResolverRulesPaginatorName:
return "list_resolver_rules"
# ListResolverRulesPaginatorName definition
ListResolverRulesPaginatorName = Literal[
"list_resolver_rules",
]
ListTagsForResourcePaginatorName#
# ListTagsForResourcePaginatorName usage example
from mypy_boto3_route53resolver.literals import ListTagsForResourcePaginatorName
def get_value() -> ListTagsForResourcePaginatorName:
return "list_tags_for_resource"
# ListTagsForResourcePaginatorName definition
ListTagsForResourcePaginatorName = Literal[
"list_tags_for_resource",
]
MutationProtectionStatusType#
# MutationProtectionStatusType usage example
from mypy_boto3_route53resolver.literals import MutationProtectionStatusType
def get_value() -> MutationProtectionStatusType:
return "DISABLED"
# MutationProtectionStatusType definition
MutationProtectionStatusType = Literal[
"DISABLED",
"ENABLED",
]
OutpostResolverStatusType#
# OutpostResolverStatusType usage example
from mypy_boto3_route53resolver.literals import OutpostResolverStatusType
def get_value() -> OutpostResolverStatusType:
return "ACTION_NEEDED"
# OutpostResolverStatusType definition
OutpostResolverStatusType = Literal[
"ACTION_NEEDED",
"CREATING",
"DELETING",
"FAILED_CREATION",
"FAILED_DELETION",
"OPERATIONAL",
"UPDATING",
]
ProtocolType#
# ProtocolType usage example
from mypy_boto3_route53resolver.literals import ProtocolType
def get_value() -> ProtocolType:
return "Do53"
# ProtocolType definition
ProtocolType = Literal[
"Do53",
"DoH",
"DoH-FIPS",
]
ResolverAutodefinedReverseStatusType#
# ResolverAutodefinedReverseStatusType usage example
from mypy_boto3_route53resolver.literals import ResolverAutodefinedReverseStatusType
def get_value() -> ResolverAutodefinedReverseStatusType:
return "DISABLED"
# ResolverAutodefinedReverseStatusType definition
ResolverAutodefinedReverseStatusType = Literal[
"DISABLED",
"DISABLING",
"ENABLED",
"ENABLING",
"UPDATING_TO_USE_LOCAL_RESOURCE_SETTING",
"USE_LOCAL_RESOURCE_SETTING",
]
ResolverDNSSECValidationStatusType#
# ResolverDNSSECValidationStatusType usage example
from mypy_boto3_route53resolver.literals import ResolverDNSSECValidationStatusType
def get_value() -> ResolverDNSSECValidationStatusType:
return "DISABLED"
# ResolverDNSSECValidationStatusType definition
ResolverDNSSECValidationStatusType = Literal[
"DISABLED",
"DISABLING",
"ENABLED",
"ENABLING",
"UPDATING_TO_USE_LOCAL_RESOURCE_SETTING",
"USE_LOCAL_RESOURCE_SETTING",
]
ResolverEndpointDirectionType#
# ResolverEndpointDirectionType usage example
from mypy_boto3_route53resolver.literals import ResolverEndpointDirectionType
def get_value() -> ResolverEndpointDirectionType:
return "INBOUND"
# ResolverEndpointDirectionType definition
ResolverEndpointDirectionType = Literal[
"INBOUND",
"OUTBOUND",
]
ResolverEndpointStatusType#
# ResolverEndpointStatusType usage example
from mypy_boto3_route53resolver.literals import ResolverEndpointStatusType
def get_value() -> ResolverEndpointStatusType:
return "ACTION_NEEDED"
# ResolverEndpointStatusType definition
ResolverEndpointStatusType = Literal[
"ACTION_NEEDED",
"AUTO_RECOVERING",
"CREATING",
"DELETING",
"OPERATIONAL",
"UPDATING",
]
ResolverEndpointTypeType#
# ResolverEndpointTypeType usage example
from mypy_boto3_route53resolver.literals import ResolverEndpointTypeType
def get_value() -> ResolverEndpointTypeType:
return "DUALSTACK"
# ResolverEndpointTypeType definition
ResolverEndpointTypeType = Literal[
"DUALSTACK",
"IPV4",
"IPV6",
]
ResolverQueryLogConfigAssociationErrorType#
# ResolverQueryLogConfigAssociationErrorType usage example
from mypy_boto3_route53resolver.literals import ResolverQueryLogConfigAssociationErrorType
def get_value() -> ResolverQueryLogConfigAssociationErrorType:
return "ACCESS_DENIED"
# ResolverQueryLogConfigAssociationErrorType definition
ResolverQueryLogConfigAssociationErrorType = Literal[
"ACCESS_DENIED",
"DESTINATION_NOT_FOUND",
"INTERNAL_SERVICE_ERROR",
"NONE",
]
ResolverQueryLogConfigAssociationStatusType#
# ResolverQueryLogConfigAssociationStatusType usage example
from mypy_boto3_route53resolver.literals import ResolverQueryLogConfigAssociationStatusType
def get_value() -> ResolverQueryLogConfigAssociationStatusType:
return "ACTION_NEEDED"
# ResolverQueryLogConfigAssociationStatusType definition
ResolverQueryLogConfigAssociationStatusType = Literal[
"ACTION_NEEDED",
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
]
ResolverQueryLogConfigStatusType#
# ResolverQueryLogConfigStatusType usage example
from mypy_boto3_route53resolver.literals import ResolverQueryLogConfigStatusType
def get_value() -> ResolverQueryLogConfigStatusType:
return "CREATED"
# ResolverQueryLogConfigStatusType definition
ResolverQueryLogConfigStatusType = Literal[
"CREATED",
"CREATING",
"DELETING",
"FAILED",
]
ResolverRuleAssociationStatusType#
# ResolverRuleAssociationStatusType usage example
from mypy_boto3_route53resolver.literals import ResolverRuleAssociationStatusType
def get_value() -> ResolverRuleAssociationStatusType:
return "COMPLETE"
# ResolverRuleAssociationStatusType definition
ResolverRuleAssociationStatusType = Literal[
"COMPLETE",
"CREATING",
"DELETING",
"FAILED",
"OVERRIDDEN",
]
ResolverRuleStatusType#
# ResolverRuleStatusType usage example
from mypy_boto3_route53resolver.literals import ResolverRuleStatusType
def get_value() -> ResolverRuleStatusType:
return "COMPLETE"
# ResolverRuleStatusType definition
ResolverRuleStatusType = Literal[
"COMPLETE",
"DELETING",
"FAILED",
"UPDATING",
]
RuleTypeOptionType#
# RuleTypeOptionType usage example
from mypy_boto3_route53resolver.literals import RuleTypeOptionType
def get_value() -> RuleTypeOptionType:
return "FORWARD"
# RuleTypeOptionType definition
RuleTypeOptionType = Literal[
"FORWARD",
"RECURSIVE",
"SYSTEM",
]
ShareStatusType#
# ShareStatusType usage example
from mypy_boto3_route53resolver.literals import ShareStatusType
def get_value() -> ShareStatusType:
return "NOT_SHARED"
# ShareStatusType definition
ShareStatusType = Literal[
"NOT_SHARED",
"SHARED_BY_ME",
"SHARED_WITH_ME",
]
SortOrderType#
# SortOrderType usage example
from mypy_boto3_route53resolver.literals import SortOrderType
def get_value() -> SortOrderType:
return "ASCENDING"
# SortOrderType definition
SortOrderType = Literal[
"ASCENDING",
"DESCENDING",
]
ValidationType#
# ValidationType usage example
from mypy_boto3_route53resolver.literals import ValidationType
def get_value() -> ValidationType:
return "DISABLE"
# ValidationType definition
ValidationType = Literal[
"DISABLE",
"ENABLE",
"USE_LOCAL_RESOURCE_SETTING",
]
Route53ResolverServiceName#
# Route53ResolverServiceName usage example
from mypy_boto3_route53resolver.literals import Route53ResolverServiceName
def get_value() -> Route53ResolverServiceName:
return "route53resolver"
# Route53ResolverServiceName definition
Route53ResolverServiceName = Literal[
"route53resolver",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_route53resolver.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"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-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-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",
"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",
"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",
"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",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"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",
"privatenetworks",
"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",
"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",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_route53resolver.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_route53resolver.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_firewall_configs"
# PaginatorName definition
PaginatorName = Literal[
"list_firewall_configs",
"list_firewall_domain_lists",
"list_firewall_domains",
"list_firewall_rule_group_associations",
"list_firewall_rule_groups",
"list_firewall_rules",
"list_outpost_resolvers",
"list_resolver_configs",
"list_resolver_dnssec_configs",
"list_resolver_endpoint_ip_addresses",
"list_resolver_endpoints",
"list_resolver_query_log_config_associations",
"list_resolver_query_log_configs",
"list_resolver_rule_associations",
"list_resolver_rules",
"list_tags_for_resource",
]
RegionName#
# RegionName usage example
from mypy_boto3_route53resolver.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",
"ap-southeast-5",
"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",
]