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
- data PrivateDnsNamespaceChange = PrivateDnsNamespaceChange' {}
- newPrivateDnsNamespaceChange :: PrivateDnsNamespaceChange
- privateDnsNamespaceChange_description :: Lens' PrivateDnsNamespaceChange (Maybe Text)
- privateDnsNamespaceChange_properties :: Lens' PrivateDnsNamespaceChange (Maybe PrivateDnsNamespacePropertiesChange)
Documentation
data PrivateDnsNamespaceChange Source #
Updated properties for the private DNS namespace.
See: newPrivateDnsNamespaceChange
smart constructor.
PrivateDnsNamespaceChange' | |
|
Instances
newPrivateDnsNamespaceChange :: PrivateDnsNamespaceChange Source #
Create a value of PrivateDnsNamespaceChange
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:PrivateDnsNamespaceChange'
, privateDnsNamespaceChange_description
- An updated description for the private DNS namespace.
$sel:properties:PrivateDnsNamespaceChange'
, privateDnsNamespaceChange_properties
- Properties to be updated in the private DNS namespace.
privateDnsNamespaceChange_description :: Lens' PrivateDnsNamespaceChange (Maybe Text) Source #
An updated description for the private DNS namespace.
privateDnsNamespaceChange_properties :: Lens' PrivateDnsNamespaceChange (Maybe PrivateDnsNamespacePropertiesChange) Source #
Properties to be updated in the private DNS namespace.