Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- getRoutingControlState_routingControlArn :: Lens' GetRoutingControlState Text
- getRoutingControlStateResponse_routingControlName :: Lens' GetRoutingControlStateResponse (Maybe Text)
- getRoutingControlStateResponse_httpStatus :: Lens' GetRoutingControlStateResponse Int
- getRoutingControlStateResponse_routingControlArn :: Lens' GetRoutingControlStateResponse Text
- getRoutingControlStateResponse_routingControlState :: Lens' GetRoutingControlStateResponse RoutingControlState
- listRoutingControls_controlPanelArn :: Lens' ListRoutingControls (Maybe Text)
- listRoutingControls_maxResults :: Lens' ListRoutingControls (Maybe Natural)
- listRoutingControls_nextToken :: Lens' ListRoutingControls (Maybe Text)
- listRoutingControlsResponse_nextToken :: Lens' ListRoutingControlsResponse (Maybe Text)
- listRoutingControlsResponse_httpStatus :: Lens' ListRoutingControlsResponse Int
- listRoutingControlsResponse_routingControls :: Lens' ListRoutingControlsResponse [RoutingControl]
- updateRoutingControlState_safetyRulesToOverride :: Lens' UpdateRoutingControlState (Maybe [Text])
- updateRoutingControlState_routingControlArn :: Lens' UpdateRoutingControlState Text
- updateRoutingControlState_routingControlState :: Lens' UpdateRoutingControlState RoutingControlState
- updateRoutingControlStateResponse_httpStatus :: Lens' UpdateRoutingControlStateResponse Int
- updateRoutingControlStates_safetyRulesToOverride :: Lens' UpdateRoutingControlStates (Maybe [Text])
- updateRoutingControlStates_updateRoutingControlStateEntries :: Lens' UpdateRoutingControlStates [UpdateRoutingControlStateEntry]
- updateRoutingControlStatesResponse_httpStatus :: Lens' UpdateRoutingControlStatesResponse Int
- routingControl_controlPanelArn :: Lens' RoutingControl (Maybe Text)
- routingControl_controlPanelName :: Lens' RoutingControl (Maybe Text)
- routingControl_routingControlArn :: Lens' RoutingControl (Maybe Text)
- routingControl_routingControlName :: Lens' RoutingControl (Maybe Text)
- routingControl_routingControlState :: Lens' RoutingControl (Maybe RoutingControlState)
- updateRoutingControlStateEntry_routingControlArn :: Lens' UpdateRoutingControlStateEntry Text
- updateRoutingControlStateEntry_routingControlState :: Lens' UpdateRoutingControlStateEntry RoutingControlState
Operations
GetRoutingControlState
getRoutingControlState_routingControlArn :: Lens' GetRoutingControlState Text Source #
The Amazon Resource Name (ARN) for the routing control that you want to get the state for.
getRoutingControlStateResponse_routingControlName :: Lens' GetRoutingControlStateResponse (Maybe Text) Source #
The routing control name.
getRoutingControlStateResponse_httpStatus :: Lens' GetRoutingControlStateResponse Int Source #
The response's http status code.
getRoutingControlStateResponse_routingControlArn :: Lens' GetRoutingControlStateResponse Text Source #
The Amazon Resource Name (ARN) of the response.
getRoutingControlStateResponse_routingControlState :: Lens' GetRoutingControlStateResponse RoutingControlState Source #
The state of the routing control.
ListRoutingControls
listRoutingControls_controlPanelArn :: Lens' ListRoutingControls (Maybe Text) Source #
The Amazon Resource Name (ARN) of the control panel of the routing controls to list.
listRoutingControls_maxResults :: Lens' ListRoutingControls (Maybe Natural) Source #
The number of routing controls objects that you want to return with this call. The default value is 500.
listRoutingControls_nextToken :: Lens' ListRoutingControls (Maybe Text) Source #
The token for the next set of results. You receive this token from a previous call.
listRoutingControlsResponse_nextToken :: Lens' ListRoutingControlsResponse (Maybe Text) Source #
The token for the next set of results. You receive this token from a previous call.
listRoutingControlsResponse_httpStatus :: Lens' ListRoutingControlsResponse Int Source #
The response's http status code.
listRoutingControlsResponse_routingControls :: Lens' ListRoutingControlsResponse [RoutingControl] Source #
The list of routing controls.
UpdateRoutingControlState
updateRoutingControlState_safetyRulesToOverride :: Lens' UpdateRoutingControlState (Maybe [Text]) Source #
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating the state of a routing control. You can override one safety rule or multiple safety rules by including one or more ARNs, separated by commas.
For more information, see Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.
updateRoutingControlState_routingControlArn :: Lens' UpdateRoutingControlState Text Source #
The Amazon Resource Name (ARN) for the routing control that you want to update the state for.
updateRoutingControlState_routingControlState :: Lens' UpdateRoutingControlState RoutingControlState Source #
The state of the routing control. You can set the value to be On or Off.
updateRoutingControlStateResponse_httpStatus :: Lens' UpdateRoutingControlStateResponse Int Source #
The response's http status code.
UpdateRoutingControlStates
updateRoutingControlStates_safetyRulesToOverride :: Lens' UpdateRoutingControlStates (Maybe [Text]) Source #
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing control states. You can override one safety rule or multiple safety rules by including one or more ARNs, separated by commas.
For more information, see Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.
updateRoutingControlStates_updateRoutingControlStateEntries :: Lens' UpdateRoutingControlStates [UpdateRoutingControlStateEntry] Source #
A set of routing control entries that you want to update.
updateRoutingControlStatesResponse_httpStatus :: Lens' UpdateRoutingControlStatesResponse Int Source #
The response's http status code.
Types
RoutingControl
routingControl_controlPanelArn :: Lens' RoutingControl (Maybe Text) Source #
The Amazon Resource Name (ARN) of the control panel where the routing control is located.
routingControl_controlPanelName :: Lens' RoutingControl (Maybe Text) Source #
The name of the control panel where the routing control is located.
routingControl_routingControlArn :: Lens' RoutingControl (Maybe Text) Source #
The Amazon Resource Name (ARN) of the routing control.
routingControl_routingControlName :: Lens' RoutingControl (Maybe Text) Source #
The name of the routing control.
routingControl_routingControlState :: Lens' RoutingControl (Maybe RoutingControlState) Source #
The current state of the routing control. When a routing control state is On, traffic flows to a cell. When the state is Off, traffic does not flow.
UpdateRoutingControlStateEntry
updateRoutingControlStateEntry_routingControlArn :: Lens' UpdateRoutingControlStateEntry Text Source #
The Amazon Resource Name (ARN) for a routing control state entry.
updateRoutingControlStateEntry_routingControlState :: Lens' UpdateRoutingControlStateEntry RoutingControlState Source #
The routing control state in a set of routing control state entries.