Removes a VPC Interface from an existing flow. This request can be made only on a VPC interface that does not have a Source or Output associated with it. If the VPC interface is referenced by a Source or Output, you must first delete or update the Source or Output to no longer reference the VPC interface.
example
Use a bare-bones client and the command you need to make an API call.
Removes a VPC Interface from an existing flow. This request can be made only on a VPC interface that does not have a Source or Output associated with it. If the VPC interface is referenced by a Source or Output, you must first delete or update the Source or Output to no longer reference the VPC interface.
Use a bare-bones client and the command you need to make an API call.
import { MediaConnectClient, RemoveFlowVpcInterfaceCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import // const { MediaConnectClient, RemoveFlowVpcInterfaceCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import const client = new MediaConnectClient(config); const command = new RemoveFlowVpcInterfaceCommand(input); const response = await client.send(command);
RemoveFlowVpcInterfaceCommandInput for command's
input
shape.RemoveFlowVpcInterfaceCommandOutput for command's
response
shape.config for MediaConnectClient's
config
shape.