Module Values.DescribeVcenterClientsRequestSource

Returns a list of the installed vCenter clients.

Sourcetype nonrec t = {
  1. maxResults : MaxResultsType.t option;
    (*

    Maximum results to be returned in DescribeVcenterClients.

    *)
  2. nextToken : PaginationToken.t option;
    (*

    Next pagination token to be provided for DescribeVcenterClients.

    *)
}
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResultsType.t | `String of PaginationToken.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