Values.GetFunctionDefinitionVersionResponseSourceRetrieves information about a Lambda function definition version, including which Lambda functions are included in the version and their configurations.
type nonrec t = {arn : string option;The ARN of the function definition version.
*)creationTimestamp : string option;The time, in milliseconds since the epoch, when the function definition version was created.
*)definition : FunctionDefinitionVersion.t option;Information on the definition.
*)id : string option;The ID of the function definition version.
*)nextToken : string option;The token for the next set of results, or ''null'' if there are no additional results.
*)version : string option;The version of the function definition version.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of string ])
list ]
list
| `Map of
([> `String of string ]
* [> `String of string ])
list
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Integer of int ])
list ])
list ])
list ])
list ])
list ]
list
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Integer of int ]) list ])
list ])
list ])
list ])
list ]