| 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.GetDevEndpoint
Description
Retrieves information about a specified development endpoint.
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.
Synopsis
- data GetDevEndpoint = GetDevEndpoint' {
- endpointName :: Text
- newGetDevEndpoint :: Text -> GetDevEndpoint
- getDevEndpoint_endpointName :: Lens' GetDevEndpoint Text
- data GetDevEndpointResponse = GetDevEndpointResponse' {}
- newGetDevEndpointResponse :: Int -> GetDevEndpointResponse
- getDevEndpointResponse_devEndpoint :: Lens' GetDevEndpointResponse (Maybe DevEndpoint)
- getDevEndpointResponse_httpStatus :: Lens' GetDevEndpointResponse Int
Creating a Request
data GetDevEndpoint Source #
See: newGetDevEndpoint smart constructor.
Constructors
| GetDevEndpoint' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetDevEndpoint |
Create a value of GetDevEndpoint 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:
GetDevEndpoint, getDevEndpoint_endpointName - Name of the DevEndpoint to retrieve information for.
Request Lenses
getDevEndpoint_endpointName :: Lens' GetDevEndpoint Text Source #
Name of the DevEndpoint to retrieve information for.
Destructuring the Response
data GetDevEndpointResponse Source #
See: newGetDevEndpointResponse smart constructor.
Constructors
| GetDevEndpointResponse' | |
Fields
| |
Instances
newGetDevEndpointResponse Source #
Create a value of GetDevEndpointResponse 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:devEndpoint:GetDevEndpointResponse', getDevEndpointResponse_devEndpoint - A DevEndpoint definition.
$sel:httpStatus:GetDevEndpointResponse', getDevEndpointResponse_httpStatus - The response's http status code.
Response Lenses
getDevEndpointResponse_devEndpoint :: Lens' GetDevEndpointResponse (Maybe DevEndpoint) Source #
A DevEndpoint definition.
getDevEndpointResponse_httpStatus :: Lens' GetDevEndpointResponse Int Source #
The response's http status code.