| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.DnsEntry
Description
Synopsis
- data DnsEntry = DnsEntry' {}
- newDnsEntry :: DnsEntry
- dnsEntry_dnsName :: Lens' DnsEntry (Maybe Text)
- dnsEntry_hostedZoneId :: Lens' DnsEntry (Maybe Text)
Documentation
Describes a DNS entry.
See: newDnsEntry smart constructor.
Constructors
| DnsEntry' | |
Instances
| FromXML DnsEntry Source # | |
| Generic DnsEntry Source # | |
| Read DnsEntry Source # | |
| Show DnsEntry Source # | |
| NFData DnsEntry Source # | |
Defined in Amazonka.EC2.Types.DnsEntry | |
| Eq DnsEntry Source # | |
| Hashable DnsEntry Source # | |
Defined in Amazonka.EC2.Types.DnsEntry | |
| type Rep DnsEntry Source # | |
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.