Values_1.ModifyDBProxyTargetGroupResponseSourceModifies the properties of a DBProxyTargetGroup.
type modifyDBProxyTargetGroupResult = {dBProxyTargetGroup : Values_0.DBProxyTargetGroup.t option;The settings of the modified DBProxyTarget.
*)}and t = {modifyDBProxyTargetGroupResult : modifyDBProxyTargetGroupResult;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
* [> `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 ])
list ]