package aws

  1. Overview
  2. Docs

Module Aws.BaseTypesSource

This module contains base case types for the various datatypes used as input or output by AWS api calls.

Sourcemodule type Base = sig ... end
Sourcemodule Unit : Base with type t = unit
Sourcemodule String : Base with type t = string
Sourcemodule Blob : Base with type t = string
Sourcemodule Boolean : Base with type t = bool
Sourcemodule Integer : Base with type t = int
Sourcemodule Long : Base with type t = int
Sourcemodule Double : Base with type t = float
Sourcemodule Float : Base with type t = float
OCaml

Innovation. Community. Security.