Module Values.DeleteCollectionGroupRequestSource

Deletes a collection group. You can only delete empty collection groups that contain no collections. For more information, see Creating and managing Amazon OpenSearch Serverless collections.

Sourcetype nonrec t = {
  1. id : CollectionGroupId.t;
    (*

    The unique identifier of the collection group to delete.

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

    Unique, case-sensitive identifier to ensure idempotency of the request.

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