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