Values.CreateProjectOutputSourceCreates an Amazon DataZone project.
type nonrec t = {domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which the project was created.
*)id : ProjectId.t option;The ID of the Amazon DataZone project.
*)name : ProjectName.t option;The name of the project.
*)description : Description.t option;The description of the project.
*)projectStatus : ProjectStatus.t option;The status of the Amazon DataZone project that was created.
*)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 the project was created.
*)lastUpdatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when the project was last updated.
*)resourceTags : ResourceTags.t option;The resource tags of the project.
*)glossaryTerms : GlossaryTerms.t option;The glossary terms that can be used in the project.
*)domainUnitId : DomainUnitId.t option;The ID of the domain unit.
*)projectProfileId : ProjectProfileId.t option;The project profile ID.
*)userParameters : EnvironmentConfigurationUserParametersList.t option;The user parameters of the project.
*)environmentDeploymentDetails : EnvironmentDeploymentDetails.t option;The environment deployment details.
*)projectCategory : String_.t option;The category of the project.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?domainId:??? ->
?id:??? ->
?name:??? ->
?description:??? ->
?projectStatus:??? ->
?failureReasons:??? ->
?createdBy:??? ->
?createdAt:??? ->
?lastUpdatedAt:??? ->
?resourceTags:??? ->
?glossaryTerms:??? ->
?domainUnitId:??? ->
?projectProfileId:??? ->
?userParameters:??? ->
?environmentDeploymentDetails:??? ->
?projectCategory:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
* [> `Enum of string
| `List of
[> `String of GlossaryTermId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of (string * [> `String of AwsAccountId.t ]) list ])
list ]
list
| `String of DomainId.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ]
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]