Module Values_1.CreateDBProxyEndpointResponseSource

Creates a DBProxyEndpoint. Only applies to proxies that are associated with Aurora DB clusters. You can use DB proxy endpoints to specify read/write or read-only access to the DB cluster. You can also use DB proxy endpoints to access a DB proxy through a different VPC than the proxy's default VPC.

Sourcetype createDBProxyEndpointResult = {
  1. dBProxyEndpoint : Values_0.DBProxyEndpoint.t option;
    (*

    The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you create might provide capabilities such as read/write or read-only operations, or using a different VPC than the proxy's default VPC.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createDBProxyEndpointResult : createDBProxyEndpointResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBProxyEndpointAlreadyExistsFault of Values_0.DBProxyEndpointAlreadyExistsFault.t
  2. | `DBProxyEndpointQuotaExceededFault of Values_0.DBProxyEndpointQuotaExceededFault.t
  3. | `DBProxyNotFoundFault of Values_0.DBProxyNotFoundFault.t
  4. | `InvalidDBProxyStateFault of Values_0.InvalidDBProxyStateFault.t
  5. | `InvalidSubnet of Values_0.InvalidSubnet.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBProxyEndpoint:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBProxyEndpointAlreadyExistsFault of unit | `DBProxyEndpointQuotaExceededFault of unit | `DBProxyNotFoundFault of unit | `InvalidDBProxyStateFault of unit | `InvalidSubnet of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBProxyEndpointAlreadyExistsFault of unit | `DBProxyEndpointQuotaExceededFault of unit | `DBProxyNotFoundFault of unit | `InvalidDBProxyStateFault of unit | `InvalidSubnet 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 | `Enum of string | `List of [> `String of string ] list | `String of string | `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