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

ListResolverConfigsResponse

import type { ListResolverConfigsResponse } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface ListResolverConfigsResponse {
NextToken?: string | null;
ResolverConfigs?: ResolverConfig[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account, NextToken doesn't appear in the response.

If a response doesn't include the last of the configurations, you can get more configurations by submitting another ListResolverConfigs request. Get the value of NextToken that Amazon Route 53 returned in the previous response and include it in NextToken in the next request.

§
ResolverConfigs?: ResolverConfig[] | null
[src]

An array that contains one ResolverConfigs element for each Resolver configuration that is associated with the current Amazon Web Services account.