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

CancelCommandRequest

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

§Properties

§
CommandId: string
[src]

The ID of the command you want to cancel.

§
InstanceIds?: string[] | null
[src]

(Optional) A list of managed node IDs on which you want to cancel the command. If not provided, the command is canceled on every node on which it was requested.