Module Smaws_Client_SFN.GetExecutionHistory

Returns the history of the specified execution as a list of events. By default, the results are returned in ascending order of the timeStamp of the events. Use the reverseOrder parameter to get the latest events first.

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.

This API action is not supported by EXPRESS state machines.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ExecutionDoesNotExist of Types.execution_does_not_exist | `InvalidArn of Types.invalid_arn | `InvalidToken of Types.invalid_token | `KmsAccessDeniedException of Types.kms_access_denied_exception | `KmsInvalidStateException of Types.kms_invalid_state_exception | `KmsThrottlingException of Types.kms_throttling_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_execution_history_input -> (Types.get_execution_history_output, [> Smaws_Lib.Protocols.AwsJson.error | `ExecutionDoesNotExist of Types.execution_does_not_exist | `InvalidArn of Types.invalid_arn | `InvalidToken of Types.invalid_token | `KmsAccessDeniedException of Types.kms_access_denied_exception | `KmsInvalidStateException of Types.kms_invalid_state_exception | `KmsThrottlingException of Types.kms_throttling_exception ]) Stdlib.result