amazonka-ecr-public-2.0: Amazon Elastic Container Registry Public SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ECRPublic.PutRegistryCatalogData

Description

Create or updates the catalog data for a public registry.

Synopsis

Creating a Request

data PutRegistryCatalogData Source #

See: newPutRegistryCatalogData smart constructor.

Constructors

PutRegistryCatalogData' 

Fields

  • displayName :: Maybe Text

    The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.

    The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.

Instances

Instances details
ToJSON PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

ToHeaders PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

ToPath PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

ToQuery PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

AWSRequest PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Associated Types

type AWSResponse PutRegistryCatalogData #

Generic PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Associated Types

type Rep PutRegistryCatalogData :: Type -> Type #

Read PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Show PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

NFData PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Methods

rnf :: PutRegistryCatalogData -> () #

Eq PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Hashable PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

type AWSResponse PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

type Rep PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

type Rep PutRegistryCatalogData = D1 ('MetaData "PutRegistryCatalogData" "Amazonka.ECRPublic.PutRegistryCatalogData" "amazonka-ecr-public-2.0-37SU5CHdiHw3VhMeSkOlop" 'False) (C1 ('MetaCons "PutRegistryCatalogData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPutRegistryCatalogData :: PutRegistryCatalogData Source #

Create a value of PutRegistryCatalogData 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:

PutRegistryCatalogData, putRegistryCatalogData_displayName - The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.

The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.

Request Lenses

putRegistryCatalogData_displayName :: Lens' PutRegistryCatalogData (Maybe Text) Source #

The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.

The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.

Destructuring the Response

data PutRegistryCatalogDataResponse Source #

See: newPutRegistryCatalogDataResponse smart constructor.

Constructors

PutRegistryCatalogDataResponse' 

Fields

Instances

Instances details
Generic PutRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Associated Types

type Rep PutRegistryCatalogDataResponse :: Type -> Type #

Read PutRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Show PutRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

NFData PutRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Eq PutRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

type Rep PutRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

type Rep PutRegistryCatalogDataResponse = D1 ('MetaData "PutRegistryCatalogDataResponse" "Amazonka.ECRPublic.PutRegistryCatalogData" "amazonka-ecr-public-2.0-37SU5CHdiHw3VhMeSkOlop" 'False) (C1 ('MetaCons "PutRegistryCatalogDataResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "registryCatalogData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistryCatalogData)))

newPutRegistryCatalogDataResponse Source #

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

$sel:registryCatalogData:PutRegistryCatalogDataResponse', putRegistryCatalogDataResponse_registryCatalogData - The catalog data for the public registry.

Response Lenses