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

Description

Retrieves the names of all DevEndpoint resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.

Synopsis

Creating a Request

data ListDevEndpoints Source #

See: newListDevEndpoints smart constructor.

Constructors

ListDevEndpoints' 

Fields

Instances

Instances details
ToJSON ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

ToHeaders ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

ToPath ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

ToQuery ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

AWSRequest ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Associated Types

type AWSResponse ListDevEndpoints #

Generic ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Associated Types

type Rep ListDevEndpoints :: Type -> Type #

Read ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Show ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

NFData ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Methods

rnf :: ListDevEndpoints -> () #

Eq ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Hashable ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

type AWSResponse ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

type Rep ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

type Rep ListDevEndpoints = D1 ('MetaData "ListDevEndpoints" "Amazonka.Glue.ListDevEndpoints" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "ListDevEndpoints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newListDevEndpoints :: ListDevEndpoints Source #

Create a value of ListDevEndpoints 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:maxResults:ListDevEndpoints', listDevEndpoints_maxResults - The maximum size of a list to return.

ListDevEndpoints, listDevEndpoints_nextToken - A continuation token, if this is a continuation request.

$sel:tags:ListDevEndpoints', listDevEndpoints_tags - Specifies to return only these tagged resources.

Request Lenses

listDevEndpoints_maxResults :: Lens' ListDevEndpoints (Maybe Natural) Source #

The maximum size of a list to return.

listDevEndpoints_nextToken :: Lens' ListDevEndpoints (Maybe Text) Source #

A continuation token, if this is a continuation request.

listDevEndpoints_tags :: Lens' ListDevEndpoints (Maybe (HashMap Text Text)) Source #

Specifies to return only these tagged resources.

Destructuring the Response

data ListDevEndpointsResponse Source #

See: newListDevEndpointsResponse smart constructor.

Constructors

ListDevEndpointsResponse' 

Fields

  • devEndpointNames :: Maybe [Text]

    The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

  • nextToken :: Maybe Text

    A continuation token, if the returned list does not contain the last metric available.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ListDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Associated Types

type Rep ListDevEndpointsResponse :: Type -> Type #

Read ListDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Show ListDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

NFData ListDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Eq ListDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

type Rep ListDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

type Rep ListDevEndpointsResponse = D1 ('MetaData "ListDevEndpointsResponse" "Amazonka.Glue.ListDevEndpoints" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "ListDevEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "devEndpointNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDevEndpointsResponse Source #

Create a value of ListDevEndpointsResponse 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:ListDevEndpointsResponse', listDevEndpointsResponse_devEndpointNames - The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

ListDevEndpoints, listDevEndpointsResponse_nextToken - A continuation token, if the returned list does not contain the last metric available.

$sel:httpStatus:ListDevEndpointsResponse', listDevEndpointsResponse_httpStatus - The response's http status code.

Response Lenses

listDevEndpointsResponse_devEndpointNames :: Lens' ListDevEndpointsResponse (Maybe [Text]) Source #

The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

listDevEndpointsResponse_nextToken :: Lens' ListDevEndpointsResponse (Maybe Text) Source #

A continuation token, if the returned list does not contain the last metric available.