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

ListQueryLoggingConfigsRequest

import type { ListQueryLoggingConfigsRequest } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";
interface ListQueryLoggingConfigsRequest {
HostedZoneId?: string | null;
MaxResults?: string | null;
NextToken?: string | null;
}

§Properties

§
HostedZoneId?: string | null
[src]

(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the ID in HostedZoneId.

If you don't specify a hosted zone ID, ListQueryLoggingConfigs returns all of the configurations that are associated with the current Amazon Web Services account.

§
MaxResults?: string | null
[src]

(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in response to the current request. If the current Amazon Web Services account has more than MaxResults configurations, use the value of NextToken in the response to get the next page of results.

If you don't specify a value for MaxResults, Route 53 returns up to 100 configurations.

§
NextToken?: string | null
[src]

(Optional) If the current Amazon Web Services account has more than MaxResults query logging configurations, use NextToken to get the second and subsequent pages of results.

For the first ListQueryLoggingConfigs request, omit this value.

For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.