libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Read PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Show 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 #

NFData PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Hashable PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

ToJSON 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" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" '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.