Module Values.DeleteDBClusterResultSource

The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted. Note that the DB Cluster cannot be deleted if deletion protection is enabled. To delete it, you must first set its DeletionProtection field to False.

Sourcetype deleteDBClusterResult = {
  1. dBCluster : DBCluster.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. deleteDBClusterResult : deleteDBClusterResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBClusterNotFoundFault of DBClusterNotFoundFault.t
  2. | `DBClusterSnapshotAlreadyExistsFault of DBClusterSnapshotAlreadyExistsFault.t
  3. | `InvalidDBClusterSnapshotStateFault of InvalidDBClusterSnapshotStateFault.t
  4. | `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t
  5. | `SnapshotQuotaExceededFault of SnapshotQuotaExceededFault.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBCluster:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBClusterNotFoundFault of unit | `DBClusterSnapshotAlreadyExistsFault of unit | `InvalidDBClusterSnapshotStateFault of unit | `InvalidDBClusterStateFault of unit | `SnapshotQuotaExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBClusterNotFoundFault of unit | `DBClusterSnapshotAlreadyExistsFault of unit | `InvalidDBClusterSnapshotStateFault of unit | `InvalidDBClusterStateFault of unit | `SnapshotQuotaExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of IntegerOptional.t | `List of [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of IntegerOptional.t | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of BooleanOptional.t | `Double of DoubleOptional.t | `Integer of IntegerOptional.t | `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) list | `Timestamp of TStamp.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t