Values_1.DetachPolicyRequestSourceDetaches a policy from the specified target. Because of the distributed nature of Amazon Web Services, it can take up to five minutes after a policy is detached before it's ready to be deleted. Requires permission to access the DetachPolicy action.
type nonrec t = {policyName : Values_0.PolicyName.t;The policy to detach.
*)target : Values_0.PolicyTarget.t;The target from which the policy will be detached.
*)}