Module Values.SnapStartResponseSource

The function's SnapStart setting.

Sourcetype nonrec t = {
  1. applyOn : SnapStartApplyOn.t option;
    (*

    When set to PublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.

    *)
  2. optimizationStatus : SnapStartOptimizationStatus.t option;
    (*

    When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the specified function version.

    *)
}
Sourceval make : ?applyOn:??? -> ?optimizationStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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