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

GetParametersResult

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

§Properties

§
InvalidParameters?: string[] | null
[src]

A list of parameters that aren't formatted correctly or don't run during an execution.

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

A list of details for a parameter.