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

LabelParameterVersionRequest

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

§Properties

§
Labels: string[]
[src]

One or more labels to attach to the specified parameter version.

§
Name: string
[src]

The parameter name on which you want to attach one or more labels.

§
ParameterVersion?: number | null
[src]

The specific version of the parameter on which you want to attach one or more labels. If no version is specified, the system attaches the label to the latest version.