Module Smaws_Client_SFN.ListStateMachineAliases

val request : Smaws_Lib.Context.t -> list_state_machine_aliases_input -> (list_state_machine_aliases_output, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidArn of invalid_arn | `InvalidToken of invalid_token | `ResourceNotFound of resource_not_found | `StateMachineDeleting of state_machine_deleting | `StateMachineDoesNotExist of state_machine_does_not_exist ]) Stdlib.result

Lists 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:

  • CreateStateMachineAlias
  • DescribeStateMachineAlias
  • UpdateStateMachineAlias
  • DeleteStateMachineAlias