Awso_docdb_elastic_lwtSourceval apply_pending_maintenance_action :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.ApplyPendingMaintenanceActionInput.t ->
(Awso_docdb_elastic.Values.ApplyPendingMaintenanceActionOutput.t,
Awso_docdb_elastic.Values.ApplyPendingMaintenanceActionOutput.error)
Result.t
Lwt.tval copy_cluster_snapshot :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.CopyClusterSnapshotInput.t ->
(Awso_docdb_elastic.Values.CopyClusterSnapshotOutput.t,
Awso_docdb_elastic.Values.CopyClusterSnapshotOutput.error)
Result.t
Lwt.tval create_cluster :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.CreateClusterInput.t ->
(Awso_docdb_elastic.Values.CreateClusterOutput.t,
Awso_docdb_elastic.Values.CreateClusterOutput.error)
Result.t
Lwt.tval create_cluster_snapshot :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.CreateClusterSnapshotInput.t ->
(Awso_docdb_elastic.Values.CreateClusterSnapshotOutput.t,
Awso_docdb_elastic.Values.CreateClusterSnapshotOutput.error)
Result.t
Lwt.tval delete_cluster :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.DeleteClusterInput.t ->
(Awso_docdb_elastic.Values.DeleteClusterOutput.t,
Awso_docdb_elastic.Values.DeleteClusterOutput.error)
Result.t
Lwt.tval delete_cluster_snapshot :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.DeleteClusterSnapshotInput.t ->
(Awso_docdb_elastic.Values.DeleteClusterSnapshotOutput.t,
Awso_docdb_elastic.Values.DeleteClusterSnapshotOutput.error)
Result.t
Lwt.tval get_cluster :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.GetClusterInput.t ->
(Awso_docdb_elastic.Values.GetClusterOutput.t,
Awso_docdb_elastic.Values.GetClusterOutput.error)
Result.t
Lwt.tval get_cluster_snapshot :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.GetClusterSnapshotInput.t ->
(Awso_docdb_elastic.Values.GetClusterSnapshotOutput.t,
Awso_docdb_elastic.Values.GetClusterSnapshotOutput.error)
Result.t
Lwt.tval get_pending_maintenance_action :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.GetPendingMaintenanceActionInput.t ->
(Awso_docdb_elastic.Values.GetPendingMaintenanceActionOutput.t,
Awso_docdb_elastic.Values.GetPendingMaintenanceActionOutput.error)
Result.t
Lwt.tval list_cluster_snapshots :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.ListClusterSnapshotsInput.t ->
(Awso_docdb_elastic.Values.ListClusterSnapshotsOutput.t,
Awso_docdb_elastic.Values.ListClusterSnapshotsOutput.error)
Result.t
Lwt.tval list_clusters :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.ListClustersInput.t ->
(Awso_docdb_elastic.Values.ListClustersOutput.t,
Awso_docdb_elastic.Values.ListClustersOutput.error)
Result.t
Lwt.tval list_pending_maintenance_actions :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.ListPendingMaintenanceActionsInput.t ->
(Awso_docdb_elastic.Values.ListPendingMaintenanceActionsOutput.t,
Awso_docdb_elastic.Values.ListPendingMaintenanceActionsOutput.error)
Result.t
Lwt.tval list_tags_for_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.ListTagsForResourceRequest.t ->
(Awso_docdb_elastic.Values.ListTagsForResourceResponse.t,
Awso_docdb_elastic.Values.ListTagsForResourceResponse.error)
Result.t
Lwt.tval restore_cluster_from_snapshot :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.RestoreClusterFromSnapshotInput.t ->
(Awso_docdb_elastic.Values.RestoreClusterFromSnapshotOutput.t,
Awso_docdb_elastic.Values.RestoreClusterFromSnapshotOutput.error)
Result.t
Lwt.tval start_cluster :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.StartClusterInput.t ->
(Awso_docdb_elastic.Values.StartClusterOutput.t,
Awso_docdb_elastic.Values.StartClusterOutput.error)
Result.t
Lwt.tval stop_cluster :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.StopClusterInput.t ->
(Awso_docdb_elastic.Values.StopClusterOutput.t,
Awso_docdb_elastic.Values.StopClusterOutput.error)
Result.t
Lwt.tval tag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.TagResourceRequest.t ->
(Awso_docdb_elastic.Values.TagResourceResponse.t,
Awso_docdb_elastic.Values.TagResourceResponse.error)
Result.t
Lwt.tval untag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.UntagResourceRequest.t ->
(Awso_docdb_elastic.Values.UntagResourceResponse.t,
Awso_docdb_elastic.Values.UntagResourceResponse.error)
Result.t
Lwt.tval update_cluster :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_docdb_elastic.Values.UpdateClusterInput.t ->
(Awso_docdb_elastic.Values.UpdateClusterOutput.t,
Awso_docdb_elastic.Values.UpdateClusterOutput.error)
Result.t
Lwt.tinclude module type of struct include Awso_docdb_elastic.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]module PendingMaintenanceActionDetails =
Awso_docdb_elastic.Values.PendingMaintenanceActionDetailsRetrieves the details of maintenance actions that are pending.
The name of the shard.
A specific field in which a given validation exception occurred.
module PendingMaintenanceActionDetailsList =
Awso_docdb_elastic.Values.PendingMaintenanceActionDetailsListmodule ResourcePendingMaintenanceAction =
Awso_docdb_elastic.Values.ResourcePendingMaintenanceActionProvides information about a pending maintenance action for a resource.
A list of Amazon DocumentDB elastic clusters.
A list of elastic cluster snapshots.
An exception that occurs when there are not sufficient permissions to perform an action.
Returns information about a specific elastic cluster.
There was an access conflict.
There was an internal server error.
The specified resource could not be located.
ThrottlingException will be thrown when request was denied due to request throttling.
A structure defining a validation exception.
module ServiceQuotaExceededException =
Awso_docdb_elastic.Values.ServiceQuotaExceededExceptionThe service quota for the action was exceeded.
Token or cursor used in paginated operations. When this value is provided as operation input, the service returns results from where the previous response left off. When this value is present in operation output, it indicates that there are more results to retrieve. This should be opaque to not expose implementation details and potentially versioned to allow evolution of pagination strategy.
module ResourcePendingMaintenanceActionList =
Awso_docdb_elastic.Values.ResourcePendingMaintenanceActionListmodule ListPendingMaintenanceActionsInputMaxResultsInteger =
Awso_docdb_elastic.Values.ListPendingMaintenanceActionsInputMaxResultsIntegermodule ListClustersInputMaxResultsInteger =
Awso_docdb_elastic.Values.ListClustersInputMaxResultsIntegermodule ListClusterSnapshotsInputMaxResultsInteger =
Awso_docdb_elastic.Values.ListClusterSnapshotsInputMaxResultsIntegerReturns information about a specific elastic cluster snapshot.
module CreateClusterSnapshotInputSnapshotNameString =
Awso_docdb_elastic.Values.CreateClusterSnapshotInputSnapshotNameStringmodule CopyClusterSnapshotInputTargetSnapshotNameString =
Awso_docdb_elastic.Values.CopyClusterSnapshotInputTargetSnapshotNameStringModifies an elastic cluster. This includes updating admin-username/password, upgrading the API version, and setting up a backup window and maintenance window
Modifies an elastic cluster. This includes updating admin-username/password, upgrading the API version, and setting up a backup window and maintenance window
Removes metadata tags from an elastic cluster resource
Removes metadata tags from an elastic cluster resource
Adds metadata tags to an elastic cluster resource
Adds metadata tags to an elastic cluster resource
Stops the running elastic cluster that is specified by clusterArn. The elastic cluster must be in the available state.
Stops the running elastic cluster that is specified by clusterArn. The elastic cluster must be in the available state.
Restarts the stopped elastic cluster that is specified by clusterARN.
Restarts the stopped elastic cluster that is specified by clusterARN.
module RestoreClusterFromSnapshotOutput =
Awso_docdb_elastic.Values.RestoreClusterFromSnapshotOutputRestores an elastic cluster from a snapshot.
module RestoreClusterFromSnapshotInput =
Awso_docdb_elastic.Values.RestoreClusterFromSnapshotInputRestores an elastic cluster from a snapshot.
Lists all tags on a elastic cluster resource
Lists all tags on a elastic cluster resource
module ListPendingMaintenanceActionsOutput =
Awso_docdb_elastic.Values.ListPendingMaintenanceActionsOutputRetrieves a list of all maintenance actions that are pending.
module ListPendingMaintenanceActionsInput =
Awso_docdb_elastic.Values.ListPendingMaintenanceActionsInputRetrieves a list of all maintenance actions that are pending.
Returns information about provisioned Amazon DocumentDB elastic clusters.
Returns information about provisioned Amazon DocumentDB elastic clusters.
Returns information about snapshots for a specified elastic cluster.
Returns information about snapshots for a specified elastic cluster.
module GetPendingMaintenanceActionOutput =
Awso_docdb_elastic.Values.GetPendingMaintenanceActionOutputRetrieves all maintenance actions that are pending.
module GetPendingMaintenanceActionInput =
Awso_docdb_elastic.Values.GetPendingMaintenanceActionInputRetrieves all maintenance actions that are pending.
Returns information about a specific elastic cluster snapshot
Returns information about a specific elastic cluster snapshot
Returns information about a specific elastic cluster.
Returns information about a specific elastic cluster.
Delete an elastic cluster snapshot.
Delete an elastic cluster snapshot.
Delete an elastic cluster.
Delete an elastic cluster.
Creates a snapshot of an elastic cluster.
Creates a snapshot of an elastic cluster.
Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.
Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.
Copies a snapshot of an elastic cluster.
Copies a snapshot of an elastic cluster.
module ApplyPendingMaintenanceActionOutput =
Awso_docdb_elastic.Values.ApplyPendingMaintenanceActionOutputThe type of pending maintenance action to be applied to the resource.
module ApplyPendingMaintenanceActionInput =
Awso_docdb_elastic.Values.ApplyPendingMaintenanceActionInputThe type of pending maintenance action to be applied to the resource.