Values.DeleteProjectPolicyRequestSourceThis 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.
type nonrec t = {projectArn : ProjectArn.t;The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.
*)policyName : ProjectPolicyName.t;The name of the policy that you want to delete.
*)policyRevisionId : ProjectPolicyRevisionId.t option;The ID of the project policy revision that you want to delete.
*)}val make :
?policyRevisionId:??? ->
projectArn:ProjectArn.t ->
policyName:ProjectPolicyName.t ->
unit ->
t