

*******
Account
*******



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



.. py:class:: Account.Client

  A low-level client representing AWS Account
  

  Operations for Amazon Web Services Account Management

  ::

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

  

These are the available methods:

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

  account/client/accept_primary_email_update
  account/client/can_paginate
  account/client/close
  account/client/delete_alternate_contact
  account/client/disable_region
  account/client/enable_region
  account/client/get_account_information
  account/client/get_alternate_contact
  account/client/get_contact_information
  account/client/get_gov_cloud_account_information
  account/client/get_paginator
  account/client/get_primary_email
  account/client/get_region_opt_status
  account/client/get_waiter
  account/client/list_regions
  account/client/put_account_name
  account/client/put_alternate_contact
  account/client/put_contact_information
  account/client/start_primary_email_update


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

  account/paginator/ListRegions
