

***************
Route53Profiles
***************



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



.. py:class:: Route53Profiles.Client

  A low-level client representing Route 53 Profiles
  

  With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts

  ::

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

  

These are the available methods:

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

  route53profiles/client/associate_profile
  route53profiles/client/associate_resource_to_profile
  route53profiles/client/can_paginate
  route53profiles/client/close
  route53profiles/client/create_profile
  route53profiles/client/delete_profile
  route53profiles/client/disassociate_profile
  route53profiles/client/disassociate_resource_from_profile
  route53profiles/client/get_paginator
  route53profiles/client/get_profile
  route53profiles/client/get_profile_association
  route53profiles/client/get_profile_resource_association
  route53profiles/client/get_waiter
  route53profiles/client/list_profile_associations
  route53profiles/client/list_profile_resource_associations
  route53profiles/client/list_profiles
  route53profiles/client/list_tags_for_resource
  route53profiles/client/tag_resource
  route53profiles/client/untag_resource
  route53profiles/client/update_profile_resource_association


==========
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:

  route53profiles/paginator/ListProfileAssociations
  route53profiles/paginator/ListProfileResourceAssociations
  route53profiles/paginator/ListProfiles
