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

DescribeDefaultParametersResponse

import type { DescribeDefaultParametersResponse } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";
interface DescribeDefaultParametersResponse {
NextToken?: string | null;
Parameters?: Parameter[] | null;
}

§Properties

§
NextToken?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.

§
Parameters?: Parameter[] | null
[src]

A list of parameters. Each element in the list represents one parameter.