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

UpdateFlowSourceRequest

import type { UpdateFlowSourceRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";
interface UpdateFlowSourceRequest {
Decryption?: UpdateEncryption | null;
Description?: string | null;
EntitlementArn?: string | null;
FlowArn: string;
IngestPort?: number | null;
MaxBitrate?: number | null;
MaxLatency?: number | null;
MaxSyncBuffer?: number | null;
MediaStreamSourceConfigurations?: MediaStreamSourceConfigurationRequest[] | null;
MinLatency?: number | null;
Protocol?: Protocol | null;
SourceArn: string;
StreamId?: string | null;
VpcInterfaceName?: string | null;
WhitelistCidr?: string | null;
}

§Properties

§
Decryption?: UpdateEncryption | null
[src]
§
Description?: string | null
[src]
§
EntitlementArn?: string | null
[src]
§
FlowArn: string
[src]
§
IngestPort?: number | null
[src]
§
MaxBitrate?: number | null
[src]
§
MaxLatency?: number | null
[src]
§
MaxSyncBuffer?: number | null
[src]
§
MediaStreamSourceConfigurations?: MediaStreamSourceConfigurationRequest[] | null
[src]
§
MinLatency?: number | null
[src]
§
Protocol?: Protocol | null
[src]
§
SourceArn: string
[src]
§
StreamId?: string | null
[src]
§
VpcInterfaceName?: string | null
[src]
§
WhitelistCidr?: string | null
[src]