Values_1.DescribeProjectOutputSourceDescribes the details of a project.
type nonrec t = {projectArn : ProjectArn.t option;The Amazon Resource Name (ARN) of the project.
*)projectName : ProjectEntityName.t option;The name of the project.
*)projectId : ProjectId.t option;The ID of the project.
*)projectDescription : Values_0.EntityDescription.t option;The description of the project.
*)serviceCatalogProvisioningDetails : ServiceCatalogProvisioningDetails.t option;Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.
*)serviceCatalogProvisionedProductDetails : ServiceCatalogProvisionedProductDetails.t
option;Information about a provisioned service catalog product.
*)projectStatus : ProjectStatus.t option;The status of the project.
*)templateProviderDetails : TemplateProviderDetailList.t option;An array of template providers associated with the project.
*)createdBy : Values_0.UserContext.t option;creationTime : Values_0.Timestamp.t option;The time when the project was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp when project was last modified.
*)lastModifiedBy : Values_0.UserContext.t option;}val make :
?projectArn:??? ->
?projectName:??? ->
?projectId:??? ->
?projectDescription:??? ->
?serviceCatalogProvisioningDetails:??? ->
?serviceCatalogProvisionedProductDetails:??? ->
?projectStatus:??? ->
?templateProviderDetails:??? ->
?createdBy:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?lastModifiedBy:??? ->
unit ->
tval error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of string ]) list ]
list
| `String of string
| `Structure of
(string * [> `String of string ]) list ])
list ])
list ]
list
| `String of ProjectArn.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ProvisioningParameterKey.t ])
list ]
list
| `String of ServiceCatalogEntityId.t
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]