Values.DescribeProjectResponseSourceReturns the definition of a specific DataBrew project.
type nonrec t = {createDate : Date.t option;The date and time that the project was created.
*)createdBy : CreatedBy.t option;The identifier (user name) of the user who created the project.
*)datasetName : DatasetName.t option;The dataset associated with the project.
*)lastModifiedDate : Date.t option;The date and time that the project was last modified.
*)lastModifiedBy : LastModifiedBy.t option;The identifier (user name) of the user who last modified the project.
*)name : ProjectName.t option;The name of the project.
*)recipeName : RecipeName.t option;The recipe associated with this job.
*)resourceArn : Arn.t option;The Amazon Resource Name (ARN) of the project.
*)sample : Sample.t option;roleArn : Arn.t option;The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
*)sessionStatus : SessionStatus.t option;Describes the current state of the session: PROVISIONING - allocating resources for the session. INITIALIZING - getting the session ready for first use. ASSIGNED - the session is ready for use.
*)openedBy : OpenedBy.t option;The identifier (user name) of the user that opened the project for use.
*)openDate : Date.t option;The date and time when the project was opened.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of CreatedBy.t
| `Structure of
(string * [> `Enum of string | `Integer of SampleSize.t ]) list
| `Timestamp of Date.t ])
list ]