Adds VPC interfaces to flow
Use a bare-bones client and the command you need to make an API call.
import { MediaConnectClient, AddFlowVpcInterfacesCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import // const { MediaConnectClient, AddFlowVpcInterfacesCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import const client = new MediaConnectClient(config); const command = new AddFlowVpcInterfacesCommand(input); const response = await client.send(command);
AddFlowVpcInterfacesCommandInput for command's input shape.
input
AddFlowVpcInterfacesCommandOutput for command's response shape.
response
config for MediaConnectClient's config shape.
config
Adds VPC interfaces to flow
Use a bare-bones client and the command you need to make an API call.
import { MediaConnectClient, AddFlowVpcInterfacesCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import // const { MediaConnectClient, AddFlowVpcInterfacesCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import const client = new MediaConnectClient(config); const command = new AddFlowVpcInterfacesCommand(input); const response = await client.send(command);
AddFlowVpcInterfacesCommandInput for command's
input
shape.AddFlowVpcInterfacesCommandOutput for command's
response
shape.config for MediaConnectClient's
config
shape.