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

UpdateStateMachineInput

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

§Properties

§
definition?: string | null
[src]

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

§
loggingConfiguration?: LoggingConfiguration | null
[src]

The LoggingConfiguration data type is used to set CloudWatch Logs options.

§
roleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role of the state machine.

§
stateMachineArn: string
[src]

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

§
tracingConfiguration?: TracingConfiguration | null
[src]

Selects whether AWS X-Ray tracing is enabled.