import { Route53 } from "aws-sdk"; export interface HostedZoneParams { Name: string; HostedZoneConfig: Route53.HostedZoneConfig; HostedZoneTags: Route53.TagList; QueryLoggingConfig: Route53.QueryLoggingConfig; VPCs: Route53.VPCs; }