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

ListVPCAssociationAuthorizationsResponse

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

A complex type that contains the response information for the request.

interface ListVPCAssociationAuthorizationsResponse {
HostedZoneId: string;
NextToken?: string | null;
VPCs: VPC[];
}

§Properties

§
HostedZoneId: string
[src]

The ID of the hosted zone that you can associate the listed VPCs with.

§
NextToken?: string | null
[src]

When the response includes a NextToken element, there are more VPCs that can be associated with the specified hosted zone. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations request, and include the value of the NextToken element from the response in the nexttoken request parameter.

§
VPCs: VPC[]
[src]

The list of VPCs that are authorized to be associated with the specified hosted zone.