import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../MediaConnectClient"; import { UpdateFlowMediaStreamRequest, UpdateFlowMediaStreamResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateFlowMediaStreamCommandInput extends UpdateFlowMediaStreamRequest {} export interface UpdateFlowMediaStreamCommandOutput extends UpdateFlowMediaStreamResponse, __MetadataBearer {} declare const UpdateFlowMediaStreamCommand_base: { new ( input: UpdateFlowMediaStreamCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateFlowMediaStreamCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateFlowMediaStreamCommand extends UpdateFlowMediaStreamCommand_base { protected static __types: { api: { input: UpdateFlowMediaStreamRequest; output: UpdateFlowMediaStreamResponse; }; sdk: { input: UpdateFlowMediaStreamCommandInput; output: UpdateFlowMediaStreamCommandOutput; }; }; }