Values.SendTaskSuccessOutputSourceUsed 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.
type nonrec error = [ | `InvalidOutput of InvalidOutput.t| `InvalidToken of InvalidToken.t| `KmsAccessDeniedException of KmsAccessDeniedException.t| `KmsInvalidStateException of KmsInvalidStateException.t| `KmsThrottlingException of KmsThrottlingException.t| `TaskDoesNotExist of TaskDoesNotExist.t| `TaskTimedOut of TaskTimedOut.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidOutput of InvalidOutput.t
| `InvalidToken of InvalidToken.t
| `KmsAccessDeniedException of KmsAccessDeniedException.t
| `KmsInvalidStateException of KmsInvalidStateException.t
| `KmsThrottlingException of KmsThrottlingException.t
| `TaskDoesNotExist of TaskDoesNotExist.t
| `TaskTimedOut of TaskTimedOut.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidOutput of InvalidOutput.t
| `InvalidToken of InvalidToken.t
| `KmsAccessDeniedException of KmsAccessDeniedException.t
| `KmsInvalidStateException of KmsInvalidStateException.t
| `KmsThrottlingException of KmsThrottlingException.t
| `TaskDoesNotExist of TaskDoesNotExist.t
| `TaskTimedOut of TaskTimedOut.t
| `Unknown_operation_error of string * string option ]