Module Values.BatchDisassociateResourceRequestSource

Disassociates resources from a Firewall Manager resource set.

Sourcetype nonrec t = {
  1. resourceSetIdentifier : Identifier.t;
    (*

    A unique identifier for the resource set, used in a request to refer to the resource set.

    *)
  2. 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).

    *)
}
Sourceval context_ : string
Sourceval make : resourceSetIdentifier:Identifier.t -> items:IdentifierList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Identifier.t ] list | `String of Identifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t