Values.UpdateDomainOutputSourceUpdates a Amazon DataZone domain.
type nonrec t = {id : DomainId.t option;The identifier of the Amazon DataZone domain.
*)rootDomainUnitId : DomainUnitId.t option;The ID of the root domain unit.
*)description : String_.t option;The description to be updated as part of the UpdateDomain action.
*)singleSignOn : SingleSignOn.t option;The single sign-on option of the Amazon DataZone domain.
*)domainExecutionRole : RoleArn.t option;The domain execution role to be updated as part of the UpdateDomain action.
*)serviceRole : RoleArn.t option;The service role of the domain.
*)name : String_.t option;The name to be updated as part of the UpdateDomain action.
*)lastUpdatedAt : UpdatedAt.t option;Specifies the timestamp of when the domain was last updated.
*)}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 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
* [> `String of DomainId.t
| `Structure of
(string
* [> `Enum of string
| `String of SingleSignOnIdcInstanceArnString.t ])
list
| `Timestamp of UpdatedAt.t ])
list ]