Values.CodegenJobSourceDescribes the configuration for a code generation job that is associated with an Amplify app.
type nonrec t = {id : Uuid.t option;The unique ID for the code generation job.
*)appId : AppId.t option;The 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.
*)renderConfig : CodegenJobRenderConfig.t option;genericDataSchema : CodegenJobGenericDataSchema.t option;autoGenerateForms : Boolean.t option;Specifies whether to autogenerate forms in the code generation job.
*)features : CodegenFeatureFlags.t option;status : CodegenJobStatus.t option;The status of the code generation job.
*)statusMessage : String_.t option;The customized status message for the code generation job.
*)asset : CodegenJobAsset.t option;The CodegenJobAsset to use for the code generation job.
*)createdAt : SyntheticTimestamp_date_time.t option;The time that the code generation job was created.
*)modifiedAt : SyntheticTimestamp_date_time.t option;The time that the code generation job was modified.
*)dependencies : CodegenDependencies.t option;Lists the dependency packages that may be required for the project code to run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of String_.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Uuid.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Map of
([> `String of String_.t ]
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list
| `Map of
([> `String of String_.t ]
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `String of String_.t ] list
| `String of String_.t ])
list ])
list ])
list ])
list ])
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `Structure of
(string
* [> `Structure of
(string * [> `String of String_.t ]) list ])
list ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]