Values.DescribeVcenterClientsResponseSourceReturns a list of the installed vCenter clients.
type nonrec t = {items : VcenterClientList.t option;List of items returned by DescribeVcenterClients.
*)nextToken : PaginationToken.t option;Next pagination token returned from DescribeVcenterClients.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `UninitializedAccountException of UninitializedAccountException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ]
* [> `String of TagValue.t ])
list
| `String of VcenterClientID.t ])
list ]
list
| `String of PaginationToken.t ])
list ]