import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DatabaseMigrationServiceClient"; import { ApplyPendingMaintenanceActionMessage, ApplyPendingMaintenanceActionResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface ApplyPendingMaintenanceActionCommandInput extends ApplyPendingMaintenanceActionMessage {} export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPendingMaintenanceActionResponse, __MetadataBearer {} declare const ApplyPendingMaintenanceActionCommand_base: { new ( input: ApplyPendingMaintenanceActionCommandInput ): import("@smithy/smithy-client").CommandImpl< ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ApplyPendingMaintenanceActionCommandInput ): import("@smithy/smithy-client").CommandImpl< ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base { protected static __types: { api: { input: ApplyPendingMaintenanceActionMessage; output: ApplyPendingMaintenanceActionResponse; }; sdk: { input: ApplyPendingMaintenanceActionCommandInput; output: ApplyPendingMaintenanceActionCommandOutput; }; }; }