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.GetDevEndpoints

Description

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

Creating a Request

data GetDevEndpoints Source #

See: newGetDevEndpoints smart constructor.

Constructors

GetDevEndpoints' 

Fields

Instances

Instances details
Eq GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

Read GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

Show GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

Generic GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

Associated Types

type Rep GetDevEndpoints :: Type -> Type #

NFData GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

Methods

rnf :: GetDevEndpoints -> () #

Hashable GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

ToJSON GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

AWSPager GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

AWSRequest GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

Associated Types

type AWSResponse GetDevEndpoints #

ToHeaders GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

ToPath GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

ToQuery GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

type Rep GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

type Rep GetDevEndpoints = D1 ('MetaData "GetDevEndpoints" "Amazonka.Glue.GetDevEndpoints" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetDevEndpoints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse GetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

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.

Constructors

GetDevEndpointsResponse' 

Fields

Instances

Instances details
Eq GetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

Read GetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

Show GetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

Generic GetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

Associated Types

type Rep GetDevEndpointsResponse :: Type -> Type #

NFData GetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

Methods

rnf :: GetDevEndpointsResponse -> () #

type Rep GetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDevEndpoints

type Rep GetDevEndpointsResponse = D1 ('MetaData "GetDevEndpointsResponse" "Amazonka.Glue.GetDevEndpoints" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetDevEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "devEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DevEndpoint])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.