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

DeleteParametersResult

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

§Properties

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

The names of the deleted parameters.

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

The names of parameters that weren't deleted because the parameters aren't valid.