Module Values_1.RegisterDBProxyTargetsResponseSource

Associate one or more DBProxyTarget data structures with a DBProxyTargetGroup.

Sourcetype registerDBProxyTargetsResult = {
  1. dBProxyTargets : Values_0.TargetList.t option;
    (*

    One or more DBProxyTarget objects that are created when you register targets with a target group.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. registerDBProxyTargetsResult : registerDBProxyTargetsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBClusterNotFoundFault of Values_0.DBClusterNotFoundFault.t
  2. | `DBInstanceNotFoundFault of Values_0.DBInstanceNotFoundFault.t
  3. | `DBProxyNotFoundFault of Values_0.DBProxyNotFoundFault.t
  4. | `DBProxyTargetAlreadyRegisteredFault of Values_0.DBProxyTargetAlreadyRegisteredFault.t
  5. | `DBProxyTargetGroupNotFoundFault of Values_0.DBProxyTargetGroupNotFoundFault.t
  6. | `InsufficientAvailableIPsInSubnetFault of Values_0.InsufficientAvailableIPsInSubnetFault.t
  7. | `InvalidDBClusterStateFault of Values_0.InvalidDBClusterStateFault.t
  8. | `InvalidDBInstanceStateFault of Values_0.InvalidDBInstanceStateFault.t
  9. | `InvalidDBProxyStateFault of Values_0.InvalidDBProxyStateFault.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBProxyTargets:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBClusterNotFoundFault of unit | `DBInstanceNotFoundFault of unit | `DBProxyNotFoundFault of unit | `DBProxyTargetAlreadyRegisteredFault of unit | `DBProxyTargetGroupNotFoundFault of unit | `InsufficientAvailableIPsInSubnetFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault of unit | `InvalidDBProxyStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBClusterNotFoundFault of unit | `DBInstanceNotFoundFault of unit | `DBProxyNotFoundFault of unit | `DBProxyTargetAlreadyRegisteredFault of unit | `DBProxyTargetGroupNotFoundFault of unit | `InsufficientAvailableIPsInSubnetFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault 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 * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ] 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