Values.DefinitionInformationSourceInformation about a definition.
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.
*)}