Values.FunctionSourceInformation about a Lambda function.
type nonrec t = {functionArn : string option;The ARN of the Lambda function.
*)functionConfiguration : FunctionConfiguration.t option;The configuration of the Lambda function.
*)id : string;A descriptive or arbitrary ID for the function. This value must be unique within the function definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
*)}val to_value :
t ->
[> `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 ]