Values.GetLayerVersionRequestSourceReturns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes.
type nonrec t = {layerName : LayerName.t;The name or Amazon Resource Name (ARN) of the layer.
*)versionNumber : LayerVersionNumber.t;The version number.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of LayerVersionNumber.t | `String of LayerName.t ])
list ]