@aws-sdk/client-ssm
Version:
AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native
40 lines (39 loc) • 1.49 kB
TypeScript
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { LabelParameterVersionRequest, LabelParameterVersionResult } from "../models/models_1";
export { __MetadataBearer };
export interface LabelParameterVersionCommandInput extends LabelParameterVersionRequest {}
export interface LabelParameterVersionCommandOutput
extends LabelParameterVersionResult, __MetadataBearer {}
declare const LabelParameterVersionCommand_base: {
new (
input: LabelParameterVersionCommandInput,
): import("@smithy/core/client").CommandImpl<
LabelParameterVersionCommandInput,
LabelParameterVersionCommandOutput,
import("..").SSMClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
new (
input: LabelParameterVersionCommandInput,
): import("@smithy/core/client").CommandImpl<
LabelParameterVersionCommandInput,
LabelParameterVersionCommandOutput,
import("..").SSMClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class LabelParameterVersionCommand extends LabelParameterVersionCommand_base {
protected static __types: {
api: {
input: LabelParameterVersionRequest;
output: LabelParameterVersionResult;
};
sdk: {
input: LabelParameterVersionCommandInput;
output: LabelParameterVersionCommandOutput;
};
};
}