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

CommandPlugin

import type { CommandPlugin } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface CommandPlugin {
Name?: string | null;
Output?: string | null;
OutputS3BucketName?: string | null;
OutputS3KeyPrefix?: string | null;
OutputS3Region?: string | null;
ResponseCode?: number | null;
ResponseFinishDateTime?: Date | number | null;
ResponseStartDateTime?: Date | number | null;
StandardErrorUrl?: string | null;
StandardOutputUrl?: string | null;
Status?: CommandPluginStatus | null;
StatusDetails?: string | null;
}

§Properties

§
Name?: string | null
[src]
§
Output?: string | null
[src]
§
OutputS3BucketName?: string | null
[src]
§
OutputS3KeyPrefix?: string | null
[src]
§
OutputS3Region?: string | null
[src]
§
ResponseCode?: number | null
[src]
§
ResponseFinishDateTime?: Date | number | null
[src]
§
ResponseStartDateTime?: Date | number | null
[src]
§
StandardErrorUrl?: string | null
[src]
§
StandardOutputUrl?: string | null
[src]
§
StatusDetails?: string | null
[src]