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 endpoint groups that are associated with a listener for a custom routing accelerator.
Synopsis
- data ListCustomRoutingEndpointGroups = ListCustomRoutingEndpointGroups' {
- nextToken :: Maybe Text
- maxResults :: Maybe Natural
- listenerArn :: Text
- newListCustomRoutingEndpointGroups :: Text -> ListCustomRoutingEndpointGroups
- listCustomRoutingEndpointGroups_nextToken :: Lens' ListCustomRoutingEndpointGroups (Maybe Text)
- listCustomRoutingEndpointGroups_maxResults :: Lens' ListCustomRoutingEndpointGroups (Maybe Natural)
- listCustomRoutingEndpointGroups_listenerArn :: Lens' ListCustomRoutingEndpointGroups Text
- data ListCustomRoutingEndpointGroupsResponse = ListCustomRoutingEndpointGroupsResponse' {}
- newListCustomRoutingEndpointGroupsResponse :: Int -> ListCustomRoutingEndpointGroupsResponse
- listCustomRoutingEndpointGroupsResponse_nextToken :: Lens' ListCustomRoutingEndpointGroupsResponse (Maybe Text)
- listCustomRoutingEndpointGroupsResponse_endpointGroups :: Lens' ListCustomRoutingEndpointGroupsResponse (Maybe [CustomRoutingEndpointGroup])
- listCustomRoutingEndpointGroupsResponse_httpStatus :: Lens' ListCustomRoutingEndpointGroupsResponse Int
Creating a Request
data ListCustomRoutingEndpointGroups Source #
See: newListCustomRoutingEndpointGroups
smart constructor.
ListCustomRoutingEndpointGroups' | |
|
Instances
newListCustomRoutingEndpointGroups Source #
Create a value of ListCustomRoutingEndpointGroups
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:ListCustomRoutingEndpointGroups'
, listCustomRoutingEndpointGroups_nextToken
- The token for the next set of results. You receive this token from a
previous call.
$sel:maxResults:ListCustomRoutingEndpointGroups'
, listCustomRoutingEndpointGroups_maxResults
- The number of endpoint group objects that you want to return with this
call. The default value is 10.
$sel:listenerArn:ListCustomRoutingEndpointGroups'
, listCustomRoutingEndpointGroups_listenerArn
- The Amazon Resource Name (ARN) of the listener to list endpoint groups
for.
Request Lenses
listCustomRoutingEndpointGroups_nextToken :: Lens' ListCustomRoutingEndpointGroups (Maybe Text) Source #
The token for the next set of results. You receive this token from a previous call.
listCustomRoutingEndpointGroups_maxResults :: Lens' ListCustomRoutingEndpointGroups (Maybe Natural) Source #
The number of endpoint group objects that you want to return with this call. The default value is 10.
listCustomRoutingEndpointGroups_listenerArn :: Lens' ListCustomRoutingEndpointGroups Text Source #
The Amazon Resource Name (ARN) of the listener to list endpoint groups for.
Destructuring the Response
data ListCustomRoutingEndpointGroupsResponse Source #
See: newListCustomRoutingEndpointGroupsResponse
smart constructor.
ListCustomRoutingEndpointGroupsResponse' | |
|
Instances
newListCustomRoutingEndpointGroupsResponse Source #
Create a value of ListCustomRoutingEndpointGroupsResponse
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:ListCustomRoutingEndpointGroups'
, listCustomRoutingEndpointGroupsResponse_nextToken
- The token for the next set of results. You receive this token from a
previous call.
$sel:endpointGroups:ListCustomRoutingEndpointGroupsResponse'
, listCustomRoutingEndpointGroupsResponse_endpointGroups
- The list of the endpoint groups associated with a listener for a custom
routing accelerator.
$sel:httpStatus:ListCustomRoutingEndpointGroupsResponse'
, listCustomRoutingEndpointGroupsResponse_httpStatus
- The response's http status code.
Response Lenses
listCustomRoutingEndpointGroupsResponse_nextToken :: Lens' ListCustomRoutingEndpointGroupsResponse (Maybe Text) Source #
The token for the next set of results. You receive this token from a previous call.
listCustomRoutingEndpointGroupsResponse_endpointGroups :: Lens' ListCustomRoutingEndpointGroupsResponse (Maybe [CustomRoutingEndpointGroup]) Source #
The list of the endpoint groups associated with a listener for a custom routing accelerator.
listCustomRoutingEndpointGroupsResponse_httpStatus :: Lens' ListCustomRoutingEndpointGroupsResponse Int Source #
The response's http status code.