import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateVPCConnectionRequest, UpdateVPCConnectionResponse, } from "../models/models_5"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateVPCConnectionCommandInput extends UpdateVPCConnectionRequest {} export interface UpdateVPCConnectionCommandOutput extends UpdateVPCConnectionResponse, __MetadataBearer {} declare const UpdateVPCConnectionCommand_base: { new ( input: UpdateVPCConnectionCommandInput ): import("@smithy/core/client").CommandImpl< UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateVPCConnectionCommandInput ): import("@smithy/core/client").CommandImpl< UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateVPCConnectionCommand extends UpdateVPCConnectionCommand_base { protected static __types: { api: { input: UpdateVPCConnectionRequest; output: UpdateVPCConnectionResponse; }; sdk: { input: UpdateVPCConnectionCommandInput; output: UpdateVPCConnectionCommandOutput; }; }; }