Module Values_1.DescribeProjectOutputSource

Describes the details of a project.

Sourcetype nonrec t = {
  1. projectArn : ProjectArn.t option;
    (*

    The Amazon Resource Name (ARN) of the project.

    *)
  2. projectName : ProjectEntityName.t option;
    (*

    The name of the project.

    *)
  3. projectId : ProjectId.t option;
    (*

    The ID of the project.

    *)
  4. projectDescription : Values_0.EntityDescription.t option;
    (*

    The description of the project.

    *)
  5. serviceCatalogProvisioningDetails : ServiceCatalogProvisioningDetails.t option;
    (*

    Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.

    *)
  6. serviceCatalogProvisionedProductDetails : ServiceCatalogProvisionedProductDetails.t option;
    (*

    Information about a provisioned service catalog product.

    *)
  7. projectStatus : ProjectStatus.t option;
    (*

    The status of the project.

    *)
  8. templateProviderDetails : TemplateProviderDetailList.t option;
    (*

    An array of template providers associated with the project.

    *)
  9. createdBy : Values_0.UserContext.t option;
  10. creationTime : Values_0.Timestamp.t option;
    (*

    The time when the project was created.

    *)
  11. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The timestamp when project was last modified.

    *)
  12. lastModifiedBy : Values_0.UserContext.t option;
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?projectArn:??? -> ?projectName:??? -> ?projectId:??? -> ?projectDescription:??? -> ?serviceCatalogProvisioningDetails:??? -> ?serviceCatalogProvisionedProductDetails:??? -> ?projectStatus:??? -> ?templateProviderDetails:??? -> ?createdBy:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t