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

Description

 
Synopsis

Documentation

data SOA Source #

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

See: newSOA smart constructor.

Constructors

SOA' 

Fields

  • ttl :: Natural

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

Instances

Instances details
Eq SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Methods

(==) :: SOA -> SOA -> Bool #

(/=) :: SOA -> SOA -> Bool #

Read SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Show SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Methods

showsPrec :: Int -> SOA -> ShowS #

show :: SOA -> String #

showList :: [SOA] -> ShowS #

Generic SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Associated Types

type Rep SOA :: Type -> Type #

Methods

from :: SOA -> Rep SOA x #

to :: Rep SOA x -> SOA #

NFData SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Methods

rnf :: SOA -> () #

Hashable SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Methods

hashWithSalt :: Int -> SOA -> Int #

hash :: SOA -> Int #

ToJSON SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

FromJSON SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

type Rep SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

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

newSOA Source #

Arguments

:: Natural

$sel:ttl:SOA'

-> SOA 

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

soa_ttl :: Lens' SOA Natural Source #

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