Values.BatchDisassociateResourceResponseSourceDisassociates resources from a Firewall Manager resource set.
type nonrec t = {resourceSetIdentifier : Identifier.t option;A unique identifier for the resource set, used in a request to refer to the resource set.
*)failedItems : FailedItemList.t option;The resources that failed to disassociate from the resource set.
*)}type nonrec error = [ | `InternalErrorException of InternalErrorException.t| `InvalidInputException of InvalidInputException.t| `InvalidOperationException of InvalidOperationException.t| `ResourceNotFoundException of ResourceNotFoundException.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
| `ResourceNotFoundException of ResourceNotFoundException.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
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of Identifier.t ])
list ]
list
| `String of Identifier.t ])
list ]