Best Python code snippet using localstack_python
literals.pyi
Source:literals.pyi
1"""2Type annotations for route53 service literal definitions.3[Open documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_route53/literals.html)4Usage::5 ```python6 from mypy_boto3_route53.literals import AccountLimitTypeType7 data: AccountLimitTypeType = "MAX_HEALTH_CHECKS_BY_OWNER"8 ```9"""10import sys11if sys.version_info >= (3, 8):12 from typing import Literal13else:14 from typing_extensions import Literal15__all__ = (16 "AccountLimitTypeType",17 "ChangeActionType",18 "ChangeStatusType",19 "CidrCollectionChangeActionType",20 "CloudWatchRegionType",21 "ComparisonOperatorType",22 "HealthCheckRegionType",23 "HealthCheckTypeType",24 "HostedZoneLimitTypeType",25 "InsufficientDataHealthStatusType",26 "ListCidrBlocksPaginatorName",27 "ListCidrCollectionsPaginatorName",28 "ListCidrLocationsPaginatorName",29 "ListHealthChecksPaginatorName",30 "ListHostedZonesPaginatorName",31 "ListQueryLoggingConfigsPaginatorName",32 "ListResourceRecordSetsPaginatorName",33 "ListVPCAssociationAuthorizationsPaginatorName",34 "RRTypeType",35 "ResettableElementNameType",36 "ResourceRecordSetFailoverType",37 "ResourceRecordSetRegionType",38 "ResourceRecordSetsChangedWaiterName",39 "ReusableDelegationSetLimitTypeType",40 "StatisticType",41 "TagResourceTypeType",42 "VPCRegionType",43)44AccountLimitTypeType = Literal[45 "MAX_HEALTH_CHECKS_BY_OWNER",46 "MAX_HOSTED_ZONES_BY_OWNER",47 "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER",48 "MAX_TRAFFIC_POLICIES_BY_OWNER",49 "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER",50]51ChangeActionType = Literal["CREATE", "DELETE", "UPSERT"]52ChangeStatusType = Literal["INSYNC", "PENDING"]53CidrCollectionChangeActionType = Literal["DELETE_IF_EXISTS", "PUT"]54CloudWatchRegionType = Literal[55 "af-south-1",56 "ap-east-1",57 "ap-northeast-1",58 "ap-northeast-2",59 "ap-northeast-3",60 "ap-south-1",61 "ap-southeast-1",62 "ap-southeast-2",63 "ap-southeast-3",64 "ca-central-1",65 "cn-north-1",66 "cn-northwest-1",67 "eu-central-1",68 "eu-north-1",69 "eu-south-1",70 "eu-west-1",71 "eu-west-2",72 "eu-west-3",73 "me-south-1",74 "sa-east-1",75 "us-east-1",76 "us-east-2",77 "us-gov-east-1",78 "us-gov-west-1",79 "us-iso-east-1",80 "us-iso-west-1",81 "us-isob-east-1",82 "us-west-1",83 "us-west-2",84]85ComparisonOperatorType = Literal[86 "GreaterThanOrEqualToThreshold",87 "GreaterThanThreshold",88 "LessThanOrEqualToThreshold",89 "LessThanThreshold",90]91HealthCheckRegionType = Literal[92 "ap-northeast-1",93 "ap-southeast-1",94 "ap-southeast-2",95 "eu-west-1",96 "sa-east-1",97 "us-east-1",98 "us-west-1",99 "us-west-2",100]101HealthCheckTypeType = Literal[102 "CALCULATED",103 "CLOUDWATCH_METRIC",104 "HTTP",105 "HTTPS",106 "HTTPS_STR_MATCH",107 "HTTP_STR_MATCH",108 "RECOVERY_CONTROL",109 "TCP",110]111HostedZoneLimitTypeType = Literal["MAX_RRSETS_BY_ZONE", "MAX_VPCS_ASSOCIATED_BY_ZONE"]112InsufficientDataHealthStatusType = Literal["Healthy", "LastKnownStatus", "Unhealthy"]113ListCidrBlocksPaginatorName = Literal["list_cidr_blocks"]114ListCidrCollectionsPaginatorName = Literal["list_cidr_collections"]115ListCidrLocationsPaginatorName = Literal["list_cidr_locations"]116ListHealthChecksPaginatorName = Literal["list_health_checks"]117ListHostedZonesPaginatorName = Literal["list_hosted_zones"]118ListQueryLoggingConfigsPaginatorName = Literal["list_query_logging_configs"]119ListResourceRecordSetsPaginatorName = Literal["list_resource_record_sets"]120ListVPCAssociationAuthorizationsPaginatorName = Literal["list_vpc_association_authorizations"]121RRTypeType = Literal[122 "A", "AAAA", "CAA", "CNAME", "DS", "MX", "NAPTR", "NS", "PTR", "SOA", "SPF", "SRV", "TXT"123]124ResettableElementNameType = Literal[125 "ChildHealthChecks", "FullyQualifiedDomainName", "Regions", "ResourcePath"126]127ResourceRecordSetFailoverType = Literal["PRIMARY", "SECONDARY"]128ResourceRecordSetRegionType = Literal[129 "af-south-1",130 "ap-east-1",131 "ap-northeast-1",132 "ap-northeast-2",133 "ap-northeast-3",134 "ap-south-1",135 "ap-southeast-1",136 "ap-southeast-2",137 "ap-southeast-3",138 "ca-central-1",139 "cn-north-1",140 "cn-northwest-1",141 "eu-central-1",142 "eu-north-1",143 "eu-south-1",144 "eu-west-1",145 "eu-west-2",146 "eu-west-3",147 "me-south-1",148 "sa-east-1",149 "us-east-1",150 "us-east-2",151 "us-west-1",152 "us-west-2",153]154ResourceRecordSetsChangedWaiterName = Literal["resource_record_sets_changed"]155ReusableDelegationSetLimitTypeType = Literal["MAX_ZONES_BY_REUSABLE_DELEGATION_SET"]156StatisticType = Literal["Average", "Maximum", "Minimum", "SampleCount", "Sum"]157TagResourceTypeType = Literal["healthcheck", "hostedzone"]158VPCRegionType = Literal[159 "af-south-1",160 "ap-east-1",161 "ap-northeast-1",162 "ap-northeast-2",163 "ap-northeast-3",164 "ap-south-1",165 "ap-southeast-1",166 "ap-southeast-2",167 "ap-southeast-3",168 "ca-central-1",169 "cn-north-1",170 "eu-central-1",171 "eu-north-1",172 "eu-south-1",173 "eu-west-1",174 "eu-west-2",175 "eu-west-3",176 "me-south-1",177 "sa-east-1",178 "us-east-1",179 "us-east-2",180 "us-gov-east-1",181 "us-gov-west-1",182 "us-iso-east-1",183 "us-iso-west-1",184 "us-isob-east-1",185 "us-west-1",186 "us-west-2",...
__init__.pyi
Source:__init__.pyi
1"""2Main interface for route53 service.3Usage::4 ```python5 import boto36 from mypy_boto3_route53 import (7 Client,8 ListCidrBlocksPaginator,9 ListCidrCollectionsPaginator,10 ListCidrLocationsPaginator,11 ListHealthChecksPaginator,12 ListHostedZonesPaginator,13 ListQueryLoggingConfigsPaginator,14 ListResourceRecordSetsPaginator,15 ListVPCAssociationAuthorizationsPaginator,16 ResourceRecordSetsChangedWaiter,17 Route53Client,18 )19 session = boto3.Session()20 client: Route53Client = boto3.client("route53")21 session_client: Route53Client = session.client("route53")22 resource_record_sets_changed_waiter: ResourceRecordSetsChangedWaiter = client.get_waiter("resource_record_sets_changed")23 list_cidr_blocks_paginator: ListCidrBlocksPaginator = client.get_paginator("list_cidr_blocks")24 list_cidr_collections_paginator: ListCidrCollectionsPaginator = client.get_paginator("list_cidr_collections")25 list_cidr_locations_paginator: ListCidrLocationsPaginator = client.get_paginator("list_cidr_locations")26 list_health_checks_paginator: ListHealthChecksPaginator = client.get_paginator("list_health_checks")27 list_hosted_zones_paginator: ListHostedZonesPaginator = client.get_paginator("list_hosted_zones")28 list_query_logging_configs_paginator: ListQueryLoggingConfigsPaginator = client.get_paginator("list_query_logging_configs")29 list_resource_record_sets_paginator: ListResourceRecordSetsPaginator = client.get_paginator("list_resource_record_sets")30 list_vpc_association_authorizations_paginator: ListVPCAssociationAuthorizationsPaginator = client.get_paginator("list_vpc_association_authorizations")31 ```32"""33from .client import Route53Client34from .paginator import (35 ListCidrBlocksPaginator,36 ListCidrCollectionsPaginator,37 ListCidrLocationsPaginator,38 ListHealthChecksPaginator,39 ListHostedZonesPaginator,40 ListQueryLoggingConfigsPaginator,41 ListResourceRecordSetsPaginator,42 ListVPCAssociationAuthorizationsPaginator,43)44from .waiter import ResourceRecordSetsChangedWaiter45Client = Route53Client46__all__ = (47 "Client",48 "ListCidrBlocksPaginator",49 "ListCidrCollectionsPaginator",50 "ListCidrLocationsPaginator",51 "ListHealthChecksPaginator",52 "ListHostedZonesPaginator",53 "ListQueryLoggingConfigsPaginator",54 "ListResourceRecordSetsPaginator",55 "ListVPCAssociationAuthorizationsPaginator",56 "ResourceRecordSetsChangedWaiter",57 "Route53Client",...
Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.
You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.
Get 100 minutes of automation test minutes FREE!!