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 |
Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see Accessing S3 on Outposts using VPC only access points.
This action lists endpoints associated with the Outposts.
Related actions include:
This operation returns paginated results.
Synopsis
- data ListEndpoints = ListEndpoints' {}
- newListEndpoints :: ListEndpoints
- listEndpoints_nextToken :: Lens' ListEndpoints (Maybe Text)
- listEndpoints_maxResults :: Lens' ListEndpoints (Maybe Natural)
- data ListEndpointsResponse = ListEndpointsResponse' {}
- newListEndpointsResponse :: Int -> ListEndpointsResponse
- listEndpointsResponse_nextToken :: Lens' ListEndpointsResponse (Maybe Text)
- listEndpointsResponse_endpoints :: Lens' ListEndpointsResponse (Maybe [Endpoint])
- 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:nextToken:ListEndpoints'
, listEndpoints_nextToken
- The next endpoint requested in the list.
$sel:maxResults:ListEndpoints'
, listEndpoints_maxResults
- The max number of endpoints that can be returned on the request.
Request Lenses
listEndpoints_nextToken :: Lens' ListEndpoints (Maybe Text) Source #
The next endpoint requested in the list.
listEndpoints_maxResults :: Lens' ListEndpoints (Maybe Natural) Source #
The max number of endpoints that can be returned on the request.
Destructuring the Response
data ListEndpointsResponse Source #
See: newListEndpointsResponse
smart constructor.
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:nextToken:ListEndpoints'
, listEndpointsResponse_nextToken
- The next endpoint returned in the list.
$sel:endpoints:ListEndpointsResponse'
, listEndpointsResponse_endpoints
- Returns an array of endpoints associated with AWS Outposts.
$sel:httpStatus:ListEndpointsResponse'
, listEndpointsResponse_httpStatus
- The response's http status code.
Response Lenses
listEndpointsResponse_nextToken :: Lens' ListEndpointsResponse (Maybe Text) Source #
The next endpoint returned in the list.
listEndpointsResponse_endpoints :: Lens' ListEndpointsResponse (Maybe [Endpoint]) Source #
Returns an array of endpoints associated with AWS Outposts.
listEndpointsResponse_httpStatus :: Lens' ListEndpointsResponse Int Source #
The response's http status code.