View Source AWS.DocDBElastic (aws-elixir v0.13.3)

The new Amazon Elastic DocumentDB service endpoint.

Link to this section Summary

Functions

Creates a new Elastic DocumentDB cluster and returns its Cluster structure.

Delete a Elastic DocumentDB cluster.

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.

Link to this section Functions

Link to this function

create_cluster(client, input, options \\ [])

View Source

Creates a new Elastic DocumentDB cluster and returns its Cluster structure.

Link to this function

create_cluster_snapshot(client, input, options \\ [])

View Source

Creates a snapshot of a cluster.

Link to this function

delete_cluster(client, cluster_arn, input, options \\ [])

View Source

Delete a Elastic DocumentDB cluster.

Link to this function

delete_cluster_snapshot(client, snapshot_arn, input, options \\ [])

View Source

Delete a Elastic DocumentDB snapshot.

Link to this function

get_cluster(client, cluster_arn, options \\ [])

View Source

Returns information about a specific Elastic DocumentDB cluster.

Link to this function

get_cluster_snapshot(client, snapshot_arn, options \\ [])

View Source

Returns information about a specific Elastic DocumentDB snapshot

Link to this function

list_cluster_snapshots(client, cluster_arn \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns information about Elastic DocumentDB snapshots for a specified cluster.

Link to this function

list_clusters(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns information about provisioned Elastic DocumentDB clusters.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Lists all tags on a Elastic DocumentDB resource

Link to this function

restore_cluster_from_snapshot(client, snapshot_arn, input, options \\ [])

View Source

Restores a Elastic DocumentDB cluster from a snapshot.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Adds metadata tags to a Elastic DocumentDB resource

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Removes metadata tags to a Elastic DocumentDB resource

Link to this function

update_cluster(client, cluster_arn, input, options \\ [])

View Source

Modifies a Elastic DocumentDB cluster.

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