Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
DeleteDBProxyEndpoint' | |
|
Instances
newDeleteDBProxyEndpoint Source #
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:
$sel:dbProxyEndpointName: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.
DeleteDBProxyEndpointResponse' | |
|
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.