Values_1.DescribeDBProxyTargetGroupsResponseSourceReturns information about DB proxy target groups, represented by DBProxyTargetGroup data structures.
type describeDBProxyTargetGroupsResult = {targetGroups : Values_0.TargetGroupList.t option;An arbitrary number of DBProxyTargetGroup objects, containing details of the corresponding target groups.
*)marker : Values_0.String_.t option;An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
*)}and t = {describeDBProxyTargetGroupsResult : describeDBProxyTargetGroupsResult;responseMetaData : responseMetaData;}type error = [ | `DBProxyNotFoundFault of Values_0.DBProxyNotFoundFault.t| `DBProxyTargetGroupNotFoundFault of Values_0.DBProxyTargetGroupNotFoundFault.t| `InvalidDBProxyStateFault of Values_0.InvalidDBProxyStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBProxyNotFoundFault of unit
| `DBProxyTargetGroupNotFoundFault of unit
| `InvalidDBProxyStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBProxyNotFoundFault of unit
| `DBProxyTargetGroupNotFoundFault of unit
| `InvalidDBProxyStateFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of bool
| `String of string
| `Structure of
(string
* [> `Integer of int
| `List of [> `String of string ] list
| `String of string ])
list
| `Timestamp of string ])
list ]
list
| `String of Values_0.String_.t ])
list ])
list ]