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.DescribeRoutingControl

Description

Displays details about a routing control. A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.

To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.

Synopsis

Creating a Request

data DescribeRoutingControl Source #

See: newDescribeRoutingControl smart constructor.

Constructors

DescribeRoutingControl' 

Fields

  • routingControlArn :: Text

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

Instances

Instances details
Eq DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Read DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Show DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Generic DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Associated Types

type Rep DescribeRoutingControl :: Type -> Type #

NFData DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Methods

rnf :: DescribeRoutingControl -> () #

Hashable DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

AWSRequest DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Associated Types

type AWSResponse DescribeRoutingControl #

ToHeaders DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

ToPath DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

ToQuery DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

type Rep DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

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

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

newDescribeRoutingControl Source #

Create a value of DescribeRoutingControl 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:routingControlArn:DescribeRoutingControl', describeRoutingControl_routingControlArn - The Amazon Resource Name (ARN) of the routing control that you're getting details for.

Request Lenses

describeRoutingControl_routingControlArn :: Lens' DescribeRoutingControl Text Source #

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

Destructuring the Response

data DescribeRoutingControlResponse Source #

See: newDescribeRoutingControlResponse smart constructor.

Constructors

DescribeRoutingControlResponse' 

Fields

Instances

Instances details
Eq DescribeRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Read DescribeRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Show DescribeRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Generic DescribeRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Associated Types

type Rep DescribeRoutingControlResponse :: Type -> Type #

NFData DescribeRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

type Rep DescribeRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

type Rep DescribeRoutingControlResponse = D1 ('MetaData "DescribeRoutingControlResponse" "Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" 'False) (C1 ('MetaCons "DescribeRoutingControlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "routingControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoutingControl)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeRoutingControlResponse Source #

Create a value of DescribeRoutingControlResponse 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:routingControl:DescribeRoutingControlResponse', describeRoutingControlResponse_routingControl - Information about the routing control.

$sel:httpStatus:DescribeRoutingControlResponse', describeRoutingControlResponse_httpStatus - The response's http status code.

Response Lenses