1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package docdbelastic provides the API client, operations, and parameter types
// for Amazon DocumentDB Elastic Clusters.
//
// # Amazon DocumentDB elastic clusters
//
// 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.
package docdbelastic
|