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