Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- defaultService :: Service
- _ValidationException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConflictException :: AsError a => Getting (First ServiceError) a ServiceError
- _ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError
- _EndpointTemporarilyUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- newtype RoutingControlState where
- RoutingControlState' { }
- pattern RoutingControlState_Off :: RoutingControlState
- pattern RoutingControlState_On :: RoutingControlState
- data UpdateRoutingControlStateEntry = UpdateRoutingControlStateEntry' {}
- newUpdateRoutingControlStateEntry :: Text -> RoutingControlState -> UpdateRoutingControlStateEntry
- updateRoutingControlStateEntry_routingControlArn :: Lens' UpdateRoutingControlStateEntry Text
- updateRoutingControlStateEntry_routingControlState :: Lens' UpdateRoutingControlStateEntry RoutingControlState
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 #
pattern RoutingControlState_Off :: RoutingControlState | |
pattern RoutingControlState_On :: RoutingControlState |
Instances
UpdateRoutingControlStateEntry
data UpdateRoutingControlStateEntry Source #
A routing control state.
See: newUpdateRoutingControlStateEntry
smart constructor.
UpdateRoutingControlStateEntry' | |
|
Instances
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.