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;
State: JobFlowExecutionState;
}