Module Values.CreateFunctionDefinitionVersionRequestSource

Information needed to create a function definition version.

Sourcetype nonrec t = {
  1. amznClientToken : string option;
    (*

    A client token used to correlate requests and responses.

    *)
  2. 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.

    *)
  3. functionDefinitionId : string;
    (*

    The ID of the Lambda function definition.

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

    A list of Lambda functions in this function definition version.

    *)
}
Sourceval context_ : string
Sourceval make : ?amznClientToken:??? -> ?defaultConfig:??? -> ?functions:??? -> functionDefinitionId:string -> 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 | `String of string | `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