libZSservicesZSamazonka-ecr-publicZSamazonka-ecr-public
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.ECRPublic.GetRegistryCatalogData

Description

Retrieves catalog metadata for a public registry.

Synopsis

Creating a Request

data GetRegistryCatalogData Source #

See: newGetRegistryCatalogData smart constructor.

Instances

Instances details
Eq GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

Read GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

Show GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

Generic GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

Associated Types

type Rep GetRegistryCatalogData :: Type -> Type #

NFData GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

Methods

rnf :: GetRegistryCatalogData -> () #

Hashable GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

ToJSON GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

AWSRequest GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

Associated Types

type AWSResponse GetRegistryCatalogData #

ToHeaders GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

ToPath GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

ToQuery GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

type Rep GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

type Rep GetRegistryCatalogData = D1 ('MetaData "GetRegistryCatalogData" "Amazonka.ECRPublic.GetRegistryCatalogData" "libZSservicesZSamazonka-ecr-publicZSamazonka-ecr-public" 'False) (C1 ('MetaCons "GetRegistryCatalogData'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

newGetRegistryCatalogData :: GetRegistryCatalogData Source #

Create a value of GetRegistryCatalogData with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data GetRegistryCatalogDataResponse Source #

See: newGetRegistryCatalogDataResponse smart constructor.

Constructors

GetRegistryCatalogDataResponse' 

Fields

Instances

Instances details
Eq GetRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

Read GetRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

Show GetRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

Generic GetRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

Associated Types

type Rep GetRegistryCatalogDataResponse :: Type -> Type #

NFData GetRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

type Rep GetRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRegistryCatalogData

type Rep GetRegistryCatalogDataResponse = D1 ('MetaData "GetRegistryCatalogDataResponse" "Amazonka.ECRPublic.GetRegistryCatalogData" "libZSservicesZSamazonka-ecr-publicZSamazonka-ecr-public" 'False) (C1 ('MetaCons "GetRegistryCatalogDataResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "registryCatalogData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistryCatalogData)))

newGetRegistryCatalogDataResponse Source #

Create a value of GetRegistryCatalogDataResponse 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:httpStatus:GetRegistryCatalogDataResponse', getRegistryCatalogDataResponse_httpStatus - The response's http status code.

$sel:registryCatalogData:GetRegistryCatalogDataResponse', getRegistryCatalogDataResponse_registryCatalogData - The catalog metadata for the public registry.

Response Lenses