amazonka-route53-recovery-control-config-2.0: Amazon Route53 Recovery Control Config SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances

Instances details
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

AWSRequest DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Associated Types

type AWSResponse DescribeRoutingControl #

Generic DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Associated Types

type Rep DescribeRoutingControl :: Type -> Type #

Read DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Show DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

NFData DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Methods

rnf :: DescribeRoutingControl -> () #

Eq DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Hashable DescribeRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

type AWSResponse 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" "amazonka-route53-recovery-control-config-2.0-EdxrPdjlafWED9VxY6nLf4" 'False) (C1 ('MetaCons "DescribeRoutingControl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "routingControlArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeRoutingControl, describeRoutingControl_routingControlArn - The Amazon Resource Name (ARN) of the routing control.

Request Lenses

describeRoutingControl_routingControlArn :: Lens' DescribeRoutingControl Text Source #

The Amazon Resource Name (ARN) of the routing control.

Destructuring the Response

data DescribeRoutingControlResponse Source #

See: newDescribeRoutingControlResponse smart constructor.

Constructors

DescribeRoutingControlResponse' 

Fields

Instances

Instances details
Generic DescribeRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Associated Types

type Rep DescribeRoutingControlResponse :: Type -> Type #

Read DescribeRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Show DescribeRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

NFData DescribeRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeRoutingControl

Eq 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" "amazonka-route53-recovery-control-config-2.0-EdxrPdjlafWED9VxY6nLf4" '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