@aws-sdk/client-mediaconvert 3.316.0 → 3.321.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +20 -19
- package/dist-cjs/models/models_1.js +23 -9
- package/dist-cjs/models/models_2.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +279 -225
- package/dist-es/models/models_0.js +17 -16
- package/dist-es/models/models_1.js +18 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +279 -225
- package/dist-types/commands/CreateJobCommand.d.ts +8 -2
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +8 -2
- package/dist-types/commands/CreatePresetCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +8 -2
- package/dist-types/commands/UpdatePresetCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +90 -73
- package/dist-types/models/models_1.d.ts +89 -78
- package/dist-types/models/models_2.d.ts +58 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +34 -29
- package/dist-types/ts3.4/models/models_1.d.ts +31 -25
- package/dist-types/ts3.4/models/models_2.d.ts +20 -1
- package/package.json +6 -6
|
@@ -2176,6 +2176,12 @@ const se_AccelerationSettings = (input, context) => {
|
|
|
2176
2176
|
mode: [, , `Mode`],
|
|
2177
2177
|
});
|
|
2178
2178
|
};
|
|
2179
|
+
const se_AdvancedInputFilterSettings = (input, context) => {
|
|
2180
|
+
return take(input, {
|
|
2181
|
+
addTexture: [, , `AddTexture`],
|
|
2182
|
+
sharpening: [, , `Sharpening`],
|
|
2183
|
+
});
|
|
2184
|
+
};
|
|
2179
2185
|
const se_AiffSettings = (input, context) => {
|
|
2180
2186
|
return take(input, {
|
|
2181
2187
|
bitDepth: [, , `BitDepth`],
|
|
@@ -2777,6 +2783,7 @@ const se_FileGroupSettings = (input, context) => {
|
|
|
2777
2783
|
const se_FileSourceSettings = (input, context) => {
|
|
2778
2784
|
return take(input, {
|
|
2779
2785
|
convert608To708: [, , `Convert608To708`],
|
|
2786
|
+
convertPaintToPop: [, , `ConvertPaintToPop`],
|
|
2780
2787
|
framerate: [, (_) => se_CaptionSourceFramerate(_, context), `Framerate`],
|
|
2781
2788
|
sourceFile: [, , `SourceFile`],
|
|
2782
2789
|
timeDelta: [, , `TimeDelta`],
|
|
@@ -3043,6 +3050,8 @@ const se_ImscDestinationSettings = (input, context) => {
|
|
|
3043
3050
|
};
|
|
3044
3051
|
const se_Input = (input, context) => {
|
|
3045
3052
|
return take(input, {
|
|
3053
|
+
advancedInputFilter: [, , `AdvancedInputFilter`],
|
|
3054
|
+
advancedInputFilterSettings: [, (_) => se_AdvancedInputFilterSettings(_, context), `AdvancedInputFilterSettings`],
|
|
3046
3055
|
audioSelectorGroups: [, (_) => se___mapOfAudioSelectorGroup(_, context), `AudioSelectorGroups`],
|
|
3047
3056
|
audioSelectors: [, (_) => se___mapOfAudioSelector(_, context), `AudioSelectors`],
|
|
3048
3057
|
captionSelectors: [, (_) => se___mapOfCaptionSelector(_, context), `CaptionSelectors`],
|
|
@@ -3083,6 +3092,8 @@ const se_InputDecryptionSettings = (input, context) => {
|
|
|
3083
3092
|
};
|
|
3084
3093
|
const se_InputTemplate = (input, context) => {
|
|
3085
3094
|
return take(input, {
|
|
3095
|
+
advancedInputFilter: [, , `AdvancedInputFilter`],
|
|
3096
|
+
advancedInputFilterSettings: [, (_) => se_AdvancedInputFilterSettings(_, context), `AdvancedInputFilterSettings`],
|
|
3086
3097
|
audioSelectorGroups: [, (_) => se___mapOfAudioSelectorGroup(_, context), `AudioSelectorGroups`],
|
|
3087
3098
|
audioSelectors: [, (_) => se___mapOfAudioSelector(_, context), `AudioSelectors`],
|
|
3088
3099
|
captionSelectors: [, (_) => se___mapOfCaptionSelector(_, context), `CaptionSelectors`],
|
|
@@ -4167,6 +4178,12 @@ const de_AccelerationSettings = (output, context) => {
|
|
|
4167
4178
|
Mode: [, __expectString, `mode`],
|
|
4168
4179
|
});
|
|
4169
4180
|
};
|
|
4181
|
+
const de_AdvancedInputFilterSettings = (output, context) => {
|
|
4182
|
+
return take(output, {
|
|
4183
|
+
AddTexture: [, __expectString, `addTexture`],
|
|
4184
|
+
Sharpening: [, __expectString, `sharpening`],
|
|
4185
|
+
});
|
|
4186
|
+
};
|
|
4170
4187
|
const de_AiffSettings = (output, context) => {
|
|
4171
4188
|
return take(output, {
|
|
4172
4189
|
BitDepth: [, __expectInt32, `bitDepth`],
|
|
@@ -4195,31 +4212,35 @@ const de_AudioChannelTaggingSettings = (output, context) => {
|
|
|
4195
4212
|
};
|
|
4196
4213
|
const de_AudioCodecSettings = (output, context) => {
|
|
4197
4214
|
return take(output, {
|
|
4198
|
-
AacSettings: (_) =>
|
|
4199
|
-
Ac3Settings: (_) =>
|
|
4200
|
-
AiffSettings: (_) =>
|
|
4215
|
+
AacSettings: [, (_) => de_AacSettings(_, context), `aacSettings`],
|
|
4216
|
+
Ac3Settings: [, (_) => de_Ac3Settings(_, context), `ac3Settings`],
|
|
4217
|
+
AiffSettings: [, (_) => de_AiffSettings(_, context), `aiffSettings`],
|
|
4201
4218
|
Codec: [, __expectString, `codec`],
|
|
4202
|
-
Eac3AtmosSettings: (_) =>
|
|
4203
|
-
Eac3Settings: (_) =>
|
|
4204
|
-
Mp2Settings: (_) =>
|
|
4205
|
-
Mp3Settings: (_) =>
|
|
4206
|
-
OpusSettings: (_) =>
|
|
4207
|
-
VorbisSettings: (_) =>
|
|
4208
|
-
WavSettings: (_) =>
|
|
4219
|
+
Eac3AtmosSettings: [, (_) => de_Eac3AtmosSettings(_, context), `eac3AtmosSettings`],
|
|
4220
|
+
Eac3Settings: [, (_) => de_Eac3Settings(_, context), `eac3Settings`],
|
|
4221
|
+
Mp2Settings: [, (_) => de_Mp2Settings(_, context), `mp2Settings`],
|
|
4222
|
+
Mp3Settings: [, (_) => de_Mp3Settings(_, context), `mp3Settings`],
|
|
4223
|
+
OpusSettings: [, (_) => de_OpusSettings(_, context), `opusSettings`],
|
|
4224
|
+
VorbisSettings: [, (_) => de_VorbisSettings(_, context), `vorbisSettings`],
|
|
4225
|
+
WavSettings: [, (_) => de_WavSettings(_, context), `wavSettings`],
|
|
4209
4226
|
});
|
|
4210
4227
|
};
|
|
4211
4228
|
const de_AudioDescription = (output, context) => {
|
|
4212
4229
|
return take(output, {
|
|
4213
|
-
AudioChannelTaggingSettings:
|
|
4214
|
-
|
|
4230
|
+
AudioChannelTaggingSettings: [
|
|
4231
|
+
,
|
|
4232
|
+
(_) => de_AudioChannelTaggingSettings(_, context),
|
|
4233
|
+
`audioChannelTaggingSettings`,
|
|
4234
|
+
],
|
|
4235
|
+
AudioNormalizationSettings: [, (_) => de_AudioNormalizationSettings(_, context), `audioNormalizationSettings`],
|
|
4215
4236
|
AudioSourceName: [, __expectString, `audioSourceName`],
|
|
4216
4237
|
AudioType: [, __expectInt32, `audioType`],
|
|
4217
4238
|
AudioTypeControl: [, __expectString, `audioTypeControl`],
|
|
4218
|
-
CodecSettings: (_) =>
|
|
4239
|
+
CodecSettings: [, (_) => de_AudioCodecSettings(_, context), `codecSettings`],
|
|
4219
4240
|
CustomLanguageCode: [, __expectString, `customLanguageCode`],
|
|
4220
4241
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4221
4242
|
LanguageCodeControl: [, __expectString, `languageCodeControl`],
|
|
4222
|
-
RemixSettings: (_) =>
|
|
4243
|
+
RemixSettings: [, (_) => de_RemixSettings(_, context), `remixSettings`],
|
|
4223
4244
|
StreamName: [, __expectString, `streamName`],
|
|
4224
4245
|
});
|
|
4225
4246
|
};
|
|
@@ -4240,12 +4261,12 @@ const de_AudioSelector = (output, context) => {
|
|
|
4240
4261
|
CustomLanguageCode: [, __expectString, `customLanguageCode`],
|
|
4241
4262
|
DefaultSelection: [, __expectString, `defaultSelection`],
|
|
4242
4263
|
ExternalAudioFileInput: [, __expectString, `externalAudioFileInput`],
|
|
4243
|
-
HlsRenditionGroupSettings: (_) =>
|
|
4264
|
+
HlsRenditionGroupSettings: [, (_) => de_HlsRenditionGroupSettings(_, context), `hlsRenditionGroupSettings`],
|
|
4244
4265
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4245
4266
|
Offset: [, __expectInt32, `offset`],
|
|
4246
4267
|
Pids: [, _json, `pids`],
|
|
4247
4268
|
ProgramSelection: [, __expectInt32, `programSelection`],
|
|
4248
|
-
RemixSettings: (_) =>
|
|
4269
|
+
RemixSettings: [, (_) => de_RemixSettings(_, context), `remixSettings`],
|
|
4249
4270
|
SelectorType: [, __expectString, `selectorType`],
|
|
4250
4271
|
Tracks: [, _json, `tracks`],
|
|
4251
4272
|
});
|
|
@@ -4257,10 +4278,10 @@ const de_AudioSelectorGroup = (output, context) => {
|
|
|
4257
4278
|
};
|
|
4258
4279
|
const de_AutomatedAbrRule = (output, context) => {
|
|
4259
4280
|
return take(output, {
|
|
4260
|
-
AllowedRenditions: (_) =>
|
|
4261
|
-
ForceIncludeRenditions: (_) =>
|
|
4262
|
-
MinBottomRenditionSize: (_) =>
|
|
4263
|
-
MinTopRenditionSize: (_) =>
|
|
4281
|
+
AllowedRenditions: [, (_) => de___listOfAllowedRenditionSize(_, context), `allowedRenditions`],
|
|
4282
|
+
ForceIncludeRenditions: [, (_) => de___listOfForceIncludeRenditionSize(_, context), `forceIncludeRenditions`],
|
|
4283
|
+
MinBottomRenditionSize: [, (_) => de_MinBottomRenditionSize(_, context), `minBottomRenditionSize`],
|
|
4284
|
+
MinTopRenditionSize: [, (_) => de_MinTopRenditionSize(_, context), `minTopRenditionSize`],
|
|
4264
4285
|
Type: [, __expectString, `type`],
|
|
4265
4286
|
});
|
|
4266
4287
|
};
|
|
@@ -4269,12 +4290,12 @@ const de_AutomatedAbrSettings = (output, context) => {
|
|
|
4269
4290
|
MaxAbrBitrate: [, __expectInt32, `maxAbrBitrate`],
|
|
4270
4291
|
MaxRenditions: [, __expectInt32, `maxRenditions`],
|
|
4271
4292
|
MinAbrBitrate: [, __expectInt32, `minAbrBitrate`],
|
|
4272
|
-
Rules: (_) =>
|
|
4293
|
+
Rules: [, (_) => de___listOfAutomatedAbrRule(_, context), `rules`],
|
|
4273
4294
|
});
|
|
4274
4295
|
};
|
|
4275
4296
|
const de_AutomatedEncodingSettings = (output, context) => {
|
|
4276
4297
|
return take(output, {
|
|
4277
|
-
AbrSettings: (_) =>
|
|
4298
|
+
AbrSettings: [, (_) => de_AutomatedAbrSettings(_, context), `abrSettings`],
|
|
4278
4299
|
});
|
|
4279
4300
|
};
|
|
4280
4301
|
const de_Av1QvbrSettings = (output, context) => {
|
|
@@ -4294,7 +4315,7 @@ const de_Av1Settings = (output, context) => {
|
|
|
4294
4315
|
GopSize: [, __limitedParseDouble, `gopSize`],
|
|
4295
4316
|
MaxBitrate: [, __expectInt32, `maxBitrate`],
|
|
4296
4317
|
NumberBFramesBetweenReferenceFrames: [, __expectInt32, `numberBFramesBetweenReferenceFrames`],
|
|
4297
|
-
QvbrSettings: (_) =>
|
|
4318
|
+
QvbrSettings: [, (_) => de_Av1QvbrSettings(_, context), `qvbrSettings`],
|
|
4298
4319
|
RateControlMode: [, __expectString, `rateControlMode`],
|
|
4299
4320
|
Slices: [, __expectInt32, `slices`],
|
|
4300
4321
|
SpatialAdaptiveQuantization: [, __expectString, `spatialAdaptiveQuantization`],
|
|
@@ -4308,7 +4329,7 @@ const de_AvailBlanking = (output, context) => {
|
|
|
4308
4329
|
const de_AvcIntraSettings = (output, context) => {
|
|
4309
4330
|
return take(output, {
|
|
4310
4331
|
AvcIntraClass: [, __expectString, `avcIntraClass`],
|
|
4311
|
-
AvcIntraUhdSettings: (_) =>
|
|
4332
|
+
AvcIntraUhdSettings: [, (_) => de_AvcIntraUhdSettings(_, context), `avcIntraUhdSettings`],
|
|
4312
4333
|
FramerateControl: [, __expectString, `framerateControl`],
|
|
4313
4334
|
FramerateConversionAlgorithm: [, __expectString, `framerateConversionAlgorithm`],
|
|
4314
4335
|
FramerateDenominator: [, __expectInt32, `framerateDenominator`],
|
|
@@ -4359,7 +4380,7 @@ const de_CaptionDescription = (output, context) => {
|
|
|
4359
4380
|
return take(output, {
|
|
4360
4381
|
CaptionSelectorName: [, __expectString, `captionSelectorName`],
|
|
4361
4382
|
CustomLanguageCode: [, __expectString, `customLanguageCode`],
|
|
4362
|
-
DestinationSettings: (_) =>
|
|
4383
|
+
DestinationSettings: [, (_) => de_CaptionDestinationSettings(_, context), `destinationSettings`],
|
|
4363
4384
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4364
4385
|
LanguageDescription: [, __expectString, `languageDescription`],
|
|
4365
4386
|
});
|
|
@@ -4367,30 +4388,38 @@ const de_CaptionDescription = (output, context) => {
|
|
|
4367
4388
|
const de_CaptionDescriptionPreset = (output, context) => {
|
|
4368
4389
|
return take(output, {
|
|
4369
4390
|
CustomLanguageCode: [, __expectString, `customLanguageCode`],
|
|
4370
|
-
DestinationSettings: (_) =>
|
|
4391
|
+
DestinationSettings: [, (_) => de_CaptionDestinationSettings(_, context), `destinationSettings`],
|
|
4371
4392
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4372
4393
|
LanguageDescription: [, __expectString, `languageDescription`],
|
|
4373
4394
|
});
|
|
4374
4395
|
};
|
|
4375
4396
|
const de_CaptionDestinationSettings = (output, context) => {
|
|
4376
4397
|
return take(output, {
|
|
4377
|
-
BurninDestinationSettings: (_) =>
|
|
4398
|
+
BurninDestinationSettings: [, (_) => de_BurninDestinationSettings(_, context), `burninDestinationSettings`],
|
|
4378
4399
|
DestinationType: [, __expectString, `destinationType`],
|
|
4379
|
-
DvbSubDestinationSettings: (_) =>
|
|
4380
|
-
EmbeddedDestinationSettings:
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4400
|
+
DvbSubDestinationSettings: [, (_) => de_DvbSubDestinationSettings(_, context), `dvbSubDestinationSettings`],
|
|
4401
|
+
EmbeddedDestinationSettings: [
|
|
4402
|
+
,
|
|
4403
|
+
(_) => de_EmbeddedDestinationSettings(_, context),
|
|
4404
|
+
`embeddedDestinationSettings`,
|
|
4405
|
+
],
|
|
4406
|
+
ImscDestinationSettings: [, (_) => de_ImscDestinationSettings(_, context), `imscDestinationSettings`],
|
|
4407
|
+
SccDestinationSettings: [, (_) => de_SccDestinationSettings(_, context), `sccDestinationSettings`],
|
|
4408
|
+
SrtDestinationSettings: [, (_) => de_SrtDestinationSettings(_, context), `srtDestinationSettings`],
|
|
4409
|
+
TeletextDestinationSettings: [
|
|
4410
|
+
,
|
|
4411
|
+
(_) => de_TeletextDestinationSettings(_, context),
|
|
4412
|
+
`teletextDestinationSettings`,
|
|
4413
|
+
],
|
|
4414
|
+
TtmlDestinationSettings: [, (_) => de_TtmlDestinationSettings(_, context), `ttmlDestinationSettings`],
|
|
4415
|
+
WebvttDestinationSettings: [, (_) => de_WebvttDestinationSettings(_, context), `webvttDestinationSettings`],
|
|
4387
4416
|
});
|
|
4388
4417
|
};
|
|
4389
4418
|
const de_CaptionSelector = (output, context) => {
|
|
4390
4419
|
return take(output, {
|
|
4391
4420
|
CustomLanguageCode: [, __expectString, `customLanguageCode`],
|
|
4392
4421
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4393
|
-
SourceSettings: (_) =>
|
|
4422
|
+
SourceSettings: [, (_) => de_CaptionSourceSettings(_, context), `sourceSettings`],
|
|
4394
4423
|
});
|
|
4395
4424
|
};
|
|
4396
4425
|
const de_CaptionSourceFramerate = (output, context) => {
|
|
@@ -4401,19 +4430,19 @@ const de_CaptionSourceFramerate = (output, context) => {
|
|
|
4401
4430
|
};
|
|
4402
4431
|
const de_CaptionSourceSettings = (output, context) => {
|
|
4403
4432
|
return take(output, {
|
|
4404
|
-
AncillarySourceSettings: (_) =>
|
|
4405
|
-
DvbSubSourceSettings: (_) =>
|
|
4406
|
-
EmbeddedSourceSettings: (_) =>
|
|
4407
|
-
FileSourceSettings: (_) =>
|
|
4433
|
+
AncillarySourceSettings: [, (_) => de_AncillarySourceSettings(_, context), `ancillarySourceSettings`],
|
|
4434
|
+
DvbSubSourceSettings: [, (_) => de_DvbSubSourceSettings(_, context), `dvbSubSourceSettings`],
|
|
4435
|
+
EmbeddedSourceSettings: [, (_) => de_EmbeddedSourceSettings(_, context), `embeddedSourceSettings`],
|
|
4436
|
+
FileSourceSettings: [, (_) => de_FileSourceSettings(_, context), `fileSourceSettings`],
|
|
4408
4437
|
SourceType: [, __expectString, `sourceType`],
|
|
4409
|
-
TeletextSourceSettings: (_) =>
|
|
4410
|
-
TrackSourceSettings: (_) =>
|
|
4411
|
-
WebvttHlsSourceSettings: (_) =>
|
|
4438
|
+
TeletextSourceSettings: [, (_) => de_TeletextSourceSettings(_, context), `teletextSourceSettings`],
|
|
4439
|
+
TrackSourceSettings: [, (_) => de_TrackSourceSettings(_, context), `trackSourceSettings`],
|
|
4440
|
+
WebvttHlsSourceSettings: [, (_) => de_WebvttHlsSourceSettings(_, context), `webvttHlsSourceSettings`],
|
|
4412
4441
|
});
|
|
4413
4442
|
};
|
|
4414
4443
|
const de_ChannelMapping = (output, context) => {
|
|
4415
4444
|
return take(output, {
|
|
4416
|
-
OutputChannels: (_) =>
|
|
4445
|
+
OutputChannels: [, (_) => de___listOfOutputChannelMapping(_, context), `outputChannels`],
|
|
4417
4446
|
});
|
|
4418
4447
|
};
|
|
4419
4448
|
const de_ClipLimits = (output, context) => {
|
|
@@ -4435,26 +4464,26 @@ const de_CmafEncryptionSettings = (output, context) => {
|
|
|
4435
4464
|
ConstantInitializationVector: [, __expectString, `constantInitializationVector`],
|
|
4436
4465
|
EncryptionMethod: [, __expectString, `encryptionMethod`],
|
|
4437
4466
|
InitializationVectorInManifest: [, __expectString, `initializationVectorInManifest`],
|
|
4438
|
-
SpekeKeyProvider: (_) =>
|
|
4439
|
-
StaticKeyProvider: (_) =>
|
|
4467
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProviderCmaf(_, context), `spekeKeyProvider`],
|
|
4468
|
+
StaticKeyProvider: [, (_) => de_StaticKeyProvider(_, context), `staticKeyProvider`],
|
|
4440
4469
|
Type: [, __expectString, `type`],
|
|
4441
4470
|
});
|
|
4442
4471
|
};
|
|
4443
4472
|
const de_CmafGroupSettings = (output, context) => {
|
|
4444
4473
|
return take(output, {
|
|
4445
|
-
AdditionalManifests: (_) =>
|
|
4474
|
+
AdditionalManifests: [, (_) => de___listOfCmafAdditionalManifest(_, context), `additionalManifests`],
|
|
4446
4475
|
BaseUrl: [, __expectString, `baseUrl`],
|
|
4447
4476
|
ClientCache: [, __expectString, `clientCache`],
|
|
4448
4477
|
CodecSpecification: [, __expectString, `codecSpecification`],
|
|
4449
4478
|
DashManifestStyle: [, __expectString, `dashManifestStyle`],
|
|
4450
4479
|
Destination: [, __expectString, `destination`],
|
|
4451
|
-
DestinationSettings: (_) =>
|
|
4452
|
-
Encryption: (_) =>
|
|
4480
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4481
|
+
Encryption: [, (_) => de_CmafEncryptionSettings(_, context), `encryption`],
|
|
4453
4482
|
FragmentLength: [, __expectInt32, `fragmentLength`],
|
|
4454
4483
|
ImageBasedTrickPlay: [, __expectString, `imageBasedTrickPlay`],
|
|
4455
|
-
ImageBasedTrickPlaySettings:
|
|
4484
|
+
ImageBasedTrickPlaySettings: [
|
|
4456
4485
|
,
|
|
4457
|
-
de_CmafImageBasedTrickPlaySettings(_, context),
|
|
4486
|
+
(_) => de_CmafImageBasedTrickPlaySettings(_, context),
|
|
4458
4487
|
`imageBasedTrickPlaySettings`,
|
|
4459
4488
|
],
|
|
4460
4489
|
ManifestCompression: [, __expectString, `manifestCompression`],
|
|
@@ -4506,10 +4535,10 @@ const de_CmfcSettings = (output, context) => {
|
|
|
4506
4535
|
const de_ColorCorrector = (output, context) => {
|
|
4507
4536
|
return take(output, {
|
|
4508
4537
|
Brightness: [, __expectInt32, `brightness`],
|
|
4509
|
-
ClipLimits: (_) =>
|
|
4538
|
+
ClipLimits: [, (_) => de_ClipLimits(_, context), `clipLimits`],
|
|
4510
4539
|
ColorSpaceConversion: [, __expectString, `colorSpaceConversion`],
|
|
4511
4540
|
Contrast: [, __expectInt32, `contrast`],
|
|
4512
|
-
Hdr10Metadata: (_) =>
|
|
4541
|
+
Hdr10Metadata: [, (_) => de_Hdr10Metadata(_, context), `hdr10Metadata`],
|
|
4513
4542
|
HdrToSdrToneMapper: [, __expectString, `hdrToSdrToneMapper`],
|
|
4514
4543
|
Hue: [, __expectInt32, `hue`],
|
|
4515
4544
|
SampleRangeConversion: [, __expectString, `sampleRangeConversion`],
|
|
@@ -4519,15 +4548,15 @@ const de_ColorCorrector = (output, context) => {
|
|
|
4519
4548
|
};
|
|
4520
4549
|
const de_ContainerSettings = (output, context) => {
|
|
4521
4550
|
return take(output, {
|
|
4522
|
-
CmfcSettings: (_) =>
|
|
4551
|
+
CmfcSettings: [, (_) => de_CmfcSettings(_, context), `cmfcSettings`],
|
|
4523
4552
|
Container: [, __expectString, `container`],
|
|
4524
|
-
F4vSettings: (_) =>
|
|
4525
|
-
M2tsSettings: (_) =>
|
|
4526
|
-
M3u8Settings: (_) =>
|
|
4527
|
-
MovSettings: (_) =>
|
|
4528
|
-
Mp4Settings: (_) =>
|
|
4529
|
-
MpdSettings: (_) =>
|
|
4530
|
-
MxfSettings: (_) =>
|
|
4553
|
+
F4vSettings: [, (_) => de_F4vSettings(_, context), `f4vSettings`],
|
|
4554
|
+
M2tsSettings: [, (_) => de_M2tsSettings(_, context), `m2tsSettings`],
|
|
4555
|
+
M3u8Settings: [, (_) => de_M3u8Settings(_, context), `m3u8Settings`],
|
|
4556
|
+
MovSettings: [, (_) => de_MovSettings(_, context), `movSettings`],
|
|
4557
|
+
Mp4Settings: [, (_) => de_Mp4Settings(_, context), `mp4Settings`],
|
|
4558
|
+
MpdSettings: [, (_) => de_MpdSettings(_, context), `mpdSettings`],
|
|
4559
|
+
MxfSettings: [, (_) => de_MxfSettings(_, context), `mxfSettings`],
|
|
4531
4560
|
});
|
|
4532
4561
|
};
|
|
4533
4562
|
const de_DashAdditionalManifest = (output, context) => {
|
|
@@ -4539,24 +4568,24 @@ const de_DashAdditionalManifest = (output, context) => {
|
|
|
4539
4568
|
const de_DashIsoEncryptionSettings = (output, context) => {
|
|
4540
4569
|
return take(output, {
|
|
4541
4570
|
PlaybackDeviceCompatibility: [, __expectString, `playbackDeviceCompatibility`],
|
|
4542
|
-
SpekeKeyProvider: (_) =>
|
|
4571
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
4543
4572
|
});
|
|
4544
4573
|
};
|
|
4545
4574
|
const de_DashIsoGroupSettings = (output, context) => {
|
|
4546
4575
|
return take(output, {
|
|
4547
|
-
AdditionalManifests: (_) =>
|
|
4576
|
+
AdditionalManifests: [, (_) => de___listOfDashAdditionalManifest(_, context), `additionalManifests`],
|
|
4548
4577
|
AudioChannelConfigSchemeIdUri: [, __expectString, `audioChannelConfigSchemeIdUri`],
|
|
4549
4578
|
BaseUrl: [, __expectString, `baseUrl`],
|
|
4550
4579
|
DashManifestStyle: [, __expectString, `dashManifestStyle`],
|
|
4551
4580
|
Destination: [, __expectString, `destination`],
|
|
4552
|
-
DestinationSettings: (_) =>
|
|
4553
|
-
Encryption: (_) =>
|
|
4581
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4582
|
+
Encryption: [, (_) => de_DashIsoEncryptionSettings(_, context), `encryption`],
|
|
4554
4583
|
FragmentLength: [, __expectInt32, `fragmentLength`],
|
|
4555
4584
|
HbbtvCompliance: [, __expectString, `hbbtvCompliance`],
|
|
4556
4585
|
ImageBasedTrickPlay: [, __expectString, `imageBasedTrickPlay`],
|
|
4557
|
-
ImageBasedTrickPlaySettings:
|
|
4586
|
+
ImageBasedTrickPlaySettings: [
|
|
4558
4587
|
,
|
|
4559
|
-
de_DashIsoImageBasedTrickPlaySettings(_, context),
|
|
4588
|
+
(_) => de_DashIsoImageBasedTrickPlaySettings(_, context),
|
|
4560
4589
|
`imageBasedTrickPlaySettings`,
|
|
4561
4590
|
],
|
|
4562
4591
|
MinBufferTime: [, __expectInt32, `minBufferTime`],
|
|
@@ -4590,12 +4619,12 @@ const de_Deinterlacer = (output, context) => {
|
|
|
4590
4619
|
};
|
|
4591
4620
|
const de_DestinationSettings = (output, context) => {
|
|
4592
4621
|
return take(output, {
|
|
4593
|
-
S3Settings: (_) =>
|
|
4622
|
+
S3Settings: [, (_) => de_S3DestinationSettings(_, context), `s3Settings`],
|
|
4594
4623
|
});
|
|
4595
4624
|
};
|
|
4596
4625
|
const de_DolbyVision = (output, context) => {
|
|
4597
4626
|
return take(output, {
|
|
4598
|
-
L6Metadata: (_) =>
|
|
4627
|
+
L6Metadata: [, (_) => de_DolbyVisionLevel6Metadata(_, context), `l6Metadata`],
|
|
4599
4628
|
L6Mode: [, __expectString, `l6Mode`],
|
|
4600
4629
|
Mapping: [, __expectString, `mapping`],
|
|
4601
4630
|
Profile: [, __expectString, `profile`],
|
|
@@ -4735,15 +4764,15 @@ const de_EsamManifestConfirmConditionNotification = (output, context) => {
|
|
|
4735
4764
|
};
|
|
4736
4765
|
const de_EsamSettings = (output, context) => {
|
|
4737
4766
|
return take(output, {
|
|
4738
|
-
ManifestConfirmConditionNotification:
|
|
4767
|
+
ManifestConfirmConditionNotification: [
|
|
4739
4768
|
,
|
|
4740
|
-
de_EsamManifestConfirmConditionNotification(_, context),
|
|
4769
|
+
(_) => de_EsamManifestConfirmConditionNotification(_, context),
|
|
4741
4770
|
`manifestConfirmConditionNotification`,
|
|
4742
4771
|
],
|
|
4743
4772
|
ResponseSignalPreroll: [, __expectInt32, `responseSignalPreroll`],
|
|
4744
|
-
SignalProcessingNotification:
|
|
4773
|
+
SignalProcessingNotification: [
|
|
4745
4774
|
,
|
|
4746
|
-
de_EsamSignalProcessingNotification(_, context),
|
|
4775
|
+
(_) => de_EsamSignalProcessingNotification(_, context),
|
|
4747
4776
|
`signalProcessingNotification`,
|
|
4748
4777
|
],
|
|
4749
4778
|
});
|
|
@@ -4767,13 +4796,14 @@ const de_F4vSettings = (output, context) => {
|
|
|
4767
4796
|
const de_FileGroupSettings = (output, context) => {
|
|
4768
4797
|
return take(output, {
|
|
4769
4798
|
Destination: [, __expectString, `destination`],
|
|
4770
|
-
DestinationSettings: (_) =>
|
|
4799
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4771
4800
|
});
|
|
4772
4801
|
};
|
|
4773
4802
|
const de_FileSourceSettings = (output, context) => {
|
|
4774
4803
|
return take(output, {
|
|
4775
4804
|
Convert608To708: [, __expectString, `convert608To708`],
|
|
4776
|
-
|
|
4805
|
+
ConvertPaintToPop: [, __expectString, `convertPaintToPop`],
|
|
4806
|
+
Framerate: [, (_) => de_CaptionSourceFramerate(_, context), `framerate`],
|
|
4777
4807
|
SourceFile: [, __expectString, `sourceFile`],
|
|
4778
4808
|
TimeDelta: [, __expectInt32, `timeDelta`],
|
|
4779
4809
|
TimeDeltaUnits: [, __expectString, `timeDeltaUnits`],
|
|
@@ -4803,7 +4833,7 @@ const de_H264QvbrSettings = (output, context) => {
|
|
|
4803
4833
|
const de_H264Settings = (output, context) => {
|
|
4804
4834
|
return take(output, {
|
|
4805
4835
|
AdaptiveQuantization: [, __expectString, `adaptiveQuantization`],
|
|
4806
|
-
BandwidthReductionFilter: (_) =>
|
|
4836
|
+
BandwidthReductionFilter: [, (_) => de_BandwidthReductionFilter(_, context), `bandwidthReductionFilter`],
|
|
4807
4837
|
Bitrate: [, __expectInt32, `bitrate`],
|
|
4808
4838
|
CodecLevel: [, __expectString, `codecLevel`],
|
|
4809
4839
|
CodecProfile: [, __expectString, `codecProfile`],
|
|
@@ -4831,7 +4861,7 @@ const de_H264Settings = (output, context) => {
|
|
|
4831
4861
|
ParDenominator: [, __expectInt32, `parDenominator`],
|
|
4832
4862
|
ParNumerator: [, __expectInt32, `parNumerator`],
|
|
4833
4863
|
QualityTuningLevel: [, __expectString, `qualityTuningLevel`],
|
|
4834
|
-
QvbrSettings: (_) =>
|
|
4864
|
+
QvbrSettings: [, (_) => de_H264QvbrSettings(_, context), `qvbrSettings`],
|
|
4835
4865
|
RateControlMode: [, __expectString, `rateControlMode`],
|
|
4836
4866
|
RepeatPps: [, __expectString, `repeatPps`],
|
|
4837
4867
|
ScanTypeConversionMode: [, __expectString, `scanTypeConversionMode`],
|
|
@@ -4882,7 +4912,7 @@ const de_H265Settings = (output, context) => {
|
|
|
4882
4912
|
ParDenominator: [, __expectInt32, `parDenominator`],
|
|
4883
4913
|
ParNumerator: [, __expectInt32, `parNumerator`],
|
|
4884
4914
|
QualityTuningLevel: [, __expectString, `qualityTuningLevel`],
|
|
4885
|
-
QvbrSettings: (_) =>
|
|
4915
|
+
QvbrSettings: [, (_) => de_H265QvbrSettings(_, context), `qvbrSettings`],
|
|
4886
4916
|
RateControlMode: [, __expectString, `rateControlMode`],
|
|
4887
4917
|
SampleAdaptiveOffsetFilterMode: [, __expectString, `sampleAdaptiveOffsetFilterMode`],
|
|
4888
4918
|
ScanTypeConversionMode: [, __expectString, `scanTypeConversionMode`],
|
|
@@ -4940,30 +4970,34 @@ const de_HlsEncryptionSettings = (output, context) => {
|
|
|
4940
4970
|
EncryptionMethod: [, __expectString, `encryptionMethod`],
|
|
4941
4971
|
InitializationVectorInManifest: [, __expectString, `initializationVectorInManifest`],
|
|
4942
4972
|
OfflineEncrypted: [, __expectString, `offlineEncrypted`],
|
|
4943
|
-
SpekeKeyProvider: (_) =>
|
|
4944
|
-
StaticKeyProvider: (_) =>
|
|
4973
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
4974
|
+
StaticKeyProvider: [, (_) => de_StaticKeyProvider(_, context), `staticKeyProvider`],
|
|
4945
4975
|
Type: [, __expectString, `type`],
|
|
4946
4976
|
});
|
|
4947
4977
|
};
|
|
4948
4978
|
const de_HlsGroupSettings = (output, context) => {
|
|
4949
4979
|
return take(output, {
|
|
4950
4980
|
AdMarkers: [, _json, `adMarkers`],
|
|
4951
|
-
AdditionalManifests: (_) =>
|
|
4981
|
+
AdditionalManifests: [, (_) => de___listOfHlsAdditionalManifest(_, context), `additionalManifests`],
|
|
4952
4982
|
AudioOnlyHeader: [, __expectString, `audioOnlyHeader`],
|
|
4953
4983
|
BaseUrl: [, __expectString, `baseUrl`],
|
|
4954
|
-
CaptionLanguageMappings:
|
|
4984
|
+
CaptionLanguageMappings: [
|
|
4985
|
+
,
|
|
4986
|
+
(_) => de___listOfHlsCaptionLanguageMapping(_, context),
|
|
4987
|
+
`captionLanguageMappings`,
|
|
4988
|
+
],
|
|
4955
4989
|
CaptionLanguageSetting: [, __expectString, `captionLanguageSetting`],
|
|
4956
4990
|
CaptionSegmentLengthControl: [, __expectString, `captionSegmentLengthControl`],
|
|
4957
4991
|
ClientCache: [, __expectString, `clientCache`],
|
|
4958
4992
|
CodecSpecification: [, __expectString, `codecSpecification`],
|
|
4959
4993
|
Destination: [, __expectString, `destination`],
|
|
4960
|
-
DestinationSettings: (_) =>
|
|
4994
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4961
4995
|
DirectoryStructure: [, __expectString, `directoryStructure`],
|
|
4962
|
-
Encryption: (_) =>
|
|
4996
|
+
Encryption: [, (_) => de_HlsEncryptionSettings(_, context), `encryption`],
|
|
4963
4997
|
ImageBasedTrickPlay: [, __expectString, `imageBasedTrickPlay`],
|
|
4964
|
-
ImageBasedTrickPlaySettings:
|
|
4998
|
+
ImageBasedTrickPlaySettings: [
|
|
4965
4999
|
,
|
|
4966
|
-
de_HlsImageBasedTrickPlaySettings(_, context),
|
|
5000
|
+
(_) => de_HlsImageBasedTrickPlaySettings(_, context),
|
|
4967
5001
|
`imageBasedTrickPlaySettings`,
|
|
4968
5002
|
],
|
|
4969
5003
|
ManifestCompression: [, __expectString, `manifestCompression`],
|
|
@@ -5027,7 +5061,7 @@ const de_Id3Insertion = (output, context) => {
|
|
|
5027
5061
|
};
|
|
5028
5062
|
const de_ImageInserter = (output, context) => {
|
|
5029
5063
|
return take(output, {
|
|
5030
|
-
InsertableImages: (_) =>
|
|
5064
|
+
InsertableImages: [, (_) => de___listOfInsertableImage(_, context), `insertableImages`],
|
|
5031
5065
|
SdrReferenceWhiteLevel: [, __expectInt32, `sdrReferenceWhiteLevel`],
|
|
5032
5066
|
});
|
|
5033
5067
|
};
|
|
@@ -5039,28 +5073,34 @@ const de_ImscDestinationSettings = (output, context) => {
|
|
|
5039
5073
|
};
|
|
5040
5074
|
const de_Input = (output, context) => {
|
|
5041
5075
|
return take(output, {
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5076
|
+
AdvancedInputFilter: [, __expectString, `advancedInputFilter`],
|
|
5077
|
+
AdvancedInputFilterSettings: [
|
|
5078
|
+
,
|
|
5079
|
+
(_) => de_AdvancedInputFilterSettings(_, context),
|
|
5080
|
+
`advancedInputFilterSettings`,
|
|
5081
|
+
],
|
|
5082
|
+
AudioSelectorGroups: [, (_) => de___mapOfAudioSelectorGroup(_, context), `audioSelectorGroups`],
|
|
5083
|
+
AudioSelectors: [, (_) => de___mapOfAudioSelector(_, context), `audioSelectors`],
|
|
5084
|
+
CaptionSelectors: [, (_) => de___mapOfCaptionSelector(_, context), `captionSelectors`],
|
|
5085
|
+
Crop: [, (_) => de_Rectangle(_, context), `crop`],
|
|
5046
5086
|
DeblockFilter: [, __expectString, `deblockFilter`],
|
|
5047
|
-
DecryptionSettings: (_) =>
|
|
5087
|
+
DecryptionSettings: [, (_) => de_InputDecryptionSettings(_, context), `decryptionSettings`],
|
|
5048
5088
|
DenoiseFilter: [, __expectString, `denoiseFilter`],
|
|
5049
5089
|
DolbyVisionMetadataXml: [, __expectString, `dolbyVisionMetadataXml`],
|
|
5050
5090
|
FileInput: [, __expectString, `fileInput`],
|
|
5051
5091
|
FilterEnable: [, __expectString, `filterEnable`],
|
|
5052
5092
|
FilterStrength: [, __expectInt32, `filterStrength`],
|
|
5053
|
-
ImageInserter: (_) =>
|
|
5054
|
-
InputClippings: (_) =>
|
|
5093
|
+
ImageInserter: [, (_) => de_ImageInserter(_, context), `imageInserter`],
|
|
5094
|
+
InputClippings: [, (_) => de___listOfInputClipping(_, context), `inputClippings`],
|
|
5055
5095
|
InputScanType: [, __expectString, `inputScanType`],
|
|
5056
|
-
Position: (_) =>
|
|
5096
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5057
5097
|
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
5058
5098
|
PsiControl: [, __expectString, `psiControl`],
|
|
5059
5099
|
SupplementalImps: [, _json, `supplementalImps`],
|
|
5060
5100
|
TimecodeSource: [, __expectString, `timecodeSource`],
|
|
5061
5101
|
TimecodeStart: [, __expectString, `timecodeStart`],
|
|
5062
|
-
VideoGenerator: (_) =>
|
|
5063
|
-
VideoSelector: (_) =>
|
|
5102
|
+
VideoGenerator: [, (_) => de_InputVideoGenerator(_, context), `videoGenerator`],
|
|
5103
|
+
VideoSelector: [, (_) => de_VideoSelector(_, context), `videoSelector`],
|
|
5064
5104
|
});
|
|
5065
5105
|
};
|
|
5066
5106
|
const de_InputClipping = (output, context) => {
|
|
@@ -5079,24 +5119,30 @@ const de_InputDecryptionSettings = (output, context) => {
|
|
|
5079
5119
|
};
|
|
5080
5120
|
const de_InputTemplate = (output, context) => {
|
|
5081
5121
|
return take(output, {
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5085
|
-
|
|
5122
|
+
AdvancedInputFilter: [, __expectString, `advancedInputFilter`],
|
|
5123
|
+
AdvancedInputFilterSettings: [
|
|
5124
|
+
,
|
|
5125
|
+
(_) => de_AdvancedInputFilterSettings(_, context),
|
|
5126
|
+
`advancedInputFilterSettings`,
|
|
5127
|
+
],
|
|
5128
|
+
AudioSelectorGroups: [, (_) => de___mapOfAudioSelectorGroup(_, context), `audioSelectorGroups`],
|
|
5129
|
+
AudioSelectors: [, (_) => de___mapOfAudioSelector(_, context), `audioSelectors`],
|
|
5130
|
+
CaptionSelectors: [, (_) => de___mapOfCaptionSelector(_, context), `captionSelectors`],
|
|
5131
|
+
Crop: [, (_) => de_Rectangle(_, context), `crop`],
|
|
5086
5132
|
DeblockFilter: [, __expectString, `deblockFilter`],
|
|
5087
5133
|
DenoiseFilter: [, __expectString, `denoiseFilter`],
|
|
5088
5134
|
DolbyVisionMetadataXml: [, __expectString, `dolbyVisionMetadataXml`],
|
|
5089
5135
|
FilterEnable: [, __expectString, `filterEnable`],
|
|
5090
5136
|
FilterStrength: [, __expectInt32, `filterStrength`],
|
|
5091
|
-
ImageInserter: (_) =>
|
|
5092
|
-
InputClippings: (_) =>
|
|
5137
|
+
ImageInserter: [, (_) => de_ImageInserter(_, context), `imageInserter`],
|
|
5138
|
+
InputClippings: [, (_) => de___listOfInputClipping(_, context), `inputClippings`],
|
|
5093
5139
|
InputScanType: [, __expectString, `inputScanType`],
|
|
5094
|
-
Position: (_) =>
|
|
5140
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5095
5141
|
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
5096
5142
|
PsiControl: [, __expectString, `psiControl`],
|
|
5097
5143
|
TimecodeSource: [, __expectString, `timecodeSource`],
|
|
5098
5144
|
TimecodeStart: [, __expectString, `timecodeStart`],
|
|
5099
|
-
VideoSelector: (_) =>
|
|
5145
|
+
VideoSelector: [, (_) => de_VideoSelector(_, context), `videoSelector`],
|
|
5100
5146
|
});
|
|
5101
5147
|
};
|
|
5102
5148
|
const de_InputVideoGenerator = (output, context) => {
|
|
@@ -5121,33 +5167,33 @@ const de_InsertableImage = (output, context) => {
|
|
|
5121
5167
|
};
|
|
5122
5168
|
const de_Job = (output, context) => {
|
|
5123
5169
|
return take(output, {
|
|
5124
|
-
AccelerationSettings: (_) =>
|
|
5170
|
+
AccelerationSettings: [, (_) => de_AccelerationSettings(_, context), `accelerationSettings`],
|
|
5125
5171
|
AccelerationStatus: [, __expectString, `accelerationStatus`],
|
|
5126
5172
|
Arn: [, __expectString, `arn`],
|
|
5127
5173
|
BillingTagsSource: [, __expectString, `billingTagsSource`],
|
|
5128
5174
|
ClientRequestToken: [, __expectString, `clientRequestToken`],
|
|
5129
|
-
CreatedAt: (_) =>
|
|
5175
|
+
CreatedAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `createdAt`],
|
|
5130
5176
|
CurrentPhase: [, __expectString, `currentPhase`],
|
|
5131
5177
|
ErrorCode: [, __expectInt32, `errorCode`],
|
|
5132
5178
|
ErrorMessage: [, __expectString, `errorMessage`],
|
|
5133
|
-
HopDestinations: (_) =>
|
|
5179
|
+
HopDestinations: [, (_) => de___listOfHopDestination(_, context), `hopDestinations`],
|
|
5134
5180
|
Id: [, __expectString, `id`],
|
|
5135
5181
|
JobPercentComplete: [, __expectInt32, `jobPercentComplete`],
|
|
5136
5182
|
JobTemplate: [, __expectString, `jobTemplate`],
|
|
5137
|
-
Messages: (_) =>
|
|
5138
|
-
OutputGroupDetails: (_) =>
|
|
5183
|
+
Messages: [, (_) => de_JobMessages(_, context), `messages`],
|
|
5184
|
+
OutputGroupDetails: [, (_) => de___listOfOutputGroupDetail(_, context), `outputGroupDetails`],
|
|
5139
5185
|
Priority: [, __expectInt32, `priority`],
|
|
5140
5186
|
Queue: [, __expectString, `queue`],
|
|
5141
|
-
QueueTransitions: (_) =>
|
|
5187
|
+
QueueTransitions: [, (_) => de___listOfQueueTransition(_, context), `queueTransitions`],
|
|
5142
5188
|
RetryCount: [, __expectInt32, `retryCount`],
|
|
5143
5189
|
Role: [, __expectString, `role`],
|
|
5144
|
-
Settings: (_) =>
|
|
5190
|
+
Settings: [, (_) => de_JobSettings(_, context), `settings`],
|
|
5145
5191
|
SimulateReservedQueue: [, __expectString, `simulateReservedQueue`],
|
|
5146
5192
|
Status: [, __expectString, `status`],
|
|
5147
5193
|
StatusUpdateInterval: [, __expectString, `statusUpdateInterval`],
|
|
5148
|
-
Timing: (_) =>
|
|
5194
|
+
Timing: [, (_) => de_Timing(_, context), `timing`],
|
|
5149
5195
|
UserMetadata: [, _json, `userMetadata`],
|
|
5150
|
-
Warnings: (_) =>
|
|
5196
|
+
Warnings: [, (_) => de___listOfWarningGroup(_, context), `warnings`],
|
|
5151
5197
|
});
|
|
5152
5198
|
};
|
|
5153
5199
|
const de_JobMessages = (output, context) => {
|
|
@@ -5159,32 +5205,36 @@ const de_JobMessages = (output, context) => {
|
|
|
5159
5205
|
const de_JobSettings = (output, context) => {
|
|
5160
5206
|
return take(output, {
|
|
5161
5207
|
AdAvailOffset: [, __expectInt32, `adAvailOffset`],
|
|
5162
|
-
AvailBlanking: (_) =>
|
|
5163
|
-
Esam: (_) =>
|
|
5164
|
-
ExtendedDataServices: (_) =>
|
|
5165
|
-
Inputs: (_) =>
|
|
5166
|
-
KantarWatermark: (_) =>
|
|
5167
|
-
MotionImageInserter: (_) =>
|
|
5168
|
-
NielsenConfiguration: (_) =>
|
|
5169
|
-
NielsenNonLinearWatermark:
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
|
|
5208
|
+
AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
|
|
5209
|
+
Esam: [, (_) => de_EsamSettings(_, context), `esam`],
|
|
5210
|
+
ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
|
|
5211
|
+
Inputs: [, (_) => de___listOfInput(_, context), `inputs`],
|
|
5212
|
+
KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
|
|
5213
|
+
MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
|
|
5214
|
+
NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
|
|
5215
|
+
NielsenNonLinearWatermark: [
|
|
5216
|
+
,
|
|
5217
|
+
(_) => de_NielsenNonLinearWatermarkSettings(_, context),
|
|
5218
|
+
`nielsenNonLinearWatermark`,
|
|
5219
|
+
],
|
|
5220
|
+
OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
|
|
5221
|
+
TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
|
|
5222
|
+
TimedMetadataInsertion: [, (_) => de_TimedMetadataInsertion(_, context), `timedMetadataInsertion`],
|
|
5173
5223
|
});
|
|
5174
5224
|
};
|
|
5175
5225
|
const de_JobTemplate = (output, context) => {
|
|
5176
5226
|
return take(output, {
|
|
5177
|
-
AccelerationSettings: (_) =>
|
|
5227
|
+
AccelerationSettings: [, (_) => de_AccelerationSettings(_, context), `accelerationSettings`],
|
|
5178
5228
|
Arn: [, __expectString, `arn`],
|
|
5179
5229
|
Category: [, __expectString, `category`],
|
|
5180
|
-
CreatedAt: (_) =>
|
|
5230
|
+
CreatedAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `createdAt`],
|
|
5181
5231
|
Description: [, __expectString, `description`],
|
|
5182
|
-
HopDestinations: (_) =>
|
|
5183
|
-
LastUpdated: (_) =>
|
|
5232
|
+
HopDestinations: [, (_) => de___listOfHopDestination(_, context), `hopDestinations`],
|
|
5233
|
+
LastUpdated: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `lastUpdated`],
|
|
5184
5234
|
Name: [, __expectString, `name`],
|
|
5185
5235
|
Priority: [, __expectInt32, `priority`],
|
|
5186
5236
|
Queue: [, __expectString, `queue`],
|
|
5187
|
-
Settings: (_) =>
|
|
5237
|
+
Settings: [, (_) => de_JobTemplateSettings(_, context), `settings`],
|
|
5188
5238
|
StatusUpdateInterval: [, __expectString, `statusUpdateInterval`],
|
|
5189
5239
|
Type: [, __expectString, `type`],
|
|
5190
5240
|
});
|
|
@@ -5192,17 +5242,21 @@ const de_JobTemplate = (output, context) => {
|
|
|
5192
5242
|
const de_JobTemplateSettings = (output, context) => {
|
|
5193
5243
|
return take(output, {
|
|
5194
5244
|
AdAvailOffset: [, __expectInt32, `adAvailOffset`],
|
|
5195
|
-
AvailBlanking: (_) =>
|
|
5196
|
-
Esam: (_) =>
|
|
5197
|
-
ExtendedDataServices: (_) =>
|
|
5198
|
-
Inputs: (_) =>
|
|
5199
|
-
KantarWatermark: (_) =>
|
|
5200
|
-
MotionImageInserter: (_) =>
|
|
5201
|
-
NielsenConfiguration: (_) =>
|
|
5202
|
-
NielsenNonLinearWatermark:
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
|
|
5245
|
+
AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
|
|
5246
|
+
Esam: [, (_) => de_EsamSettings(_, context), `esam`],
|
|
5247
|
+
ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
|
|
5248
|
+
Inputs: [, (_) => de___listOfInputTemplate(_, context), `inputs`],
|
|
5249
|
+
KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
|
|
5250
|
+
MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
|
|
5251
|
+
NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
|
|
5252
|
+
NielsenNonLinearWatermark: [
|
|
5253
|
+
,
|
|
5254
|
+
(_) => de_NielsenNonLinearWatermarkSettings(_, context),
|
|
5255
|
+
`nielsenNonLinearWatermark`,
|
|
5256
|
+
],
|
|
5257
|
+
OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
|
|
5258
|
+
TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
|
|
5259
|
+
TimedMetadataInsertion: [, (_) => de_TimedMetadataInsertion(_, context), `timedMetadataInsertion`],
|
|
5206
5260
|
});
|
|
5207
5261
|
};
|
|
5208
5262
|
const de_KantarWatermarkSettings = (output, context) => {
|
|
@@ -5236,10 +5290,10 @@ const de_M2tsSettings = (output, context) => {
|
|
|
5236
5290
|
Bitrate: [, __expectInt32, `bitrate`],
|
|
5237
5291
|
BufferModel: [, __expectString, `bufferModel`],
|
|
5238
5292
|
DataPTSControl: [, __expectString, `dataPTSControl`],
|
|
5239
|
-
DvbNitSettings: (_) =>
|
|
5240
|
-
DvbSdtSettings: (_) =>
|
|
5293
|
+
DvbNitSettings: [, (_) => de_DvbNitSettings(_, context), `dvbNitSettings`],
|
|
5294
|
+
DvbSdtSettings: [, (_) => de_DvbSdtSettings(_, context), `dvbSdtSettings`],
|
|
5241
5295
|
DvbSubPids: [, _json, `dvbSubPids`],
|
|
5242
|
-
DvbTdtSettings: (_) =>
|
|
5296
|
+
DvbTdtSettings: [, (_) => de_DvbTdtSettings(_, context), `dvbTdtSettings`],
|
|
5243
5297
|
DvbTeletextPid: [, __expectInt32, `dvbTeletextPid`],
|
|
5244
5298
|
EbpAudioInterval: [, __expectString, `ebpAudioInterval`],
|
|
5245
5299
|
EbpPlacement: [, __expectString, `ebpPlacement`],
|
|
@@ -5259,7 +5313,7 @@ const de_M2tsSettings = (output, context) => {
|
|
|
5259
5313
|
PrivateMetadataPid: [, __expectInt32, `privateMetadataPid`],
|
|
5260
5314
|
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
5261
5315
|
RateMode: [, __expectString, `rateMode`],
|
|
5262
|
-
Scte35Esam: (_) =>
|
|
5316
|
+
Scte35Esam: [, (_) => de_M2tsScte35Esam(_, context), `scte35Esam`],
|
|
5263
5317
|
Scte35Pid: [, __expectInt32, `scte35Pid`],
|
|
5264
5318
|
Scte35Source: [, __expectString, `scte35Source`],
|
|
5265
5319
|
SegmentationMarkers: [, __expectString, `segmentationMarkers`],
|
|
@@ -5307,10 +5361,10 @@ const de_MinTopRenditionSize = (output, context) => {
|
|
|
5307
5361
|
};
|
|
5308
5362
|
const de_MotionImageInserter = (output, context) => {
|
|
5309
5363
|
return take(output, {
|
|
5310
|
-
Framerate: (_) =>
|
|
5364
|
+
Framerate: [, (_) => de_MotionImageInsertionFramerate(_, context), `framerate`],
|
|
5311
5365
|
Input: [, __expectString, `input`],
|
|
5312
5366
|
InsertionMode: [, __expectString, `insertionMode`],
|
|
5313
|
-
Offset: (_) =>
|
|
5367
|
+
Offset: [, (_) => de_MotionImageInsertionOffset(_, context), `offset`],
|
|
5314
5368
|
Playback: [, __expectString, `playback`],
|
|
5315
5369
|
StartTime: [, __expectString, `startTime`],
|
|
5316
5370
|
});
|
|
@@ -5422,16 +5476,16 @@ const de_MsSmoothAdditionalManifest = (output, context) => {
|
|
|
5422
5476
|
};
|
|
5423
5477
|
const de_MsSmoothEncryptionSettings = (output, context) => {
|
|
5424
5478
|
return take(output, {
|
|
5425
|
-
SpekeKeyProvider: (_) =>
|
|
5479
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
5426
5480
|
});
|
|
5427
5481
|
};
|
|
5428
5482
|
const de_MsSmoothGroupSettings = (output, context) => {
|
|
5429
5483
|
return take(output, {
|
|
5430
|
-
AdditionalManifests: (_) =>
|
|
5484
|
+
AdditionalManifests: [, (_) => de___listOfMsSmoothAdditionalManifest(_, context), `additionalManifests`],
|
|
5431
5485
|
AudioDeduplication: [, __expectString, `audioDeduplication`],
|
|
5432
5486
|
Destination: [, __expectString, `destination`],
|
|
5433
|
-
DestinationSettings: (_) =>
|
|
5434
|
-
Encryption: (_) =>
|
|
5487
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
5488
|
+
Encryption: [, (_) => de_MsSmoothEncryptionSettings(_, context), `encryption`],
|
|
5435
5489
|
FragmentLength: [, __expectInt32, `fragmentLength`],
|
|
5436
5490
|
FragmentLengthControl: [, __expectString, `fragmentLengthControl`],
|
|
5437
5491
|
ManifestEncoding: [, __expectString, `manifestEncoding`],
|
|
@@ -5441,7 +5495,7 @@ const de_MxfSettings = (output, context) => {
|
|
|
5441
5495
|
return take(output, {
|
|
5442
5496
|
AfdSignaling: [, __expectString, `afdSignaling`],
|
|
5443
5497
|
Profile: [, __expectString, `profile`],
|
|
5444
|
-
XavcProfileSettings: (_) =>
|
|
5498
|
+
XavcProfileSettings: [, (_) => de_MxfXavcProfileSettings(_, context), `xavcProfileSettings`],
|
|
5445
5499
|
});
|
|
5446
5500
|
};
|
|
5447
5501
|
const de_MxfXavcProfileSettings = (output, context) => {
|
|
@@ -5482,9 +5536,9 @@ const de_NielsenNonLinearWatermarkSettings = (output, context) => {
|
|
|
5482
5536
|
const de_NoiseReducer = (output, context) => {
|
|
5483
5537
|
return take(output, {
|
|
5484
5538
|
Filter: [, __expectString, `filter`],
|
|
5485
|
-
FilterSettings: (_) =>
|
|
5486
|
-
SpatialFilterSettings: (_) =>
|
|
5487
|
-
TemporalFilterSettings: (_) =>
|
|
5539
|
+
FilterSettings: [, (_) => de_NoiseReducerFilterSettings(_, context), `filterSettings`],
|
|
5540
|
+
SpatialFilterSettings: [, (_) => de_NoiseReducerSpatialFilterSettings(_, context), `spatialFilterSettings`],
|
|
5541
|
+
TemporalFilterSettings: [, (_) => de_NoiseReducerTemporalFilterSettings(_, context), `temporalFilterSettings`],
|
|
5488
5542
|
});
|
|
5489
5543
|
};
|
|
5490
5544
|
const de_NoiseReducerFilterSettings = (output, context) => {
|
|
@@ -5517,60 +5571,60 @@ const de_OpusSettings = (output, context) => {
|
|
|
5517
5571
|
};
|
|
5518
5572
|
const de_Output = (output, context) => {
|
|
5519
5573
|
return take(output, {
|
|
5520
|
-
AudioDescriptions: (_) =>
|
|
5521
|
-
CaptionDescriptions: (_) =>
|
|
5522
|
-
ContainerSettings: (_) =>
|
|
5574
|
+
AudioDescriptions: [, (_) => de___listOfAudioDescription(_, context), `audioDescriptions`],
|
|
5575
|
+
CaptionDescriptions: [, (_) => de___listOfCaptionDescription(_, context), `captionDescriptions`],
|
|
5576
|
+
ContainerSettings: [, (_) => de_ContainerSettings(_, context), `containerSettings`],
|
|
5523
5577
|
Extension: [, __expectString, `extension`],
|
|
5524
5578
|
NameModifier: [, __expectString, `nameModifier`],
|
|
5525
|
-
OutputSettings: (_) =>
|
|
5579
|
+
OutputSettings: [, (_) => de_OutputSettings(_, context), `outputSettings`],
|
|
5526
5580
|
Preset: [, __expectString, `preset`],
|
|
5527
|
-
VideoDescription: (_) =>
|
|
5581
|
+
VideoDescription: [, (_) => de_VideoDescription(_, context), `videoDescription`],
|
|
5528
5582
|
});
|
|
5529
5583
|
};
|
|
5530
5584
|
const de_OutputChannelMapping = (output, context) => {
|
|
5531
5585
|
return take(output, {
|
|
5532
5586
|
InputChannels: [, _json, `inputChannels`],
|
|
5533
|
-
InputChannelsFineTune: (_) =>
|
|
5587
|
+
InputChannelsFineTune: [, (_) => de___listOf__doubleMinNegative60Max6(_, context), `inputChannelsFineTune`],
|
|
5534
5588
|
});
|
|
5535
5589
|
};
|
|
5536
5590
|
const de_OutputDetail = (output, context) => {
|
|
5537
5591
|
return take(output, {
|
|
5538
5592
|
DurationInMs: [, __expectInt32, `durationInMs`],
|
|
5539
|
-
VideoDetails: (_) =>
|
|
5593
|
+
VideoDetails: [, (_) => de_VideoDetail(_, context), `videoDetails`],
|
|
5540
5594
|
});
|
|
5541
5595
|
};
|
|
5542
5596
|
const de_OutputGroup = (output, context) => {
|
|
5543
5597
|
return take(output, {
|
|
5544
|
-
AutomatedEncodingSettings: (_) =>
|
|
5598
|
+
AutomatedEncodingSettings: [, (_) => de_AutomatedEncodingSettings(_, context), `automatedEncodingSettings`],
|
|
5545
5599
|
CustomName: [, __expectString, `customName`],
|
|
5546
5600
|
Name: [, __expectString, `name`],
|
|
5547
|
-
OutputGroupSettings: (_) =>
|
|
5548
|
-
Outputs: (_) =>
|
|
5601
|
+
OutputGroupSettings: [, (_) => de_OutputGroupSettings(_, context), `outputGroupSettings`],
|
|
5602
|
+
Outputs: [, (_) => de___listOfOutput(_, context), `outputs`],
|
|
5549
5603
|
});
|
|
5550
5604
|
};
|
|
5551
5605
|
const de_OutputGroupDetail = (output, context) => {
|
|
5552
5606
|
return take(output, {
|
|
5553
|
-
OutputDetails: (_) =>
|
|
5607
|
+
OutputDetails: [, (_) => de___listOfOutputDetail(_, context), `outputDetails`],
|
|
5554
5608
|
});
|
|
5555
5609
|
};
|
|
5556
5610
|
const de_OutputGroupSettings = (output, context) => {
|
|
5557
5611
|
return take(output, {
|
|
5558
|
-
CmafGroupSettings: (_) =>
|
|
5559
|
-
DashIsoGroupSettings: (_) =>
|
|
5560
|
-
FileGroupSettings: (_) =>
|
|
5561
|
-
HlsGroupSettings: (_) =>
|
|
5562
|
-
MsSmoothGroupSettings: (_) =>
|
|
5612
|
+
CmafGroupSettings: [, (_) => de_CmafGroupSettings(_, context), `cmafGroupSettings`],
|
|
5613
|
+
DashIsoGroupSettings: [, (_) => de_DashIsoGroupSettings(_, context), `dashIsoGroupSettings`],
|
|
5614
|
+
FileGroupSettings: [, (_) => de_FileGroupSettings(_, context), `fileGroupSettings`],
|
|
5615
|
+
HlsGroupSettings: [, (_) => de_HlsGroupSettings(_, context), `hlsGroupSettings`],
|
|
5616
|
+
MsSmoothGroupSettings: [, (_) => de_MsSmoothGroupSettings(_, context), `msSmoothGroupSettings`],
|
|
5563
5617
|
Type: [, __expectString, `type`],
|
|
5564
5618
|
});
|
|
5565
5619
|
};
|
|
5566
5620
|
const de_OutputSettings = (output, context) => {
|
|
5567
5621
|
return take(output, {
|
|
5568
|
-
HlsSettings: (_) =>
|
|
5622
|
+
HlsSettings: [, (_) => de_HlsSettings(_, context), `hlsSettings`],
|
|
5569
5623
|
});
|
|
5570
5624
|
};
|
|
5571
5625
|
const de_PartnerWatermarking = (output, context) => {
|
|
5572
5626
|
return take(output, {
|
|
5573
|
-
NexguardFileMarkerSettings: (_) =>
|
|
5627
|
+
NexguardFileMarkerSettings: [, (_) => de_NexGuardFileMarkerSettings(_, context), `nexguardFileMarkerSettings`],
|
|
5574
5628
|
});
|
|
5575
5629
|
};
|
|
5576
5630
|
const de_Policy = (output, context) => {
|
|
@@ -5584,20 +5638,20 @@ const de_Preset = (output, context) => {
|
|
|
5584
5638
|
return take(output, {
|
|
5585
5639
|
Arn: [, __expectString, `arn`],
|
|
5586
5640
|
Category: [, __expectString, `category`],
|
|
5587
|
-
CreatedAt: (_) =>
|
|
5641
|
+
CreatedAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `createdAt`],
|
|
5588
5642
|
Description: [, __expectString, `description`],
|
|
5589
|
-
LastUpdated: (_) =>
|
|
5643
|
+
LastUpdated: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `lastUpdated`],
|
|
5590
5644
|
Name: [, __expectString, `name`],
|
|
5591
|
-
Settings: (_) =>
|
|
5645
|
+
Settings: [, (_) => de_PresetSettings(_, context), `settings`],
|
|
5592
5646
|
Type: [, __expectString, `type`],
|
|
5593
5647
|
});
|
|
5594
5648
|
};
|
|
5595
5649
|
const de_PresetSettings = (output, context) => {
|
|
5596
5650
|
return take(output, {
|
|
5597
|
-
AudioDescriptions: (_) =>
|
|
5598
|
-
CaptionDescriptions: (_) =>
|
|
5599
|
-
ContainerSettings: (_) =>
|
|
5600
|
-
VideoDescription: (_) =>
|
|
5651
|
+
AudioDescriptions: [, (_) => de___listOfAudioDescription(_, context), `audioDescriptions`],
|
|
5652
|
+
CaptionDescriptions: [, (_) => de___listOfCaptionDescriptionPreset(_, context), `captionDescriptions`],
|
|
5653
|
+
ContainerSettings: [, (_) => de_ContainerSettings(_, context), `containerSettings`],
|
|
5654
|
+
VideoDescription: [, (_) => de_VideoDescription(_, context), `videoDescription`],
|
|
5601
5655
|
});
|
|
5602
5656
|
};
|
|
5603
5657
|
const de_ProresSettings = (output, context) => {
|
|
@@ -5620,13 +5674,13 @@ const de_ProresSettings = (output, context) => {
|
|
|
5620
5674
|
const de_Queue = (output, context) => {
|
|
5621
5675
|
return take(output, {
|
|
5622
5676
|
Arn: [, __expectString, `arn`],
|
|
5623
|
-
CreatedAt: (_) =>
|
|
5677
|
+
CreatedAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `createdAt`],
|
|
5624
5678
|
Description: [, __expectString, `description`],
|
|
5625
|
-
LastUpdated: (_) =>
|
|
5679
|
+
LastUpdated: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `lastUpdated`],
|
|
5626
5680
|
Name: [, __expectString, `name`],
|
|
5627
5681
|
PricingPlan: [, __expectString, `pricingPlan`],
|
|
5628
5682
|
ProgressingJobsCount: [, __expectInt32, `progressingJobsCount`],
|
|
5629
|
-
ReservationPlan: (_) =>
|
|
5683
|
+
ReservationPlan: [, (_) => de_ReservationPlan(_, context), `reservationPlan`],
|
|
5630
5684
|
Status: [, __expectString, `status`],
|
|
5631
5685
|
SubmittedJobsCount: [, __expectInt32, `submittedJobsCount`],
|
|
5632
5686
|
Type: [, __expectString, `type`],
|
|
@@ -5636,7 +5690,7 @@ const de_QueueTransition = (output, context) => {
|
|
|
5636
5690
|
return take(output, {
|
|
5637
5691
|
DestinationQueue: [, __expectString, `destinationQueue`],
|
|
5638
5692
|
SourceQueue: [, __expectString, `sourceQueue`],
|
|
5639
|
-
Timestamp: (_) =>
|
|
5693
|
+
Timestamp: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `timestamp`],
|
|
5640
5694
|
});
|
|
5641
5695
|
};
|
|
5642
5696
|
const de_Rectangle = (output, context) => {
|
|
@@ -5649,7 +5703,7 @@ const de_Rectangle = (output, context) => {
|
|
|
5649
5703
|
};
|
|
5650
5704
|
const de_RemixSettings = (output, context) => {
|
|
5651
5705
|
return take(output, {
|
|
5652
|
-
ChannelMapping: (_) =>
|
|
5706
|
+
ChannelMapping: [, (_) => de_ChannelMapping(_, context), `channelMapping`],
|
|
5653
5707
|
ChannelsIn: [, __expectInt32, `channelsIn`],
|
|
5654
5708
|
ChannelsOut: [, __expectInt32, `channelsOut`],
|
|
5655
5709
|
});
|
|
@@ -5657,8 +5711,8 @@ const de_RemixSettings = (output, context) => {
|
|
|
5657
5711
|
const de_ReservationPlan = (output, context) => {
|
|
5658
5712
|
return take(output, {
|
|
5659
5713
|
Commitment: [, __expectString, `commitment`],
|
|
5660
|
-
ExpiresAt: (_) =>
|
|
5661
|
-
PurchasedAt: (_) =>
|
|
5714
|
+
ExpiresAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `expiresAt`],
|
|
5715
|
+
PurchasedAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `purchasedAt`],
|
|
5662
5716
|
RenewalType: [, __expectString, `renewalType`],
|
|
5663
5717
|
ReservedSlots: [, __expectInt32, `reservedSlots`],
|
|
5664
5718
|
Status: [, __expectString, `status`],
|
|
@@ -5677,8 +5731,8 @@ const de_S3DestinationAccessControl = (output, context) => {
|
|
|
5677
5731
|
};
|
|
5678
5732
|
const de_S3DestinationSettings = (output, context) => {
|
|
5679
5733
|
return take(output, {
|
|
5680
|
-
AccessControl: (_) =>
|
|
5681
|
-
Encryption: (_) =>
|
|
5734
|
+
AccessControl: [, (_) => de_S3DestinationAccessControl(_, context), `accessControl`],
|
|
5735
|
+
Encryption: [, (_) => de_S3EncryptionSettings(_, context), `encryption`],
|
|
5682
5736
|
});
|
|
5683
5737
|
};
|
|
5684
5738
|
const de_S3EncryptionSettings = (output, context) => {
|
|
@@ -5751,14 +5805,14 @@ const de_TimecodeConfig = (output, context) => {
|
|
|
5751
5805
|
};
|
|
5752
5806
|
const de_TimedMetadataInsertion = (output, context) => {
|
|
5753
5807
|
return take(output, {
|
|
5754
|
-
Id3Insertions: (_) =>
|
|
5808
|
+
Id3Insertions: [, (_) => de___listOfId3Insertion(_, context), `id3Insertions`],
|
|
5755
5809
|
});
|
|
5756
5810
|
};
|
|
5757
5811
|
const de_Timing = (output, context) => {
|
|
5758
5812
|
return take(output, {
|
|
5759
|
-
FinishTime: (_) =>
|
|
5760
|
-
StartTime: (_) =>
|
|
5761
|
-
SubmitTime: (_) =>
|
|
5813
|
+
FinishTime: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `finishTime`],
|
|
5814
|
+
StartTime: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `startTime`],
|
|
5815
|
+
SubmitTime: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `submitTime`],
|
|
5762
5816
|
});
|
|
5763
5817
|
};
|
|
5764
5818
|
const de_TrackSourceSettings = (output, context) => {
|
|
@@ -5786,36 +5840,36 @@ const de_Vc3Settings = (output, context) => {
|
|
|
5786
5840
|
};
|
|
5787
5841
|
const de_VideoCodecSettings = (output, context) => {
|
|
5788
5842
|
return take(output, {
|
|
5789
|
-
Av1Settings: (_) =>
|
|
5790
|
-
AvcIntraSettings: (_) =>
|
|
5843
|
+
Av1Settings: [, (_) => de_Av1Settings(_, context), `av1Settings`],
|
|
5844
|
+
AvcIntraSettings: [, (_) => de_AvcIntraSettings(_, context), `avcIntraSettings`],
|
|
5791
5845
|
Codec: [, __expectString, `codec`],
|
|
5792
|
-
FrameCaptureSettings: (_) =>
|
|
5793
|
-
H264Settings: (_) =>
|
|
5794
|
-
H265Settings: (_) =>
|
|
5795
|
-
Mpeg2Settings: (_) =>
|
|
5796
|
-
ProresSettings: (_) =>
|
|
5797
|
-
Vc3Settings: (_) =>
|
|
5798
|
-
Vp8Settings: (_) =>
|
|
5799
|
-
Vp9Settings: (_) =>
|
|
5800
|
-
XavcSettings: (_) =>
|
|
5846
|
+
FrameCaptureSettings: [, (_) => de_FrameCaptureSettings(_, context), `frameCaptureSettings`],
|
|
5847
|
+
H264Settings: [, (_) => de_H264Settings(_, context), `h264Settings`],
|
|
5848
|
+
H265Settings: [, (_) => de_H265Settings(_, context), `h265Settings`],
|
|
5849
|
+
Mpeg2Settings: [, (_) => de_Mpeg2Settings(_, context), `mpeg2Settings`],
|
|
5850
|
+
ProresSettings: [, (_) => de_ProresSettings(_, context), `proresSettings`],
|
|
5851
|
+
Vc3Settings: [, (_) => de_Vc3Settings(_, context), `vc3Settings`],
|
|
5852
|
+
Vp8Settings: [, (_) => de_Vp8Settings(_, context), `vp8Settings`],
|
|
5853
|
+
Vp9Settings: [, (_) => de_Vp9Settings(_, context), `vp9Settings`],
|
|
5854
|
+
XavcSettings: [, (_) => de_XavcSettings(_, context), `xavcSettings`],
|
|
5801
5855
|
});
|
|
5802
5856
|
};
|
|
5803
5857
|
const de_VideoDescription = (output, context) => {
|
|
5804
5858
|
return take(output, {
|
|
5805
5859
|
AfdSignaling: [, __expectString, `afdSignaling`],
|
|
5806
5860
|
AntiAlias: [, __expectString, `antiAlias`],
|
|
5807
|
-
CodecSettings: (_) =>
|
|
5861
|
+
CodecSettings: [, (_) => de_VideoCodecSettings(_, context), `codecSettings`],
|
|
5808
5862
|
ColorMetadata: [, __expectString, `colorMetadata`],
|
|
5809
|
-
Crop: (_) =>
|
|
5863
|
+
Crop: [, (_) => de_Rectangle(_, context), `crop`],
|
|
5810
5864
|
DropFrameTimecode: [, __expectString, `dropFrameTimecode`],
|
|
5811
5865
|
FixedAfd: [, __expectInt32, `fixedAfd`],
|
|
5812
5866
|
Height: [, __expectInt32, `height`],
|
|
5813
|
-
Position: (_) =>
|
|
5867
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5814
5868
|
RespondToAfd: [, __expectString, `respondToAfd`],
|
|
5815
5869
|
ScalingBehavior: [, __expectString, `scalingBehavior`],
|
|
5816
5870
|
Sharpness: [, __expectInt32, `sharpness`],
|
|
5817
5871
|
TimecodeInsertion: [, __expectString, `timecodeInsertion`],
|
|
5818
|
-
VideoPreprocessors: (_) =>
|
|
5872
|
+
VideoPreprocessors: [, (_) => de_VideoPreprocessor(_, context), `videoPreprocessors`],
|
|
5819
5873
|
Width: [, __expectInt32, `width`],
|
|
5820
5874
|
});
|
|
5821
5875
|
};
|
|
@@ -5827,14 +5881,14 @@ const de_VideoDetail = (output, context) => {
|
|
|
5827
5881
|
};
|
|
5828
5882
|
const de_VideoPreprocessor = (output, context) => {
|
|
5829
5883
|
return take(output, {
|
|
5830
|
-
ColorCorrector: (_) =>
|
|
5831
|
-
Deinterlacer: (_) =>
|
|
5832
|
-
DolbyVision: (_) =>
|
|
5833
|
-
Hdr10Plus: (_) =>
|
|
5834
|
-
ImageInserter: (_) =>
|
|
5835
|
-
NoiseReducer: (_) =>
|
|
5836
|
-
PartnerWatermarking: (_) =>
|
|
5837
|
-
TimecodeBurnin: (_) =>
|
|
5884
|
+
ColorCorrector: [, (_) => de_ColorCorrector(_, context), `colorCorrector`],
|
|
5885
|
+
Deinterlacer: [, (_) => de_Deinterlacer(_, context), `deinterlacer`],
|
|
5886
|
+
DolbyVision: [, (_) => de_DolbyVision(_, context), `dolbyVision`],
|
|
5887
|
+
Hdr10Plus: [, (_) => de_Hdr10Plus(_, context), `hdr10Plus`],
|
|
5888
|
+
ImageInserter: [, (_) => de_ImageInserter(_, context), `imageInserter`],
|
|
5889
|
+
NoiseReducer: [, (_) => de_NoiseReducer(_, context), `noiseReducer`],
|
|
5890
|
+
PartnerWatermarking: [, (_) => de_PartnerWatermarking(_, context), `partnerWatermarking`],
|
|
5891
|
+
TimecodeBurnin: [, (_) => de_TimecodeBurnin(_, context), `timecodeBurnin`],
|
|
5838
5892
|
});
|
|
5839
5893
|
};
|
|
5840
5894
|
const de_VideoSelector = (output, context) => {
|
|
@@ -5843,7 +5897,7 @@ const de_VideoSelector = (output, context) => {
|
|
|
5843
5897
|
ColorSpace: [, __expectString, `colorSpace`],
|
|
5844
5898
|
ColorSpaceUsage: [, __expectString, `colorSpaceUsage`],
|
|
5845
5899
|
EmbeddedTimecodeOverride: [, __expectString, `embeddedTimecodeOverride`],
|
|
5846
|
-
Hdr10Metadata: (_) =>
|
|
5900
|
+
Hdr10Metadata: [, (_) => de_Hdr10Metadata(_, context), `hdr10Metadata`],
|
|
5847
5901
|
PadVideo: [, __expectString, `padVideo`],
|
|
5848
5902
|
Pid: [, __expectInt32, `pid`],
|
|
5849
5903
|
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
@@ -5972,23 +6026,23 @@ const de_XavcSettings = (output, context) => {
|
|
|
5972
6026
|
Softness: [, __expectInt32, `softness`],
|
|
5973
6027
|
SpatialAdaptiveQuantization: [, __expectString, `spatialAdaptiveQuantization`],
|
|
5974
6028
|
TemporalAdaptiveQuantization: [, __expectString, `temporalAdaptiveQuantization`],
|
|
5975
|
-
Xavc4kIntraCbgProfileSettings:
|
|
6029
|
+
Xavc4kIntraCbgProfileSettings: [
|
|
5976
6030
|
,
|
|
5977
|
-
de_Xavc4kIntraCbgProfileSettings(_, context),
|
|
6031
|
+
(_) => de_Xavc4kIntraCbgProfileSettings(_, context),
|
|
5978
6032
|
`xavc4kIntraCbgProfileSettings`,
|
|
5979
6033
|
],
|
|
5980
|
-
Xavc4kIntraVbrProfileSettings:
|
|
6034
|
+
Xavc4kIntraVbrProfileSettings: [
|
|
5981
6035
|
,
|
|
5982
|
-
de_Xavc4kIntraVbrProfileSettings(_, context),
|
|
6036
|
+
(_) => de_Xavc4kIntraVbrProfileSettings(_, context),
|
|
5983
6037
|
`xavc4kIntraVbrProfileSettings`,
|
|
5984
6038
|
],
|
|
5985
|
-
Xavc4kProfileSettings: (_) =>
|
|
5986
|
-
XavcHdIntraCbgProfileSettings:
|
|
6039
|
+
Xavc4kProfileSettings: [, (_) => de_Xavc4kProfileSettings(_, context), `xavc4kProfileSettings`],
|
|
6040
|
+
XavcHdIntraCbgProfileSettings: [
|
|
5987
6041
|
,
|
|
5988
|
-
de_XavcHdIntraCbgProfileSettings(_, context),
|
|
6042
|
+
(_) => de_XavcHdIntraCbgProfileSettings(_, context),
|
|
5989
6043
|
`xavcHdIntraCbgProfileSettings`,
|
|
5990
6044
|
],
|
|
5991
|
-
XavcHdProfileSettings: (_) =>
|
|
6045
|
+
XavcHdProfileSettings: [, (_) => de_XavcHdProfileSettings(_, context), `xavcHdProfileSettings`],
|
|
5992
6046
|
});
|
|
5993
6047
|
};
|
|
5994
6048
|
const deserializeMetadata = (output) => ({
|