Values.DescribeStateMachineAliasOutputSourceReturns details about a state machine alias. Related operations: CreateStateMachineAlias ListStateMachineAliases UpdateStateMachineAlias DeleteStateMachineAlias
type nonrec t = {stateMachineAliasArn : Arn.t option;The Amazon Resource Name (ARN) of the state machine alias.
*)name : Name.t option;The name of the state machine alias.
*)description : AliasDescription.t option;A description of the alias.
*)routingConfiguration : RoutingConfigurationList.t option;The routing configuration of the alias.
*)creationDate : Timestamp.t option;The date the state machine alias was created.
*)updateDate : Timestamp.t option;The date the state machine alias was last updated. For a newly created state machine, this is the same as the creation date.
*)}type nonrec error = [ | `InvalidArn of InvalidArn.t| `ResourceNotFound of ResourceNotFound.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidArn of InvalidArn.t
| `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidArn of InvalidArn.t
| `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of VersionWeight.t | `String of Arn.t ])
list ]
list
| `String of Arn.t
| `Timestamp of Timestamp.t ])
list ]