Updates an existing media stream.
Use a bare-bones client and the command you need to make an API call.
import { MediaConnectClient, UpdateFlowMediaStreamCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import // const { MediaConnectClient, UpdateFlowMediaStreamCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import const client = new MediaConnectClient(config); const command = new UpdateFlowMediaStreamCommand(input); const response = await client.send(command);
UpdateFlowMediaStreamCommandInput for command's input shape.
input
UpdateFlowMediaStreamCommandOutput for command's response shape.
response
config for MediaConnectClient's config shape.
config
Updates an existing media stream.
Use a bare-bones client and the command you need to make an API call.
import { MediaConnectClient, UpdateFlowMediaStreamCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import // const { MediaConnectClient, UpdateFlowMediaStreamCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import const client = new MediaConnectClient(config); const command = new UpdateFlowMediaStreamCommand(input); const response = await client.send(command);
UpdateFlowMediaStreamCommandInput for command's
input
shape.UpdateFlowMediaStreamCommandOutput for command's
response
shape.config for MediaConnectClient's
config
shape.