DocDBElastic#
Client#
- class DocDBElastic.Client#
 A low-level client representing Amazon DocumentDB Elastic Clusters (DocDB Elastic)
Amazon DocumentDB elastic-clusters support workloads with millions of reads/writes per second and petabytes of storage capacity. Amazon DocumentDB elastic clusters also simplify how developers interact with Amazon DocumentDB elastic-clusters by eliminating the need to choose, manage or upgrade instances.
Amazon DocumentDB elastic-clusters were created to:
provide a solution for customers looking for a database that provides virtually limitless scale with rich query capabilities and MongoDB API compatibility.
give customers higher connection limits, and to reduce downtime from patching.
continue investing in a cloud-native, elastic, and class leading architecture for JSON workloads.
import boto3 client = boto3.client('docdb-elastic')
These are the available methods:
- apply_pending_maintenance_action
 - can_paginate
 - close
 - copy_cluster_snapshot
 - create_cluster
 - create_cluster_snapshot
 - delete_cluster
 - delete_cluster_snapshot
 - get_cluster
 - get_cluster_snapshot
 - get_paginator
 - get_pending_maintenance_action
 - get_waiter
 - list_cluster_snapshots
 - list_clusters
 - list_pending_maintenance_actions
 - list_tags_for_resource
 - restore_cluster_from_snapshot
 - start_cluster
 - stop_cluster
 - tag_resource
 - untag_resource
 - 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.
The available paginators are: