Values.CodegenJobSummarySourceA summary of the basic information about the code generation job.
type nonrec t = {appId : AppId.t option;The unique ID of the Amplify app associated with the code generation job.
*)environmentName : String_.t option;The name of the backend environment associated with the code generation job.
*)id : Uuid.t option;The unique ID for the code generation job summary.
*)createdAt : SyntheticTimestamp_date_time.t option;The time that the code generation job summary was created.
*)modifiedAt : SyntheticTimestamp_date_time.t option;The time that the code generation job summary was modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AppId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]