Module Values.DeleteClusterInputSource

Deletes a cluster in Amazon Aurora DSQL.

Sourcetype nonrec t = {
  1. identifier : ClusterId.t;
    (*

    The ID of the cluster to delete.

    *)
  2. clientToken : ClientToken.t option;
    (*

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully. The subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you don't specify a client token, the Amazon Web Services SDK automatically generates one.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> identifier:ClusterId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClusterId.t ]) 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