Module Values.DescribeUserRequestSource

Describes the user assigned to the specific file transfer protocol-enabled server, as identified by its ServerId property. The response from this call returns the properties of the user associated with the ServerId value that was specified.

Sourcetype nonrec t = {
  1. serverId : ServerId.t;
    (*

    A system-assigned unique identifier for a server that has this user assigned.

    *)
  2. userName : UserName.t;
    (*

    The name of the user assigned to one or more servers. User names are part of the sign-in credentials to use the Transfer Family service and perform file transfer tasks.

    *)
}
Sourceval context_ : string
Sourceval make : serverId:ServerId.t -> userName:UserName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ServerId.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