Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Create or updates the catalog data for a public registry.
Synopsis
- data PutRegistryCatalogData = PutRegistryCatalogData' {
- displayName :: Maybe Text
- newPutRegistryCatalogData :: PutRegistryCatalogData
- putRegistryCatalogData_displayName :: Lens' PutRegistryCatalogData (Maybe Text)
- data PutRegistryCatalogDataResponse = PutRegistryCatalogDataResponse' {}
- newPutRegistryCatalogDataResponse :: Int -> RegistryCatalogData -> PutRegistryCatalogDataResponse
- putRegistryCatalogDataResponse_httpStatus :: Lens' PutRegistryCatalogDataResponse Int
- putRegistryCatalogDataResponse_registryCatalogData :: Lens' PutRegistryCatalogDataResponse RegistryCatalogData
Creating a Request
data PutRegistryCatalogData Source #
See: newPutRegistryCatalogData
smart constructor.
PutRegistryCatalogData' | |
|
Instances
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.
PutRegistryCatalogDataResponse' | |
|
Instances
Eq PutRegistryCatalogDataResponse Source # | |
Read PutRegistryCatalogDataResponse Source # | |
Show PutRegistryCatalogDataResponse Source # | |
Defined in Amazonka.ECRPublic.PutRegistryCatalogData | |
Generic PutRegistryCatalogDataResponse Source # | |
NFData PutRegistryCatalogDataResponse Source # | |
Defined in Amazonka.ECRPublic.PutRegistryCatalogData rnf :: PutRegistryCatalogDataResponse -> () # | |
type Rep PutRegistryCatalogDataResponse Source # | |
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
putRegistryCatalogDataResponse_httpStatus :: Lens' PutRegistryCatalogDataResponse Int Source #
The response's http status code.
putRegistryCatalogDataResponse_registryCatalogData :: Lens' PutRegistryCatalogDataResponse RegistryCatalogData Source #
The catalog data for the public registry.