package aws-config

  1. Overview
  2. Docs
Read AWS configuration in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.1.tar.gz
md5=d37e3ccde64a11912f075ffb15ab2b73
sha512=d9e0eedcc8e3d14431871b059a06e314063bdd4ca1c45e7af7308588c5836e2104a3f51a8043331b24701f15ba6d80274c2d64f93be3737d41bcd983ea09ac9f

doc/aws-config/Aws_config/index.html

Module Aws_configSource

Sourceval parse : string -> (string * ((string * string) list * (string * string) list)) list

Parse.parse

Sourceval to_yojson : ((string * string) list * (string * string) list) -> Yojson.Safe.t

Read.to_yojson

Sourceval read_file : ?profile:string -> string -> Yojson.Safe.t

Read.read_file

Sourceval read_credentials : ?profile:string -> unit -> Yojson.Safe.t

Read.read_credentials

Sourceval read_config : ?profile:string -> unit -> Yojson.Safe.t

Read.read_config

Sourceexception Invalid_json of Yojson.Safe.t
Sourceval get : string -> Yojson.Safe.t -> string option
Sourceval (#.) : Yojson.Safe.t -> string -> string option
Sourceval get_exn : string -> Yojson.Safe.t -> string
Sourceval (#.!) : Yojson.Safe.t -> string -> string
Sourceval s3 : string
Sourceval get_s3 : string -> [< `Assoc of (string * Yojson.Safe.t) list ] -> string option
Sourceval get_s3_exn : string -> [< `Assoc of (string * Yojson.Safe.t) list ] -> string
OCaml

Innovation. Community. Security.