ListHostedZones
Source:
src/AWS/Route53/ListHostedZones.ts
Runtime binding for the ListHostedZones operation (IAM action
route53:ListHostedZones; list actions do not support resource-level
permissions, so it is granted on *).
Pages through the account’s hosted zones — zone discovery for multi-tenant
DNS automation that resolves a zone id before editing records. Provide the
implementation with Effect.provide(AWS.Route53.ListHostedZonesHttp).
Discovering Zones
Section titled “Discovering Zones”const listHostedZones = yield* AWS.Route53.ListHostedZones();
const { HostedZones } = yield* listHostedZones({ MaxItems: 100 });