Updates the configuration of an existing state machine alias by modifying its description
or routingConfiguration
.
See https://www.paws-r-sdk.com/docs/sfn_update_state_machine_alias/ for full documentation.
sfn_update_state_machine_alias(
stateMachineAliasArn,
description = NULL,
routingConfiguration = NULL
)
[required] The Amazon Resource Name (ARN) of the state machine alias.
A description of the state machine alias.
The routing configuration of the state machine alias.
An array of RoutingConfig
objects that specifies up to two state
machine versions that the alias starts executions for.