Values.CreateFunctionDefinitionResponseSourceCreates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group. You can create an initial version of the definition by providing a list of Lambda functions and their configurations now, or use ''CreateFunctionDefinitionVersion'' later.
type nonrec t = {arn : string option;The ARN of the definition.
*)creationTimestamp : string option;The time, in milliseconds since the epoch, when the definition was created.
*)id : string option;The ID of the definition.
*)lastUpdatedTimestamp : string option;The time, in milliseconds since the epoch, when the definition was last updated.
*)latestVersion : string option;The ID of the latest version associated with the definition.
*)latestVersionArn : string option;The ARN of the latest version associated with the definition.
*)name : string option;The name of the definition.
*)}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 ]