Package-level declarations

Types

Link copied to clipboard

Amazon DocumentDB is a fast, reliable, and fully managed database service. Amazon DocumentDB makes it easy to set up, operate, and scale MongoDB-compatible databases in the cloud. With Amazon DocumentDB, you can run the same application code and use the same drivers and tools that you use with MongoDB.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

Adds a source identifier to an existing event notification subscription.

Link copied to clipboard

Adds metadata tags to an Amazon DocumentDB resource. You can use these tags with cost allocation reporting to track costs that are associated with Amazon DocumentDB resources or in a Condition statement in an Identity and Access Management (IAM) policy for Amazon DocumentDB.

Link copied to clipboard

Applies a pending maintenance action to a resource (for example, to an Amazon DocumentDB instance).

Link copied to clipboard

Copies the specified cluster parameter group.

Link copied to clipboard

Copies a snapshot of a cluster.

Link copied to clipboard

Creates a new Amazon DocumentDB cluster.

Link copied to clipboard

Creates a new cluster parameter group.

Link copied to clipboard

Creates a snapshot of a cluster.

Link copied to clipboard

Creates a new instance.

Link copied to clipboard

Creates a new subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the Amazon Web Services Region.

Link copied to clipboard

Creates an Amazon DocumentDB event notification subscription. This action requires a topic Amazon Resource Name (ARN) created by using the Amazon DocumentDB console, the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the Amazon SNS console.

Link copied to clipboard

Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions. The global cluster contains one primary cluster with read-write capability, and up-to give read-only secondary clusters. Global clusters uses storage-based fast replication across regions with latencies less than one second, using dedicated infrastructure with no impact to your workload’s performance.

Link copied to clipboard

Deletes a previously provisioned cluster. When you delete a cluster, all automated backups for that cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified cluster are not deleted.

Link copied to clipboard

Deletes a specified cluster parameter group. The cluster parameter group to be deleted can't be associated with any clusters.

Link copied to clipboard

Deletes a cluster snapshot. If the snapshot is being copied, the copy operation is terminated.

Link copied to clipboard

Deletes a previously provisioned instance.

Link copied to clipboard

Deletes a subnet group.

Link copied to clipboard

Deletes an Amazon DocumentDB event notification subscription.

Link copied to clipboard

Deletes a global cluster. The primary and secondary clusters must already be detached or deleted before attempting to delete a global cluster.

Link copied to clipboard

Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this Amazon Web Services account.

Link copied to clipboard

Returns a list of DBClusterParameterGroup descriptions. If a DBClusterParameterGroupName parameter is specified, the list contains only the description of the specified cluster parameter group.

Link copied to clipboard

Returns the detailed parameter list for a particular cluster parameter group.

Link copied to clipboard

Returns information about provisioned Amazon DocumentDB clusters. This API operation supports pagination. For certain management features such as cluster and instance lifecycle management, Amazon DocumentDB leverages operational technology that is shared with Amazon RDS and Amazon Neptune. Use the filterName=engine,Values=docdb filter parameter to return only Amazon DocumentDB clusters.

Link copied to clipboard

Returns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot.

Link copied to clipboard

Returns information about cluster snapshots. This API operation supports pagination.

Link copied to clipboard

Returns a list of the available engines.

Link copied to clipboard

Returns information about provisioned Amazon DocumentDB instances. This API supports pagination.

Link copied to clipboard

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

Link copied to clipboard

Returns the default engine and system parameter information for the cluster database engine.

Link copied to clipboard

Displays a list of categories for all event source types, or, if specified, for a specified source type.

Link copied to clipboard

Returns events related to instances, security groups, snapshots, and DB parameter groups for the past 14 days. You can obtain events specific to a particular DB instance, security group, snapshot, or parameter group by providing the name as a parameter. By default, the events of the past hour are returned.

Link copied to clipboard

Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

Link copied to clipboard

Returns information about Amazon DocumentDB global clusters. This API supports pagination.

Link copied to clipboard

Returns a list of orderable instance options for the specified engine.

Link copied to clipboard

Returns a list of resources (for example, instances) that have at least one pending maintenance action.

Link copied to clipboard

Forces a failover for a cluster.

Link copied to clipboard

Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs.

Link copied to clipboard

Lists all tags on an Amazon DocumentDB resource.

Link copied to clipboard

Modifies a setting for an Amazon DocumentDB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.

Link copied to clipboard

Modifies the parameters of a cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

Link copied to clipboard

Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.

Link copied to clipboard

Modifies settings for an instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.

Link copied to clipboard

Modifies an existing subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the Amazon Web Services Region.

Link copied to clipboard

Modifies an existing Amazon DocumentDB event notification subscription.

Link copied to clipboard

Modify a setting for an Amazon DocumentDB global cluster. You can change one or more configuration parameters (for example: deletion protection), or the global cluster identifier by specifying these parameters and the new values in the request.

Link copied to clipboard

You might need to reboot your instance, usually for maintenance reasons. For example, if you make certain changes, or if you change the cluster parameter group that is associated with the instance, you must reboot the instance for the changes to take effect.

Link copied to clipboard

Detaches an Amazon DocumentDB secondary cluster from a global cluster. The cluster becomes a standalone cluster with read-write capability instead of being read-only and receiving data from a primary in a different region.

Link copied to clipboard

Removes a source identifier from an existing Amazon DocumentDB event notification subscription.

Link copied to clipboard

Removes metadata tags from an Amazon DocumentDB resource.

Link copied to clipboard

Modifies the parameters of a cluster parameter group to the default value. To reset specific parameters, submit a list of the following: ParameterName and ApplyMethod. To reset the entire cluster parameter group, specify the DBClusterParameterGroupName and ResetAllParameters parameters.

Link copied to clipboard

Creates a new cluster from a snapshot or cluster snapshot.

Link copied to clipboard

Restores a cluster to an arbitrary point in time. Users can restore to any point in time before LatestRestorableTime for up to BackupRetentionPeriod days. The target cluster is created from the source cluster with the same configuration as the original cluster, except that the new cluster is created with the default security group.

Link copied to clipboard

Restarts the stopped cluster that is specified by DBClusterIdentifier. For more information, see Stopping and Starting an Amazon DocumentDB Cluster.

Link copied to clipboard

Stops the running cluster that is specified by DBClusterIdentifier. The cluster must be in the available state. For more information, see Stopping and Starting an Amazon DocumentDB Cluster.

Link copied to clipboard

Switches over the specified secondary Amazon DocumentDB cluster to be the new primary Amazon DocumentDB cluster in the global database cluster.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.