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 |
Lists endpoints associated with the specified Outpost.
Related actions include:
This operation returns paginated results.
Synopsis
- data ListEndpoints = ListEndpoints' {}
- newListEndpoints :: ListEndpoints
- listEndpoints_maxResults :: Lens' ListEndpoints (Maybe Natural)
- listEndpoints_nextToken :: Lens' ListEndpoints (Maybe Text)
- data ListEndpointsResponse = ListEndpointsResponse' {}
- newListEndpointsResponse :: Int -> ListEndpointsResponse
- listEndpointsResponse_endpoints :: Lens' ListEndpointsResponse (Maybe [Endpoint])
- listEndpointsResponse_nextToken :: Lens' ListEndpointsResponse (Maybe Text)
- listEndpointsResponse_httpStatus :: Lens' ListEndpointsResponse Int
Creating a Request
data ListEndpoints Source #
See: newListEndpoints
smart constructor.
Instances
newListEndpoints :: ListEndpoints Source #
Create a value of ListEndpoints
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:maxResults:ListEndpoints'
, listEndpoints_maxResults
- The maximum number of endpoints that will be returned in the response.
ListEndpoints
, listEndpoints_nextToken
- If a previous response from this operation included a NextToken
value,
provide that value here to retrieve the next page of results.
Request Lenses
listEndpoints_maxResults :: Lens' ListEndpoints (Maybe Natural) Source #
The maximum number of endpoints that will be returned in the response.
listEndpoints_nextToken :: Lens' ListEndpoints (Maybe Text) Source #
If a previous response from this operation included a NextToken
value,
provide that value here to retrieve the next page of results.
Destructuring the Response
data ListEndpointsResponse Source #
See: newListEndpointsResponse
smart constructor.
ListEndpointsResponse' | |
|
Instances
newListEndpointsResponse Source #
Create a value of ListEndpointsResponse
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:endpoints:ListEndpointsResponse'
, listEndpointsResponse_endpoints
- The list of endpoints associated with the specified Outpost.
ListEndpoints
, listEndpointsResponse_nextToken
- If the number of endpoints associated with the specified Outpost exceeds
MaxResults
, you can include this value in subsequent calls to this
operation to retrieve more results.
$sel:httpStatus:ListEndpointsResponse'
, listEndpointsResponse_httpStatus
- The response's http status code.
Response Lenses
listEndpointsResponse_endpoints :: Lens' ListEndpointsResponse (Maybe [Endpoint]) Source #
The list of endpoints associated with the specified Outpost.
listEndpointsResponse_nextToken :: Lens' ListEndpointsResponse (Maybe Text) Source #
If the number of endpoints associated with the specified Outpost exceeds
MaxResults
, you can include this value in subsequent calls to this
operation to retrieve more results.
listEndpointsResponse_httpStatus :: Lens' ListEndpointsResponse Int Source #
The response's http status code.