Module Values_1.DescribePatchGroupsRequestSource

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

Sourcetype nonrec t = {
  1. maxResults : Values_0.PatchBaselineMaxResults.t option;
    (*

    The maximum number of patch groups to return (per page).

    *)
  2. filters : Values_0.PatchOrchestratorFilterList.t option;
    (*

    Each element in the array is a structure containing a key-value pair. Supported keys for DescribePatchGroups include the following: NAME_PREFIX Sample values: AWS- | My-. OPERATING_SYSTEM Sample values: AMAZON_LINUX | SUSE | WINDOWS

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

    The token for the next set of items to return. (You received this token from a previous call.)

    *)
}
Sourceval make : ?maxResults:??? -> ?filters:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.PatchBaselineMaxResults.t | `List of [> `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) 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