Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data HostedZoneSummary = HostedZoneSummary' {}
- newHostedZoneSummary :: ResourceId -> Text -> HostedZoneOwner -> HostedZoneSummary
- hostedZoneSummary_hostedZoneId :: Lens' HostedZoneSummary ResourceId
- hostedZoneSummary_name :: Lens' HostedZoneSummary Text
- hostedZoneSummary_owner :: Lens' HostedZoneSummary HostedZoneOwner
Documentation
data HostedZoneSummary Source #
In the response to a ListHostedZonesByVPC
request, the
HostedZoneSummaries
element contains one HostedZoneSummary
element
for each hosted zone that the specified Amazon VPC is associated with.
Each HostedZoneSummary
element contains the hosted zone name and ID,
and information about who owns the hosted zone.
See: newHostedZoneSummary
smart constructor.
HostedZoneSummary' | |
|
Instances
:: ResourceId | |
-> Text | |
-> HostedZoneOwner | |
-> HostedZoneSummary |
Create a value of HostedZoneSummary
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:hostedZoneId:HostedZoneSummary'
, hostedZoneSummary_hostedZoneId
- The Route 53 hosted zone ID of a private hosted zone that the specified
VPC is associated with.
$sel:name:HostedZoneSummary'
, hostedZoneSummary_name
- The name of the private hosted zone, such as example.com
.
$sel:owner:HostedZoneSummary'
, hostedZoneSummary_owner
- The owner of a private hosted zone that the specified VPC is associated
with. The owner can be either an Amazon Web Services account or an
Amazon Web Services service.
hostedZoneSummary_hostedZoneId :: Lens' HostedZoneSummary ResourceId Source #
The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.
hostedZoneSummary_name :: Lens' HostedZoneSummary Text Source #
The name of the private hosted zone, such as example.com
.
hostedZoneSummary_owner :: Lens' HostedZoneSummary HostedZoneOwner Source #
The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an Amazon Web Services account or an Amazon Web Services service.