Best Python code snippet using localstack_python
client.pyi
Source:client.pyi
...776 specify traffic policy version.777 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/route53.html#Route53.Client.list_traffic_policy_instances_by_policy)778 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_route53/client.html#list_traffic_policy_instances_by_policy)779 """780 def list_traffic_policy_versions(781 self, *, Id: str, TrafficPolicyVersionMarker: str = None, MaxItems: str = None782 ) -> ListTrafficPolicyVersionsResponseTypeDef:783 """784 Gets information about all of the versions for a specified traffic policy.785 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/route53.html#Route53.Client.list_traffic_policy_versions)786 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_route53/client.html#list_traffic_policy_versions)787 """788 def list_vpc_association_authorizations(789 self, *, HostedZoneId: str, NextToken: str = None, MaxResults: str = None790 ) -> ListVPCAssociationAuthorizationsResponseTypeDef:791 """792 Gets a list of the VPCs that were created by other accounts and that can be793 associated with a specified hosted zone because you've submitted one or more794 `CreateVPCAssociationAuthorization` requests....
client.py
Source:client.py
...111 def list_traffic_policy_instances_by_hosted_zone(self, HostedZoneId: str, TrafficPolicyInstanceNameMarker: str = None, TrafficPolicyInstanceTypeMarker: str = None, MaxItems: str = None) -> Dict:112 pass113 def list_traffic_policy_instances_by_policy(self, TrafficPolicyId: str, TrafficPolicyVersion: int, HostedZoneIdMarker: str = None, TrafficPolicyInstanceNameMarker: str = None, TrafficPolicyInstanceTypeMarker: str = None, MaxItems: str = None) -> Dict:114 pass115 def list_traffic_policy_versions(self, Id: str, TrafficPolicyVersionMarker: str = None, MaxItems: str = None) -> Dict:116 pass117 def list_vpc_association_authorizations(self, HostedZoneId: str, NextToken: str = None, MaxResults: str = None) -> Dict:118 pass119 def test_dns_answer(self, HostedZoneId: str, RecordName: str, RecordType: str, ResolverIP: str = None, EDNS0ClientSubnetIP: str = None, EDNS0ClientSubnetMask: str = None) -> Dict:120 pass121 def update_health_check(self, HealthCheckId: str, HealthCheckVersion: int = None, IPAddress: str = None, Port: int = None, ResourcePath: str = None, FullyQualifiedDomainName: str = None, SearchString: str = None, FailureThreshold: int = None, Inverted: bool = None, Disabled: bool = None, HealthThreshold: int = None, ChildHealthChecks: List = None, EnableSNI: bool = None, Regions: List = None, AlarmIdentifier: Dict = None, InsufficientDataHealthStatus: str = None, ResetElements: List = None) -> Dict:122 pass123 def update_hosted_zone_comment(self, Id: str, Comment: str = None) -> Dict:124 pass125 def update_traffic_policy_comment(self, Id: str, Version: int, Comment: str) -> Dict:126 pass127 def update_traffic_policy_instance(self, Id: str, TTL: int, TrafficPolicyId: str, TrafficPolicyVersion: int) -> Dict:...
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!!