Route53Domains#
Client#
- class Route53Domains.Client#
 A low-level client representing Amazon Route 53 Domains
Amazon Route 53 API actions let you register domain names and perform related operations.
import boto3 client = boto3.client('route53domains')
These are the available methods:
- accept_domain_transfer_from_another_aws_account
 - associate_delegation_signer_to_domain
 - can_paginate
 - cancel_domain_transfer_to_another_aws_account
 - check_domain_availability
 - check_domain_transferability
 - close
 - delete_domain
 - delete_tags_for_domain
 - disable_domain_auto_renew
 - disable_domain_transfer_lock
 - disassociate_delegation_signer_from_domain
 - enable_domain_auto_renew
 - enable_domain_transfer_lock
 - get_contact_reachability_status
 - get_domain_detail
 - get_domain_suggestions
 - get_operation_detail
 - get_paginator
 - get_waiter
 - list_domains
 - list_operations
 - list_prices
 - list_tags_for_domain
 - push_domain
 - register_domain
 - reject_domain_transfer_from_another_aws_account
 - renew_domain
 - resend_contact_reachability_email
 - resend_operation_authorization
 - retrieve_domain_auth_code
 - transfer_domain
 - transfer_domain_to_another_aws_account
 - update_domain_contact
 - update_domain_contact_privacy
 - update_domain_nameservers
 - update_tags_for_domain
 - view_billing
 
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: