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 custom routing accelerators for an AWS account.
This operation returns paginated results.
Synopsis
- data ListCustomRoutingAccelerators = ListCustomRoutingAccelerators' {}
- newListCustomRoutingAccelerators :: ListCustomRoutingAccelerators
- listCustomRoutingAccelerators_nextToken :: Lens' ListCustomRoutingAccelerators (Maybe Text)
- listCustomRoutingAccelerators_maxResults :: Lens' ListCustomRoutingAccelerators (Maybe Natural)
- data ListCustomRoutingAcceleratorsResponse = ListCustomRoutingAcceleratorsResponse' {}
- newListCustomRoutingAcceleratorsResponse :: Int -> ListCustomRoutingAcceleratorsResponse
- listCustomRoutingAcceleratorsResponse_nextToken :: Lens' ListCustomRoutingAcceleratorsResponse (Maybe Text)
- listCustomRoutingAcceleratorsResponse_accelerators :: Lens' ListCustomRoutingAcceleratorsResponse (Maybe [CustomRoutingAccelerator])
- listCustomRoutingAcceleratorsResponse_httpStatus :: Lens' ListCustomRoutingAcceleratorsResponse Int
Creating a Request
data ListCustomRoutingAccelerators Source #
See: newListCustomRoutingAccelerators
smart constructor.
Instances
newListCustomRoutingAccelerators :: ListCustomRoutingAccelerators Source #
Create a value of ListCustomRoutingAccelerators
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:ListCustomRoutingAccelerators'
, listCustomRoutingAccelerators_nextToken
- The token for the next set of results. You receive this token from a
previous call.
$sel:maxResults:ListCustomRoutingAccelerators'
, listCustomRoutingAccelerators_maxResults
- The number of custom routing Global Accelerator objects that you want to
return with this call. The default value is 10.
Request Lenses
listCustomRoutingAccelerators_nextToken :: Lens' ListCustomRoutingAccelerators (Maybe Text) Source #
The token for the next set of results. You receive this token from a previous call.
listCustomRoutingAccelerators_maxResults :: Lens' ListCustomRoutingAccelerators (Maybe Natural) Source #
The number of custom routing Global Accelerator objects that you want to return with this call. The default value is 10.
Destructuring the Response
data ListCustomRoutingAcceleratorsResponse Source #
See: newListCustomRoutingAcceleratorsResponse
smart constructor.
ListCustomRoutingAcceleratorsResponse' | |
|
Instances
newListCustomRoutingAcceleratorsResponse Source #
Create a value of ListCustomRoutingAcceleratorsResponse
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:ListCustomRoutingAccelerators'
, listCustomRoutingAcceleratorsResponse_nextToken
- The token for the next set of results. You receive this token from a
previous call.
$sel:accelerators:ListCustomRoutingAcceleratorsResponse'
, listCustomRoutingAcceleratorsResponse_accelerators
- The list of custom routing accelerators for a customer account.
$sel:httpStatus:ListCustomRoutingAcceleratorsResponse'
, listCustomRoutingAcceleratorsResponse_httpStatus
- The response's http status code.
Response Lenses
listCustomRoutingAcceleratorsResponse_nextToken :: Lens' ListCustomRoutingAcceleratorsResponse (Maybe Text) Source #
The token for the next set of results. You receive this token from a previous call.
listCustomRoutingAcceleratorsResponse_accelerators :: Lens' ListCustomRoutingAcceleratorsResponse (Maybe [CustomRoutingAccelerator]) Source #
The list of custom routing accelerators for a customer account.
listCustomRoutingAcceleratorsResponse_httpStatus :: Lens' ListCustomRoutingAcceleratorsResponse Int Source #
The response's http status code.