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

DescribeInstancePatchStatesRequest

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

§Properties

§
InstanceIds: string[]
[src]

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

§
MaxResults?: number | null
[src]

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