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 |
List the listeners for a custom routing accelerator.
This operation returns paginated results.
Synopsis
- data ListCustomRoutingListeners = ListCustomRoutingListeners' {}
- newListCustomRoutingListeners :: Text -> ListCustomRoutingListeners
- listCustomRoutingListeners_nextToken :: Lens' ListCustomRoutingListeners (Maybe Text)
- listCustomRoutingListeners_maxResults :: Lens' ListCustomRoutingListeners (Maybe Natural)
- listCustomRoutingListeners_acceleratorArn :: Lens' ListCustomRoutingListeners Text
- data ListCustomRoutingListenersResponse = ListCustomRoutingListenersResponse' {}
- newListCustomRoutingListenersResponse :: Int -> ListCustomRoutingListenersResponse
- listCustomRoutingListenersResponse_nextToken :: Lens' ListCustomRoutingListenersResponse (Maybe Text)
- listCustomRoutingListenersResponse_listeners :: Lens' ListCustomRoutingListenersResponse (Maybe [CustomRoutingListener])
- listCustomRoutingListenersResponse_httpStatus :: Lens' ListCustomRoutingListenersResponse Int
Creating a Request
data ListCustomRoutingListeners Source #
See: newListCustomRoutingListeners
smart constructor.
ListCustomRoutingListeners' | |
|
Instances
newListCustomRoutingListeners Source #
Create a value of ListCustomRoutingListeners
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:nextToken:ListCustomRoutingListeners'
, listCustomRoutingListeners_nextToken
- The token for the next set of results. You receive this token from a
previous call.
$sel:maxResults:ListCustomRoutingListeners'
, listCustomRoutingListeners_maxResults
- The number of listener objects that you want to return with this call.
The default value is 10.
$sel:acceleratorArn:ListCustomRoutingListeners'
, listCustomRoutingListeners_acceleratorArn
- The Amazon Resource Name (ARN) of the accelerator to list listeners for.
Request Lenses
listCustomRoutingListeners_nextToken :: Lens' ListCustomRoutingListeners (Maybe Text) Source #
The token for the next set of results. You receive this token from a previous call.
listCustomRoutingListeners_maxResults :: Lens' ListCustomRoutingListeners (Maybe Natural) Source #
The number of listener objects that you want to return with this call. The default value is 10.
listCustomRoutingListeners_acceleratorArn :: Lens' ListCustomRoutingListeners Text Source #
The Amazon Resource Name (ARN) of the accelerator to list listeners for.
Destructuring the Response
data ListCustomRoutingListenersResponse Source #
See: newListCustomRoutingListenersResponse
smart constructor.
ListCustomRoutingListenersResponse' | |
|
Instances
newListCustomRoutingListenersResponse Source #
Create a value of ListCustomRoutingListenersResponse
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:nextToken:ListCustomRoutingListeners'
, listCustomRoutingListenersResponse_nextToken
- The token for the next set of results. You receive this token from a
previous call.
$sel:listeners:ListCustomRoutingListenersResponse'
, listCustomRoutingListenersResponse_listeners
- The list of listeners for a custom routing accelerator.
$sel:httpStatus:ListCustomRoutingListenersResponse'
, listCustomRoutingListenersResponse_httpStatus
- The response's http status code.
Response Lenses
listCustomRoutingListenersResponse_nextToken :: Lens' ListCustomRoutingListenersResponse (Maybe Text) Source #
The token for the next set of results. You receive this token from a previous call.
listCustomRoutingListenersResponse_listeners :: Lens' ListCustomRoutingListenersResponse (Maybe [CustomRoutingListener]) Source #
The list of listeners for a custom routing accelerator.
listCustomRoutingListenersResponse_httpStatus :: Lens' ListCustomRoutingListenersResponse Int Source #
The response's http status code.