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

LabelParameterVersionResult

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

§Properties

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

The label doesn't meet the requirements. For information about parameter label requirements, see Labeling parameters in the Amazon Web Services Systems Manager User Guide.

§
ParameterVersion?: number | null
[src]

The version of the parameter that has been labeled.