libZSservicesZSamazonka-route53-recovery-clusterZSamazonka-route53-recovery-cluster
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.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry

Description

 
Synopsis

Documentation

data UpdateRoutingControlStateEntry Source #

A routing control state.

See: newUpdateRoutingControlStateEntry smart constructor.

Constructors

UpdateRoutingControlStateEntry' 

Fields

Instances

Instances details
Eq UpdateRoutingControlStateEntry Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry

Read UpdateRoutingControlStateEntry Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry

Show UpdateRoutingControlStateEntry Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry

Generic UpdateRoutingControlStateEntry Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry

Associated Types

type Rep UpdateRoutingControlStateEntry :: Type -> Type #

NFData UpdateRoutingControlStateEntry Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry

Hashable UpdateRoutingControlStateEntry Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry

ToJSON UpdateRoutingControlStateEntry Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry

type Rep UpdateRoutingControlStateEntry Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry

type Rep UpdateRoutingControlStateEntry = D1 ('MetaData "UpdateRoutingControlStateEntry" "Amazonka.Route53RecoveryCluster.Types.UpdateRoutingControlStateEntry" "libZSservicesZSamazonka-route53-recovery-clusterZSamazonka-route53-recovery-cluster" 'False) (C1 ('MetaCons "UpdateRoutingControlStateEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "routingControlArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "routingControlState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RoutingControlState)))

newUpdateRoutingControlStateEntry Source #

Create a value of UpdateRoutingControlStateEntry 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:UpdateRoutingControlStateEntry', updateRoutingControlStateEntry_routingControlArn - The Amazon Resource Number (ARN) for the routing control state entry.

$sel:routingControlState:UpdateRoutingControlStateEntry', updateRoutingControlStateEntry_routingControlState - The routing control state in a set of routing control state entries.

updateRoutingControlStateEntry_routingControlArn :: Lens' UpdateRoutingControlStateEntry Text Source #

The Amazon Resource Number (ARN) for the routing control state entry.

updateRoutingControlStateEntry_routingControlState :: Lens' UpdateRoutingControlStateEntry RoutingControlState Source #

The routing control state in a set of routing control state entries.