Module Values.UpdateDomainInputSource

Updates a Amazon DataZone domain.

Sourcetype nonrec t = {
  1. identifier : DomainId.t;
    (*

    The ID of the Amazon Web Services domain that is to be updated.

    *)
  2. description : String_.t option;
    (*

    The description to be updated as part of the UpdateDomain action.

    *)
  3. singleSignOn : SingleSignOn.t option;
    (*

    The single sign-on option to be updated as part of the UpdateDomain action.

    *)
  4. domainExecutionRole : RoleArn.t option;
    (*

    The domain execution role to be updated as part of the UpdateDomain action.

    *)
  5. serviceRole : RoleArn.t option;
    (*

    The service role of the domain.

    *)
  6. name : String_.t option;
    (*

    The name to be updated as part of the UpdateDomain action.

    *)
  7. clientToken : String_.t option;
    (*

    A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?singleSignOn:??? -> ?domainExecutionRole:??? -> ?serviceRole:??? -> ?name:??? -> ?clientToken:??? -> identifier:DomainId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainId.t | `Structure of (string * [> `Enum of string | `String of SingleSignOnIdcInstanceArnString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t