| 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.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 #
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:
$sel:controlPanelArn:DescribeControlPanel', describeControlPanel_controlPanelArn - The Amazon Resource Name (ARN) of the control panel that you're getting
details for.
Request Lenses
describeControlPanel_controlPanelArn :: Lens' DescribeControlPanel Text Source #
The Amazon Resource Name (ARN) of the control panel that you're getting details for.
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.