Smaws_Client_SFN.ListStateMachineAliasesLists aliases for a specified state machine ARN. Results are sorted by time, with the most recently created aliases listed first.
To list aliases that reference a state machine version, you can specify the version ARN in the stateMachineArn parameter.
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
Related operations:
CreateStateMachineAliasDescribeStateMachineAliasUpdateStateMachineAliasDeleteStateMachineAliasval error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidArn of Types.invalid_arn
| `InvalidToken of Types.invalid_token
| `ResourceNotFound of Types.resource_not_found
| `StateMachineDeleting of Types.state_machine_deleting
| `StateMachineDoesNotExist of Types.state_machine_does_not_exist ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_state_machine_aliases_input ->
(Types.list_state_machine_aliases_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidArn of Types.invalid_arn
| `InvalidToken of Types.invalid_token
| `ResourceNotFound of Types.resource_not_found
| `StateMachineDeleting of Types.state_machine_deleting
| `StateMachineDoesNotExist of Types.state_machine_does_not_exist ])
Stdlib.result