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 |
Retrieves all the development endpoints in this AWS account.
When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.
This operation returns paginated results.
Synopsis
- data GetDevEndpoints = GetDevEndpoints' {}
- newGetDevEndpoints :: GetDevEndpoints
- getDevEndpoints_nextToken :: Lens' GetDevEndpoints (Maybe Text)
- getDevEndpoints_maxResults :: Lens' GetDevEndpoints (Maybe Natural)
- data GetDevEndpointsResponse = GetDevEndpointsResponse' {
- nextToken :: Maybe Text
- devEndpoints :: Maybe [DevEndpoint]
- httpStatus :: Int
- newGetDevEndpointsResponse :: Int -> GetDevEndpointsResponse
- getDevEndpointsResponse_nextToken :: Lens' GetDevEndpointsResponse (Maybe Text)
- getDevEndpointsResponse_devEndpoints :: Lens' GetDevEndpointsResponse (Maybe [DevEndpoint])
- getDevEndpointsResponse_httpStatus :: Lens' GetDevEndpointsResponse Int
Creating a Request
data GetDevEndpoints Source #
See: newGetDevEndpoints
smart constructor.
Instances
newGetDevEndpoints :: GetDevEndpoints Source #
Create a value of GetDevEndpoints
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:GetDevEndpoints'
, getDevEndpoints_nextToken
- A continuation token, if this is a continuation call.
$sel:maxResults:GetDevEndpoints'
, getDevEndpoints_maxResults
- The maximum size of information to return.
Request Lenses
getDevEndpoints_nextToken :: Lens' GetDevEndpoints (Maybe Text) Source #
A continuation token, if this is a continuation call.
getDevEndpoints_maxResults :: Lens' GetDevEndpoints (Maybe Natural) Source #
The maximum size of information to return.
Destructuring the Response
data GetDevEndpointsResponse Source #
See: newGetDevEndpointsResponse
smart constructor.
GetDevEndpointsResponse' | |
|
Instances
newGetDevEndpointsResponse Source #
Create a value of GetDevEndpointsResponse
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:GetDevEndpoints'
, getDevEndpointsResponse_nextToken
- A continuation token, if not all DevEndpoint
definitions have yet been
returned.
$sel:devEndpoints:GetDevEndpointsResponse'
, getDevEndpointsResponse_devEndpoints
- A list of DevEndpoint
definitions.
$sel:httpStatus:GetDevEndpointsResponse'
, getDevEndpointsResponse_httpStatus
- The response's http status code.
Response Lenses
getDevEndpointsResponse_nextToken :: Lens' GetDevEndpointsResponse (Maybe Text) Source #
A continuation token, if not all DevEndpoint
definitions have yet been
returned.
getDevEndpointsResponse_devEndpoints :: Lens' GetDevEndpointsResponse (Maybe [DevEndpoint]) Source #
A list of DevEndpoint
definitions.
getDevEndpointsResponse_httpStatus :: Lens' GetDevEndpointsResponse Int Source #
The response's http status code.