Values.DeleteInvestigationGroupPolicyRequestSourceRemoves the IAM resource policy from being associated with the investigation group that you specify.
type nonrec t = {identifier : InvestigationGroupIdentifier.t;Specify either the name or the ARN of the investigation group that you want to remove the policy from.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of InvestigationGroupIdentifier.t ]) list ]