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

ExecutionStartedEventDetails

import type { ExecutionStartedEventDetails } from "https://aws-api.deno.dev/v0.3/services/stepfunctions.ts?docs=full";

Contains details about the start of the execution.

interface ExecutionStartedEventDetails {
input?: string | null;
inputDetails?: HistoryEventExecutionDataDetails | null;
roleArn?: string | null;
}

§Properties

§
input?: string | null
[src]

The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

§

Contains details about the input for an execution history event.

§
roleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.