Values.CreateDomainUnitOutputSourceCreates a domain unit in Amazon DataZone.
type nonrec t = {id : DomainUnitId.t option;The ID of the domain unit.
*)domainId : DomainId.t option;The ID of the domain where the domain unit was created.
*)name : DomainUnitName.t option;The name of the domain unit.
*)parentDomainUnitId : DomainUnitId.t option;The ID of the parent domain unit.
*)description : DomainUnitDescription.t option;The description of the domain unit.
*)owners : DomainUnitOwners.t option;The owners of the domain unit.
*)ancestorDomainUnitIds : DomainUnitIds.t option;The IDs of the ancestor domain units.
*)createdAt : CreatedAt.t option;The timestamp at which the domain unit was created.
*)createdBy : CreatedBy.t option;The user who created the domain unit.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.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
| `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
* [> `List of
[> `String of DomainUnitId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list ]
list
| `String of DomainUnitId.t
| `Timestamp of CreatedAt.t ])
list ]