Smaws_Client_RDS.RegisterDBProxyTargetsAssociate one or more DBProxyTarget data structures with a DBProxyTargetGroup.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `DBProxyNotFoundFault of Types.db_proxy_not_found_fault
| `DBProxyTargetAlreadyRegisteredFault of
Types.db_proxy_target_already_registered_fault
| `DBProxyTargetGroupNotFoundFault of
Types.db_proxy_target_group_not_found_fault
| `InsufficientAvailableIPsInSubnetFault of
Types.insufficient_available_i_ps_in_subnet_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault
| `InvalidDBProxyStateFault of Types.invalid_db_proxy_state_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.register_db_proxy_targets_request ->
(Types.register_db_proxy_targets_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `DBProxyNotFoundFault of Types.db_proxy_not_found_fault
| `DBProxyTargetAlreadyRegisteredFault of
Types.db_proxy_target_already_registered_fault
| `DBProxyTargetGroupNotFoundFault of
Types.db_proxy_target_group_not_found_fault
| `InsufficientAvailableIPsInSubnetFault of
Types.insufficient_available_i_ps_in_subnet_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault
| `InvalidDBProxyStateFault of Types.invalid_db_proxy_state_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.register_db_proxy_targets_request ->
(Types.register_db_proxy_targets_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `DBProxyNotFoundFault of Types.db_proxy_not_found_fault
| `DBProxyTargetAlreadyRegisteredFault of
Types.db_proxy_target_already_registered_fault
| `DBProxyTargetGroupNotFoundFault of
Types.db_proxy_target_group_not_found_fault
| `InsufficientAvailableIPsInSubnetFault of
Types.insufficient_available_i_ps_in_subnet_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault
| `InvalidDBProxyStateFault of Types.invalid_db_proxy_state_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result