import { _UnmarshalledVPC } from "./_VPC"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *

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

*/ export interface CreateVPCAssociationAuthorizationOutput extends __aws_sdk_types.MetadataBearer { /** *

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

*/ HostedZoneId: string; /** *

The VPC that you authorized associating with a hosted zone.

*/ VPC: _UnmarshalledVPC; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }