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

DescribeInstancePatchesRequest

import type { DescribeInstancePatchesRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribeInstancePatchesRequest {
Filters?: PatchOrchestratorFilter[] | null;
InstanceId: string;
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 DescribeInstancePatchesinclude the following:

  • Classification

    Sample values: Security | SecurityUpdates
  • KBId

    Sample values: KB4480056 | java-1.7.0-openjdk.x86_64
  • Severity

    Sample values: Important | Medium | Low
  • State

    Sample values: Installed | InstalledOther | InstalledPendingReboot
§
InstanceId: string
[src]

The ID of the managed node whose patch state information should be retrieved.

§
MaxResults?: number | null
[src]

The maximum number of patches 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.)