Module Values.PutResourceSetResponseSource

Creates the resource set. An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.

Sourcetype nonrec t = {
  1. resourceSet : ResourceSet.t option;
    (*

    Details about the resource set.

    *)
  2. resourceSetArn : ResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the resource set.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalErrorException of InternalErrorException.t
  2. | `InvalidInputException of InvalidInputException.t
  3. | `InvalidOperationException of InvalidOperationException.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?resourceSet:??? -> ?resourceSetArn:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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