Values_1.DeregisterDBProxyTargetsRequestSourceRemove the association between one or more DBProxyTarget data structures and a DBProxyTargetGroup.
type nonrec t = {dBProxyName : Values_0.DBProxyName.t;The identifier of the DBProxy that is associated with the DBProxyTargetGroup.
*)targetGroupName : Values_0.DBProxyTargetGroupName.t option;The identifier of the DBProxyTargetGroup.
*)dBInstanceIdentifiers : Values_0.StringList.t option;One or more DB instance identifiers.
*)dBClusterIdentifiers : Values_0.StringList.t option;One or more DB cluster identifiers.
*)}val make :
?targetGroupName:??? ->
?dBInstanceIdentifiers:??? ->
?dBClusterIdentifiers:??? ->
dBProxyName:Values_0.DBProxyName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.DBProxyName.t ])
list ]