import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AppRunnerClient"; import { UpdateVpcIngressConnectionRequest, UpdateVpcIngressConnectionResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateVpcIngressConnectionCommandInput extends UpdateVpcIngressConnectionRequest {} export interface UpdateVpcIngressConnectionCommandOutput extends UpdateVpcIngressConnectionResponse, __MetadataBearer {} declare const UpdateVpcIngressConnectionCommand_base: { new ( input: UpdateVpcIngressConnectionCommandInput ): import("@smithy/core/client").CommandImpl< UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateVpcIngressConnectionCommandInput ): import("@smithy/core/client").CommandImpl< UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateVpcIngressConnectionCommand extends UpdateVpcIngressConnectionCommand_base { protected static __types: { api: { input: UpdateVpcIngressConnectionRequest; output: UpdateVpcIngressConnectionResponse; }; sdk: { input: UpdateVpcIngressConnectionCommandInput; output: UpdateVpcIngressConnectionCommandOutput; }; }; }