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.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
Eq BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Read BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Show BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Generic BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Associated Types

type Rep BatchGetDevEndpoints :: Type -> Type #

NFData BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Methods

rnf :: BatchGetDevEndpoints -> () #

Hashable BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

ToJSON BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

AWSRequest BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Associated Types

type AWSResponse 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

type Rep BatchGetDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

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

Defined in Amazonka.Glue.BatchGetDevEndpoints

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
Eq BatchGetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Read BatchGetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Show BatchGetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Generic BatchGetDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetDevEndpoints

Associated Types

type Rep BatchGetDevEndpointsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "BatchGetDevEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "devEndpointsNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "devEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DevEndpoint])) :*: 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:devEndpointsNotFound:BatchGetDevEndpointsResponse', batchGetDevEndpointsResponse_devEndpointsNotFound - A list of DevEndpoints not found.

$sel:devEndpoints:BatchGetDevEndpointsResponse', batchGetDevEndpointsResponse_devEndpoints - A list of DevEndpoint definitions.

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

Response Lenses