Values.BatchDisassociateResourceRequestSourceDisassociates resources from a Firewall Manager resource set.
type nonrec t = {resourceSetIdentifier : Identifier.t;A unique identifier for the resource set, used in a request to refer to the resource set.
*)items : IdentifierList.t;The uniform resource identifiers (URI) of resources that should be disassociated from the resource set. The URIs must be Amazon Resource Names (ARNs).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Identifier.t ] list
| `String of Identifier.t ])
list ]