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

AddFlowVpcInterfacesResponse

import type { AddFlowVpcInterfacesResponse } from "https://aws-api.deno.dev/v0.4/services/mediaconnect.ts?docs=full";
interface AddFlowVpcInterfacesResponse {
FlowArn?: string | null;
VpcInterfaces?: VpcInterface[] | null;
}

§Properties

§
FlowArn?: string | null
[src]

The ARN of the flow that these VPC interfaces were added to.

§
VpcInterfaces?: VpcInterface[] | null
[src]

The details of the newly added VPC interfaces.