import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CancelServiceSoftwareUpdateRequest, CancelServiceSoftwareUpdateResponse, } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchClient"; export { __MetadataBearer }; export { $Command }; export interface CancelServiceSoftwareUpdateCommandInput extends CancelServiceSoftwareUpdateRequest {} export interface CancelServiceSoftwareUpdateCommandOutput extends CancelServiceSoftwareUpdateResponse, __MetadataBearer {} declare const CancelServiceSoftwareUpdateCommand_base: { new ( input: CancelServiceSoftwareUpdateCommandInput ): import("@smithy/core/client").CommandImpl< CancelServiceSoftwareUpdateCommandInput, CancelServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CancelServiceSoftwareUpdateCommandInput ): import("@smithy/core/client").CommandImpl< CancelServiceSoftwareUpdateCommandInput, CancelServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CancelServiceSoftwareUpdateCommand extends CancelServiceSoftwareUpdateCommand_base { protected static __types: { api: { input: CancelServiceSoftwareUpdateRequest; output: CancelServiceSoftwareUpdateResponse; }; sdk: { input: CancelServiceSoftwareUpdateCommandInput; output: CancelServiceSoftwareUpdateCommandOutput; }; }; }