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

ListCommandInvocationsResult

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

§Properties

§
CommandInvocations?: CommandInvocation[] | null
[src]

(Optional) A list of all invocations.

§
NextToken?: string | null
[src]

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