Module Values.DeleteProjectRequestSource

Deletes a Amazon Rekognition project. To delete a project you must first delete all models or adapters associated with the project. To delete a model or adapter, see DeleteProjectVersion. DeleteProject is an asynchronous operation. To check if the project is deleted, call DescribeProjects. The project is deleted when the project no longer appears in the response. Be aware that deleting a given project will also delete any ProjectPolicies associated with that project. This operation requires permissions to perform the rekognition:DeleteProject action.

Sourcetype nonrec t = {
  1. projectArn : ProjectArn.t;
    (*

    The Amazon Resource Name (ARN) of the project that you want to delete.

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