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

DescribeInstancePatchStatesForPatchGroupRequest

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

§Properties

§

Each entry in the array is a structure containing:

  • Key (string between 1 and 200 characters)
  • Values (array containing a single string)
  • Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
§
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.)

§
PatchGroup: string
[src]

The name of the patch group for which the patch state information should be retrieved.