Module Values.GetLayerVersionByArnRequestSource

Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes.

Sourcetype nonrec t = {
  1. arn : LayerVersionArn.t;
    (*

    The ARN of the layer version.

    *)
}
Sourceval context_ : string
Sourceval make : arn:LayerVersionArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LayerVersionArn.t ]) 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