Module Values_1.ModifyDBProxyTargetGroupResponseSource

Modifies the properties of a DBProxyTargetGroup.

Sourcetype modifyDBProxyTargetGroupResult = {
  1. dBProxyTargetGroup : Values_0.DBProxyTargetGroup.t option;
    (*

    The settings of the modified DBProxyTarget.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. modifyDBProxyTargetGroupResult : modifyDBProxyTargetGroupResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBProxyNotFoundFault of Values_0.DBProxyNotFoundFault.t
  2. | `DBProxyTargetGroupNotFoundFault of Values_0.DBProxyTargetGroupNotFoundFault.t
  3. | `InvalidDBProxyStateFault of Values_0.InvalidDBProxyStateFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBProxyTargetGroup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBProxyNotFoundFault of unit | `DBProxyTargetGroupNotFoundFault of unit | `InvalidDBProxyStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBProxyNotFoundFault of unit | `DBProxyTargetGroupNotFoundFault of unit | `InvalidDBProxyStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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