| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Schemas.Types.RegistrySummary
Description
Documentation
data RegistrySummary Source #
See: newRegistrySummary smart constructor.
Constructors
| RegistrySummary' | |
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:registryArn:RegistrySummary', registrySummary_registryArn - The ARN of the registry.
$sel:registryName:RegistrySummary', registrySummary_registryName - The name of the registry.
$sel:tags:RegistrySummary', registrySummary_tags - Tags associated with the registry.
registrySummary_registryArn :: Lens' RegistrySummary (Maybe Text) Source #
The ARN of the registry.
registrySummary_registryName :: Lens' RegistrySummary (Maybe Text) Source #
The name of the registry.
registrySummary_tags :: Lens' RegistrySummary (Maybe (HashMap Text Text)) Source #
Tags associated with the registry.