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

SendCommandResult

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

§Properties

§
Command?: Command | null
[src]

The request as it was received by Systems Manager. Also provides the command ID which can be used future references to this request.