import { Command as $Command } from "@smithy/smithy-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/smithy-client").CommandImpl< UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateVPCConnectionCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateVPCConnectionCommand extends UpdateVPCConnectionCommand_base { protected static __types: { api: { input: UpdateVPCConnectionRequest; output: UpdateVPCConnectionResponse; }; sdk: { input: UpdateVPCConnectionCommandInput; output: UpdateVPCConnectionCommandOutput; }; }; }