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

Description

Returns a list of registries that you have created, with minimal registry information. Registries in the Deleting status will not be included in the results. Empty results will be returned if there are no registries available.

This operation returns paginated results.

Synopsis

Creating a Request

data ListRegistries Source #

See: newListRegistries smart constructor.

Constructors

ListRegistries' 

Fields

  • nextToken :: Maybe Text

    A continuation token, if this is a continuation call.

  • maxResults :: Maybe Natural

    Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

Instances

Instances details
Eq ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

Read ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

Show ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

Generic ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

Associated Types

type Rep ListRegistries :: Type -> Type #

NFData ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

Methods

rnf :: ListRegistries -> () #

Hashable ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

ToJSON ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

AWSPager ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

AWSRequest ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

Associated Types

type AWSResponse ListRegistries #

ToHeaders ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

ToPath ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

ToQuery ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

type Rep ListRegistries Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

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

Defined in Amazonka.Glue.ListRegistries

newListRegistries :: ListRegistries Source #

Create a value of ListRegistries 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:ListRegistries', listRegistries_nextToken - A continuation token, if this is a continuation call.

$sel:maxResults:ListRegistries', listRegistries_maxResults - Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

Request Lenses

listRegistries_nextToken :: Lens' ListRegistries (Maybe Text) Source #

A continuation token, if this is a continuation call.

listRegistries_maxResults :: Lens' ListRegistries (Maybe Natural) Source #

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

Destructuring the Response

data ListRegistriesResponse Source #

See: newListRegistriesResponse smart constructor.

Constructors

ListRegistriesResponse' 

Fields

  • registries :: Maybe [RegistryListItem]

    An array of RegistryDetailedListItem objects containing minimal details of each registry.

  • nextToken :: Maybe Text

    A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

Read ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

Show ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

Generic ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

Associated Types

type Rep ListRegistriesResponse :: Type -> Type #

NFData ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

Methods

rnf :: ListRegistriesResponse -> () #

type Rep ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Glue.ListRegistries

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

newListRegistriesResponse Source #

Create a value of ListRegistriesResponse 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:registries:ListRegistriesResponse', listRegistriesResponse_registries - An array of RegistryDetailedListItem objects containing minimal details of each registry.

$sel:nextToken:ListRegistries', listRegistriesResponse_nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

$sel:httpStatus:ListRegistriesResponse', listRegistriesResponse_httpStatus - The response's http status code.

Response Lenses

listRegistriesResponse_registries :: Lens' ListRegistriesResponse (Maybe [RegistryListItem]) Source #

An array of RegistryDetailedListItem objects containing minimal details of each registry.

listRegistriesResponse_nextToken :: Lens' ListRegistriesResponse (Maybe Text) Source #

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.