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.SOAChange

Description

 
Synopsis

Documentation

data SOAChange Source #

Updated Start of Authority (SOA) properties for a public or private DNS namespace.

See: newSOAChange smart constructor.

Constructors

SOAChange' 

Fields

  • ttl :: Natural

    The updated time to live (TTL) for purposes of negative caching.

Instances

Instances details
Eq SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Read SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Show SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Generic SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Associated Types

type Rep SOAChange :: Type -> Type #

NFData SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Methods

rnf :: SOAChange -> () #

Hashable SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

ToJSON SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

type Rep SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

type Rep SOAChange = D1 ('MetaData "SOAChange" "Amazonka.Route53AutoNaming.Types.SOAChange" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "SOAChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ttl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newSOAChange Source #

Create a value of SOAChange 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:ttl:SOAChange', sOAChange_ttl - The updated time to live (TTL) for purposes of negative caching.

sOAChange_ttl :: Lens' SOAChange Natural Source #

The updated time to live (TTL) for purposes of negative caching.