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

UnlabelParameterVersionResult

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

§Properties

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

The labels that aren't attached to the given parameter version.

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

A list of all labels deleted from the parameter.