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

Description

Set multiple routing control states. You can set the value for each state to be On or Off. When the state is On, traffic flows to a cell. When it's off, traffic does not flow.

For more information about working with routing controls, see Routing control in the Route 53 Application Recovery Controller Developer Guide.

Synopsis

Creating a Request

data UpdateRoutingControlStates Source #

See: newUpdateRoutingControlStates smart constructor.

Constructors

UpdateRoutingControlStates' 

Fields

Instances

Instances details
Eq UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

Read UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

Show UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

Generic UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

Associated Types

type Rep UpdateRoutingControlStates :: Type -> Type #

NFData UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

Hashable UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

ToJSON UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

AWSRequest UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

ToHeaders UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

ToPath UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

ToQuery UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

type Rep UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

type Rep UpdateRoutingControlStates = D1 ('MetaData "UpdateRoutingControlStates" "Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates" "libZSservicesZSamazonka-route53-recovery-clusterZSamazonka-route53-recovery-cluster" 'False) (C1 ('MetaCons "UpdateRoutingControlStates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "updateRoutingControlStateEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [UpdateRoutingControlStateEntry])))
type AWSResponse UpdateRoutingControlStates Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

newUpdateRoutingControlStates :: UpdateRoutingControlStates Source #

Create a value of UpdateRoutingControlStates 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:updateRoutingControlStateEntries:UpdateRoutingControlStates', updateRoutingControlStates_updateRoutingControlStateEntries - A set of routing control entries that you want to update.

Request Lenses

Destructuring the Response

data UpdateRoutingControlStatesResponse Source #

Constructors

UpdateRoutingControlStatesResponse' 

Fields

Instances

Instances details
Eq UpdateRoutingControlStatesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

Read UpdateRoutingControlStatesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

Show UpdateRoutingControlStatesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

Generic UpdateRoutingControlStatesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

Associated Types

type Rep UpdateRoutingControlStatesResponse :: Type -> Type #

NFData UpdateRoutingControlStatesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

type Rep UpdateRoutingControlStatesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates

type Rep UpdateRoutingControlStatesResponse = D1 ('MetaData "UpdateRoutingControlStatesResponse" "Amazonka.Route53RecoveryCluster.UpdateRoutingControlStates" "libZSservicesZSamazonka-route53-recovery-clusterZSamazonka-route53-recovery-cluster" 'False) (C1 ('MetaCons "UpdateRoutingControlStatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateRoutingControlStatesResponse Source #

Create a value of UpdateRoutingControlStatesResponse 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:httpStatus:UpdateRoutingControlStatesResponse', updateRoutingControlStatesResponse_httpStatus - The response's http status code.

Response Lenses