libZSservicesZSamazonka-schemasZSamazonka-schemas
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.Schemas.ListRegistries

Description

List the registries.

This operation returns paginated results.

Synopsis

Creating a Request

data ListRegistries Source #

See: newListRegistries smart constructor.

Constructors

ListRegistries' 

Fields

  • registryNamePrefix :: Maybe Text

    Specifying this limits the results to only those registry names that start with the specified prefix.

  • nextToken :: Maybe Text

    The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

  • scope :: Maybe Text

    Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.

  • limit :: Maybe Int
     

Instances

Instances details
Eq ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Read ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Show ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Generic ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Associated Types

type Rep ListRegistries :: Type -> Type #

NFData ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Methods

rnf :: ListRegistries -> () #

Hashable ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

AWSPager ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

AWSRequest ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Associated Types

type AWSResponse ListRegistries #

ToHeaders ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

ToPath ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

ToQuery ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

type Rep ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

type Rep ListRegistries = D1 ('MetaData "ListRegistries" "Amazonka.Schemas.ListRegistries" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListRegistries'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registryNamePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListRegistries Source # 
Instance details

Defined in Amazonka.Schemas.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:registryNamePrefix:ListRegistries', listRegistries_registryNamePrefix - Specifying this limits the results to only those registry names that start with the specified prefix.

$sel:nextToken:ListRegistries', listRegistries_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

$sel:scope:ListRegistries', listRegistries_scope - Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.

$sel:limit:ListRegistries', listRegistries_limit - Undocumented member.

Request Lenses

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

Specifying this limits the results to only those registry names that start with the specified prefix.

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

The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

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

Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.

Destructuring the Response

data ListRegistriesResponse Source #

See: newListRegistriesResponse smart constructor.

Constructors

ListRegistriesResponse' 

Fields

  • registries :: Maybe [RegistrySummary]

    An array of registry summaries.

  • nextToken :: Maybe Text

    The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Read ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Show ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Generic ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Associated Types

type Rep ListRegistriesResponse :: Type -> Type #

NFData ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

Methods

rnf :: ListRegistriesResponse -> () #

type Rep ListRegistriesResponse Source # 
Instance details

Defined in Amazonka.Schemas.ListRegistries

type Rep ListRegistriesResponse = D1 ('MetaData "ListRegistriesResponse" "Amazonka.Schemas.ListRegistries" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ListRegistriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RegistrySummary])) :*: (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 registry summaries.

$sel:nextToken:ListRegistries', listRegistriesResponse_nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

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

Response Lenses

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

The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.