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

Defined in Amazonka.Glue.ListDevEndpoints

Read ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Show ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Generic ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Associated Types

type Rep ListDevEndpoints :: Type -> Type #

NFData ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Methods

rnf :: ListDevEndpoints -> () #

Hashable ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

ToJSON ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

AWSRequest ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Associated Types

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

type Rep ListDevEndpoints Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

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

Defined in Amazonka.Glue.ListDevEndpoints

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:nextToken:ListDevEndpoints', listDevEndpoints_nextToken - A continuation token, if this is a continuation request.

$sel:maxResults:ListDevEndpoints', listDevEndpoints_maxResults - The maximum size of a list to return.

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

Request Lenses

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

A continuation token, if this is a continuation request.

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

The maximum size of a list to return.

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

  • nextToken :: Maybe Text

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

  • devEndpointNames :: Maybe [Text]

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Read ListDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Show ListDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Generic ListDevEndpointsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListDevEndpoints

Associated Types

type Rep ListDevEndpointsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "ListDevEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "devEndpointNames") '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:nextToken:ListDevEndpoints', listDevEndpointsResponse_nextToken - A continuation token, if the returned list does not contain the last metric available.

$sel:devEndpointNames:ListDevEndpointsResponse', listDevEndpointsResponse_devEndpointNames - The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

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

Response Lenses

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

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

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

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