Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribePatchBaselinesRequest

import type { DescribePatchBaselinesRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribePatchBaselinesRequest {
Filters?: PatchOrchestratorFilter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: PatchOrchestratorFilter[] | null
[src]

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
§
MaxResults?: number | null
[src]

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

§
NextToken?: string | null
[src]

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