package awsm-codegen

  1. Overview
  2. Docs

Parsers for Amazon service specification from boto library

This module can be used to parse the JSON-encoded specification of Amazon services provided in the boto library.

The specification files are provided in boto library, and the function traversal can be used to read all the specifications from local copy of boto source code.

val to_ocaml : string -> Ppxlib.expression

to_ocaml x converts a service name in Botocore format to a value in Awsm.Service.

module TimestampFormat : sig ... end
module Location : sig ... end
module Uri : sig ... end
module Metadata : sig ... end
val parse_requestUri : string -> Botodata.requestUri

Parse a string into a requestUri (list of tokens) or raise Failure.

module XmlNamespace : sig ... end
module Error : sig ... end
module Operation : sig ... end
module Operations : sig ... end
module Shape : sig ... end
module Shapes : sig ... end
val parse : Json.t -> t
val of_json : string -> t
OCaml

Innovation. Community. Security.