Values.UpdateStateMachineAliasOutputSourceUpdates the configuration of an existing state machine alias by modifying its description or routingConfiguration. You must specify at least one of the description or routingConfiguration parameters to update a state machine alias. UpdateStateMachineAlias is an idempotent API. Step Functions bases the idempotency check on the stateMachineAliasArn, description, and routingConfiguration parameters. Requests with the same parameters return an idempotent response. This operation is eventually consistent. All StartExecution requests made within a few seconds use the latest alias configuration. Executions started immediately after calling UpdateStateMachineAlias may use the previous routing configuration. Related operations: CreateStateMachineAlias DescribeStateMachineAlias ListStateMachineAliases DeleteStateMachineAlias
type nonrec t = {updateDate : Timestamp.t option;The date and time the state machine alias was updated.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InvalidArn of InvalidArn.t| `ResourceNotFound of ResourceNotFound.t| `StateMachineDeleting of StateMachineDeleting.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InvalidArn of InvalidArn.t
| `ResourceNotFound of ResourceNotFound.t
| `StateMachineDeleting of StateMachineDeleting.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InvalidArn of InvalidArn.t
| `ResourceNotFound of ResourceNotFound.t
| `StateMachineDeleting of StateMachineDeleting.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]