Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateVPCAssociationAuthorizationResponse

import type { CreateVPCAssociationAuthorizationResponse } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

A complex type that contains the response information from a CreateVPCAssociationAuthorization request.

interface CreateVPCAssociationAuthorizationResponse {
HostedZoneId: string;
VPC: VPC;
}

§Properties

§
HostedZoneId: string
[src]

The ID of the hosted zone that you authorized associating a VPC with.

§

The VPC that you authorized associating with a hosted zone.