amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Glue.BatchGetDevEndpoints

Description

Returns a list of resource metadata for a given list of development endpoint names. After calling the ListDevEndpoints operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

Synopsis

Creating a Request

data BatchGetDevEndpoints Source #

See: newBatchGetDevEndpoints smart constructor.

Constructors

BatchGetDevEndpoints' 

Fields

Instances

Instances details
ToJSON BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

ToHeaders BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

ToPath BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

ToQuery BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

AWSRequest BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Associated Types

type AWSResponse BatchGetDevEndpoints #

Generic BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Associated Types

type Rep BatchGetDevEndpoints :: Type -> Type #

Read BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Show BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

NFData BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Methods

rnf :: BatchGetDevEndpoints -> () #

Eq BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Hashable BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

type AWSResponse BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

type Rep BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

type Rep BatchGetDevEndpoints = D1 ('MetaData "BatchGetDevEndpoints" "Amazonka.Glue.BatchGetDevEndpoints" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "BatchGetDevEndpoints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "devEndpointNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newBatchGetDevEndpoints Source #

Create a value of BatchGetDevEndpoints 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:devEndpointNames:BatchGetDevEndpoints', batchGetDevEndpoints_devEndpointNames - The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.

Request Lenses

batchGetDevEndpoints_devEndpointNames :: Lens' BatchGetDevEndpoints (NonEmpty Text) Source #

The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.

Destructuring the Response

data BatchGetDevEndpointsResponse Source #

See: newBatchGetDevEndpointsResponse smart constructor.

Constructors

BatchGetDevEndpointsResponse' 

Fields

Instances

Instances details
Generic BatchGetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Associated Types

type Rep BatchGetDevEndpointsResponse :: Type -> Type #

Read BatchGetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Show BatchGetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

NFData BatchGetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Eq BatchGetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

type Rep BatchGetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

type Rep BatchGetDevEndpointsResponse = D1 ('MetaData "BatchGetDevEndpointsResponse" "Amazonka.Glue.BatchGetDevEndpoints" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "BatchGetDevEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "devEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DevEndpoint])) :*: (S1 ('MetaSel ('Just "devEndpointsNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetDevEndpointsResponse Source #

Create a value of BatchGetDevEndpointsResponse 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:BatchGetDevEndpointsResponse', batchGetDevEndpointsResponse_devEndpoints - A list of DevEndpoint definitions.

$sel:devEndpointsNotFound:BatchGetDevEndpointsResponse', batchGetDevEndpointsResponse_devEndpointsNotFound - A list of DevEndpoints not found.

$sel:httpStatus:BatchGetDevEndpointsResponse', batchGetDevEndpointsResponse_httpStatus - The response's http status code.

Response Lenses