Values_1.DescribeDBProxyTargetsResponseSourceReturns information about DBProxyTarget objects. This API supports pagination.
type describeDBProxyTargetsResult = {targets : Values_0.TargetList.t option;An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.
*)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 = {describeDBProxyTargetsResult : describeDBProxyTargetsResult;responseMetaData : responseMetaData;}type error = [ | `DBProxyNotFoundFault of Values_0.DBProxyNotFoundFault.t| `DBProxyTargetGroupNotFoundFault of Values_0.DBProxyTargetGroupNotFoundFault.t| `DBProxyTargetNotFoundFault of Values_0.DBProxyTargetNotFoundFault.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
| `DBProxyTargetNotFoundFault 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
| `DBProxyTargetNotFoundFault 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
* [> `Enum of string
| `Integer of int
| `String of string
| `Structure of
(string
* [> `Enum of string | `String of string ])
list ])
list ]
list
| `String of Values_0.String_.t ])
list ])
list ]