Module Values.DeleteCollectionRequestSource

Deletes the specified collection. Note that this operation removes all faces in the collection. For an example, see Deleting a collection. This operation requires permissions to perform the rekognition:DeleteCollection action.

Sourcetype nonrec t = {
  1. collectionId : CollectionId.t;
    (*

    ID of the collection to delete.

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