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

DescribeStateMachineForExecutionOutput

import type { DescribeStateMachineForExecutionOutput } from "https://aws-api.deno.dev/v0.3/services/stepfunctions.ts?docs=full";
interface DescribeStateMachineForExecutionOutput {
definition: string;
loggingConfiguration?: LoggingConfiguration | null;
name: string;
roleArn: string;
stateMachineArn: string;
tracingConfiguration?: TracingConfiguration | null;
updateDate: Date | number;
}

§Properties

§
definition: string
[src]

The Amazon States Language definition of the state machine. See Amazon States Language.

§
loggingConfiguration?: LoggingConfiguration | null
[src]
§
name: string
[src]

The name of the state machine associated with the execution.

§
roleArn: string
[src]

The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

§
stateMachineArn: string
[src]

The Amazon Resource Name (ARN) of the state machine associated with the execution.

§
tracingConfiguration?: TracingConfiguration | null
[src]

Selects whether AWS X-Ray tracing is enabled.

§
updateDate: Date | number
[src]

The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.