Module Values_1.DescribePatchGroupsResultSource

Lists all patch groups that have been registered with patch baselines.

Sourcetype nonrec t = {
  1. mappings : PatchGroupPatchBaselineMappingList.t option;
    (*

    Each entry in the array contains: PatchGroup: string (between 1 and 256 characters. Regex: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$) PatchBaselineIdentity: A PatchBaselineIdentity element.

    *)
  2. nextToken : Values_0.NextToken.t option;
    (*

    The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of Values_0.InternalServerError.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?mappings:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerError of Values_0.InternalServerError.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerError of Values_0.InternalServerError.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Values_0.PatchGroup.t | `Structure of (string * [> `Boolean of Values_0.DefaultBaseline.t | `Enum of string | `String of Values_0.BaselineId.t ]) list ]) list ] list | `String of Values_0.NextToken.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