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

JobFlowExecutionStatusDetail

import type { JobFlowExecutionStatusDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";
interface JobFlowExecutionStatusDetail {
CreationDateTime: Date | number;
EndDateTime?: Date | number | null;
LastStateChangeReason?: string | null;
ReadyDateTime?: Date | number | null;
StartDateTime?: Date | number | null;
}

§Properties

§
CreationDateTime: Date | number
[src]
§
EndDateTime?: Date | number | null
[src]
§
LastStateChangeReason?: string | null
[src]
§
ReadyDateTime?: Date | number | null
[src]
§
StartDateTime?: Date | number | null
[src]