Smaws_Client_RDS.CreateDBProxyEndpointCreates 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBProxyEndpointAlreadyExistsFault of
Types.db_proxy_endpoint_already_exists_fault
| `DBProxyEndpointQuotaExceededFault of
Types.db_proxy_endpoint_quota_exceeded_fault
| `DBProxyNotFoundFault of Types.db_proxy_not_found_fault
| `InvalidDBProxyStateFault of Types.invalid_db_proxy_state_fault
| `InvalidSubnet of Types.invalid_subnet ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_db_proxy_endpoint_request ->
(Types.create_db_proxy_endpoint_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBProxyEndpointAlreadyExistsFault of
Types.db_proxy_endpoint_already_exists_fault
| `DBProxyEndpointQuotaExceededFault of
Types.db_proxy_endpoint_quota_exceeded_fault
| `DBProxyNotFoundFault of Types.db_proxy_not_found_fault
| `InvalidDBProxyStateFault of Types.invalid_db_proxy_state_fault
| `InvalidSubnet of Types.invalid_subnet ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_db_proxy_endpoint_request ->
(Types.create_db_proxy_endpoint_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBProxyEndpointAlreadyExistsFault of
Types.db_proxy_endpoint_already_exists_fault
| `DBProxyEndpointQuotaExceededFault of
Types.db_proxy_endpoint_quota_exceeded_fault
| `DBProxyNotFoundFault of Types.db_proxy_not_found_fault
| `InvalidDBProxyStateFault of Types.invalid_db_proxy_state_fault
| `InvalidSubnet of Types.invalid_subnet ]
* Smaws_Lib.Response.metadata)
Stdlib.result