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

ListCommandInvocationsRequest

import type { ListCommandInvocationsRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface ListCommandInvocationsRequest {
CommandId?: string | null;
Details?: boolean | null;
Filters?: CommandFilter[] | null;
InstanceId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
CommandId?: string | null
[src]

(Optional) The invocations for a specific command ID.

§
Details?: boolean | null
[src]

(Optional) If set this returns the response of the command executions and any command output. The default value is false.

§
Filters?: CommandFilter[] | null
[src]

(Optional) One or more filters. Use a filter to return a more specific list of results.

§
InstanceId?: string | null
[src]

(Optional) The command execution details for a specific managed node ID.

§
MaxResults?: number | null
[src]

(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

§
NextToken?: string | null
[src]

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