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

DescribeParametersResult

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

§Properties

§
NextToken?: string | null
[src]

The token to use when requesting the next set of items.

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

Parameters returned by the request.