Module Smaws_Client_SFN.SendTaskSuccess

Used by activity workers, Task states using the callback pattern, and optionally Task states using the job run pattern to report that the task identified by the taskToken completed successfully.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidOutput of Types.invalid_output | `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 | `TaskDoesNotExist of Types.task_does_not_exist | `TaskTimedOut of Types.task_timed_out ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.send_task_success_input -> (Types.send_task_success_output, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidOutput of Types.invalid_output | `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 | `TaskDoesNotExist of Types.task_does_not_exist | `TaskTimedOut of Types.task_timed_out ]) Stdlib.result