Values.AwsLambdaFunctionLayerSourceAn Lambda layer.
type nonrec t = {arn : NonEmptyString.t option;The ARN of the function layer.
*)codeSize : Integer.t option;The size of the layer archive in bytes.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]