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

NielsenConfiguration

import type { NielsenConfiguration } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration (nielsenConfiguration), MediaConvert enables PCM to ID3 tagging for all outputs in the job. To enable Nielsen configuration programmatically, include an instance of nielsenConfiguration in your JSON job specification. Even if you don't include any children of nielsenConfiguration, you still enable the setting.

interface NielsenConfiguration {
BreakoutCode?: number | null;
DistributorId?: string | null;
}

§Properties

§
BreakoutCode?: number | null
[src]

Nielsen has discontinued the use of breakout code functionality. If you must include this property, set the value to zero.

§
DistributorId?: string | null
[src]

Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by Neilsen.