Module Values.DeleteProjectPolicyRequestSource

This operation applies only to Amazon Rekognition Custom Labels. Deletes an existing project policy. To get a list of project policies attached to a project, call ListProjectPolicies. To attach a project policy to a project, call PutProjectPolicy. This operation requires permissions to perform the rekognition:DeleteProjectPolicy action.

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

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

    *)
  2. policyName : ProjectPolicyName.t;
    (*

    The name of the policy that you want to delete.

    *)
  3. policyRevisionId : ProjectPolicyRevisionId.t option;
    (*

    The ID of the project policy revision that you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : ?policyRevisionId:??? -> projectArn:ProjectArn.t -> policyName:ProjectPolicyName.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