Module Values.FunctionDefinitionVersionSource

Information about a function definition version.

Sourcetype nonrec t = {
  1. defaultConfig : FunctionDefaultConfig.t option;
    (*

    The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.

    *)
  2. functions : Function.t list option;
    (*

    A list of Lambda functions in this function definition version.

    *)
}
Sourceval make : ?defaultConfig:??? -> ?functions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Integer of int ]) list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Integer of int ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t