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

DescribePatchPropertiesResult

import type { DescribePatchPropertiesResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribePatchPropertiesResult {
NextToken?: string | null;
Properties?: ({
[key: string]: string | null | undefined;
}
)
[]
| null;
}

§Properties

§
NextToken?: string | null
[src]

The token for the next set of items to return. (You use this token in the next call.)

§
Properties?: ({
[key: string]: string | null | undefined;
}
)
[]
| null
[src]

A list of the properties for patches matching the filter request parameters.