import { _UnmarshalledQueryLoggingConfig } from "./_QueryLoggingConfig"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * CreateQueryLoggingConfigOutput shape */ export interface CreateQueryLoggingConfigOutput extends __aws_sdk_types.MetadataBearer { /** *

A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.

*/ QueryLoggingConfig: _UnmarshalledQueryLoggingConfig; /** *

The unique URL representing the new query logging configuration.

*/ Location: string; /** * 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; }