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 |
Documentation
data RegistrySummary Source #
See: newRegistrySummary
smart constructor.
Instances
newRegistrySummary :: RegistrySummary Source #
Create a value of RegistrySummary
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:registryName:RegistrySummary'
, registrySummary_registryName
- The name of the registry.
$sel:registryArn:RegistrySummary'
, registrySummary_registryArn
- The ARN of the registry.
$sel:tags:RegistrySummary'
, registrySummary_tags
- Tags associated with the registry.
registrySummary_registryName :: Lens' RegistrySummary (Maybe Text) Source #
The name of the registry.
registrySummary_registryArn :: Lens' RegistrySummary (Maybe Text) Source #
The ARN of the registry.
registrySummary_tags :: Lens' RegistrySummary (Maybe (HashMap Text Text)) Source #
Tags associated with the registry.