libZSservicesZSamazonka-glueZSamazonka-glue
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

Creating a Request

data GetDevEndpoint Source #

See: newGetDevEndpoint smart constructor.

Constructors

GetDevEndpoint' 

Fields

Instances

Instances details
Eq GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

Read GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

Show GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

Generic GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

Associated Types

type Rep GetDevEndpoint :: Type -> Type #

NFData GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

Methods

rnf :: GetDevEndpoint -> () #

Hashable GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

ToJSON GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

AWSRequest GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

Associated Types

type AWSResponse GetDevEndpoint #

ToHeaders GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

ToPath GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

ToQuery GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

type Rep GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

type Rep GetDevEndpoint = D1 ('MetaData "GetDevEndpoint" "Amazonka.Glue.GetDevEndpoint" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetDevEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

newGetDevEndpoint Source #

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:

$sel:endpointName: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

Instances details
Eq GetDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

Read GetDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

Show GetDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

Generic GetDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

Associated Types

type Rep GetDevEndpointResponse :: Type -> Type #

NFData GetDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

Methods

rnf :: GetDevEndpointResponse -> () #

type Rep GetDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoint

type Rep GetDevEndpointResponse = D1 ('MetaData "GetDevEndpointResponse" "Amazonka.Glue.GetDevEndpoint" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetDevEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "devEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DevEndpoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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