

**********
AuroraDSQL
**********



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



.. py:class:: AuroraDSQL.Client

  A low-level client representing Amazon Aurora DSQL
  

  This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Aurora DSQL.

   

  Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size. is available in both single-Region and multi-Region configurations, so your clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to acquire new insights for your business and customers.

  ::

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

  

These are the available methods:

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

  dsql/client/can_paginate
  dsql/client/close
  dsql/client/create_cluster
  dsql/client/delete_cluster
  dsql/client/delete_cluster_policy
  dsql/client/generate_db_connect_admin_auth_token
  dsql/client/generate_db_connect_auth_token
  dsql/client/get_cluster
  dsql/client/get_cluster_policy
  dsql/client/get_paginator
  dsql/client/get_vpc_endpoint_service_name
  dsql/client/get_waiter
  dsql/client/list_clusters
  dsql/client/list_tags_for_resource
  dsql/client/put_cluster_policy
  dsql/client/tag_resource
  dsql/client/untag_resource
  dsql/client/update_cluster


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

  dsql/paginator/ListClusters


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

  dsql/waiter/ClusterActive
  dsql/waiter/ClusterNotExists
