

***
DAX
***



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



.. py:class:: DAX.Client

  A low-level client representing Amazon DynamoDB Accelerator (DAX)
  

  DAX is a managed caching service engineered for Amazon DynamoDB. DAX dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so applications can access that data with sub-millisecond latency. You can create a DAX cluster easily, using the Amazon Web Services Management Console. With a few simple modifications to your code, your application can begin taking advantage of the DAX cluster and realize significant improvements in read performance.

  ::

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

  

These are the available methods:

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

  dax/client/can_paginate
  dax/client/close
  dax/client/create_cluster
  dax/client/create_parameter_group
  dax/client/create_subnet_group
  dax/client/decrease_replication_factor
  dax/client/delete_cluster
  dax/client/delete_parameter_group
  dax/client/delete_subnet_group
  dax/client/describe_clusters
  dax/client/describe_default_parameters
  dax/client/describe_events
  dax/client/describe_parameter_groups
  dax/client/describe_parameters
  dax/client/describe_subnet_groups
  dax/client/get_paginator
  dax/client/get_waiter
  dax/client/increase_replication_factor
  dax/client/list_tags
  dax/client/reboot_node
  dax/client/tag_resource
  dax/client/untag_resource
  dax/client/update_cluster
  dax/client/update_parameter_group
  dax/client/update_subnet_group


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

  dax/paginator/DescribeClusters
  dax/paginator/DescribeDefaultParameters
  dax/paginator/DescribeEvents
  dax/paginator/DescribeParameterGroups
  dax/paginator/DescribeParameters
  dax/paginator/DescribeSubnetGroups
  dax/paginator/ListTags
