Module Smaws_Client_RDS.CreateDBClusterSnapshot

Creates a snapshot of a DB cluster.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `DBClusterNotFoundFault of Types.db_cluster_not_found_fault | `DBClusterSnapshotAlreadyExistsFault of Types.db_cluster_snapshot_already_exists_fault | `InvalidDBClusterSnapshotStateFault of Types.invalid_db_cluster_snapshot_state_fault | `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault | `SnapshotQuotaExceededFault of Types.snapshot_quota_exceeded_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_db_cluster_snapshot_message -> (Types.create_db_cluster_snapshot_result, [> Smaws_Lib.Protocols.AwsQuery.error | `DBClusterNotFoundFault of Types.db_cluster_not_found_fault | `DBClusterSnapshotAlreadyExistsFault of Types.db_cluster_snapshot_already_exists_fault | `InvalidDBClusterSnapshotStateFault of Types.invalid_db_cluster_snapshot_state_fault | `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault | `SnapshotQuotaExceededFault of Types.snapshot_quota_exceeded_fault ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.create_db_cluster_snapshot_message -> (Types.create_db_cluster_snapshot_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `DBClusterNotFoundFault of Types.db_cluster_not_found_fault | `DBClusterSnapshotAlreadyExistsFault of Types.db_cluster_snapshot_already_exists_fault | `InvalidDBClusterSnapshotStateFault of Types.invalid_db_cluster_snapshot_state_fault | `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault | `SnapshotQuotaExceededFault of Types.snapshot_quota_exceeded_fault ] * Smaws_Lib.Response.metadata) Stdlib.result