Values_1.DetachPrincipalPolicyRequestSourceThe input for the DetachPrincipalPolicy operation.
type nonrec t = {policyName : Values_0.PolicyName.t;The name of the policy to detach.
*)principal : Values_0.Principal.t;The principal. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).
*)}