Values.DeleteInvestigationGroupRequestSourceDeletes the specified investigation group from your account. You can currently have one investigation group per Region in your account. After you delete an investigation group, you can later create a new investigation group in the same Region.
type nonrec t = {identifier : InvestigationGroupIdentifier.t;Specify either the name or the ARN of the investigation group that you want to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of InvestigationGroupIdentifier.t ]) list ]