DAX#
Client#
- 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 AWS 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.
client = session.create_client('dax')
These are the available methods:
- can_paginate
- close
- create_cluster
- create_parameter_group
- create_subnet_group
- decrease_replication_factor
- delete_cluster
- delete_parameter_group
- delete_subnet_group
- describe_clusters
- describe_default_parameters
- describe_events
- describe_parameter_groups
- describe_parameters
- describe_subnet_groups
- get_paginator
- get_waiter
- increase_replication_factor
- list_tags
- reboot_node
- tag_resource
- untag_resource
- update_cluster
- update_parameter_group
- update_subnet_group
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
- ClusterAlreadyExistsFault
- ClusterNotFoundFault
- ClusterQuotaForCustomerExceededFault
- InsufficientClusterCapacityFault
- InvalidARNFault
- InvalidClusterStateFault
- InvalidParameterCombinationException
- InvalidParameterGroupStateFault
- InvalidParameterValueException
- InvalidSubnet
- InvalidVPCNetworkStateFault
- NodeNotFoundFault
- NodeQuotaForClusterExceededFault
- NodeQuotaForCustomerExceededFault
- ParameterGroupAlreadyExistsFault
- ParameterGroupNotFoundFault
- ParameterGroupQuotaExceededFault
- ServiceLinkedRoleNotFoundFault
- ServiceQuotaExceededException
- SubnetGroupAlreadyExistsFault
- SubnetGroupInUseFault
- SubnetGroupNotFoundFault
- SubnetGroupQuotaExceededFault
- SubnetInUse
- SubnetQuotaExceededFault
- TagNotFoundFault
- TagQuotaPerResourceExceeded
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.
The available paginators are: