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
§
Status?: CommandPluginStatus | null
[src]