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

ExecutionSucceededEventDetails

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

Contains details about the successful termination of the execution.

interface ExecutionSucceededEventDetails {
output?: string | null;
outputDetails?: HistoryEventExecutionDataDetails | null;
}

§Properties

§
output?: string | null
[src]

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

§

Contains details about the output of an execution history event.