Transport
import type { Transport } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";interface Transport {
CidrAllowList?: string[] | null;
MaxBitrate?: number | null;
MaxLatency?: number | null;
MaxSyncBuffer?: number | null;
MinLatency?: number | null;
Protocol: Protocol;
RemoteId?: string | null;
SmoothingLatency?: number | null;
StreamId?: string | null;
}