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

ListCommandsResult

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

§Properties

§
Commands?: Command[] | null
[src]

(Optional) The list of commands requested by the user.

§
NextToken?: string | null
[src]

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