| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RDS.DeleteDBProxyEndpoint
Description
Deletes a DBProxyEndpoint. Doing so removes the ability to access the
DB proxy using the endpoint that you defined. The endpoint that you
delete might have provided capabilities such as read/write or read-only
operations, or using a different VPC than the DB proxy's default VPC.
Synopsis
- data DeleteDBProxyEndpoint = DeleteDBProxyEndpoint' {}
- newDeleteDBProxyEndpoint :: Text -> DeleteDBProxyEndpoint
- deleteDBProxyEndpoint_dbProxyEndpointName :: Lens' DeleteDBProxyEndpoint Text
- data DeleteDBProxyEndpointResponse = DeleteDBProxyEndpointResponse' {}
- newDeleteDBProxyEndpointResponse :: Int -> DeleteDBProxyEndpointResponse
- deleteDBProxyEndpointResponse_dbProxyEndpoint :: Lens' DeleteDBProxyEndpointResponse (Maybe DBProxyEndpoint)
- deleteDBProxyEndpointResponse_httpStatus :: Lens' DeleteDBProxyEndpointResponse Int
Creating a Request
data DeleteDBProxyEndpoint Source #
See: newDeleteDBProxyEndpoint smart constructor.
Constructors
| DeleteDBProxyEndpoint' | |
Fields
| |
Instances
newDeleteDBProxyEndpoint Source #
Arguments
| :: Text | |
| -> DeleteDBProxyEndpoint |
Create a value of DeleteDBProxyEndpoint with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteDBProxyEndpoint, deleteDBProxyEndpoint_dbProxyEndpointName - The name of the DB proxy endpoint to delete.
Request Lenses
deleteDBProxyEndpoint_dbProxyEndpointName :: Lens' DeleteDBProxyEndpoint Text Source #
The name of the DB proxy endpoint to delete.
Destructuring the Response
data DeleteDBProxyEndpointResponse Source #
See: newDeleteDBProxyEndpointResponse smart constructor.
Constructors
| DeleteDBProxyEndpointResponse' | |
Fields
| |
Instances
newDeleteDBProxyEndpointResponse Source #
Create a value of DeleteDBProxyEndpointResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dbProxyEndpoint:DeleteDBProxyEndpointResponse', deleteDBProxyEndpointResponse_dbProxyEndpoint - The data structure representing the details of the DB proxy endpoint
that you delete.
$sel:httpStatus:DeleteDBProxyEndpointResponse', deleteDBProxyEndpointResponse_httpStatus - The response's http status code.
Response Lenses
deleteDBProxyEndpointResponse_dbProxyEndpoint :: Lens' DeleteDBProxyEndpointResponse (Maybe DBProxyEndpoint) Source #
The data structure representing the details of the DB proxy endpoint that you delete.
deleteDBProxyEndpointResponse_httpStatus :: Lens' DeleteDBProxyEndpointResponse Int Source #
The response's http status code.