import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyRedshiftIdcApplicationMessage, ModifyRedshiftIdcApplicationResult, } from "../models/models_1"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface ModifyRedshiftIdcApplicationCommandInput extends ModifyRedshiftIdcApplicationMessage {} export interface ModifyRedshiftIdcApplicationCommandOutput extends ModifyRedshiftIdcApplicationResult, __MetadataBearer {} declare const ModifyRedshiftIdcApplicationCommand_base: { new ( input: ModifyRedshiftIdcApplicationCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyRedshiftIdcApplicationCommandInput, ModifyRedshiftIdcApplicationCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifyRedshiftIdcApplicationCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyRedshiftIdcApplicationCommandInput, ModifyRedshiftIdcApplicationCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ModifyRedshiftIdcApplicationCommand extends ModifyRedshiftIdcApplicationCommand_base { protected static __types: { api: { input: ModifyRedshiftIdcApplicationMessage; output: ModifyRedshiftIdcApplicationResult; }; sdk: { input: ModifyRedshiftIdcApplicationCommandInput; output: ModifyRedshiftIdcApplicationCommandOutput; }; }; }