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

HistoryEventExecutionDataDetails

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

Provides details about input or output in an execution history event.

interface HistoryEventExecutionDataDetails {
truncated?: boolean | null;
}

§Properties

§
truncated?: boolean | null
[src]

Indicates whether input or output was truncated in the response. Always false for API calls.