| 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 |
Amazonka.Route53RecoveryControlConfig.DeleteControlPanel
Description
Deletes a control panel.
Synopsis
- data DeleteControlPanel = DeleteControlPanel' {}
- newDeleteControlPanel :: Text -> DeleteControlPanel
- deleteControlPanel_controlPanelArn :: Lens' DeleteControlPanel Text
- data DeleteControlPanelResponse = DeleteControlPanelResponse' {
- httpStatus :: Int
- newDeleteControlPanelResponse :: Int -> DeleteControlPanelResponse
- deleteControlPanelResponse_httpStatus :: Lens' DeleteControlPanelResponse Int
Creating a Request
data DeleteControlPanel Source #
See: newDeleteControlPanel smart constructor.
Constructors
| DeleteControlPanel' | |
Fields
| |
Instances
newDeleteControlPanel Source #
Create a value of DeleteControlPanel 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:controlPanelArn:DeleteControlPanel', deleteControlPanel_controlPanelArn - The Amazon Resource Name (ARN) of the control panel that you're
deleting.
Request Lenses
deleteControlPanel_controlPanelArn :: Lens' DeleteControlPanel Text Source #
The Amazon Resource Name (ARN) of the control panel that you're deleting.
Destructuring the Response
data DeleteControlPanelResponse Source #
See: newDeleteControlPanelResponse smart constructor.
Constructors
| DeleteControlPanelResponse' | |
Fields
| |
Instances
newDeleteControlPanelResponse Source #
Create a value of DeleteControlPanelResponse 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:httpStatus:DeleteControlPanelResponse', deleteControlPanelResponse_httpStatus - The response's http status code.
Response Lenses
deleteControlPanelResponse_httpStatus :: Lens' DeleteControlPanelResponse Int Source #
The response's http status code.