libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

Description

Displays details about a control panel.

Synopsis

Creating a Request

data DescribeControlPanel Source #

See: newDescribeControlPanel smart constructor.

Constructors

DescribeControlPanel' 

Fields

  • controlPanelArn :: Text

    The Amazon Resource Name (ARN) of the control panel that you're getting details for.

Instances

Instances details
Eq DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

Read DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

Show DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

Generic DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

Associated Types

type Rep DescribeControlPanel :: Type -> Type #

NFData DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

Methods

rnf :: DescribeControlPanel -> () #

Hashable DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

AWSRequest DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

Associated Types

type AWSResponse DescribeControlPanel #

ToHeaders DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

ToPath DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

ToQuery DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

type Rep DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

type Rep DescribeControlPanel = D1 ('MetaData "DescribeControlPanel" "Amazonka.Route53RecoveryControlConfig.DescribeControlPanel" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" 'False) (C1 ('MetaCons "DescribeControlPanel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlPanelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

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

Instances details
Eq DescribeControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

Read DescribeControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

Show DescribeControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

Generic DescribeControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

Associated Types

type Rep DescribeControlPanelResponse :: Type -> Type #

NFData DescribeControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeControlPanel

type Rep DescribeControlPanelResponse Source # 
Instance details

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