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

ListCommandsRequest

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

§Properties

§
CommandId?: string | null
[src]

(Optional) If provided, lists only the specified command.

§
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) Lists commands issued against this managed node ID.

Note: You can't specify a managed node ID in the same command that you specify Status = Pending. This is because the command hasn't reached the managed node yet.

§
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.)