Values.PutResourceSetResponseSourceCreates 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 option;Details about the resource set.
*)resourceSetArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the resource set.
*)}type nonrec error = [ | `InternalErrorException of InternalErrorException.t| `InvalidInputException of InvalidInputException.t| `InvalidOperationException of InvalidOperationException.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidInputException of InvalidInputException.t
| `InvalidOperationException of InvalidOperationException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidInputException of InvalidInputException.t
| `InvalidOperationException of InvalidOperationException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceArn.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of ResourceType.t ] list
| `String of Base62Id.t
| `Timestamp of TimeStamp.t ])
list ])
list ]