Values.GetLayerVersionResponseSourceReturns 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 = {content : LayerVersionContentOutput.t option;Details about the layer version.
*)layerArn : LayerArn.t option;The ARN of the layer.
*)layerVersionArn : LayerVersionArn.t option;The ARN of the layer version.
*)description : Description.t option;The description of the version.
*)createdDate : Timestamp.t option;The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
*)version : LayerVersionNumber.t option;The version number.
*)compatibleRuntimes : CompatibleRuntimes.t option;The layer's compatible runtimes. The following list includes deprecated runtimes. For more information, see Runtime use after deprecation. For a list of all currently supported runtimes, see Supported runtimes.
*)licenseInfo : LicenseInfo.t option;The layer's software license.
*)compatibleArchitectures : CompatibleArchitectures.t option;A list of compatible instruction set architectures.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceException of ServiceException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Long of LayerVersionNumber.t
| `String of LayerArn.t
| `Structure of
(string * [> `Long of Long.t | `String of String_.t ]) list ])
list ]