View Source aws_docdb_elastic (aws v1.0.4)

The new Amazon Elastic DocumentDB service endpoint.

Summary

Functions

Creates a new Elastic DocumentDB cluster and returns its Cluster structure.
Creates a snapshot of a cluster.
Delete a Elastic DocumentDB cluster.
Delete a Elastic DocumentDB snapshot.
Returns information about a specific Elastic DocumentDB cluster.
Returns information about a specific Elastic DocumentDB snapshot
Returns information about Elastic DocumentDB snapshots for a specified cluster.
Returns information about provisioned Elastic DocumentDB clusters.
Lists all tags on a Elastic DocumentDB resource
Restores a Elastic DocumentDB cluster from a snapshot.
Adds metadata tags to a Elastic DocumentDB resource
Removes metadata tags to a Elastic DocumentDB resource

Modifies a Elastic DocumentDB cluster.

Functions

Link to this function

create_cluster(Client, Input)

View Source
Creates a new Elastic DocumentDB cluster and returns its Cluster structure.
Link to this function

create_cluster(Client, Input0, Options0)

View Source
Link to this function

create_cluster_snapshot(Client, Input)

View Source
Creates a snapshot of a cluster.
Link to this function

create_cluster_snapshot(Client, Input0, Options0)

View Source
Link to this function

delete_cluster(Client, ClusterArn, Input)

View Source
Delete a Elastic DocumentDB cluster.
Link to this function

delete_cluster(Client, ClusterArn, Input0, Options0)

View Source
Link to this function

delete_cluster_snapshot(Client, SnapshotArn, Input)

View Source
Delete a Elastic DocumentDB snapshot.
Link to this function

delete_cluster_snapshot(Client, SnapshotArn, Input0, Options0)

View Source
Link to this function

get_cluster(Client, ClusterArn)

View Source
Returns information about a specific Elastic DocumentDB cluster.
Link to this function

get_cluster(Client, ClusterArn, QueryMap, HeadersMap)

View Source
Link to this function

get_cluster(Client, ClusterArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_cluster_snapshot(Client, SnapshotArn)

View Source
Returns information about a specific Elastic DocumentDB snapshot
Link to this function

get_cluster_snapshot(Client, SnapshotArn, QueryMap, HeadersMap)

View Source
Link to this function

get_cluster_snapshot(Client, SnapshotArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_cluster_snapshots(Client)

View Source
Returns information about Elastic DocumentDB snapshots for a specified cluster.
Link to this function

list_cluster_snapshots(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_cluster_snapshots(Client, QueryMap, HeadersMap, Options0)

View Source
Returns information about provisioned Elastic DocumentDB clusters.
Link to this function

list_clusters(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_clusters(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Lists all tags on a Elastic DocumentDB resource
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

restore_cluster_from_snapshot(Client, SnapshotArn, Input)

View Source
Restores a Elastic DocumentDB cluster from a snapshot.
Link to this function

restore_cluster_from_snapshot(Client, SnapshotArn, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Adds metadata tags to a Elastic DocumentDB resource
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes metadata tags to a Elastic DocumentDB resource
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_cluster(Client, ClusterArn, Input)

View Source

Modifies a Elastic DocumentDB cluster.

This includes updating admin-username/password, upgrading API version setting up a backup window and maintenance window
Link to this function

update_cluster(Client, ClusterArn, Input0, Options0)

View Source