Values.PutResourceSetRequestSourceCreates the resource set. An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.
type nonrec t = {resourceSet : ResourceSet.t;Details about the resource set to be created or updated.>
*)tagList : TagList.t option;Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of ResourceType.t ] list
| `String of Base62Id.t
| `Timestamp of TimeStamp.t ])
list ])
list ]