Values.ProjectSummarySourceThe details of a Amazon DataZone project.
type nonrec t = {domainId : DomainId.t option;The identifier of a Amazon DataZone domain where the project exists.
*)id : ProjectId.t option;The identifier of a project.
*)name : ProjectName.t option;The name of a project.
*)description : Description.t option;The description of a project.
*)projectStatus : ProjectStatus.t option;The status of the project.
*)failureReasons : FailureReasons.t option;Specifies the error message that is returned if the operation cannot be successfully completed.
*)createdBy : CreatedBy.t option;The Amazon DataZone user who created the project.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when a project was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when the project was updated.
*)domainUnitId : DomainUnitId.t option;The ID of the domain unit.
*)projectCategory : String_.t option;The category of the project.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of DomainId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]