diff --git a/clients/client-medialive/src/commands/CreateChannelCommand.ts b/clients/client-medialive/src/commands/CreateChannelCommand.ts index 1aa82575e527..2b4fd68272be 100644 --- a/clients/client-medialive/src/commands/CreateChannelCommand.ts +++ b/clients/client-medialive/src/commands/CreateChannelCommand.ts @@ -654,6 +654,24 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met * }, * MultiplexOutputSettings: { // MultiplexOutputSettings * Destination: "", // required + * ContainerSettings: { // MultiplexContainerSettings + * MultiplexM2tsSettings: { // MultiplexM2tsSettings + * AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE", + * Arib: "DISABLED" || "ENABLED", + * AudioBufferModel: "ATSC" || "DVB", + * AudioFramesPerPes: Number("int"), + * AudioStreamType: "ATSC" || "DVB", + * CcDescriptor: "DISABLED" || "ENABLED", + * Ebif: "NONE" || "PASSTHROUGH", + * EsRateInPes: "EXCLUDE" || "INCLUDE", + * Klv: "NONE" || "PASSTHROUGH", + * NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH", + * PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET", + * PcrPeriod: Number("int"), + * Scte35Control: "NONE" || "PASSTHROUGH", + * Scte35PrerollPullupMilliseconds: Number("double"), + * }, + * }, * }, * RtmpOutputSettings: { // RtmpOutputSettings * CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY", @@ -845,6 +863,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met * PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * }, + * BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings + * PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * }, * }, * FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * FlickerAq: "DISABLED" || "ENABLED", @@ -907,6 +929,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met * PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * }, + * BandwidthReductionFilterSettings: { + * PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * }, * }, * FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * FlickerAq: "DISABLED" || "ENABLED", @@ -1816,6 +1842,24 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met * // }, * // MultiplexOutputSettings: { // MultiplexOutputSettings * // Destination: "", // required + * // ContainerSettings: { // MultiplexContainerSettings + * // MultiplexM2tsSettings: { // MultiplexM2tsSettings + * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE", + * // Arib: "DISABLED" || "ENABLED", + * // AudioBufferModel: "ATSC" || "DVB", + * // AudioFramesPerPes: Number("int"), + * // AudioStreamType: "ATSC" || "DVB", + * // CcDescriptor: "DISABLED" || "ENABLED", + * // Ebif: "NONE" || "PASSTHROUGH", + * // EsRateInPes: "EXCLUDE" || "INCLUDE", + * // Klv: "NONE" || "PASSTHROUGH", + * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH", + * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET", + * // PcrPeriod: Number("int"), + * // Scte35Control: "NONE" || "PASSTHROUGH", + * // Scte35PrerollPullupMilliseconds: Number("double"), + * // }, + * // }, * // }, * // RtmpOutputSettings: { // RtmpOutputSettings * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY", @@ -2007,6 +2051,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", @@ -2069,6 +2117,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", diff --git a/clients/client-medialive/src/commands/DeleteChannelCommand.ts b/clients/client-medialive/src/commands/DeleteChannelCommand.ts index 151dc09664c1..760394fe9bae 100644 --- a/clients/client-medialive/src/commands/DeleteChannelCommand.ts +++ b/clients/client-medialive/src/commands/DeleteChannelCommand.ts @@ -665,6 +665,24 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met * // }, * // MultiplexOutputSettings: { // MultiplexOutputSettings * // Destination: "", // required + * // ContainerSettings: { // MultiplexContainerSettings + * // MultiplexM2tsSettings: { // MultiplexM2tsSettings + * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE", + * // Arib: "DISABLED" || "ENABLED", + * // AudioBufferModel: "ATSC" || "DVB", + * // AudioFramesPerPes: Number("int"), + * // AudioStreamType: "ATSC" || "DVB", + * // CcDescriptor: "DISABLED" || "ENABLED", + * // Ebif: "NONE" || "PASSTHROUGH", + * // EsRateInPes: "EXCLUDE" || "INCLUDE", + * // Klv: "NONE" || "PASSTHROUGH", + * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH", + * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET", + * // PcrPeriod: Number("int"), + * // Scte35Control: "NONE" || "PASSTHROUGH", + * // Scte35PrerollPullupMilliseconds: Number("double"), + * // }, + * // }, * // }, * // RtmpOutputSettings: { // RtmpOutputSettings * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY", @@ -856,6 +874,10 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", @@ -918,6 +940,10 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", diff --git a/clients/client-medialive/src/commands/DescribeChannelCommand.ts b/clients/client-medialive/src/commands/DescribeChannelCommand.ts index ed9a683337aa..82427cbe1e96 100644 --- a/clients/client-medialive/src/commands/DescribeChannelCommand.ts +++ b/clients/client-medialive/src/commands/DescribeChannelCommand.ts @@ -665,6 +665,24 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _ * // }, * // MultiplexOutputSettings: { // MultiplexOutputSettings * // Destination: "", // required + * // ContainerSettings: { // MultiplexContainerSettings + * // MultiplexM2tsSettings: { // MultiplexM2tsSettings + * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE", + * // Arib: "DISABLED" || "ENABLED", + * // AudioBufferModel: "ATSC" || "DVB", + * // AudioFramesPerPes: Number("int"), + * // AudioStreamType: "ATSC" || "DVB", + * // CcDescriptor: "DISABLED" || "ENABLED", + * // Ebif: "NONE" || "PASSTHROUGH", + * // EsRateInPes: "EXCLUDE" || "INCLUDE", + * // Klv: "NONE" || "PASSTHROUGH", + * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH", + * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET", + * // PcrPeriod: Number("int"), + * // Scte35Control: "NONE" || "PASSTHROUGH", + * // Scte35PrerollPullupMilliseconds: Number("double"), + * // }, + * // }, * // }, * // RtmpOutputSettings: { // RtmpOutputSettings * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY", @@ -856,6 +874,10 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _ * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", @@ -918,6 +940,10 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _ * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", diff --git a/clients/client-medialive/src/commands/RestartChannelPipelinesCommand.ts b/clients/client-medialive/src/commands/RestartChannelPipelinesCommand.ts index 8330086abe83..50a7badcfa49 100644 --- a/clients/client-medialive/src/commands/RestartChannelPipelinesCommand.ts +++ b/clients/client-medialive/src/commands/RestartChannelPipelinesCommand.ts @@ -668,6 +668,24 @@ export interface RestartChannelPipelinesCommandOutput extends RestartChannelPipe * // }, * // MultiplexOutputSettings: { // MultiplexOutputSettings * // Destination: "", // required + * // ContainerSettings: { // MultiplexContainerSettings + * // MultiplexM2tsSettings: { // MultiplexM2tsSettings + * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE", + * // Arib: "DISABLED" || "ENABLED", + * // AudioBufferModel: "ATSC" || "DVB", + * // AudioFramesPerPes: Number("int"), + * // AudioStreamType: "ATSC" || "DVB", + * // CcDescriptor: "DISABLED" || "ENABLED", + * // Ebif: "NONE" || "PASSTHROUGH", + * // EsRateInPes: "EXCLUDE" || "INCLUDE", + * // Klv: "NONE" || "PASSTHROUGH", + * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH", + * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET", + * // PcrPeriod: Number("int"), + * // Scte35Control: "NONE" || "PASSTHROUGH", + * // Scte35PrerollPullupMilliseconds: Number("double"), + * // }, + * // }, * // }, * // RtmpOutputSettings: { // RtmpOutputSettings * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY", @@ -859,6 +877,10 @@ export interface RestartChannelPipelinesCommandOutput extends RestartChannelPipe * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", @@ -921,6 +943,10 @@ export interface RestartChannelPipelinesCommandOutput extends RestartChannelPipe * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", diff --git a/clients/client-medialive/src/commands/StartChannelCommand.ts b/clients/client-medialive/src/commands/StartChannelCommand.ts index f15f7cb0eab4..20b194e9b7c9 100644 --- a/clients/client-medialive/src/commands/StartChannelCommand.ts +++ b/clients/client-medialive/src/commands/StartChannelCommand.ts @@ -665,6 +665,24 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad * // }, * // MultiplexOutputSettings: { // MultiplexOutputSettings * // Destination: "", // required + * // ContainerSettings: { // MultiplexContainerSettings + * // MultiplexM2tsSettings: { // MultiplexM2tsSettings + * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE", + * // Arib: "DISABLED" || "ENABLED", + * // AudioBufferModel: "ATSC" || "DVB", + * // AudioFramesPerPes: Number("int"), + * // AudioStreamType: "ATSC" || "DVB", + * // CcDescriptor: "DISABLED" || "ENABLED", + * // Ebif: "NONE" || "PASSTHROUGH", + * // EsRateInPes: "EXCLUDE" || "INCLUDE", + * // Klv: "NONE" || "PASSTHROUGH", + * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH", + * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET", + * // PcrPeriod: Number("int"), + * // Scte35Control: "NONE" || "PASSTHROUGH", + * // Scte35PrerollPullupMilliseconds: Number("double"), + * // }, + * // }, * // }, * // RtmpOutputSettings: { // RtmpOutputSettings * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY", @@ -856,6 +874,10 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", @@ -918,6 +940,10 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", diff --git a/clients/client-medialive/src/commands/StopChannelCommand.ts b/clients/client-medialive/src/commands/StopChannelCommand.ts index 82e70e41404d..5d046dd80216 100644 --- a/clients/client-medialive/src/commands/StopChannelCommand.ts +++ b/clients/client-medialive/src/commands/StopChannelCommand.ts @@ -665,6 +665,24 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat * // }, * // MultiplexOutputSettings: { // MultiplexOutputSettings * // Destination: "", // required + * // ContainerSettings: { // MultiplexContainerSettings + * // MultiplexM2tsSettings: { // MultiplexM2tsSettings + * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE", + * // Arib: "DISABLED" || "ENABLED", + * // AudioBufferModel: "ATSC" || "DVB", + * // AudioFramesPerPes: Number("int"), + * // AudioStreamType: "ATSC" || "DVB", + * // CcDescriptor: "DISABLED" || "ENABLED", + * // Ebif: "NONE" || "PASSTHROUGH", + * // EsRateInPes: "EXCLUDE" || "INCLUDE", + * // Klv: "NONE" || "PASSTHROUGH", + * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH", + * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET", + * // PcrPeriod: Number("int"), + * // Scte35Control: "NONE" || "PASSTHROUGH", + * // Scte35PrerollPullupMilliseconds: Number("double"), + * // }, + * // }, * // }, * // RtmpOutputSettings: { // RtmpOutputSettings * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY", @@ -856,6 +874,10 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", @@ -918,6 +940,10 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", diff --git a/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts b/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts index bc8c1c9d0aa2..fb9075d43e43 100644 --- a/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts +++ b/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts @@ -696,6 +696,24 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo * // }, * // MultiplexOutputSettings: { // MultiplexOutputSettings * // Destination: "", // required + * // ContainerSettings: { // MultiplexContainerSettings + * // MultiplexM2tsSettings: { // MultiplexM2tsSettings + * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE", + * // Arib: "DISABLED" || "ENABLED", + * // AudioBufferModel: "ATSC" || "DVB", + * // AudioFramesPerPes: Number("int"), + * // AudioStreamType: "ATSC" || "DVB", + * // CcDescriptor: "DISABLED" || "ENABLED", + * // Ebif: "NONE" || "PASSTHROUGH", + * // EsRateInPes: "EXCLUDE" || "INCLUDE", + * // Klv: "NONE" || "PASSTHROUGH", + * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH", + * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET", + * // PcrPeriod: Number("int"), + * // Scte35Control: "NONE" || "PASSTHROUGH", + * // Scte35PrerollPullupMilliseconds: Number("double"), + * // }, + * // }, * // }, * // RtmpOutputSettings: { // RtmpOutputSettings * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY", @@ -887,6 +905,10 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", @@ -949,6 +971,10 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", diff --git a/clients/client-medialive/src/commands/UpdateChannelCommand.ts b/clients/client-medialive/src/commands/UpdateChannelCommand.ts index 9d6b751e2757..e811ea6923a3 100644 --- a/clients/client-medialive/src/commands/UpdateChannelCommand.ts +++ b/clients/client-medialive/src/commands/UpdateChannelCommand.ts @@ -654,6 +654,24 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met * }, * MultiplexOutputSettings: { // MultiplexOutputSettings * Destination: "", // required + * ContainerSettings: { // MultiplexContainerSettings + * MultiplexM2tsSettings: { // MultiplexM2tsSettings + * AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE", + * Arib: "DISABLED" || "ENABLED", + * AudioBufferModel: "ATSC" || "DVB", + * AudioFramesPerPes: Number("int"), + * AudioStreamType: "ATSC" || "DVB", + * CcDescriptor: "DISABLED" || "ENABLED", + * Ebif: "NONE" || "PASSTHROUGH", + * EsRateInPes: "EXCLUDE" || "INCLUDE", + * Klv: "NONE" || "PASSTHROUGH", + * NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH", + * PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET", + * PcrPeriod: Number("int"), + * Scte35Control: "NONE" || "PASSTHROUGH", + * Scte35PrerollPullupMilliseconds: Number("double"), + * }, + * }, * }, * RtmpOutputSettings: { // RtmpOutputSettings * CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY", @@ -845,6 +863,10 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met * PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * }, + * BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings + * PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * }, * }, * FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * FlickerAq: "DISABLED" || "ENABLED", @@ -907,6 +929,10 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met * PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * }, + * BandwidthReductionFilterSettings: { + * PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * }, * }, * FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * FlickerAq: "DISABLED" || "ENABLED", @@ -1803,6 +1829,24 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met * // }, * // MultiplexOutputSettings: { // MultiplexOutputSettings * // Destination: "", // required + * // ContainerSettings: { // MultiplexContainerSettings + * // MultiplexM2tsSettings: { // MultiplexM2tsSettings + * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE", + * // Arib: "DISABLED" || "ENABLED", + * // AudioBufferModel: "ATSC" || "DVB", + * // AudioFramesPerPes: Number("int"), + * // AudioStreamType: "ATSC" || "DVB", + * // CcDescriptor: "DISABLED" || "ENABLED", + * // Ebif: "NONE" || "PASSTHROUGH", + * // EsRateInPes: "EXCLUDE" || "INCLUDE", + * // Klv: "NONE" || "PASSTHROUGH", + * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH", + * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET", + * // PcrPeriod: Number("int"), + * // Scte35Control: "NONE" || "PASSTHROUGH", + * // Scte35PrerollPullupMilliseconds: Number("double"), + * // }, + * // }, * // }, * // RtmpOutputSettings: { // RtmpOutputSettings * // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY", @@ -1994,6 +2038,10 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", @@ -2056,6 +2104,10 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met * // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED", * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16", * // }, + * // BandwidthReductionFilterSettings: { + * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3", + * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4", + * // }, * // }, * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111", * // FlickerAq: "DISABLED" || "ENABLED", diff --git a/clients/client-medialive/src/models/models_1.ts b/clients/client-medialive/src/models/models_1.ts index d3d4b84cf99e..379412b4f4b5 100644 --- a/clients/client-medialive/src/models/models_1.ts +++ b/clients/client-medialive/src/models/models_1.ts @@ -14,6 +14,17 @@ import { Hdr10Settings, HlsAdMarkers, InputLocation, + M2tsAbsentInputAudioBehavior, + M2tsArib, + M2tsAudioBufferModel, + M2tsAudioStreamType, + M2tsCcDescriptor, + M2tsEbifControl, + M2tsEsRateInPes, + M2tsKlv, + M2tsNielsenId3Behavior, + M2tsPcrControl, + M2tsScte35Control, M2tsSettings, OfferingDurationUnits, OfferingType, @@ -486,6 +497,108 @@ export interface MsSmoothOutputSettings { NameModifier?: string; } +/** + * Multiplex M2ts Settings + * @public + */ +export interface MultiplexM2tsSettings { + /** + * When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream. + * @public + */ + AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior; + + /** + * When set to enabled, uses ARIB-compliant field muxing and removes video descriptor. + * @public + */ + Arib?: M2tsArib; + + /** + * When set to dvb, uses DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used. + * @public + */ + AudioBufferModel?: M2tsAudioBufferModel; + + /** + * The number of audio frames to insert for each PES packet. + * @public + */ + AudioFramesPerPes?: number; + + /** + * When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06. + * @public + */ + AudioStreamType?: M2tsAudioStreamType; + + /** + * When set to enabled, generates captionServiceDescriptor in PMT. + * @public + */ + CcDescriptor?: M2tsCcDescriptor; + + /** + * If set to passthrough, passes any EBIF data from the input source to this output. + * @public + */ + Ebif?: M2tsEbifControl; + + /** + * Include or exclude the ES Rate field in the PES header. + * @public + */ + EsRateInPes?: M2tsEsRateInPes; + + /** + * If set to passthrough, passes any KLV data from the input source to this output. + * @public + */ + Klv?: M2tsKlv; + + /** + * If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output. + * @public + */ + NielsenId3Behavior?: M2tsNielsenId3Behavior; + + /** + * When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream. + * @public + */ + PcrControl?: M2tsPcrControl; + + /** + * Maximum time in milliseconds between Program Clock Reference (PCRs) inserted into the transport stream. + * @public + */ + PcrPeriod?: number; + + /** + * Optionally pass SCTE-35 signals from the input source to this output. + * @public + */ + Scte35Control?: M2tsScte35Control; + + /** + * Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output. Preroll is the amount of time between the presence of a SCTE-35 indication in a transport stream and the PTS of the video frame it references. Zero means don't add pullup (it doesn't mean set the preroll to zero). Negative pullup is not supported, which means that you can't make the preroll shorter. Be aware that latency in the output will increase by the pullup amount. + * @public + */ + Scte35PrerollPullupMilliseconds?: number; +} + +/** + * Multiplex Container Settings + * @public + */ +export interface MultiplexContainerSettings { + /** + * Multiplex M2ts Settings + * @public + */ + MultiplexM2tsSettings?: MultiplexM2tsSettings; +} + /** * Reference to an OutputDestination ID defined in the channel * @public @@ -508,6 +621,12 @@ export interface MultiplexOutputSettings { * @public */ Destination: OutputLocationRef | undefined; + + /** + * Multiplex Container Settings + * @public + */ + ContainerSettings?: MultiplexContainerSettings; } /** @@ -4311,6 +4430,64 @@ export const H264EntropyEncoding = { */ export type H264EntropyEncoding = (typeof H264EntropyEncoding)[keyof typeof H264EntropyEncoding]; +/** + * @public + * @enum + */ +export const BandwidthReductionPostFilterSharpening = { + DISABLED: "DISABLED", + SHARPENING_1: "SHARPENING_1", + SHARPENING_2: "SHARPENING_2", + SHARPENING_3: "SHARPENING_3", +} as const; + +/** + * @public + */ +export type BandwidthReductionPostFilterSharpening = + (typeof BandwidthReductionPostFilterSharpening)[keyof typeof BandwidthReductionPostFilterSharpening]; + +/** + * @public + * @enum + */ +export const BandwidthReductionFilterStrength = { + AUTO: "AUTO", + STRENGTH_1: "STRENGTH_1", + STRENGTH_2: "STRENGTH_2", + STRENGTH_3: "STRENGTH_3", + STRENGTH_4: "STRENGTH_4", +} as const; + +/** + * @public + */ +export type BandwidthReductionFilterStrength = + (typeof BandwidthReductionFilterStrength)[keyof typeof BandwidthReductionFilterStrength]; + +/** + * Bandwidth Reduction Filter Settings + * @public + */ +export interface BandwidthReductionFilterSettings { + /** + * Configures the sharpening control, which is available when the bandwidth reduction filter is enabled. This + * control sharpens edges and contours, which produces a specific artistic effect that you might want. + * + * We recommend that you test each of the values (including DISABLED) to observe the sharpening effect on the + * content. + * @public + */ + PostFilterSharpening?: BandwidthReductionPostFilterSharpening; + + /** + * Enables the bandwidth reduction filter. The filter strengths range from 1 to 4. We recommend that you always + * enable this filter and use AUTO, to let MediaLive apply the optimum filtering for the context. + * @public + */ + Strength?: BandwidthReductionFilterStrength; +} + /** * @public * @enum @@ -4386,6 +4563,12 @@ export interface H264FilterSettings { * @public */ TemporalFilterSettings?: TemporalFilterSettings; + + /** + * Bandwidth Reduction Filter Settings + * @public + */ + BandwidthReductionFilterSettings?: BandwidthReductionFilterSettings; } /** @@ -5066,6 +5249,12 @@ export interface H265FilterSettings { * @public */ TemporalFilterSettings?: TemporalFilterSettings; + + /** + * Bandwidth Reduction Filter Settings + * @public + */ + BandwidthReductionFilterSettings?: BandwidthReductionFilterSettings; } /** @@ -6957,104 +7146,3 @@ export const GlobalConfigurationLowFramerateInputs = { */ export type GlobalConfigurationLowFramerateInputs = (typeof GlobalConfigurationLowFramerateInputs)[keyof typeof GlobalConfigurationLowFramerateInputs]; - -/** - * Global Configuration - * @public - */ -export interface GlobalConfiguration { - /** - * Value to set the initial audio gain for the Live Event. - * @public - */ - InitialAudioGain?: number; - - /** - * Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When "none" is configured the encoder will transcode either black, a solid color, or a user specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API). - * @public - */ - InputEndAction?: GlobalConfigurationInputEndAction; - - /** - * Settings for system actions when input is lost. - * @public - */ - InputLossBehavior?: InputLossBehavior; - - /** - * Indicates how MediaLive pipelines are synchronized. - * - * PIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. - * EPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch. - * @public - */ - OutputLockingMode?: GlobalConfigurationOutputLockingMode; - - /** - * Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream. - * @public - */ - OutputTimingSource?: GlobalConfigurationOutputTimingSource; - - /** - * Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second. - * @public - */ - SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs; - - /** - * Advanced output locking settings - * @public - */ - OutputLockingSettings?: OutputLockingSettings; -} - -/** - * @public - * @enum - */ -export const MotionGraphicsInsertion = { - DISABLED: "DISABLED", - ENABLED: "ENABLED", -} as const; - -/** - * @public - */ -export type MotionGraphicsInsertion = (typeof MotionGraphicsInsertion)[keyof typeof MotionGraphicsInsertion]; - -/** - * Html Motion Graphics Settings - * @public - */ -export interface HtmlMotionGraphicsSettings {} - -/** - * Motion Graphics Settings - * @public - */ -export interface MotionGraphicsSettings { - /** - * Html Motion Graphics Settings - * @public - */ - HtmlMotionGraphicsSettings?: HtmlMotionGraphicsSettings; -} - -/** - * Motion Graphics Configuration - * @public - */ -export interface MotionGraphicsConfiguration { - /** - * Motion Graphics Insertion - * @public - */ - MotionGraphicsInsertion?: MotionGraphicsInsertion; - - /** - * Motion Graphics Settings - * @public - */ - MotionGraphicsSettings: MotionGraphicsSettings | undefined; -} diff --git a/clients/client-medialive/src/models/models_2.ts b/clients/client-medialive/src/models/models_2.ts index d0f347cf30de..e9915a4aff71 100644 --- a/clients/client-medialive/src/models/models_2.ts +++ b/clients/client-medialive/src/models/models_2.ts @@ -103,9 +103,13 @@ import { BlackoutSlate, ColorCorrectionSettings, FeatureActivations, - GlobalConfiguration, - MotionGraphicsConfiguration, + GlobalConfigurationInputEndAction, + GlobalConfigurationLowFramerateInputs, + GlobalConfigurationOutputLockingMode, + GlobalConfigurationOutputTimingSource, + InputLossBehavior, OutputGroup, + OutputLockingSettings, PipelineDetail, RenewalSettings, Reservation, @@ -122,6 +126,107 @@ import { VideoDescription, } from "./models_1"; +/** + * Global Configuration + * @public + */ +export interface GlobalConfiguration { + /** + * Value to set the initial audio gain for the Live Event. + * @public + */ + InitialAudioGain?: number; + + /** + * Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When "none" is configured the encoder will transcode either black, a solid color, or a user specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API). + * @public + */ + InputEndAction?: GlobalConfigurationInputEndAction; + + /** + * Settings for system actions when input is lost. + * @public + */ + InputLossBehavior?: InputLossBehavior; + + /** + * Indicates how MediaLive pipelines are synchronized. + * + * PIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. + * EPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch. + * @public + */ + OutputLockingMode?: GlobalConfigurationOutputLockingMode; + + /** + * Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream. + * @public + */ + OutputTimingSource?: GlobalConfigurationOutputTimingSource; + + /** + * Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second. + * @public + */ + SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs; + + /** + * Advanced output locking settings + * @public + */ + OutputLockingSettings?: OutputLockingSettings; +} + +/** + * @public + * @enum + */ +export const MotionGraphicsInsertion = { + DISABLED: "DISABLED", + ENABLED: "ENABLED", +} as const; + +/** + * @public + */ +export type MotionGraphicsInsertion = (typeof MotionGraphicsInsertion)[keyof typeof MotionGraphicsInsertion]; + +/** + * Html Motion Graphics Settings + * @public + */ +export interface HtmlMotionGraphicsSettings {} + +/** + * Motion Graphics Settings + * @public + */ +export interface MotionGraphicsSettings { + /** + * Html Motion Graphics Settings + * @public + */ + HtmlMotionGraphicsSettings?: HtmlMotionGraphicsSettings; +} + +/** + * Motion Graphics Configuration + * @public + */ +export interface MotionGraphicsConfiguration { + /** + * Motion Graphics Insertion + * @public + */ + MotionGraphicsInsertion?: MotionGraphicsInsertion; + + /** + * Motion Graphics Settings + * @public + */ + MotionGraphicsSettings: MotionGraphicsSettings | undefined; +} + /** * @public * @enum diff --git a/clients/client-medialive/src/protocols/Aws_restJson1.ts b/clients/client-medialive/src/protocols/Aws_restJson1.ts index 9d7b3d533289..0ea3058edd98 100644 --- a/clients/client-medialive/src/protocols/Aws_restJson1.ts +++ b/clients/client-medialive/src/protocols/Aws_restJson1.ts @@ -474,6 +474,7 @@ import { AvailSettings, BadGatewayException, BadRequestException, + BandwidthReductionFilterSettings, BatchScheduleActionCreateRequest, BatchScheduleActionCreateResult, BatchScheduleActionDeleteRequest, @@ -499,7 +500,6 @@ import { FrameCaptureS3Settings, FrameCaptureSettings, GatewayTimeoutException, - GlobalConfiguration, H264ColorSpaceSettings, H264FilterSettings, H264Settings, @@ -517,7 +517,6 @@ import { HlsSettings, HlsTimedMetadataScheduleActionSettings, HlsWebdavSettings, - HtmlMotionGraphicsSettings, ImmediateModeScheduleActionStartSettings, InputClippingSettings, InputLossBehavior, @@ -529,14 +528,14 @@ import { MediaPackageGroupSettings, MediaPackageOutputSettings, MotionGraphicsActivateScheduleActionSettings, - MotionGraphicsConfiguration, MotionGraphicsDeactivateScheduleActionSettings, - MotionGraphicsSettings, Mpeg2FilterSettings, Mpeg2Settings, MsSmoothGroupSettings, MsSmoothOutputSettings, + MultiplexContainerSettings, MultiplexGroupSettings, + MultiplexM2tsSettings, MultiplexOutputSettings, NotFoundException, Output, @@ -603,6 +602,8 @@ import { ClusterNetworkSettingsCreateRequest, ClusterNetworkSettingsUpdateRequest, EncoderSettings, + GlobalConfiguration, + HtmlMotionGraphicsSettings, InputDeviceConfigurableSettings, InputDeviceMediaConnectConfigurableSettings, InputVpcRequest, @@ -610,6 +611,8 @@ import { MaintenanceUpdateSettings, MediaResource, MonitorDeployment, + MotionGraphicsConfiguration, + MotionGraphicsSettings, MulticastSettingsCreateRequest, MulticastSettingsUpdateRequest, Multiplex, @@ -7022,6 +7025,16 @@ const se_AvailSettings = (input: AvailSettings, context: __SerdeContext): any => }); }; +/** + * serializeAws_restJson1BandwidthReductionFilterSettings + */ +const se_BandwidthReductionFilterSettings = (input: BandwidthReductionFilterSettings, context: __SerdeContext): any => { + return take(input, { + postFilterSharpening: [, , `PostFilterSharpening`], + strength: [, , `Strength`], + }); +}; + /** * serializeAws_restJson1BatchScheduleActionCreateRequest */ @@ -7597,6 +7610,11 @@ const se_H264ColorSpaceSettings = (input: H264ColorSpaceSettings, context: __Ser */ const se_H264FilterSettings = (input: H264FilterSettings, context: __SerdeContext): any => { return take(input, { + bandwidthReductionFilterSettings: [ + , + (_) => se_BandwidthReductionFilterSettings(_, context), + `BandwidthReductionFilterSettings`, + ], temporalFilterSettings: [, (_) => se_TemporalFilterSettings(_, context), `TemporalFilterSettings`], }); }; @@ -7670,6 +7688,11 @@ const se_H265ColorSpaceSettings = (input: H265ColorSpaceSettings, context: __Ser */ const se_H265FilterSettings = (input: H265FilterSettings, context: __SerdeContext): any => { return take(input, { + bandwidthReductionFilterSettings: [ + , + (_) => se_BandwidthReductionFilterSettings(_, context), + `BandwidthReductionFilterSettings`, + ], temporalFilterSettings: [, (_) => se_TemporalFilterSettings(_, context), `TemporalFilterSettings`], }); }; @@ -8514,13 +8537,45 @@ const se_MulticastSourceUpdateRequest = (input: MulticastSourceUpdateRequest, co }); }; +/** + * serializeAws_restJson1MultiplexContainerSettings + */ +const se_MultiplexContainerSettings = (input: MultiplexContainerSettings, context: __SerdeContext): any => { + return take(input, { + multiplexM2tsSettings: [, (_) => se_MultiplexM2tsSettings(_, context), `MultiplexM2tsSettings`], + }); +}; + // se_MultiplexGroupSettings omitted. +/** + * serializeAws_restJson1MultiplexM2tsSettings + */ +const se_MultiplexM2tsSettings = (input: MultiplexM2tsSettings, context: __SerdeContext): any => { + return take(input, { + absentInputAudioBehavior: [, , `AbsentInputAudioBehavior`], + arib: [, , `Arib`], + audioBufferModel: [, , `AudioBufferModel`], + audioFramesPerPes: [, , `AudioFramesPerPes`], + audioStreamType: [, , `AudioStreamType`], + ccDescriptor: [, , `CcDescriptor`], + ebif: [, , `Ebif`], + esRateInPes: [, , `EsRateInPes`], + klv: [, , `Klv`], + nielsenId3Behavior: [, , `NielsenId3Behavior`], + pcrControl: [, , `PcrControl`], + pcrPeriod: [, , `PcrPeriod`], + scte35Control: [, , `Scte35Control`], + scte35PrerollPullupMilliseconds: [, __serializeFloat, `Scte35PrerollPullupMilliseconds`], + }); +}; + /** * serializeAws_restJson1MultiplexOutputSettings */ const se_MultiplexOutputSettings = (input: MultiplexOutputSettings, context: __SerdeContext): any => { return take(input, { + containerSettings: [, (_) => se_MultiplexContainerSettings(_, context), `ContainerSettings`], destination: [, (_) => se_OutputLocationRef(_, context), `Destination`], }); }; @@ -10714,6 +10769,19 @@ const de_AvailSettings = (output: any, context: __SerdeContext): AvailSettings = }) as any; }; +/** + * deserializeAws_restJson1BandwidthReductionFilterSettings + */ +const de_BandwidthReductionFilterSettings = ( + output: any, + context: __SerdeContext +): BandwidthReductionFilterSettings => { + return take(output, { + PostFilterSharpening: [, __expectString, `postFilterSharpening`], + Strength: [, __expectString, `strength`], + }) as any; +}; + /** * deserializeAws_restJson1BatchFailedResultModel */ @@ -11533,6 +11601,11 @@ const de_H264ColorSpaceSettings = (output: any, context: __SerdeContext): H264Co */ const de_H264FilterSettings = (output: any, context: __SerdeContext): H264FilterSettings => { return take(output, { + BandwidthReductionFilterSettings: [ + , + (_: any) => de_BandwidthReductionFilterSettings(_, context), + `bandwidthReductionFilterSettings`, + ], TemporalFilterSettings: [, (_: any) => de_TemporalFilterSettings(_, context), `temporalFilterSettings`], }) as any; }; @@ -11606,6 +11679,11 @@ const de_H265ColorSpaceSettings = (output: any, context: __SerdeContext): H265Co */ const de_H265FilterSettings = (output: any, context: __SerdeContext): H265FilterSettings => { return take(output, { + BandwidthReductionFilterSettings: [ + , + (_: any) => de_BandwidthReductionFilterSettings(_, context), + `bandwidthReductionFilterSettings`, + ], TemporalFilterSettings: [, (_: any) => de_TemporalFilterSettings(_, context), `temporalFilterSettings`], }) as any; }; @@ -12553,8 +12631,39 @@ const de_Multiplex = (output: any, context: __SerdeContext): Multiplex => { }) as any; }; +/** + * deserializeAws_restJson1MultiplexContainerSettings + */ +const de_MultiplexContainerSettings = (output: any, context: __SerdeContext): MultiplexContainerSettings => { + return take(output, { + MultiplexM2tsSettings: [, (_: any) => de_MultiplexM2tsSettings(_, context), `multiplexM2tsSettings`], + }) as any; +}; + // de_MultiplexGroupSettings omitted. +/** + * deserializeAws_restJson1MultiplexM2tsSettings + */ +const de_MultiplexM2tsSettings = (output: any, context: __SerdeContext): MultiplexM2tsSettings => { + return take(output, { + AbsentInputAudioBehavior: [, __expectString, `absentInputAudioBehavior`], + Arib: [, __expectString, `arib`], + AudioBufferModel: [, __expectString, `audioBufferModel`], + AudioFramesPerPes: [, __expectInt32, `audioFramesPerPes`], + AudioStreamType: [, __expectString, `audioStreamType`], + CcDescriptor: [, __expectString, `ccDescriptor`], + Ebif: [, __expectString, `ebif`], + EsRateInPes: [, __expectString, `esRateInPes`], + Klv: [, __expectString, `klv`], + NielsenId3Behavior: [, __expectString, `nielsenId3Behavior`], + PcrControl: [, __expectString, `pcrControl`], + PcrPeriod: [, __expectInt32, `pcrPeriod`], + Scte35Control: [, __expectString, `scte35Control`], + Scte35PrerollPullupMilliseconds: [, __limitedParseDouble, `scte35PrerollPullupMilliseconds`], + }) as any; +}; + /** * deserializeAws_restJson1MultiplexMediaConnectOutputDestinationSettings */ @@ -12585,6 +12694,7 @@ const de_MultiplexOutputDestination = (output: any, context: __SerdeContext): Mu */ const de_MultiplexOutputSettings = (output: any, context: __SerdeContext): MultiplexOutputSettings => { return take(output, { + ContainerSettings: [, (_: any) => de_MultiplexContainerSettings(_, context), `containerSettings`], Destination: [, (_: any) => de_OutputLocationRef(_, context), `destination`], }) as any; }; diff --git a/codegen/sdk-codegen/aws-models/medialive.json b/codegen/sdk-codegen/aws-models/medialive.json index 4279fb264557..75c1763c34e0 100644 --- a/codegen/sdk-codegen/aws-models/medialive.json +++ b/codegen/sdk-codegen/aws-models/medialive.json @@ -1991,6 +1991,98 @@ "smithy.api#httpError": 400 } }, + "com.amazonaws.medialive#BandwidthReductionFilterSettings": { + "type": "structure", + "members": { + "PostFilterSharpening": { + "target": "com.amazonaws.medialive#BandwidthReductionPostFilterSharpening", + "traits": { + "smithy.api#documentation": "Configures the sharpening control, which is available when the bandwidth reduction filter is enabled. This\ncontrol sharpens edges and contours, which produces a specific artistic effect that you might want.\n\nWe recommend that you test each of the values (including DISABLED) to observe the sharpening effect on the\ncontent.", + "smithy.api#jsonName": "postFilterSharpening" + } + }, + "Strength": { + "target": "com.amazonaws.medialive#BandwidthReductionFilterStrength", + "traits": { + "smithy.api#documentation": "Enables the bandwidth reduction filter. The filter strengths range from 1 to 4. We recommend that you always\nenable this filter and use AUTO, to let MediaLive apply the optimum filtering for the context.", + "smithy.api#jsonName": "strength" + } + } + }, + "traits": { + "smithy.api#documentation": "Bandwidth Reduction Filter Settings" + } + }, + "com.amazonaws.medialive#BandwidthReductionFilterStrength": { + "type": "enum", + "members": { + "AUTO": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AUTO" + } + }, + "STRENGTH_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STRENGTH_1" + } + }, + "STRENGTH_2": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STRENGTH_2" + } + }, + "STRENGTH_3": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STRENGTH_3" + } + }, + "STRENGTH_4": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STRENGTH_4" + } + } + }, + "traits": { + "smithy.api#documentation": "Bandwidth Reduction Filter Strength" + } + }, + "com.amazonaws.medialive#BandwidthReductionPostFilterSharpening": { + "type": "enum", + "members": { + "DISABLED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DISABLED" + } + }, + "SHARPENING_1": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SHARPENING_1" + } + }, + "SHARPENING_2": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SHARPENING_2" + } + }, + "SHARPENING_3": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SHARPENING_3" + } + } + }, + "traits": { + "smithy.api#documentation": "Bandwidth Reduction Post Filter Sharpening" + } + }, "com.amazonaws.medialive#BatchDelete": { "type": "operation", "input": { @@ -15485,6 +15577,12 @@ "traits": { "smithy.api#jsonName": "temporalFilterSettings" } + }, + "BandwidthReductionFilterSettings": { + "target": "com.amazonaws.medialive#BandwidthReductionFilterSettings", + "traits": { + "smithy.api#jsonName": "bandwidthReductionFilterSettings" + } } }, "traits": { @@ -16428,6 +16526,12 @@ "traits": { "smithy.api#jsonName": "temporalFilterSettings" } + }, + "BandwidthReductionFilterSettings": { + "target": "com.amazonaws.medialive#BandwidthReductionFilterSettings", + "traits": { + "smithy.api#jsonName": "bandwidthReductionFilterSettings" + } } }, "traits": { @@ -19975,7 +20079,7 @@ } }, "traits": { - "smithy.api#documentation": "With the introduction of MediaLive OnPrem, a MediaLive input can now exist in two different places: AWS or\ninside an on-premise datacenter. By default all inputs will continue to be AWS inputs." + "smithy.api#documentation": "With the introduction of MediaLive Anywhere, a MediaLive input can now exist in two different places: AWS or\ninside an on-premises datacenter. By default all inputs will continue to be AWS inputs." } }, "com.amazonaws.medialive#InputPreference": { @@ -25994,6 +26098,20 @@ "smithy.api#documentation": "The multiplex object." } }, + "com.amazonaws.medialive#MultiplexContainerSettings": { + "type": "structure", + "members": { + "MultiplexM2tsSettings": { + "target": "com.amazonaws.medialive#MultiplexM2tsSettings", + "traits": { + "smithy.api#jsonName": "multiplexM2tsSettings" + } + } + }, + "traits": { + "smithy.api#documentation": "Multiplex Container Settings" + } + }, "com.amazonaws.medialive#MultiplexGroupSettings": { "type": "structure", "members": {}, @@ -26001,6 +26119,112 @@ "smithy.api#documentation": "Multiplex Group Settings" } }, + "com.amazonaws.medialive#MultiplexM2tsSettings": { + "type": "structure", + "members": { + "AbsentInputAudioBehavior": { + "target": "com.amazonaws.medialive#M2tsAbsentInputAudioBehavior", + "traits": { + "smithy.api#documentation": "When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.", + "smithy.api#jsonName": "absentInputAudioBehavior" + } + }, + "Arib": { + "target": "com.amazonaws.medialive#M2tsArib", + "traits": { + "smithy.api#documentation": "When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.", + "smithy.api#jsonName": "arib" + } + }, + "AudioBufferModel": { + "target": "com.amazonaws.medialive#M2tsAudioBufferModel", + "traits": { + "smithy.api#documentation": "When set to dvb, uses DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used.", + "smithy.api#jsonName": "audioBufferModel" + } + }, + "AudioFramesPerPes": { + "target": "com.amazonaws.medialive#__integerMin0", + "traits": { + "smithy.api#documentation": "The number of audio frames to insert for each PES packet.", + "smithy.api#jsonName": "audioFramesPerPes" + } + }, + "AudioStreamType": { + "target": "com.amazonaws.medialive#M2tsAudioStreamType", + "traits": { + "smithy.api#documentation": "When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06.", + "smithy.api#jsonName": "audioStreamType" + } + }, + "CcDescriptor": { + "target": "com.amazonaws.medialive#M2tsCcDescriptor", + "traits": { + "smithy.api#documentation": "When set to enabled, generates captionServiceDescriptor in PMT.", + "smithy.api#jsonName": "ccDescriptor" + } + }, + "Ebif": { + "target": "com.amazonaws.medialive#M2tsEbifControl", + "traits": { + "smithy.api#documentation": "If set to passthrough, passes any EBIF data from the input source to this output.", + "smithy.api#jsonName": "ebif" + } + }, + "EsRateInPes": { + "target": "com.amazonaws.medialive#M2tsEsRateInPes", + "traits": { + "smithy.api#documentation": "Include or exclude the ES Rate field in the PES header.", + "smithy.api#jsonName": "esRateInPes" + } + }, + "Klv": { + "target": "com.amazonaws.medialive#M2tsKlv", + "traits": { + "smithy.api#documentation": "If set to passthrough, passes any KLV data from the input source to this output.", + "smithy.api#jsonName": "klv" + } + }, + "NielsenId3Behavior": { + "target": "com.amazonaws.medialive#M2tsNielsenId3Behavior", + "traits": { + "smithy.api#documentation": "If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.", + "smithy.api#jsonName": "nielsenId3Behavior" + } + }, + "PcrControl": { + "target": "com.amazonaws.medialive#M2tsPcrControl", + "traits": { + "smithy.api#documentation": "When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.", + "smithy.api#jsonName": "pcrControl" + } + }, + "PcrPeriod": { + "target": "com.amazonaws.medialive#__integerMin0Max500", + "traits": { + "smithy.api#documentation": "Maximum time in milliseconds between Program Clock Reference (PCRs) inserted into the transport stream.", + "smithy.api#jsonName": "pcrPeriod" + } + }, + "Scte35Control": { + "target": "com.amazonaws.medialive#M2tsScte35Control", + "traits": { + "smithy.api#documentation": "Optionally pass SCTE-35 signals from the input source to this output.", + "smithy.api#jsonName": "scte35Control" + } + }, + "Scte35PrerollPullupMilliseconds": { + "target": "com.amazonaws.medialive#__doubleMin0Max5000", + "traits": { + "smithy.api#documentation": "Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output. Preroll is the amount of time between the presence of a SCTE-35 indication in a transport stream and the PTS of the video frame it references. Zero means don't add pullup (it doesn't mean set the preroll to zero). Negative pullup is not supported, which means that you can't make the preroll shorter. Be aware that latency in the output will increase by the pullup amount.", + "smithy.api#jsonName": "scte35PrerollPullupMilliseconds" + } + } + }, + "traits": { + "smithy.api#documentation": "Multiplex M2ts Settings" + } + }, "com.amazonaws.medialive#MultiplexMediaConnectOutputDestinationSettings": { "type": "structure", "members": { @@ -26042,6 +26266,12 @@ "smithy.api#jsonName": "destination", "smithy.api#required": {} } + }, + "ContainerSettings": { + "target": "com.amazonaws.medialive#MultiplexContainerSettings", + "traits": { + "smithy.api#jsonName": "containerSettings" + } } }, "traits": {