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 |
Synopsis
Documentation
data RegistryId Source #
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
See: newRegistryId
smart constructor.
RegistryId' | |
|
Instances
newRegistryId :: RegistryId Source #
Create a value of RegistryId
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:RegistryId'
, registryId_registryName
- Name of the registry. Used only for lookup. One of RegistryArn
or
RegistryName
has to be provided.
$sel:registryArn:RegistryId'
, registryId_registryArn
- Arn of the registry to be updated. One of RegistryArn
or
RegistryName
has to be provided.
registryId_registryName :: Lens' RegistryId (Maybe Text) Source #
Name of the registry. Used only for lookup. One of RegistryArn
or
RegistryName
has to be provided.
registryId_registryArn :: Lens' RegistryId (Maybe Text) Source #
Arn of the registry to be updated. One of RegistryArn
or
RegistryName
has to be provided.