Module Values.GetIamPortalLoginUrlInputSource

Gets the data portal URL for the specified Amazon DataZone domain.

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

    the ID of the Amazon DataZone domain the data portal of which you want to get.

    *)
}
Sourceval context_ : string
Sourceval make : domainIdentifier:DomainId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainId.t ]) 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