Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AddFlowVpcInterfacesRequest

import type { AddFlowVpcInterfacesRequest } from "https://aws-api.deno.dev/v0.4/services/mediaconnect.ts?docs=full";

A request to add VPC interfaces to the flow.

interface AddFlowVpcInterfacesRequest {
FlowArn: string;
VpcInterfaces: VpcInterfaceRequest[];
}

§Properties

§
FlowArn: string
[src]

The flow that you want to mutate.

§
VpcInterfaces: VpcInterfaceRequest[]
[src]

A list of VPC interfaces that you want to add.