Values.GetProjectProfileOutputSourceThe details of the project profile.
type nonrec t = {domainId : DomainId.t option;The ID of the domain of the project profile.
*)id : ProjectProfileId.t option;The ID of the project profile.
*)name : ProjectProfileName.t option;The name of the project profile.
*)description : Description.t option;The description of the project profile.
*)status : Status.t option;The status of the project profile.
*)projectResourceTags : ProjectResourceTagParameters.t option;The resource tags of the project profile.
*)allowCustomProjectResourceTags : Boolean.t option;Specifies whether custom project resource tags are supported.
*)projectResourceTagsDescription : Description.t option;Field viewable through the UI that provides a project user with the allowed resource tag specifications.
*)environmentConfigurations : EnvironmentConfigurationsList.t option;The environment configurations of the project profile.
*)createdBy : CreatedBy.t option;The user who created the project profile.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when the project profile was created.
*)lastUpdatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when project profile was last updated.
*)domainUnitId : DomainUnitId.t option;The ID of the domain unit of the project profile.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?domainId:??? ->
?id:??? ->
?name:??? ->
?description:??? ->
?status:??? ->
?projectResourceTags:??? ->
?allowCustomProjectResourceTags:??? ->
?projectResourceTagsDescription:??? ->
?environmentConfigurations:??? ->
?createdBy:??? ->
?createdAt:??? ->
?lastUpdatedAt:??? ->
?domainUnitId:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of DeploymentOrder.t
| `List of [> `String of AccountPoolId.t ] list
| `String of TagKey.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of
EnvironmentConfigurationParameterName.t ])
list ]
list
| `String of ParameterStorePath.t ])
list ])
list ]
list
| `String of DomainId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]