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

Description

Derived from API version 2019-12-02 of the AWS service descriptions, licensed under Apache 2.0.

Welcome to the Amazon Route 53 Application Recovery Controller API Reference Guide for Recovery Control Data Plane .

Recovery control in Route 53 Application Recovery Controller includes extremely reliable routing controls that enable you to recover applications by rerouting traffic, for example, across Availability Zones or AWS Regions. Routing controls are simple on/off switches hosted on a cluster. A cluster is a set of five redundant regional endpoints against which you can execute API calls to update or get the state of routing controls. You use routing controls to failover traffic to recover your application across Availability Zones or Regions.

This API guide includes information about how to get and update routing control states in Route 53 Application Recovery Controller.

For more information about Route 53 Application Recovery Controller, see the following:

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2019-12-02 of the Amazon Route53 Recovery Cluster SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Route53RecoveryCluster.

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There was a validation error on the request.

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You don't have sufficient permissions to query the routing control state.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There was a conflict with this request. Try again.

ThrottlingException

_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request was denied because of request throttling.

InternalServerException

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There was an unexpected error during processing of the request.

EndpointTemporarilyUnavailableException

_EndpointTemporarilyUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The cluster endpoint isn't available. Try another cluster endpoint.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request references a routing control that was not found.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

UpdateRoutingControlState

data UpdateRoutingControlState Source #

See: newUpdateRoutingControlState smart constructor.

Instances

Instances details
Eq UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

Read UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

Show UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

Generic UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

Associated Types

type Rep UpdateRoutingControlState :: Type -> Type #

NFData UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

Hashable UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

ToJSON UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

AWSRequest UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

ToHeaders UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

ToPath UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

ToQuery UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

type Rep UpdateRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

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

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

newUpdateRoutingControlState Source #

Create a value of UpdateRoutingControlState 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:UpdateRoutingControlState', updateRoutingControlState_routingControlArn - The Amazon Resource Number (ARN) for the routing control that you want to update the state for.

$sel:routingControlState:UpdateRoutingControlState', updateRoutingControlState_routingControlState - The state of the routing control. You can set the value to be On or Off.

data UpdateRoutingControlStateResponse Source #

See: newUpdateRoutingControlStateResponse smart constructor.

Instances

Instances details
Eq UpdateRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

Read UpdateRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

Show UpdateRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

Generic UpdateRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

Associated Types

type Rep UpdateRoutingControlStateResponse :: Type -> Type #

NFData UpdateRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

type Rep UpdateRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.UpdateRoutingControlState

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

newUpdateRoutingControlStateResponse Source #

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

GetRoutingControlState

data GetRoutingControlState Source #

See: newGetRoutingControlState smart constructor.

Instances

Instances details
Eq GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

Read GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

Show GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

Generic GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

Associated Types

type Rep GetRoutingControlState :: Type -> Type #

NFData GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

Methods

rnf :: GetRoutingControlState -> () #

Hashable GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

ToJSON GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

AWSRequest GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

Associated Types

type AWSResponse GetRoutingControlState #

ToHeaders GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

ToPath GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

ToQuery GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

type Rep GetRoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

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

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

newGetRoutingControlState Source #

Create a value of GetRoutingControlState 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:GetRoutingControlState', getRoutingControlState_routingControlArn - The Amazon Resource Number (ARN) for the routing control that you want to get the state for.

data GetRoutingControlStateResponse Source #

See: newGetRoutingControlStateResponse smart constructor.

Instances

Instances details
Eq GetRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

Read GetRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

Show GetRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

Generic GetRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

Associated Types

type Rep GetRoutingControlStateResponse :: Type -> Type #

NFData GetRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

type Rep GetRoutingControlStateResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.GetRoutingControlState

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

UpdateRoutingControlStates

data UpdateRoutingControlStates Source #

See: newUpdateRoutingControlStates smart constructor.

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.

data UpdateRoutingControlStatesResponse Source #

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.

Types

RoutingControlState

newtype RoutingControlState Source #

Instances

Instances details
Eq RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

Ord RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

Read RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

Show RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

Generic RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

Associated Types

type Rep RoutingControlState :: Type -> Type #

NFData RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

Methods

rnf :: RoutingControlState -> () #

Hashable RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

ToJSON RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

ToJSONKey RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

FromJSON RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

FromJSONKey RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

ToLog RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

ToHeader RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

ToQuery RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

FromXML RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

ToXML RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

ToByteString RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

FromText RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

ToText RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

type Rep RoutingControlState Source # 
Instance details

Defined in Amazonka.Route53RecoveryCluster.Types.RoutingControlState

type Rep RoutingControlState = D1 ('MetaData "RoutingControlState" "Amazonka.Route53RecoveryCluster.Types.RoutingControlState" "libZSservicesZSamazonka-route53-recovery-clusterZSamazonka-route53-recovery-cluster" 'True) (C1 ('MetaCons "RoutingControlState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRoutingControlState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UpdateRoutingControlStateEntry

data UpdateRoutingControlStateEntry Source #

A routing control state.

See: newUpdateRoutingControlStateEntry smart constructor.

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.