Module Values_1.DescribePatchBaselinesRequestSource

Lists the patch baselines in your Amazon Web Services account.

Sourcetype nonrec t = {
  1. filters : Values_0.PatchOrchestratorFilterList.t option;
    (*

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

    *)
  2. maxResults : Values_0.PatchBaselineMaxResults.t option;
    (*

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

    *)
  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 : ?filters:??? -> ?maxResults:??? -> ?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