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

CloudWatchEventsExecutionDataDetails

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

Provides details about execution input or output.

interface CloudWatchEventsExecutionDataDetails {
included?: boolean | null;
}

§Properties

§
included?: boolean | null
[src]

Indicates whether input or output was included in the response. Always true for API calls.