import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateCollectionRequest, UpdateCollectionResponse, } from "../models/models_0"; import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchServerlessClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateCollectionCommandInput extends UpdateCollectionRequest {} export interface UpdateCollectionCommandOutput extends UpdateCollectionResponse, __MetadataBearer {} declare const UpdateCollectionCommand_base: { new ( input: UpdateCollectionCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateCollectionCommandInput, UpdateCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateCollectionCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateCollectionCommandInput, UpdateCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateCollectionCommand extends UpdateCollectionCommand_base { protected static __types: { api: { input: UpdateCollectionRequest; output: UpdateCollectionResponse; }; sdk: { input: UpdateCollectionCommandInput; output: UpdateCollectionCommandOutput; }; }; }