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 |
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.
DescribeControlPanel' | |
|
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.
DescribeControlPanelResponse' | |
|
Instances
Eq DescribeControlPanelResponse Source # | |
Read DescribeControlPanelResponse Source # | |
Show DescribeControlPanelResponse Source # | |
Generic DescribeControlPanelResponse Source # | |
NFData DescribeControlPanelResponse Source # | |
Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel rnf :: DescribeControlPanelResponse -> () # | |
type Rep DescribeControlPanelResponse Source # | |
Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel type Rep DescribeControlPanelResponse = D1 ('MetaData "DescribeControlPanelResponse" "Amazonka.Route53RecoveryControlConfig.DescribeControlPanel" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" 'False) (C1 ('MetaCons "DescribeControlPanelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlPanel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ControlPanel)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.