Module Values.SendTaskSuccessOutputSource

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.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `InvalidOutput of InvalidOutput.t
  2. | `InvalidToken of InvalidToken.t
  3. | `KmsAccessDeniedException of KmsAccessDeniedException.t
  4. | `KmsInvalidStateException of KmsInvalidStateException.t
  5. | `KmsThrottlingException of KmsThrottlingException.t
  6. | `TaskDoesNotExist of TaskDoesNotExist.t
  7. | `TaskTimedOut of TaskTimedOut.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t