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

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

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

There was a validation error on the request.

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

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

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

There was a conflict with this request. Try again.

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

The request was denied because of request throttling.

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

There was an unexpected error during processing of the request.

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

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

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

The request references a routing control that was not found.

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.

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.