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 an existing DB proxy.
Synopsis
- data DeleteDBProxy = DeleteDBProxy' {
- dbProxyName :: Text
- newDeleteDBProxy :: Text -> DeleteDBProxy
- deleteDBProxy_dbProxyName :: Lens' DeleteDBProxy Text
- data DeleteDBProxyResponse = DeleteDBProxyResponse' {
- dbProxy :: Maybe DBProxy
- httpStatus :: Int
- newDeleteDBProxyResponse :: Int -> DeleteDBProxyResponse
- deleteDBProxyResponse_dbProxy :: Lens' DeleteDBProxyResponse (Maybe DBProxy)
- deleteDBProxyResponse_httpStatus :: Lens' DeleteDBProxyResponse Int
Creating a Request
data DeleteDBProxy Source #
See: newDeleteDBProxy
smart constructor.
DeleteDBProxy' | |
|
Instances
Create a value of DeleteDBProxy
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:dbProxyName:DeleteDBProxy'
, deleteDBProxy_dbProxyName
- The name of the DB proxy to delete.
Request Lenses
deleteDBProxy_dbProxyName :: Lens' DeleteDBProxy Text Source #
The name of the DB proxy to delete.
Destructuring the Response
data DeleteDBProxyResponse Source #
See: newDeleteDBProxyResponse
smart constructor.
DeleteDBProxyResponse' | |
|
Instances
newDeleteDBProxyResponse Source #
Create a value of DeleteDBProxyResponse
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:dbProxy:DeleteDBProxyResponse'
, deleteDBProxyResponse_dbProxy
- The data structure representing the details of the DB proxy that you
delete.
$sel:httpStatus:DeleteDBProxyResponse'
, deleteDBProxyResponse_httpStatus
- The response's http status code.
Response Lenses
deleteDBProxyResponse_dbProxy :: Lens' DeleteDBProxyResponse (Maybe DBProxy) Source #
The data structure representing the details of the DB proxy that you delete.
deleteDBProxyResponse_httpStatus :: Lens' DeleteDBProxyResponse Int Source #
The response's http status code.