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

StopExecutionInput

import type { StopExecutionInput } from "https://aws-api.deno.dev/v0.3/services/stepfunctions.ts?docs=full";
interface StopExecutionInput {
cause?: string | null;
error?: string | null;
executionArn: string;
}

§Properties

§
cause?: string | null
[src]

A more detailed explanation of the cause of the failure.

§
error?: string | null
[src]

The error code of the failure.

§
executionArn: string
[src]

The Amazon Resource Name (ARN) of the execution to stop.