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

SetSourceRequest

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

§Properties

§
Decryption?: Encryption | null
[src]
§
Description?: string | null
[src]
§
EntitlementArn?: string | null
[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]
§
Name?: string | null
[src]
§
Protocol?: Protocol | null
[src]
§
StreamId?: string | null
[src]
§
VpcInterfaceName?: string | null
[src]
§
WhitelistCidr?: string | null
[src]