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

StartSyncExecutionOutput

import type { StartSyncExecutionOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/stepfunctions.ts";
interface StartSyncExecutionOutput {
billingDetails?: BillingDetails | null;
cause?: string | null;
error?: string | null;
executionArn: string;
input?: string | null;
name?: string | null;
output?: string | null;
outputDetails?: CloudWatchEventsExecutionDataDetails | null;
startDate: Date | number;
stateMachineArn?: string | null;
stopDate: Date | number;
traceHeader?: string | null;
}

§Properties

§
billingDetails?: BillingDetails | null
[src]
§
cause?: string | null
[src]
§
error?: string | null
[src]
§
executionArn: string
[src]
§
input?: string | null
[src]
§
name?: string | null
[src]
§
output?: string | null
[src]
§
startDate: Date | number
[src]
§
stateMachineArn?: string | null
[src]
§
stopDate: Date | number
[src]
§
traceHeader?: string | null
[src]