amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.DnsEntry

Description

 
Synopsis

Documentation

data DnsEntry Source #

Describes a DNS entry.

See: newDnsEntry smart constructor.

Constructors

DnsEntry' 

Fields

Instances

Instances details
FromXML DnsEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.DnsEntry

Generic DnsEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.DnsEntry

Associated Types

type Rep DnsEntry :: Type -> Type #

Methods

from :: DnsEntry -> Rep DnsEntry x #

to :: Rep DnsEntry x -> DnsEntry #

Read DnsEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.DnsEntry

Show DnsEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.DnsEntry

NFData DnsEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.DnsEntry

Methods

rnf :: DnsEntry -> () #

Eq DnsEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.DnsEntry

Hashable DnsEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.DnsEntry

Methods

hashWithSalt :: Int -> DnsEntry -> Int #

hash :: DnsEntry -> Int #

type Rep DnsEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.DnsEntry

type Rep DnsEntry = D1 ('MetaData "DnsEntry" "Amazonka.EC2.Types.DnsEntry" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DnsEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDnsEntry :: DnsEntry Source #

Create a value of DnsEntry 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:dnsName:DnsEntry', dnsEntry_dnsName - The DNS name.

$sel:hostedZoneId:DnsEntry', dnsEntry_hostedZoneId - The ID of the private hosted zone.

dnsEntry_hostedZoneId :: Lens' DnsEntry (Maybe Text) Source #

The ID of the private hosted zone.