Module Values.DeleteCacheClusterResultSource

Deletes a previously provisioned cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cluster; you cannot cancel or revert this operation. This operation is not valid for: Valkey or Redis OSS (cluster mode enabled) clusters Valkey or Redis OSS (cluster mode disabled) clusters A cluster that is the last read replica of a replication group A cluster that is the primary node of a replication group A node group (shard) that has Multi-AZ mode enabled A cluster from a Valkey or Redis OSS (cluster mode enabled) replication group A cluster that is not in the available state

Sourcetype deleteCacheClusterResult = {
  1. cacheCluster : CacheCluster.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. deleteCacheClusterResult : deleteCacheClusterResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `CacheClusterNotFoundFault of CacheClusterNotFoundFault.t
  2. | `InvalidCacheClusterStateFault of InvalidCacheClusterStateFault.t
  3. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  4. | `InvalidParameterValueException of InvalidParameterValueException.t
  5. | `SnapshotAlreadyExistsFault of SnapshotAlreadyExistsFault.t
  6. | `SnapshotFeatureNotSupportedFault of SnapshotFeatureNotSupportedFault.t
  7. | `SnapshotQuotaExceededFault of SnapshotQuotaExceededFault.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?cacheCluster:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `CacheClusterNotFoundFault of unit | `InvalidCacheClusterStateFault of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `SnapshotAlreadyExistsFault of unit | `SnapshotFeatureNotSupportedFault of unit | `SnapshotQuotaExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `CacheClusterNotFoundFault of unit | `InvalidCacheClusterStateFault of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `SnapshotAlreadyExistsFault of unit | `SnapshotFeatureNotSupportedFault 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 | `Enum of string | `Integer of IntegerOptional.t | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list | `Timestamp of TStamp.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of BooleanOptional.t | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Integer of IntegerOptional.t ]) 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