import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchPutScheduledUpdateGroupActionAnswer, BatchPutScheduledUpdateGroupActionType, } from "../models/models_0"; export { __MetadataBearer }; export interface BatchPutScheduledUpdateGroupActionCommandInput extends BatchPutScheduledUpdateGroupActionType {} export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPutScheduledUpdateGroupActionAnswer, __MetadataBearer {} declare const BatchPutScheduledUpdateGroupActionCommand_base: { new ( input: BatchPutScheduledUpdateGroupActionCommandInput, ): import("@smithy/core/client").CommandImpl< BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchPutScheduledUpdateGroupActionCommandInput, ): import("@smithy/core/client").CommandImpl< BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchPutScheduledUpdateGroupActionCommand extends BatchPutScheduledUpdateGroupActionCommand_base { protected static __types: { api: { input: BatchPutScheduledUpdateGroupActionType; output: BatchPutScheduledUpdateGroupActionAnswer; }; sdk: { input: BatchPutScheduledUpdateGroupActionCommandInput; output: BatchPutScheduledUpdateGroupActionCommandOutput; }; }; }