package awsm-codegen

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Awsm_codegen.Result_decoderSource

Sourcetype t =
  1. | Xml
  2. | Json
  3. | Of_header_and_body of string option

How to decode a result body for the rest_json,xml protocol.

Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval of_botodata_xml : Botodata.operation -> shapes:(string, Botodata.shape) Core.List.Assoc.t -> t option

Determine the decoder from a parsed Botodata.operation.

Sourceval of_botodata_json : Botodata.operation -> shapes:(string, Botodata.shape) Core.List.Assoc.t -> t option