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.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
Eq PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Read PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Show PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Generic PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Associated Types

type Rep PutRegistryCatalogData :: Type -> Type #

NFData PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Methods

rnf :: PutRegistryCatalogData -> () #

Hashable PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

ToJSON PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

AWSRequest PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Associated Types

type AWSResponse 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

type Rep PutRegistryCatalogData Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

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

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

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:

$sel:displayName: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
Eq PutRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Read PutRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Show PutRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Generic PutRegistryCatalogDataResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.PutRegistryCatalogData

Associated Types

type Rep PutRegistryCatalogDataResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-ecr-publicZSamazonka-ecr-public" '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