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.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
ToJSON 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 #

Read SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Show SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

NFData SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Methods

rnf :: SOAChange -> () #

Eq SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Hashable 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" "amazonka-route53-autonaming-2.0-98MlwjLW1enGruUXoTOCqp" '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.