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