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.DescribeControlPanel
Description
Displays details about a control panel.
Synopsis
- data DescribeControlPanel = DescribeControlPanel' {}
- newDescribeControlPanel :: Text -> DescribeControlPanel
- describeControlPanel_controlPanelArn :: Lens' DescribeControlPanel Text
- data DescribeControlPanelResponse = DescribeControlPanelResponse' {}
- newDescribeControlPanelResponse :: Int -> DescribeControlPanelResponse
- describeControlPanelResponse_controlPanel :: Lens' DescribeControlPanelResponse (Maybe ControlPanel)
- describeControlPanelResponse_httpStatus :: Lens' DescribeControlPanelResponse Int
Creating a Request
data DescribeControlPanel Source #
See: newDescribeControlPanel
smart constructor.
Constructors
DescribeControlPanel' | |
Fields
|
Instances
newDescribeControlPanel Source #
Arguments
:: Text | |
-> DescribeControlPanel |
Create a value of DescribeControlPanel
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:
DescribeControlPanel
, describeControlPanel_controlPanelArn
- The Amazon Resource Name (ARN) of the control panel.
Request Lenses
describeControlPanel_controlPanelArn :: Lens' DescribeControlPanel Text Source #
The Amazon Resource Name (ARN) of the control panel.
Destructuring the Response
data DescribeControlPanelResponse Source #
See: newDescribeControlPanelResponse
smart constructor.
Constructors
DescribeControlPanelResponse' | |
Fields
|
Instances
newDescribeControlPanelResponse Source #
Create a value of DescribeControlPanelResponse
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:controlPanel:DescribeControlPanelResponse'
, describeControlPanelResponse_controlPanel
- Information about the control panel.
$sel:httpStatus:DescribeControlPanelResponse'
, describeControlPanelResponse_httpStatus
- The response's http status code.
Response Lenses
describeControlPanelResponse_controlPanel :: Lens' DescribeControlPanelResponse (Maybe ControlPanel) Source #
Information about the control panel.
describeControlPanelResponse_httpStatus :: Lens' DescribeControlPanelResponse Int Source #
The response's http status code.