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
- updateRoutingControlState_routingControlArn :: Lens' UpdateRoutingControlState Text
- updateRoutingControlState_routingControlState :: Lens' UpdateRoutingControlState RoutingControlState
- updateRoutingControlStateResponse_httpStatus :: Lens' UpdateRoutingControlStateResponse Int
- getRoutingControlState_routingControlArn :: Lens' GetRoutingControlState Text
- getRoutingControlStateResponse_httpStatus :: Lens' GetRoutingControlStateResponse Int
- getRoutingControlStateResponse_routingControlArn :: Lens' GetRoutingControlStateResponse Text
- getRoutingControlStateResponse_routingControlState :: Lens' GetRoutingControlStateResponse RoutingControlState
- updateRoutingControlStates_updateRoutingControlStateEntries :: Lens' UpdateRoutingControlStates [UpdateRoutingControlStateEntry]
- updateRoutingControlStatesResponse_httpStatus :: Lens' UpdateRoutingControlStatesResponse Int
- updateRoutingControlStateEntry_routingControlArn :: Lens' UpdateRoutingControlStateEntry Text
- updateRoutingControlStateEntry_routingControlState :: Lens' UpdateRoutingControlStateEntry RoutingControlState
Operations
UpdateRoutingControlState
updateRoutingControlState_routingControlArn :: Lens' UpdateRoutingControlState Text Source #
The Amazon Resource Number (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.
GetRoutingControlState
getRoutingControlState_routingControlArn :: Lens' GetRoutingControlState Text Source #
The Amazon Resource Number (ARN) for the routing control that you want to get the state for.
getRoutingControlStateResponse_httpStatus :: Lens' GetRoutingControlStateResponse Int Source #
The response's http status code.
getRoutingControlStateResponse_routingControlArn :: Lens' GetRoutingControlStateResponse Text Source #
The Amazon Resource Number (ARN) of the response.
getRoutingControlStateResponse_routingControlState :: Lens' GetRoutingControlStateResponse RoutingControlState Source #
The state of the routing control.
UpdateRoutingControlStates
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
UpdateRoutingControlStateEntry
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.