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

RemoveFlowVpcInterfaceResponse

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

§Properties

§
FlowArn?: string | null
[src]

The ARN of the flow that is associated with the VPC interface you removed.

§
NonDeletedNetworkInterfaceIds?: string[] | null
[src]

IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.

§
VpcInterfaceName?: string | null
[src]

The name of the VPC interface that was removed.