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 |
Retrieves catalog metadata for a public registry.
Synopsis
- data GetRegistryCatalogData = GetRegistryCatalogData' {
- newGetRegistryCatalogData :: GetRegistryCatalogData
- data GetRegistryCatalogDataResponse = GetRegistryCatalogDataResponse' {}
- newGetRegistryCatalogDataResponse :: Int -> RegistryCatalogData -> GetRegistryCatalogDataResponse
- getRegistryCatalogDataResponse_httpStatus :: Lens' GetRegistryCatalogDataResponse Int
- getRegistryCatalogDataResponse_registryCatalogData :: Lens' GetRegistryCatalogDataResponse RegistryCatalogData
Creating a Request
data GetRegistryCatalogData Source #
See: newGetRegistryCatalogData
smart constructor.
Instances
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.
GetRegistryCatalogDataResponse' | |
|
Instances
Eq GetRegistryCatalogDataResponse Source # | |
Read GetRegistryCatalogDataResponse Source # | |
Show GetRegistryCatalogDataResponse Source # | |
Defined in Amazonka.ECRPublic.GetRegistryCatalogData | |
Generic GetRegistryCatalogDataResponse Source # | |
NFData GetRegistryCatalogDataResponse Source # | |
Defined in Amazonka.ECRPublic.GetRegistryCatalogData rnf :: GetRegistryCatalogDataResponse -> () # | |
type Rep GetRegistryCatalogDataResponse Source # | |
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
getRegistryCatalogDataResponse_httpStatus :: Lens' GetRegistryCatalogDataResponse Int Source #
The response's http status code.
getRegistryCatalogDataResponse_registryCatalogData :: Lens' GetRegistryCatalogDataResponse RegistryCatalogData Source #
The catalog metadata for the public registry.