Values.LayerSourceAn Lambda layer.
type nonrec t = {arn : LayerVersionArn.t option;The Amazon Resource Name (ARN) of the function layer.
*)codeSize : Long.t option;The size of the layer archive in bytes.
*)signingProfileVersionArn : Arn.t option;The Amazon Resource Name (ARN) for a signing profile version.
*)signingJobArn : Arn.t option;The Amazon Resource Name (ARN) of a signing job.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Long.t | `String of LayerVersionArn.t ]) list ]