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

Description

Retrieve catalog metadata for a repository in a public registry. This metadata is displayed publicly in the Amazon ECR Public Gallery.

Synopsis

Creating a Request

data GetRepositoryCatalogData Source #

See: newGetRepositoryCatalogData smart constructor.

Constructors

GetRepositoryCatalogData' 

Fields

  • registryId :: Maybe Text

    The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.

  • repositoryName :: Text

    The name of the repository to retrieve the catalog metadata for.

Instances

Instances details
Eq GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

Read GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

Show GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

Generic GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

Associated Types

type Rep GetRepositoryCatalogData :: Type -> Type #

NFData GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

Hashable GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

ToJSON GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

AWSRequest GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

ToHeaders GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

ToPath GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

ToQuery GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

type Rep GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

type Rep GetRepositoryCatalogData = D1 ('MetaData "GetRepositoryCatalogData" "Amazonka.ECRPublic.GetRepositoryCatalogData" "libZSservicesZSamazonka-ecr-publicZSamazonka-ecr-public" 'False) (C1 ('MetaCons "GetRepositoryCatalogData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRepositoryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

newGetRepositoryCatalogData Source #

Create a value of GetRepositoryCatalogData 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:registryId:GetRepositoryCatalogData', getRepositoryCatalogData_registryId - The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.

$sel:repositoryName:GetRepositoryCatalogData', getRepositoryCatalogData_repositoryName - The name of the repository to retrieve the catalog metadata for.

Request Lenses

getRepositoryCatalogData_registryId :: Lens' GetRepositoryCatalogData (Maybe Text) Source #

The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.

getRepositoryCatalogData_repositoryName :: Lens' GetRepositoryCatalogData Text Source #

The name of the repository to retrieve the catalog metadata for.

Destructuring the Response

data GetRepositoryCatalogDataResponse Source #

See: newGetRepositoryCatalogDataResponse smart constructor.

Constructors

GetRepositoryCatalogDataResponse' 

Fields

Instances

Instances details
Eq GetRepositoryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

Read GetRepositoryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

Show GetRepositoryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

Generic GetRepositoryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

Associated Types

type Rep GetRepositoryCatalogDataResponse :: Type -> Type #

NFData GetRepositoryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

type Rep GetRepositoryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.GetRepositoryCatalogData

type Rep GetRepositoryCatalogDataResponse = D1 ('MetaData "GetRepositoryCatalogDataResponse" "Amazonka.ECRPublic.GetRepositoryCatalogData" "libZSservicesZSamazonka-ecr-publicZSamazonka-ecr-public" 'False) (C1 ('MetaCons "GetRepositoryCatalogDataResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "catalogData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RepositoryCatalogData)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetRepositoryCatalogDataResponse Source #

Create a value of GetRepositoryCatalogDataResponse 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:catalogData:GetRepositoryCatalogDataResponse', getRepositoryCatalogDataResponse_catalogData - The catalog metadata for the repository.

$sel:httpStatus:GetRepositoryCatalogDataResponse', getRepositoryCatalogDataResponse_httpStatus - The response's http status code.

Response Lenses