

*******
Route53
*******



======
Client
======



.. py:class:: Route53.Client

  A low-level client representing Amazon Route 53
  

  Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.

   

  You can use Route 53 to:

   

  
  * Register domain names. For more information, see `How domain registration works <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-domain-registration.html>`__.
   
  * Route internet traffic to the resources for your domain For more information, see `How internet traffic is routed to your website or web application <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html>`__.
   
  * Check the health of your resources. For more information, see `How Route 53 checks the health of your resources <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-health-checks.html>`__.
  

  ::

    
    import boto3
    
    client = boto3.client('route53')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  route53/client/activate_key_signing_key
  route53/client/associate_vpc_with_hosted_zone
  route53/client/can_paginate
  route53/client/change_cidr_collection
  route53/client/change_resource_record_sets
  route53/client/change_tags_for_resource
  route53/client/close
  route53/client/create_cidr_collection
  route53/client/create_health_check
  route53/client/create_hosted_zone
  route53/client/create_key_signing_key
  route53/client/create_query_logging_config
  route53/client/create_reusable_delegation_set
  route53/client/create_traffic_policy
  route53/client/create_traffic_policy_instance
  route53/client/create_traffic_policy_version
  route53/client/create_vpc_association_authorization
  route53/client/deactivate_key_signing_key
  route53/client/delete_cidr_collection
  route53/client/delete_health_check
  route53/client/delete_hosted_zone
  route53/client/delete_key_signing_key
  route53/client/delete_query_logging_config
  route53/client/delete_reusable_delegation_set
  route53/client/delete_traffic_policy
  route53/client/delete_traffic_policy_instance
  route53/client/delete_vpc_association_authorization
  route53/client/disable_hosted_zone_dnssec
  route53/client/disassociate_vpc_from_hosted_zone
  route53/client/enable_hosted_zone_dnssec
  route53/client/get_account_limit
  route53/client/get_change
  route53/client/get_checker_ip_ranges
  route53/client/get_dnssec
  route53/client/get_geo_location
  route53/client/get_health_check
  route53/client/get_health_check_count
  route53/client/get_health_check_last_failure_reason
  route53/client/get_health_check_status
  route53/client/get_hosted_zone
  route53/client/get_hosted_zone_count
  route53/client/get_hosted_zone_limit
  route53/client/get_paginator
  route53/client/get_query_logging_config
  route53/client/get_reusable_delegation_set
  route53/client/get_reusable_delegation_set_limit
  route53/client/get_traffic_policy
  route53/client/get_traffic_policy_instance
  route53/client/get_traffic_policy_instance_count
  route53/client/get_waiter
  route53/client/list_cidr_blocks
  route53/client/list_cidr_collections
  route53/client/list_cidr_locations
  route53/client/list_geo_locations
  route53/client/list_health_checks
  route53/client/list_hosted_zones
  route53/client/list_hosted_zones_by_name
  route53/client/list_hosted_zones_by_vpc
  route53/client/list_query_logging_configs
  route53/client/list_resource_record_sets
  route53/client/list_reusable_delegation_sets
  route53/client/list_tags_for_resource
  route53/client/list_tags_for_resources
  route53/client/list_traffic_policies
  route53/client/list_traffic_policy_instances
  route53/client/list_traffic_policy_instances_by_hosted_zone
  route53/client/list_traffic_policy_instances_by_policy
  route53/client/list_traffic_policy_versions
  route53/client/list_vpc_association_authorizations
  route53/client/test_dns_answer
  route53/client/update_health_check
  route53/client/update_hosted_zone_comment
  route53/client/update_hosted_zone_features
  route53/client/update_traffic_policy_comment
  route53/client/update_traffic_policy_instance


==========
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 <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  route53/paginator/ListCidrBlocks
  route53/paginator/ListCidrCollections
  route53/paginator/ListCidrLocations
  route53/paginator/ListHealthChecks
  route53/paginator/ListHostedZones
  route53/paginator/ListQueryLoggingConfigs
  route53/paginator/ListResourceRecordSets
  route53/paginator/ListVPCAssociationAuthorizations


=======
Waiters
=======


Waiters are available on a client instance via the ``get_waiter`` method. For more detailed instructions and examples on the usage or waiters, see the waiters `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/clients.html#waiters>`_.

The available waiters are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  route53/waiter/ResourceRecordSetsChanged
