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