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

UnlabelParameterVersionRequest

import type { UnlabelParameterVersionRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface UnlabelParameterVersionRequest {
Labels: string[];
Name: string;
ParameterVersion: number;
}

§Properties

§
Labels: string[]
[src]

One or more labels to delete from the specified parameter version.

§
Name: string
[src]

The name of the parameter from which you want to delete one or more labels.

§
ParameterVersion: number
[src]

The specific version of the parameter which you want to delete one or more labels from. If it isn't present, the call will fail.