Values_1.CreateDBProxyEndpointResponseSourceCreates 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.
type createDBProxyEndpointResult = {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.
*)}and t = {createDBProxyEndpointResult : createDBProxyEndpointResult;responseMetaData : responseMetaData;}type error = [ | `DBProxyEndpointAlreadyExistsFault of
Values_0.DBProxyEndpointAlreadyExistsFault.t| `DBProxyEndpointQuotaExceededFault of
Values_0.DBProxyEndpointQuotaExceededFault.t| `DBProxyNotFoundFault of Values_0.DBProxyNotFoundFault.t| `InvalidDBProxyStateFault of Values_0.InvalidDBProxyStateFault.t| `InvalidSubnet of Values_0.InvalidSubnet.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]