| 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 |
Amazonka.Glue.GetDevEndpoints
Description
Retrieves all the development endpoints in this Amazon Web Services 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_maxResults :: Lens' GetDevEndpoints (Maybe Natural)
- getDevEndpoints_nextToken :: Lens' GetDevEndpoints (Maybe Text)
- data GetDevEndpointsResponse = GetDevEndpointsResponse' {
- devEndpoints :: Maybe [DevEndpoint]
- nextToken :: Maybe Text
- httpStatus :: Int
- newGetDevEndpointsResponse :: Int -> GetDevEndpointsResponse
- getDevEndpointsResponse_devEndpoints :: Lens' GetDevEndpointsResponse (Maybe [DevEndpoint])
- getDevEndpointsResponse_nextToken :: Lens' GetDevEndpointsResponse (Maybe Text)
- getDevEndpointsResponse_httpStatus :: Lens' GetDevEndpointsResponse Int
Creating a Request
data GetDevEndpoints Source #
See: newGetDevEndpoints smart constructor.
Constructors
| GetDevEndpoints' | |
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:maxResults:GetDevEndpoints', getDevEndpoints_maxResults - The maximum size of information to return.
GetDevEndpoints, getDevEndpoints_nextToken - A continuation token, if this is a continuation call.
Request Lenses
getDevEndpoints_maxResults :: Lens' GetDevEndpoints (Maybe Natural) Source #
The maximum size of information to return.
getDevEndpoints_nextToken :: Lens' GetDevEndpoints (Maybe Text) Source #
A continuation token, if this is a continuation call.
Destructuring the Response
data GetDevEndpointsResponse Source #
See: newGetDevEndpointsResponse smart constructor.
Constructors
| GetDevEndpointsResponse' | |
Fields
| |
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:devEndpoints:GetDevEndpointsResponse', getDevEndpointsResponse_devEndpoints - A list of DevEndpoint definitions.
GetDevEndpoints, getDevEndpointsResponse_nextToken - A continuation token, if not all DevEndpoint definitions have yet been
returned.
$sel:httpStatus:GetDevEndpointsResponse', getDevEndpointsResponse_httpStatus - The response's http status code.
Response Lenses
getDevEndpointsResponse_devEndpoints :: Lens' GetDevEndpointsResponse (Maybe [DevEndpoint]) Source #
A list of DevEndpoint definitions.
getDevEndpointsResponse_nextToken :: Lens' GetDevEndpointsResponse (Maybe Text) Source #
A continuation token, if not all DevEndpoint definitions have yet been
returned.
getDevEndpointsResponse_httpStatus :: Lens' GetDevEndpointsResponse Int Source #
The response's http status code.