amazonka-route53-autonaming-2.0: Amazon Cloud Map SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Description

 
Synopsis

Documentation

data PublicDnsPropertiesMutableChange Source #

Updated DNS properties for the public DNS namespace.

See: newPublicDnsPropertiesMutableChange smart constructor.

Constructors

PublicDnsPropertiesMutableChange' 

Fields

  • soa :: SOAChange

    Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.

Instances

Instances details
ToJSON PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Generic PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Associated Types

type Rep PublicDnsPropertiesMutableChange :: Type -> Type #

Read PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Show PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

NFData PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Eq PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Hashable PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

type Rep PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

type Rep PublicDnsPropertiesMutableChange = D1 ('MetaData "PublicDnsPropertiesMutableChange" "Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange" "amazonka-route53-autonaming-2.0-98MlwjLW1enGruUXoTOCqp" 'False) (C1 ('MetaCons "PublicDnsPropertiesMutableChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "soa") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SOAChange)))

newPublicDnsPropertiesMutableChange Source #

Create a value of PublicDnsPropertiesMutableChange 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:soa:PublicDnsPropertiesMutableChange', publicDnsPropertiesMutableChange_soa - Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.

publicDnsPropertiesMutableChange_soa :: Lens' PublicDnsPropertiesMutableChange SOAChange Source #

Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.