package aws-config

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

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.