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

DeleteVPCAssociationAuthorizationRequest

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

A complex type that contains information about the request to remove authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account.

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

§Properties

§
HostedZoneId: string
[src]

When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.

§

When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.