Values_1.RegisterDBProxyTargetsResponseSourceAssociate one or more DBProxyTarget data structures with a DBProxyTargetGroup.
type registerDBProxyTargetsResult = {dBProxyTargets : Values_0.TargetList.t option;One or more DBProxyTarget objects that are created when you register targets with a target group.
*)}and t = {registerDBProxyTargetsResult : registerDBProxyTargetsResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterNotFoundFault of Values_0.DBClusterNotFoundFault.t| `DBInstanceNotFoundFault of Values_0.DBInstanceNotFoundFault.t| `DBProxyNotFoundFault of Values_0.DBProxyNotFoundFault.t| `DBProxyTargetAlreadyRegisteredFault of
Values_0.DBProxyTargetAlreadyRegisteredFault.t| `DBProxyTargetGroupNotFoundFault of Values_0.DBProxyTargetGroupNotFoundFault.t| `InsufficientAvailableIPsInSubnetFault of
Values_0.InsufficientAvailableIPsInSubnetFault.t| `InvalidDBClusterStateFault of Values_0.InvalidDBClusterStateFault.t| `InvalidDBInstanceStateFault of Values_0.InvalidDBInstanceStateFault.t| `InvalidDBProxyStateFault of Values_0.InvalidDBProxyStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterNotFoundFault of unit
| `DBInstanceNotFoundFault of unit
| `DBProxyNotFoundFault of unit
| `DBProxyTargetAlreadyRegisteredFault of unit
| `DBProxyTargetGroupNotFoundFault of unit
| `InsufficientAvailableIPsInSubnetFault of unit
| `InvalidDBClusterStateFault of unit
| `InvalidDBInstanceStateFault of unit
| `InvalidDBProxyStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterNotFoundFault of unit
| `DBInstanceNotFoundFault of unit
| `DBProxyNotFoundFault of unit
| `DBProxyTargetAlreadyRegisteredFault of unit
| `DBProxyTargetGroupNotFoundFault of unit
| `InsufficientAvailableIPsInSubnetFault of unit
| `InvalidDBClusterStateFault of unit
| `InvalidDBInstanceStateFault of unit
| `InvalidDBProxyStateFault of unit
| `Unknown_operation_error of string * string option ]