Module Values_1.DeregisterDBProxyTargetsRequestSource

Remove the association between one or more DBProxyTarget data structures and a DBProxyTargetGroup.

Sourcetype nonrec t = {
  1. dBProxyName : Values_0.DBProxyName.t;
    (*

    The identifier of the DBProxy that is associated with the DBProxyTargetGroup.

    *)
  2. targetGroupName : Values_0.DBProxyTargetGroupName.t option;
    (*

    The identifier of the DBProxyTargetGroup.

    *)
  3. dBInstanceIdentifiers : Values_0.StringList.t option;
    (*

    One or more DB instance identifiers.

    *)
  4. dBClusterIdentifiers : Values_0.StringList.t option;
    (*

    One or more DB cluster identifiers.

    *)
}
Sourceval context_ : string
Sourceval make : ?targetGroupName:??? -> ?dBInstanceIdentifiers:??? -> ?dBClusterIdentifiers:??? -> dBProxyName:Values_0.DBProxyName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.DBProxyName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t