| 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.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 #
Arguments
| :: Text | |
| -> DeleteControlPanel |
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:
DeleteControlPanel, deleteControlPanel_controlPanelArn - The Amazon Resource Name (ARN) of the control panel.
Request Lenses
deleteControlPanel_controlPanelArn :: Lens' DeleteControlPanel Text Source #
The Amazon Resource Name (ARN) of the control panel.
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.