Values.UpdateDomainInputSourceUpdates a Amazon DataZone domain.
type nonrec t = {identifier : DomainId.t;The ID of the Amazon Web Services domain that is to be updated.
*)description : String_.t option;The description to be updated as part of the UpdateDomain action.
*)singleSignOn : SingleSignOn.t option;The single sign-on option to be updated as part of the UpdateDomain action.
*)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.
*)clientToken : String_.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)}val make :
?description:??? ->
?singleSignOn:??? ->
?domainExecutionRole:??? ->
?serviceRole:??? ->
?name:??? ->
?clientToken:??? ->
identifier:DomainId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainId.t
| `Structure of
(string
* [> `Enum of string
| `String of SingleSignOnIdcInstanceArnString.t ])
list ])
list ]