import { _UnmarshalledHostedZone } from "./_HostedZone"; import { _UnmarshalledDelegationSet } from "./_DelegationSet"; import { _UnmarshalledVPC } from "./_VPC"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *
A complex type that contain the response to a GetHostedZone request.
A complex type that contains general information about the specified hosted zone.
*/ HostedZone: _UnmarshalledHostedZone; /** *A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
*/ DelegationSet?: _UnmarshalledDelegationSet; /** *A complex type that contains information about the VPCs that are associated with the specified hosted zone.
*/ VPCs?: Array<_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; }