| 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.Route53AutoNaming.Types.PublicDnsNamespaceChange
Description
Synopsis
- data PublicDnsNamespaceChange = PublicDnsNamespaceChange' {}
- newPublicDnsNamespaceChange :: PublicDnsNamespaceChange
- publicDnsNamespaceChange_description :: Lens' PublicDnsNamespaceChange (Maybe Text)
- publicDnsNamespaceChange_properties :: Lens' PublicDnsNamespaceChange (Maybe PublicDnsNamespacePropertiesChange)
Documentation
data PublicDnsNamespaceChange Source #
Updated properties for the public DNS namespace.
See: newPublicDnsNamespaceChange smart constructor.
Constructors
| PublicDnsNamespaceChange' | |
Fields
| |
Instances
newPublicDnsNamespaceChange :: PublicDnsNamespaceChange Source #
Create a value of PublicDnsNamespaceChange 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:description:PublicDnsNamespaceChange', publicDnsNamespaceChange_description - An updated description for the public DNS namespace.
$sel:properties:PublicDnsNamespaceChange', publicDnsNamespaceChange_properties - Properties to be updated in the public DNS namespace.
publicDnsNamespaceChange_description :: Lens' PublicDnsNamespaceChange (Maybe Text) Source #
An updated description for the public DNS namespace.
publicDnsNamespaceChange_properties :: Lens' PublicDnsNamespaceChange (Maybe PublicDnsNamespacePropertiesChange) Source #
Properties to be updated in the public DNS namespace.