@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
|
@@ -2236,6 +2236,12 @@ const se_AccelerationSettings = (input, context) => {
|
|
|
2236
2236
|
mode: [, , `Mode`],
|
|
2237
2237
|
});
|
|
2238
2238
|
};
|
|
2239
|
+
const se_AdvancedInputFilterSettings = (input, context) => {
|
|
2240
|
+
return (0, smithy_client_1.take)(input, {
|
|
2241
|
+
addTexture: [, , `AddTexture`],
|
|
2242
|
+
sharpening: [, , `Sharpening`],
|
|
2243
|
+
});
|
|
2244
|
+
};
|
|
2239
2245
|
const se_AiffSettings = (input, context) => {
|
|
2240
2246
|
return (0, smithy_client_1.take)(input, {
|
|
2241
2247
|
bitDepth: [, , `BitDepth`],
|
|
@@ -2837,6 +2843,7 @@ const se_FileGroupSettings = (input, context) => {
|
|
|
2837
2843
|
const se_FileSourceSettings = (input, context) => {
|
|
2838
2844
|
return (0, smithy_client_1.take)(input, {
|
|
2839
2845
|
convert608To708: [, , `Convert608To708`],
|
|
2846
|
+
convertPaintToPop: [, , `ConvertPaintToPop`],
|
|
2840
2847
|
framerate: [, (_) => se_CaptionSourceFramerate(_, context), `Framerate`],
|
|
2841
2848
|
sourceFile: [, , `SourceFile`],
|
|
2842
2849
|
timeDelta: [, , `TimeDelta`],
|
|
@@ -3103,6 +3110,8 @@ const se_ImscDestinationSettings = (input, context) => {
|
|
|
3103
3110
|
};
|
|
3104
3111
|
const se_Input = (input, context) => {
|
|
3105
3112
|
return (0, smithy_client_1.take)(input, {
|
|
3113
|
+
advancedInputFilter: [, , `AdvancedInputFilter`],
|
|
3114
|
+
advancedInputFilterSettings: [, (_) => se_AdvancedInputFilterSettings(_, context), `AdvancedInputFilterSettings`],
|
|
3106
3115
|
audioSelectorGroups: [, (_) => se___mapOfAudioSelectorGroup(_, context), `AudioSelectorGroups`],
|
|
3107
3116
|
audioSelectors: [, (_) => se___mapOfAudioSelector(_, context), `AudioSelectors`],
|
|
3108
3117
|
captionSelectors: [, (_) => se___mapOfCaptionSelector(_, context), `CaptionSelectors`],
|
|
@@ -3143,6 +3152,8 @@ const se_InputDecryptionSettings = (input, context) => {
|
|
|
3143
3152
|
};
|
|
3144
3153
|
const se_InputTemplate = (input, context) => {
|
|
3145
3154
|
return (0, smithy_client_1.take)(input, {
|
|
3155
|
+
advancedInputFilter: [, , `AdvancedInputFilter`],
|
|
3156
|
+
advancedInputFilterSettings: [, (_) => se_AdvancedInputFilterSettings(_, context), `AdvancedInputFilterSettings`],
|
|
3146
3157
|
audioSelectorGroups: [, (_) => se___mapOfAudioSelectorGroup(_, context), `AudioSelectorGroups`],
|
|
3147
3158
|
audioSelectors: [, (_) => se___mapOfAudioSelector(_, context), `AudioSelectors`],
|
|
3148
3159
|
captionSelectors: [, (_) => se___mapOfCaptionSelector(_, context), `CaptionSelectors`],
|
|
@@ -4227,6 +4238,12 @@ const de_AccelerationSettings = (output, context) => {
|
|
|
4227
4238
|
Mode: [, smithy_client_1.expectString, `mode`],
|
|
4228
4239
|
});
|
|
4229
4240
|
};
|
|
4241
|
+
const de_AdvancedInputFilterSettings = (output, context) => {
|
|
4242
|
+
return (0, smithy_client_1.take)(output, {
|
|
4243
|
+
AddTexture: [, smithy_client_1.expectString, `addTexture`],
|
|
4244
|
+
Sharpening: [, smithy_client_1.expectString, `sharpening`],
|
|
4245
|
+
});
|
|
4246
|
+
};
|
|
4230
4247
|
const de_AiffSettings = (output, context) => {
|
|
4231
4248
|
return (0, smithy_client_1.take)(output, {
|
|
4232
4249
|
BitDepth: [, smithy_client_1.expectInt32, `bitDepth`],
|
|
@@ -4255,31 +4272,35 @@ const de_AudioChannelTaggingSettings = (output, context) => {
|
|
|
4255
4272
|
};
|
|
4256
4273
|
const de_AudioCodecSettings = (output, context) => {
|
|
4257
4274
|
return (0, smithy_client_1.take)(output, {
|
|
4258
|
-
AacSettings: (_) =>
|
|
4259
|
-
Ac3Settings: (_) =>
|
|
4260
|
-
AiffSettings: (_) =>
|
|
4275
|
+
AacSettings: [, (_) => de_AacSettings(_, context), `aacSettings`],
|
|
4276
|
+
Ac3Settings: [, (_) => de_Ac3Settings(_, context), `ac3Settings`],
|
|
4277
|
+
AiffSettings: [, (_) => de_AiffSettings(_, context), `aiffSettings`],
|
|
4261
4278
|
Codec: [, smithy_client_1.expectString, `codec`],
|
|
4262
|
-
Eac3AtmosSettings: (_) =>
|
|
4263
|
-
Eac3Settings: (_) =>
|
|
4264
|
-
Mp2Settings: (_) =>
|
|
4265
|
-
Mp3Settings: (_) =>
|
|
4266
|
-
OpusSettings: (_) =>
|
|
4267
|
-
VorbisSettings: (_) =>
|
|
4268
|
-
WavSettings: (_) =>
|
|
4279
|
+
Eac3AtmosSettings: [, (_) => de_Eac3AtmosSettings(_, context), `eac3AtmosSettings`],
|
|
4280
|
+
Eac3Settings: [, (_) => de_Eac3Settings(_, context), `eac3Settings`],
|
|
4281
|
+
Mp2Settings: [, (_) => de_Mp2Settings(_, context), `mp2Settings`],
|
|
4282
|
+
Mp3Settings: [, (_) => de_Mp3Settings(_, context), `mp3Settings`],
|
|
4283
|
+
OpusSettings: [, (_) => de_OpusSettings(_, context), `opusSettings`],
|
|
4284
|
+
VorbisSettings: [, (_) => de_VorbisSettings(_, context), `vorbisSettings`],
|
|
4285
|
+
WavSettings: [, (_) => de_WavSettings(_, context), `wavSettings`],
|
|
4269
4286
|
});
|
|
4270
4287
|
};
|
|
4271
4288
|
const de_AudioDescription = (output, context) => {
|
|
4272
4289
|
return (0, smithy_client_1.take)(output, {
|
|
4273
|
-
AudioChannelTaggingSettings:
|
|
4274
|
-
|
|
4290
|
+
AudioChannelTaggingSettings: [
|
|
4291
|
+
,
|
|
4292
|
+
(_) => de_AudioChannelTaggingSettings(_, context),
|
|
4293
|
+
`audioChannelTaggingSettings`,
|
|
4294
|
+
],
|
|
4295
|
+
AudioNormalizationSettings: [, (_) => de_AudioNormalizationSettings(_, context), `audioNormalizationSettings`],
|
|
4275
4296
|
AudioSourceName: [, smithy_client_1.expectString, `audioSourceName`],
|
|
4276
4297
|
AudioType: [, smithy_client_1.expectInt32, `audioType`],
|
|
4277
4298
|
AudioTypeControl: [, smithy_client_1.expectString, `audioTypeControl`],
|
|
4278
|
-
CodecSettings: (_) =>
|
|
4299
|
+
CodecSettings: [, (_) => de_AudioCodecSettings(_, context), `codecSettings`],
|
|
4279
4300
|
CustomLanguageCode: [, smithy_client_1.expectString, `customLanguageCode`],
|
|
4280
4301
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
4281
4302
|
LanguageCodeControl: [, smithy_client_1.expectString, `languageCodeControl`],
|
|
4282
|
-
RemixSettings: (_) =>
|
|
4303
|
+
RemixSettings: [, (_) => de_RemixSettings(_, context), `remixSettings`],
|
|
4283
4304
|
StreamName: [, smithy_client_1.expectString, `streamName`],
|
|
4284
4305
|
});
|
|
4285
4306
|
};
|
|
@@ -4300,12 +4321,12 @@ const de_AudioSelector = (output, context) => {
|
|
|
4300
4321
|
CustomLanguageCode: [, smithy_client_1.expectString, `customLanguageCode`],
|
|
4301
4322
|
DefaultSelection: [, smithy_client_1.expectString, `defaultSelection`],
|
|
4302
4323
|
ExternalAudioFileInput: [, smithy_client_1.expectString, `externalAudioFileInput`],
|
|
4303
|
-
HlsRenditionGroupSettings: (_) =>
|
|
4324
|
+
HlsRenditionGroupSettings: [, (_) => de_HlsRenditionGroupSettings(_, context), `hlsRenditionGroupSettings`],
|
|
4304
4325
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
4305
4326
|
Offset: [, smithy_client_1.expectInt32, `offset`],
|
|
4306
4327
|
Pids: [, smithy_client_1._json, `pids`],
|
|
4307
4328
|
ProgramSelection: [, smithy_client_1.expectInt32, `programSelection`],
|
|
4308
|
-
RemixSettings: (_) =>
|
|
4329
|
+
RemixSettings: [, (_) => de_RemixSettings(_, context), `remixSettings`],
|
|
4309
4330
|
SelectorType: [, smithy_client_1.expectString, `selectorType`],
|
|
4310
4331
|
Tracks: [, smithy_client_1._json, `tracks`],
|
|
4311
4332
|
});
|
|
@@ -4317,10 +4338,10 @@ const de_AudioSelectorGroup = (output, context) => {
|
|
|
4317
4338
|
};
|
|
4318
4339
|
const de_AutomatedAbrRule = (output, context) => {
|
|
4319
4340
|
return (0, smithy_client_1.take)(output, {
|
|
4320
|
-
AllowedRenditions: (_) =>
|
|
4321
|
-
ForceIncludeRenditions: (_) =>
|
|
4322
|
-
MinBottomRenditionSize: (_) =>
|
|
4323
|
-
MinTopRenditionSize: (_) =>
|
|
4341
|
+
AllowedRenditions: [, (_) => de___listOfAllowedRenditionSize(_, context), `allowedRenditions`],
|
|
4342
|
+
ForceIncludeRenditions: [, (_) => de___listOfForceIncludeRenditionSize(_, context), `forceIncludeRenditions`],
|
|
4343
|
+
MinBottomRenditionSize: [, (_) => de_MinBottomRenditionSize(_, context), `minBottomRenditionSize`],
|
|
4344
|
+
MinTopRenditionSize: [, (_) => de_MinTopRenditionSize(_, context), `minTopRenditionSize`],
|
|
4324
4345
|
Type: [, smithy_client_1.expectString, `type`],
|
|
4325
4346
|
});
|
|
4326
4347
|
};
|
|
@@ -4329,12 +4350,12 @@ const de_AutomatedAbrSettings = (output, context) => {
|
|
|
4329
4350
|
MaxAbrBitrate: [, smithy_client_1.expectInt32, `maxAbrBitrate`],
|
|
4330
4351
|
MaxRenditions: [, smithy_client_1.expectInt32, `maxRenditions`],
|
|
4331
4352
|
MinAbrBitrate: [, smithy_client_1.expectInt32, `minAbrBitrate`],
|
|
4332
|
-
Rules: (_) =>
|
|
4353
|
+
Rules: [, (_) => de___listOfAutomatedAbrRule(_, context), `rules`],
|
|
4333
4354
|
});
|
|
4334
4355
|
};
|
|
4335
4356
|
const de_AutomatedEncodingSettings = (output, context) => {
|
|
4336
4357
|
return (0, smithy_client_1.take)(output, {
|
|
4337
|
-
AbrSettings: (_) =>
|
|
4358
|
+
AbrSettings: [, (_) => de_AutomatedAbrSettings(_, context), `abrSettings`],
|
|
4338
4359
|
});
|
|
4339
4360
|
};
|
|
4340
4361
|
const de_Av1QvbrSettings = (output, context) => {
|
|
@@ -4354,7 +4375,7 @@ const de_Av1Settings = (output, context) => {
|
|
|
4354
4375
|
GopSize: [, smithy_client_1.limitedParseDouble, `gopSize`],
|
|
4355
4376
|
MaxBitrate: [, smithy_client_1.expectInt32, `maxBitrate`],
|
|
4356
4377
|
NumberBFramesBetweenReferenceFrames: [, smithy_client_1.expectInt32, `numberBFramesBetweenReferenceFrames`],
|
|
4357
|
-
QvbrSettings: (_) =>
|
|
4378
|
+
QvbrSettings: [, (_) => de_Av1QvbrSettings(_, context), `qvbrSettings`],
|
|
4358
4379
|
RateControlMode: [, smithy_client_1.expectString, `rateControlMode`],
|
|
4359
4380
|
Slices: [, smithy_client_1.expectInt32, `slices`],
|
|
4360
4381
|
SpatialAdaptiveQuantization: [, smithy_client_1.expectString, `spatialAdaptiveQuantization`],
|
|
@@ -4368,7 +4389,7 @@ const de_AvailBlanking = (output, context) => {
|
|
|
4368
4389
|
const de_AvcIntraSettings = (output, context) => {
|
|
4369
4390
|
return (0, smithy_client_1.take)(output, {
|
|
4370
4391
|
AvcIntraClass: [, smithy_client_1.expectString, `avcIntraClass`],
|
|
4371
|
-
AvcIntraUhdSettings: (_) =>
|
|
4392
|
+
AvcIntraUhdSettings: [, (_) => de_AvcIntraUhdSettings(_, context), `avcIntraUhdSettings`],
|
|
4372
4393
|
FramerateControl: [, smithy_client_1.expectString, `framerateControl`],
|
|
4373
4394
|
FramerateConversionAlgorithm: [, smithy_client_1.expectString, `framerateConversionAlgorithm`],
|
|
4374
4395
|
FramerateDenominator: [, smithy_client_1.expectInt32, `framerateDenominator`],
|
|
@@ -4419,7 +4440,7 @@ const de_CaptionDescription = (output, context) => {
|
|
|
4419
4440
|
return (0, smithy_client_1.take)(output, {
|
|
4420
4441
|
CaptionSelectorName: [, smithy_client_1.expectString, `captionSelectorName`],
|
|
4421
4442
|
CustomLanguageCode: [, smithy_client_1.expectString, `customLanguageCode`],
|
|
4422
|
-
DestinationSettings: (_) =>
|
|
4443
|
+
DestinationSettings: [, (_) => de_CaptionDestinationSettings(_, context), `destinationSettings`],
|
|
4423
4444
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
4424
4445
|
LanguageDescription: [, smithy_client_1.expectString, `languageDescription`],
|
|
4425
4446
|
});
|
|
@@ -4427,30 +4448,38 @@ const de_CaptionDescription = (output, context) => {
|
|
|
4427
4448
|
const de_CaptionDescriptionPreset = (output, context) => {
|
|
4428
4449
|
return (0, smithy_client_1.take)(output, {
|
|
4429
4450
|
CustomLanguageCode: [, smithy_client_1.expectString, `customLanguageCode`],
|
|
4430
|
-
DestinationSettings: (_) =>
|
|
4451
|
+
DestinationSettings: [, (_) => de_CaptionDestinationSettings(_, context), `destinationSettings`],
|
|
4431
4452
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
4432
4453
|
LanguageDescription: [, smithy_client_1.expectString, `languageDescription`],
|
|
4433
4454
|
});
|
|
4434
4455
|
};
|
|
4435
4456
|
const de_CaptionDestinationSettings = (output, context) => {
|
|
4436
4457
|
return (0, smithy_client_1.take)(output, {
|
|
4437
|
-
BurninDestinationSettings: (_) =>
|
|
4458
|
+
BurninDestinationSettings: [, (_) => de_BurninDestinationSettings(_, context), `burninDestinationSettings`],
|
|
4438
4459
|
DestinationType: [, smithy_client_1.expectString, `destinationType`],
|
|
4439
|
-
DvbSubDestinationSettings: (_) =>
|
|
4440
|
-
EmbeddedDestinationSettings:
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4460
|
+
DvbSubDestinationSettings: [, (_) => de_DvbSubDestinationSettings(_, context), `dvbSubDestinationSettings`],
|
|
4461
|
+
EmbeddedDestinationSettings: [
|
|
4462
|
+
,
|
|
4463
|
+
(_) => de_EmbeddedDestinationSettings(_, context),
|
|
4464
|
+
`embeddedDestinationSettings`,
|
|
4465
|
+
],
|
|
4466
|
+
ImscDestinationSettings: [, (_) => de_ImscDestinationSettings(_, context), `imscDestinationSettings`],
|
|
4467
|
+
SccDestinationSettings: [, (_) => de_SccDestinationSettings(_, context), `sccDestinationSettings`],
|
|
4468
|
+
SrtDestinationSettings: [, (_) => de_SrtDestinationSettings(_, context), `srtDestinationSettings`],
|
|
4469
|
+
TeletextDestinationSettings: [
|
|
4470
|
+
,
|
|
4471
|
+
(_) => de_TeletextDestinationSettings(_, context),
|
|
4472
|
+
`teletextDestinationSettings`,
|
|
4473
|
+
],
|
|
4474
|
+
TtmlDestinationSettings: [, (_) => de_TtmlDestinationSettings(_, context), `ttmlDestinationSettings`],
|
|
4475
|
+
WebvttDestinationSettings: [, (_) => de_WebvttDestinationSettings(_, context), `webvttDestinationSettings`],
|
|
4447
4476
|
});
|
|
4448
4477
|
};
|
|
4449
4478
|
const de_CaptionSelector = (output, context) => {
|
|
4450
4479
|
return (0, smithy_client_1.take)(output, {
|
|
4451
4480
|
CustomLanguageCode: [, smithy_client_1.expectString, `customLanguageCode`],
|
|
4452
4481
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
4453
|
-
SourceSettings: (_) =>
|
|
4482
|
+
SourceSettings: [, (_) => de_CaptionSourceSettings(_, context), `sourceSettings`],
|
|
4454
4483
|
});
|
|
4455
4484
|
};
|
|
4456
4485
|
const de_CaptionSourceFramerate = (output, context) => {
|
|
@@ -4461,19 +4490,19 @@ const de_CaptionSourceFramerate = (output, context) => {
|
|
|
4461
4490
|
};
|
|
4462
4491
|
const de_CaptionSourceSettings = (output, context) => {
|
|
4463
4492
|
return (0, smithy_client_1.take)(output, {
|
|
4464
|
-
AncillarySourceSettings: (_) =>
|
|
4465
|
-
DvbSubSourceSettings: (_) =>
|
|
4466
|
-
EmbeddedSourceSettings: (_) =>
|
|
4467
|
-
FileSourceSettings: (_) =>
|
|
4493
|
+
AncillarySourceSettings: [, (_) => de_AncillarySourceSettings(_, context), `ancillarySourceSettings`],
|
|
4494
|
+
DvbSubSourceSettings: [, (_) => de_DvbSubSourceSettings(_, context), `dvbSubSourceSettings`],
|
|
4495
|
+
EmbeddedSourceSettings: [, (_) => de_EmbeddedSourceSettings(_, context), `embeddedSourceSettings`],
|
|
4496
|
+
FileSourceSettings: [, (_) => de_FileSourceSettings(_, context), `fileSourceSettings`],
|
|
4468
4497
|
SourceType: [, smithy_client_1.expectString, `sourceType`],
|
|
4469
|
-
TeletextSourceSettings: (_) =>
|
|
4470
|
-
TrackSourceSettings: (_) =>
|
|
4471
|
-
WebvttHlsSourceSettings: (_) =>
|
|
4498
|
+
TeletextSourceSettings: [, (_) => de_TeletextSourceSettings(_, context), `teletextSourceSettings`],
|
|
4499
|
+
TrackSourceSettings: [, (_) => de_TrackSourceSettings(_, context), `trackSourceSettings`],
|
|
4500
|
+
WebvttHlsSourceSettings: [, (_) => de_WebvttHlsSourceSettings(_, context), `webvttHlsSourceSettings`],
|
|
4472
4501
|
});
|
|
4473
4502
|
};
|
|
4474
4503
|
const de_ChannelMapping = (output, context) => {
|
|
4475
4504
|
return (0, smithy_client_1.take)(output, {
|
|
4476
|
-
OutputChannels: (_) =>
|
|
4505
|
+
OutputChannels: [, (_) => de___listOfOutputChannelMapping(_, context), `outputChannels`],
|
|
4477
4506
|
});
|
|
4478
4507
|
};
|
|
4479
4508
|
const de_ClipLimits = (output, context) => {
|
|
@@ -4495,26 +4524,26 @@ const de_CmafEncryptionSettings = (output, context) => {
|
|
|
4495
4524
|
ConstantInitializationVector: [, smithy_client_1.expectString, `constantInitializationVector`],
|
|
4496
4525
|
EncryptionMethod: [, smithy_client_1.expectString, `encryptionMethod`],
|
|
4497
4526
|
InitializationVectorInManifest: [, smithy_client_1.expectString, `initializationVectorInManifest`],
|
|
4498
|
-
SpekeKeyProvider: (_) =>
|
|
4499
|
-
StaticKeyProvider: (_) =>
|
|
4527
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProviderCmaf(_, context), `spekeKeyProvider`],
|
|
4528
|
+
StaticKeyProvider: [, (_) => de_StaticKeyProvider(_, context), `staticKeyProvider`],
|
|
4500
4529
|
Type: [, smithy_client_1.expectString, `type`],
|
|
4501
4530
|
});
|
|
4502
4531
|
};
|
|
4503
4532
|
const de_CmafGroupSettings = (output, context) => {
|
|
4504
4533
|
return (0, smithy_client_1.take)(output, {
|
|
4505
|
-
AdditionalManifests: (_) =>
|
|
4534
|
+
AdditionalManifests: [, (_) => de___listOfCmafAdditionalManifest(_, context), `additionalManifests`],
|
|
4506
4535
|
BaseUrl: [, smithy_client_1.expectString, `baseUrl`],
|
|
4507
4536
|
ClientCache: [, smithy_client_1.expectString, `clientCache`],
|
|
4508
4537
|
CodecSpecification: [, smithy_client_1.expectString, `codecSpecification`],
|
|
4509
4538
|
DashManifestStyle: [, smithy_client_1.expectString, `dashManifestStyle`],
|
|
4510
4539
|
Destination: [, smithy_client_1.expectString, `destination`],
|
|
4511
|
-
DestinationSettings: (_) =>
|
|
4512
|
-
Encryption: (_) =>
|
|
4540
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4541
|
+
Encryption: [, (_) => de_CmafEncryptionSettings(_, context), `encryption`],
|
|
4513
4542
|
FragmentLength: [, smithy_client_1.expectInt32, `fragmentLength`],
|
|
4514
4543
|
ImageBasedTrickPlay: [, smithy_client_1.expectString, `imageBasedTrickPlay`],
|
|
4515
|
-
ImageBasedTrickPlaySettings:
|
|
4544
|
+
ImageBasedTrickPlaySettings: [
|
|
4516
4545
|
,
|
|
4517
|
-
de_CmafImageBasedTrickPlaySettings(_, context),
|
|
4546
|
+
(_) => de_CmafImageBasedTrickPlaySettings(_, context),
|
|
4518
4547
|
`imageBasedTrickPlaySettings`,
|
|
4519
4548
|
],
|
|
4520
4549
|
ManifestCompression: [, smithy_client_1.expectString, `manifestCompression`],
|
|
@@ -4566,10 +4595,10 @@ const de_CmfcSettings = (output, context) => {
|
|
|
4566
4595
|
const de_ColorCorrector = (output, context) => {
|
|
4567
4596
|
return (0, smithy_client_1.take)(output, {
|
|
4568
4597
|
Brightness: [, smithy_client_1.expectInt32, `brightness`],
|
|
4569
|
-
ClipLimits: (_) =>
|
|
4598
|
+
ClipLimits: [, (_) => de_ClipLimits(_, context), `clipLimits`],
|
|
4570
4599
|
ColorSpaceConversion: [, smithy_client_1.expectString, `colorSpaceConversion`],
|
|
4571
4600
|
Contrast: [, smithy_client_1.expectInt32, `contrast`],
|
|
4572
|
-
Hdr10Metadata: (_) =>
|
|
4601
|
+
Hdr10Metadata: [, (_) => de_Hdr10Metadata(_, context), `hdr10Metadata`],
|
|
4573
4602
|
HdrToSdrToneMapper: [, smithy_client_1.expectString, `hdrToSdrToneMapper`],
|
|
4574
4603
|
Hue: [, smithy_client_1.expectInt32, `hue`],
|
|
4575
4604
|
SampleRangeConversion: [, smithy_client_1.expectString, `sampleRangeConversion`],
|
|
@@ -4579,15 +4608,15 @@ const de_ColorCorrector = (output, context) => {
|
|
|
4579
4608
|
};
|
|
4580
4609
|
const de_ContainerSettings = (output, context) => {
|
|
4581
4610
|
return (0, smithy_client_1.take)(output, {
|
|
4582
|
-
CmfcSettings: (_) =>
|
|
4611
|
+
CmfcSettings: [, (_) => de_CmfcSettings(_, context), `cmfcSettings`],
|
|
4583
4612
|
Container: [, smithy_client_1.expectString, `container`],
|
|
4584
|
-
F4vSettings: (_) =>
|
|
4585
|
-
M2tsSettings: (_) =>
|
|
4586
|
-
M3u8Settings: (_) =>
|
|
4587
|
-
MovSettings: (_) =>
|
|
4588
|
-
Mp4Settings: (_) =>
|
|
4589
|
-
MpdSettings: (_) =>
|
|
4590
|
-
MxfSettings: (_) =>
|
|
4613
|
+
F4vSettings: [, (_) => de_F4vSettings(_, context), `f4vSettings`],
|
|
4614
|
+
M2tsSettings: [, (_) => de_M2tsSettings(_, context), `m2tsSettings`],
|
|
4615
|
+
M3u8Settings: [, (_) => de_M3u8Settings(_, context), `m3u8Settings`],
|
|
4616
|
+
MovSettings: [, (_) => de_MovSettings(_, context), `movSettings`],
|
|
4617
|
+
Mp4Settings: [, (_) => de_Mp4Settings(_, context), `mp4Settings`],
|
|
4618
|
+
MpdSettings: [, (_) => de_MpdSettings(_, context), `mpdSettings`],
|
|
4619
|
+
MxfSettings: [, (_) => de_MxfSettings(_, context), `mxfSettings`],
|
|
4591
4620
|
});
|
|
4592
4621
|
};
|
|
4593
4622
|
const de_DashAdditionalManifest = (output, context) => {
|
|
@@ -4599,24 +4628,24 @@ const de_DashAdditionalManifest = (output, context) => {
|
|
|
4599
4628
|
const de_DashIsoEncryptionSettings = (output, context) => {
|
|
4600
4629
|
return (0, smithy_client_1.take)(output, {
|
|
4601
4630
|
PlaybackDeviceCompatibility: [, smithy_client_1.expectString, `playbackDeviceCompatibility`],
|
|
4602
|
-
SpekeKeyProvider: (_) =>
|
|
4631
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
4603
4632
|
});
|
|
4604
4633
|
};
|
|
4605
4634
|
const de_DashIsoGroupSettings = (output, context) => {
|
|
4606
4635
|
return (0, smithy_client_1.take)(output, {
|
|
4607
|
-
AdditionalManifests: (_) =>
|
|
4636
|
+
AdditionalManifests: [, (_) => de___listOfDashAdditionalManifest(_, context), `additionalManifests`],
|
|
4608
4637
|
AudioChannelConfigSchemeIdUri: [, smithy_client_1.expectString, `audioChannelConfigSchemeIdUri`],
|
|
4609
4638
|
BaseUrl: [, smithy_client_1.expectString, `baseUrl`],
|
|
4610
4639
|
DashManifestStyle: [, smithy_client_1.expectString, `dashManifestStyle`],
|
|
4611
4640
|
Destination: [, smithy_client_1.expectString, `destination`],
|
|
4612
|
-
DestinationSettings: (_) =>
|
|
4613
|
-
Encryption: (_) =>
|
|
4641
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4642
|
+
Encryption: [, (_) => de_DashIsoEncryptionSettings(_, context), `encryption`],
|
|
4614
4643
|
FragmentLength: [, smithy_client_1.expectInt32, `fragmentLength`],
|
|
4615
4644
|
HbbtvCompliance: [, smithy_client_1.expectString, `hbbtvCompliance`],
|
|
4616
4645
|
ImageBasedTrickPlay: [, smithy_client_1.expectString, `imageBasedTrickPlay`],
|
|
4617
|
-
ImageBasedTrickPlaySettings:
|
|
4646
|
+
ImageBasedTrickPlaySettings: [
|
|
4618
4647
|
,
|
|
4619
|
-
de_DashIsoImageBasedTrickPlaySettings(_, context),
|
|
4648
|
+
(_) => de_DashIsoImageBasedTrickPlaySettings(_, context),
|
|
4620
4649
|
`imageBasedTrickPlaySettings`,
|
|
4621
4650
|
],
|
|
4622
4651
|
MinBufferTime: [, smithy_client_1.expectInt32, `minBufferTime`],
|
|
@@ -4650,12 +4679,12 @@ const de_Deinterlacer = (output, context) => {
|
|
|
4650
4679
|
};
|
|
4651
4680
|
const de_DestinationSettings = (output, context) => {
|
|
4652
4681
|
return (0, smithy_client_1.take)(output, {
|
|
4653
|
-
S3Settings: (_) =>
|
|
4682
|
+
S3Settings: [, (_) => de_S3DestinationSettings(_, context), `s3Settings`],
|
|
4654
4683
|
});
|
|
4655
4684
|
};
|
|
4656
4685
|
const de_DolbyVision = (output, context) => {
|
|
4657
4686
|
return (0, smithy_client_1.take)(output, {
|
|
4658
|
-
L6Metadata: (_) =>
|
|
4687
|
+
L6Metadata: [, (_) => de_DolbyVisionLevel6Metadata(_, context), `l6Metadata`],
|
|
4659
4688
|
L6Mode: [, smithy_client_1.expectString, `l6Mode`],
|
|
4660
4689
|
Mapping: [, smithy_client_1.expectString, `mapping`],
|
|
4661
4690
|
Profile: [, smithy_client_1.expectString, `profile`],
|
|
@@ -4795,15 +4824,15 @@ const de_EsamManifestConfirmConditionNotification = (output, context) => {
|
|
|
4795
4824
|
};
|
|
4796
4825
|
const de_EsamSettings = (output, context) => {
|
|
4797
4826
|
return (0, smithy_client_1.take)(output, {
|
|
4798
|
-
ManifestConfirmConditionNotification:
|
|
4827
|
+
ManifestConfirmConditionNotification: [
|
|
4799
4828
|
,
|
|
4800
|
-
de_EsamManifestConfirmConditionNotification(_, context),
|
|
4829
|
+
(_) => de_EsamManifestConfirmConditionNotification(_, context),
|
|
4801
4830
|
`manifestConfirmConditionNotification`,
|
|
4802
4831
|
],
|
|
4803
4832
|
ResponseSignalPreroll: [, smithy_client_1.expectInt32, `responseSignalPreroll`],
|
|
4804
|
-
SignalProcessingNotification:
|
|
4833
|
+
SignalProcessingNotification: [
|
|
4805
4834
|
,
|
|
4806
|
-
de_EsamSignalProcessingNotification(_, context),
|
|
4835
|
+
(_) => de_EsamSignalProcessingNotification(_, context),
|
|
4807
4836
|
`signalProcessingNotification`,
|
|
4808
4837
|
],
|
|
4809
4838
|
});
|
|
@@ -4827,13 +4856,14 @@ const de_F4vSettings = (output, context) => {
|
|
|
4827
4856
|
const de_FileGroupSettings = (output, context) => {
|
|
4828
4857
|
return (0, smithy_client_1.take)(output, {
|
|
4829
4858
|
Destination: [, smithy_client_1.expectString, `destination`],
|
|
4830
|
-
DestinationSettings: (_) =>
|
|
4859
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4831
4860
|
});
|
|
4832
4861
|
};
|
|
4833
4862
|
const de_FileSourceSettings = (output, context) => {
|
|
4834
4863
|
return (0, smithy_client_1.take)(output, {
|
|
4835
4864
|
Convert608To708: [, smithy_client_1.expectString, `convert608To708`],
|
|
4836
|
-
|
|
4865
|
+
ConvertPaintToPop: [, smithy_client_1.expectString, `convertPaintToPop`],
|
|
4866
|
+
Framerate: [, (_) => de_CaptionSourceFramerate(_, context), `framerate`],
|
|
4837
4867
|
SourceFile: [, smithy_client_1.expectString, `sourceFile`],
|
|
4838
4868
|
TimeDelta: [, smithy_client_1.expectInt32, `timeDelta`],
|
|
4839
4869
|
TimeDeltaUnits: [, smithy_client_1.expectString, `timeDeltaUnits`],
|
|
@@ -4863,7 +4893,7 @@ const de_H264QvbrSettings = (output, context) => {
|
|
|
4863
4893
|
const de_H264Settings = (output, context) => {
|
|
4864
4894
|
return (0, smithy_client_1.take)(output, {
|
|
4865
4895
|
AdaptiveQuantization: [, smithy_client_1.expectString, `adaptiveQuantization`],
|
|
4866
|
-
BandwidthReductionFilter: (_) =>
|
|
4896
|
+
BandwidthReductionFilter: [, (_) => de_BandwidthReductionFilter(_, context), `bandwidthReductionFilter`],
|
|
4867
4897
|
Bitrate: [, smithy_client_1.expectInt32, `bitrate`],
|
|
4868
4898
|
CodecLevel: [, smithy_client_1.expectString, `codecLevel`],
|
|
4869
4899
|
CodecProfile: [, smithy_client_1.expectString, `codecProfile`],
|
|
@@ -4891,7 +4921,7 @@ const de_H264Settings = (output, context) => {
|
|
|
4891
4921
|
ParDenominator: [, smithy_client_1.expectInt32, `parDenominator`],
|
|
4892
4922
|
ParNumerator: [, smithy_client_1.expectInt32, `parNumerator`],
|
|
4893
4923
|
QualityTuningLevel: [, smithy_client_1.expectString, `qualityTuningLevel`],
|
|
4894
|
-
QvbrSettings: (_) =>
|
|
4924
|
+
QvbrSettings: [, (_) => de_H264QvbrSettings(_, context), `qvbrSettings`],
|
|
4895
4925
|
RateControlMode: [, smithy_client_1.expectString, `rateControlMode`],
|
|
4896
4926
|
RepeatPps: [, smithy_client_1.expectString, `repeatPps`],
|
|
4897
4927
|
ScanTypeConversionMode: [, smithy_client_1.expectString, `scanTypeConversionMode`],
|
|
@@ -4942,7 +4972,7 @@ const de_H265Settings = (output, context) => {
|
|
|
4942
4972
|
ParDenominator: [, smithy_client_1.expectInt32, `parDenominator`],
|
|
4943
4973
|
ParNumerator: [, smithy_client_1.expectInt32, `parNumerator`],
|
|
4944
4974
|
QualityTuningLevel: [, smithy_client_1.expectString, `qualityTuningLevel`],
|
|
4945
|
-
QvbrSettings: (_) =>
|
|
4975
|
+
QvbrSettings: [, (_) => de_H265QvbrSettings(_, context), `qvbrSettings`],
|
|
4946
4976
|
RateControlMode: [, smithy_client_1.expectString, `rateControlMode`],
|
|
4947
4977
|
SampleAdaptiveOffsetFilterMode: [, smithy_client_1.expectString, `sampleAdaptiveOffsetFilterMode`],
|
|
4948
4978
|
ScanTypeConversionMode: [, smithy_client_1.expectString, `scanTypeConversionMode`],
|
|
@@ -5000,30 +5030,34 @@ const de_HlsEncryptionSettings = (output, context) => {
|
|
|
5000
5030
|
EncryptionMethod: [, smithy_client_1.expectString, `encryptionMethod`],
|
|
5001
5031
|
InitializationVectorInManifest: [, smithy_client_1.expectString, `initializationVectorInManifest`],
|
|
5002
5032
|
OfflineEncrypted: [, smithy_client_1.expectString, `offlineEncrypted`],
|
|
5003
|
-
SpekeKeyProvider: (_) =>
|
|
5004
|
-
StaticKeyProvider: (_) =>
|
|
5033
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
5034
|
+
StaticKeyProvider: [, (_) => de_StaticKeyProvider(_, context), `staticKeyProvider`],
|
|
5005
5035
|
Type: [, smithy_client_1.expectString, `type`],
|
|
5006
5036
|
});
|
|
5007
5037
|
};
|
|
5008
5038
|
const de_HlsGroupSettings = (output, context) => {
|
|
5009
5039
|
return (0, smithy_client_1.take)(output, {
|
|
5010
5040
|
AdMarkers: [, smithy_client_1._json, `adMarkers`],
|
|
5011
|
-
AdditionalManifests: (_) =>
|
|
5041
|
+
AdditionalManifests: [, (_) => de___listOfHlsAdditionalManifest(_, context), `additionalManifests`],
|
|
5012
5042
|
AudioOnlyHeader: [, smithy_client_1.expectString, `audioOnlyHeader`],
|
|
5013
5043
|
BaseUrl: [, smithy_client_1.expectString, `baseUrl`],
|
|
5014
|
-
CaptionLanguageMappings:
|
|
5044
|
+
CaptionLanguageMappings: [
|
|
5045
|
+
,
|
|
5046
|
+
(_) => de___listOfHlsCaptionLanguageMapping(_, context),
|
|
5047
|
+
`captionLanguageMappings`,
|
|
5048
|
+
],
|
|
5015
5049
|
CaptionLanguageSetting: [, smithy_client_1.expectString, `captionLanguageSetting`],
|
|
5016
5050
|
CaptionSegmentLengthControl: [, smithy_client_1.expectString, `captionSegmentLengthControl`],
|
|
5017
5051
|
ClientCache: [, smithy_client_1.expectString, `clientCache`],
|
|
5018
5052
|
CodecSpecification: [, smithy_client_1.expectString, `codecSpecification`],
|
|
5019
5053
|
Destination: [, smithy_client_1.expectString, `destination`],
|
|
5020
|
-
DestinationSettings: (_) =>
|
|
5054
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
5021
5055
|
DirectoryStructure: [, smithy_client_1.expectString, `directoryStructure`],
|
|
5022
|
-
Encryption: (_) =>
|
|
5056
|
+
Encryption: [, (_) => de_HlsEncryptionSettings(_, context), `encryption`],
|
|
5023
5057
|
ImageBasedTrickPlay: [, smithy_client_1.expectString, `imageBasedTrickPlay`],
|
|
5024
|
-
ImageBasedTrickPlaySettings:
|
|
5058
|
+
ImageBasedTrickPlaySettings: [
|
|
5025
5059
|
,
|
|
5026
|
-
de_HlsImageBasedTrickPlaySettings(_, context),
|
|
5060
|
+
(_) => de_HlsImageBasedTrickPlaySettings(_, context),
|
|
5027
5061
|
`imageBasedTrickPlaySettings`,
|
|
5028
5062
|
],
|
|
5029
5063
|
ManifestCompression: [, smithy_client_1.expectString, `manifestCompression`],
|
|
@@ -5087,7 +5121,7 @@ const de_Id3Insertion = (output, context) => {
|
|
|
5087
5121
|
};
|
|
5088
5122
|
const de_ImageInserter = (output, context) => {
|
|
5089
5123
|
return (0, smithy_client_1.take)(output, {
|
|
5090
|
-
InsertableImages: (_) =>
|
|
5124
|
+
InsertableImages: [, (_) => de___listOfInsertableImage(_, context), `insertableImages`],
|
|
5091
5125
|
SdrReferenceWhiteLevel: [, smithy_client_1.expectInt32, `sdrReferenceWhiteLevel`],
|
|
5092
5126
|
});
|
|
5093
5127
|
};
|
|
@@ -5099,28 +5133,34 @@ const de_ImscDestinationSettings = (output, context) => {
|
|
|
5099
5133
|
};
|
|
5100
5134
|
const de_Input = (output, context) => {
|
|
5101
5135
|
return (0, smithy_client_1.take)(output, {
|
|
5102
|
-
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5136
|
+
AdvancedInputFilter: [, smithy_client_1.expectString, `advancedInputFilter`],
|
|
5137
|
+
AdvancedInputFilterSettings: [
|
|
5138
|
+
,
|
|
5139
|
+
(_) => de_AdvancedInputFilterSettings(_, context),
|
|
5140
|
+
`advancedInputFilterSettings`,
|
|
5141
|
+
],
|
|
5142
|
+
AudioSelectorGroups: [, (_) => de___mapOfAudioSelectorGroup(_, context), `audioSelectorGroups`],
|
|
5143
|
+
AudioSelectors: [, (_) => de___mapOfAudioSelector(_, context), `audioSelectors`],
|
|
5144
|
+
CaptionSelectors: [, (_) => de___mapOfCaptionSelector(_, context), `captionSelectors`],
|
|
5145
|
+
Crop: [, (_) => de_Rectangle(_, context), `crop`],
|
|
5106
5146
|
DeblockFilter: [, smithy_client_1.expectString, `deblockFilter`],
|
|
5107
|
-
DecryptionSettings: (_) =>
|
|
5147
|
+
DecryptionSettings: [, (_) => de_InputDecryptionSettings(_, context), `decryptionSettings`],
|
|
5108
5148
|
DenoiseFilter: [, smithy_client_1.expectString, `denoiseFilter`],
|
|
5109
5149
|
DolbyVisionMetadataXml: [, smithy_client_1.expectString, `dolbyVisionMetadataXml`],
|
|
5110
5150
|
FileInput: [, smithy_client_1.expectString, `fileInput`],
|
|
5111
5151
|
FilterEnable: [, smithy_client_1.expectString, `filterEnable`],
|
|
5112
5152
|
FilterStrength: [, smithy_client_1.expectInt32, `filterStrength`],
|
|
5113
|
-
ImageInserter: (_) =>
|
|
5114
|
-
InputClippings: (_) =>
|
|
5153
|
+
ImageInserter: [, (_) => de_ImageInserter(_, context), `imageInserter`],
|
|
5154
|
+
InputClippings: [, (_) => de___listOfInputClipping(_, context), `inputClippings`],
|
|
5115
5155
|
InputScanType: [, smithy_client_1.expectString, `inputScanType`],
|
|
5116
|
-
Position: (_) =>
|
|
5156
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5117
5157
|
ProgramNumber: [, smithy_client_1.expectInt32, `programNumber`],
|
|
5118
5158
|
PsiControl: [, smithy_client_1.expectString, `psiControl`],
|
|
5119
5159
|
SupplementalImps: [, smithy_client_1._json, `supplementalImps`],
|
|
5120
5160
|
TimecodeSource: [, smithy_client_1.expectString, `timecodeSource`],
|
|
5121
5161
|
TimecodeStart: [, smithy_client_1.expectString, `timecodeStart`],
|
|
5122
|
-
VideoGenerator: (_) =>
|
|
5123
|
-
VideoSelector: (_) =>
|
|
5162
|
+
VideoGenerator: [, (_) => de_InputVideoGenerator(_, context), `videoGenerator`],
|
|
5163
|
+
VideoSelector: [, (_) => de_VideoSelector(_, context), `videoSelector`],
|
|
5124
5164
|
});
|
|
5125
5165
|
};
|
|
5126
5166
|
const de_InputClipping = (output, context) => {
|
|
@@ -5139,24 +5179,30 @@ const de_InputDecryptionSettings = (output, context) => {
|
|
|
5139
5179
|
};
|
|
5140
5180
|
const de_InputTemplate = (output, context) => {
|
|
5141
5181
|
return (0, smithy_client_1.take)(output, {
|
|
5142
|
-
|
|
5143
|
-
|
|
5144
|
-
|
|
5145
|
-
|
|
5182
|
+
AdvancedInputFilter: [, smithy_client_1.expectString, `advancedInputFilter`],
|
|
5183
|
+
AdvancedInputFilterSettings: [
|
|
5184
|
+
,
|
|
5185
|
+
(_) => de_AdvancedInputFilterSettings(_, context),
|
|
5186
|
+
`advancedInputFilterSettings`,
|
|
5187
|
+
],
|
|
5188
|
+
AudioSelectorGroups: [, (_) => de___mapOfAudioSelectorGroup(_, context), `audioSelectorGroups`],
|
|
5189
|
+
AudioSelectors: [, (_) => de___mapOfAudioSelector(_, context), `audioSelectors`],
|
|
5190
|
+
CaptionSelectors: [, (_) => de___mapOfCaptionSelector(_, context), `captionSelectors`],
|
|
5191
|
+
Crop: [, (_) => de_Rectangle(_, context), `crop`],
|
|
5146
5192
|
DeblockFilter: [, smithy_client_1.expectString, `deblockFilter`],
|
|
5147
5193
|
DenoiseFilter: [, smithy_client_1.expectString, `denoiseFilter`],
|
|
5148
5194
|
DolbyVisionMetadataXml: [, smithy_client_1.expectString, `dolbyVisionMetadataXml`],
|
|
5149
5195
|
FilterEnable: [, smithy_client_1.expectString, `filterEnable`],
|
|
5150
5196
|
FilterStrength: [, smithy_client_1.expectInt32, `filterStrength`],
|
|
5151
|
-
ImageInserter: (_) =>
|
|
5152
|
-
InputClippings: (_) =>
|
|
5197
|
+
ImageInserter: [, (_) => de_ImageInserter(_, context), `imageInserter`],
|
|
5198
|
+
InputClippings: [, (_) => de___listOfInputClipping(_, context), `inputClippings`],
|
|
5153
5199
|
InputScanType: [, smithy_client_1.expectString, `inputScanType`],
|
|
5154
|
-
Position: (_) =>
|
|
5200
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5155
5201
|
ProgramNumber: [, smithy_client_1.expectInt32, `programNumber`],
|
|
5156
5202
|
PsiControl: [, smithy_client_1.expectString, `psiControl`],
|
|
5157
5203
|
TimecodeSource: [, smithy_client_1.expectString, `timecodeSource`],
|
|
5158
5204
|
TimecodeStart: [, smithy_client_1.expectString, `timecodeStart`],
|
|
5159
|
-
VideoSelector: (_) =>
|
|
5205
|
+
VideoSelector: [, (_) => de_VideoSelector(_, context), `videoSelector`],
|
|
5160
5206
|
});
|
|
5161
5207
|
};
|
|
5162
5208
|
const de_InputVideoGenerator = (output, context) => {
|
|
@@ -5181,33 +5227,33 @@ const de_InsertableImage = (output, context) => {
|
|
|
5181
5227
|
};
|
|
5182
5228
|
const de_Job = (output, context) => {
|
|
5183
5229
|
return (0, smithy_client_1.take)(output, {
|
|
5184
|
-
AccelerationSettings: (_) =>
|
|
5230
|
+
AccelerationSettings: [, (_) => de_AccelerationSettings(_, context), `accelerationSettings`],
|
|
5185
5231
|
AccelerationStatus: [, smithy_client_1.expectString, `accelerationStatus`],
|
|
5186
5232
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
5187
5233
|
BillingTagsSource: [, smithy_client_1.expectString, `billingTagsSource`],
|
|
5188
5234
|
ClientRequestToken: [, smithy_client_1.expectString, `clientRequestToken`],
|
|
5189
|
-
CreatedAt: (_) =>
|
|
5235
|
+
CreatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `createdAt`],
|
|
5190
5236
|
CurrentPhase: [, smithy_client_1.expectString, `currentPhase`],
|
|
5191
5237
|
ErrorCode: [, smithy_client_1.expectInt32, `errorCode`],
|
|
5192
5238
|
ErrorMessage: [, smithy_client_1.expectString, `errorMessage`],
|
|
5193
|
-
HopDestinations: (_) =>
|
|
5239
|
+
HopDestinations: [, (_) => de___listOfHopDestination(_, context), `hopDestinations`],
|
|
5194
5240
|
Id: [, smithy_client_1.expectString, `id`],
|
|
5195
5241
|
JobPercentComplete: [, smithy_client_1.expectInt32, `jobPercentComplete`],
|
|
5196
5242
|
JobTemplate: [, smithy_client_1.expectString, `jobTemplate`],
|
|
5197
|
-
Messages: (_) =>
|
|
5198
|
-
OutputGroupDetails: (_) =>
|
|
5243
|
+
Messages: [, (_) => de_JobMessages(_, context), `messages`],
|
|
5244
|
+
OutputGroupDetails: [, (_) => de___listOfOutputGroupDetail(_, context), `outputGroupDetails`],
|
|
5199
5245
|
Priority: [, smithy_client_1.expectInt32, `priority`],
|
|
5200
5246
|
Queue: [, smithy_client_1.expectString, `queue`],
|
|
5201
|
-
QueueTransitions: (_) =>
|
|
5247
|
+
QueueTransitions: [, (_) => de___listOfQueueTransition(_, context), `queueTransitions`],
|
|
5202
5248
|
RetryCount: [, smithy_client_1.expectInt32, `retryCount`],
|
|
5203
5249
|
Role: [, smithy_client_1.expectString, `role`],
|
|
5204
|
-
Settings: (_) =>
|
|
5250
|
+
Settings: [, (_) => de_JobSettings(_, context), `settings`],
|
|
5205
5251
|
SimulateReservedQueue: [, smithy_client_1.expectString, `simulateReservedQueue`],
|
|
5206
5252
|
Status: [, smithy_client_1.expectString, `status`],
|
|
5207
5253
|
StatusUpdateInterval: [, smithy_client_1.expectString, `statusUpdateInterval`],
|
|
5208
|
-
Timing: (_) =>
|
|
5254
|
+
Timing: [, (_) => de_Timing(_, context), `timing`],
|
|
5209
5255
|
UserMetadata: [, smithy_client_1._json, `userMetadata`],
|
|
5210
|
-
Warnings: (_) =>
|
|
5256
|
+
Warnings: [, (_) => de___listOfWarningGroup(_, context), `warnings`],
|
|
5211
5257
|
});
|
|
5212
5258
|
};
|
|
5213
5259
|
const de_JobMessages = (output, context) => {
|
|
@@ -5219,32 +5265,36 @@ const de_JobMessages = (output, context) => {
|
|
|
5219
5265
|
const de_JobSettings = (output, context) => {
|
|
5220
5266
|
return (0, smithy_client_1.take)(output, {
|
|
5221
5267
|
AdAvailOffset: [, smithy_client_1.expectInt32, `adAvailOffset`],
|
|
5222
|
-
AvailBlanking: (_) =>
|
|
5223
|
-
Esam: (_) =>
|
|
5224
|
-
ExtendedDataServices: (_) =>
|
|
5225
|
-
Inputs: (_) =>
|
|
5226
|
-
KantarWatermark: (_) =>
|
|
5227
|
-
MotionImageInserter: (_) =>
|
|
5228
|
-
NielsenConfiguration: (_) =>
|
|
5229
|
-
NielsenNonLinearWatermark:
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
|
|
5268
|
+
AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
|
|
5269
|
+
Esam: [, (_) => de_EsamSettings(_, context), `esam`],
|
|
5270
|
+
ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
|
|
5271
|
+
Inputs: [, (_) => de___listOfInput(_, context), `inputs`],
|
|
5272
|
+
KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
|
|
5273
|
+
MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
|
|
5274
|
+
NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
|
|
5275
|
+
NielsenNonLinearWatermark: [
|
|
5276
|
+
,
|
|
5277
|
+
(_) => de_NielsenNonLinearWatermarkSettings(_, context),
|
|
5278
|
+
`nielsenNonLinearWatermark`,
|
|
5279
|
+
],
|
|
5280
|
+
OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
|
|
5281
|
+
TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
|
|
5282
|
+
TimedMetadataInsertion: [, (_) => de_TimedMetadataInsertion(_, context), `timedMetadataInsertion`],
|
|
5233
5283
|
});
|
|
5234
5284
|
};
|
|
5235
5285
|
const de_JobTemplate = (output, context) => {
|
|
5236
5286
|
return (0, smithy_client_1.take)(output, {
|
|
5237
|
-
AccelerationSettings: (_) =>
|
|
5287
|
+
AccelerationSettings: [, (_) => de_AccelerationSettings(_, context), `accelerationSettings`],
|
|
5238
5288
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
5239
5289
|
Category: [, smithy_client_1.expectString, `category`],
|
|
5240
|
-
CreatedAt: (_) =>
|
|
5290
|
+
CreatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `createdAt`],
|
|
5241
5291
|
Description: [, smithy_client_1.expectString, `description`],
|
|
5242
|
-
HopDestinations: (_) =>
|
|
5243
|
-
LastUpdated: (_) =>
|
|
5292
|
+
HopDestinations: [, (_) => de___listOfHopDestination(_, context), `hopDestinations`],
|
|
5293
|
+
LastUpdated: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `lastUpdated`],
|
|
5244
5294
|
Name: [, smithy_client_1.expectString, `name`],
|
|
5245
5295
|
Priority: [, smithy_client_1.expectInt32, `priority`],
|
|
5246
5296
|
Queue: [, smithy_client_1.expectString, `queue`],
|
|
5247
|
-
Settings: (_) =>
|
|
5297
|
+
Settings: [, (_) => de_JobTemplateSettings(_, context), `settings`],
|
|
5248
5298
|
StatusUpdateInterval: [, smithy_client_1.expectString, `statusUpdateInterval`],
|
|
5249
5299
|
Type: [, smithy_client_1.expectString, `type`],
|
|
5250
5300
|
});
|
|
@@ -5252,17 +5302,21 @@ const de_JobTemplate = (output, context) => {
|
|
|
5252
5302
|
const de_JobTemplateSettings = (output, context) => {
|
|
5253
5303
|
return (0, smithy_client_1.take)(output, {
|
|
5254
5304
|
AdAvailOffset: [, smithy_client_1.expectInt32, `adAvailOffset`],
|
|
5255
|
-
AvailBlanking: (_) =>
|
|
5256
|
-
Esam: (_) =>
|
|
5257
|
-
ExtendedDataServices: (_) =>
|
|
5258
|
-
Inputs: (_) =>
|
|
5259
|
-
KantarWatermark: (_) =>
|
|
5260
|
-
MotionImageInserter: (_) =>
|
|
5261
|
-
NielsenConfiguration: (_) =>
|
|
5262
|
-
NielsenNonLinearWatermark:
|
|
5263
|
-
|
|
5264
|
-
|
|
5265
|
-
|
|
5305
|
+
AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
|
|
5306
|
+
Esam: [, (_) => de_EsamSettings(_, context), `esam`],
|
|
5307
|
+
ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
|
|
5308
|
+
Inputs: [, (_) => de___listOfInputTemplate(_, context), `inputs`],
|
|
5309
|
+
KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
|
|
5310
|
+
MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
|
|
5311
|
+
NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
|
|
5312
|
+
NielsenNonLinearWatermark: [
|
|
5313
|
+
,
|
|
5314
|
+
(_) => de_NielsenNonLinearWatermarkSettings(_, context),
|
|
5315
|
+
`nielsenNonLinearWatermark`,
|
|
5316
|
+
],
|
|
5317
|
+
OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
|
|
5318
|
+
TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
|
|
5319
|
+
TimedMetadataInsertion: [, (_) => de_TimedMetadataInsertion(_, context), `timedMetadataInsertion`],
|
|
5266
5320
|
});
|
|
5267
5321
|
};
|
|
5268
5322
|
const de_KantarWatermarkSettings = (output, context) => {
|
|
@@ -5296,10 +5350,10 @@ const de_M2tsSettings = (output, context) => {
|
|
|
5296
5350
|
Bitrate: [, smithy_client_1.expectInt32, `bitrate`],
|
|
5297
5351
|
BufferModel: [, smithy_client_1.expectString, `bufferModel`],
|
|
5298
5352
|
DataPTSControl: [, smithy_client_1.expectString, `dataPTSControl`],
|
|
5299
|
-
DvbNitSettings: (_) =>
|
|
5300
|
-
DvbSdtSettings: (_) =>
|
|
5353
|
+
DvbNitSettings: [, (_) => de_DvbNitSettings(_, context), `dvbNitSettings`],
|
|
5354
|
+
DvbSdtSettings: [, (_) => de_DvbSdtSettings(_, context), `dvbSdtSettings`],
|
|
5301
5355
|
DvbSubPids: [, smithy_client_1._json, `dvbSubPids`],
|
|
5302
|
-
DvbTdtSettings: (_) =>
|
|
5356
|
+
DvbTdtSettings: [, (_) => de_DvbTdtSettings(_, context), `dvbTdtSettings`],
|
|
5303
5357
|
DvbTeletextPid: [, smithy_client_1.expectInt32, `dvbTeletextPid`],
|
|
5304
5358
|
EbpAudioInterval: [, smithy_client_1.expectString, `ebpAudioInterval`],
|
|
5305
5359
|
EbpPlacement: [, smithy_client_1.expectString, `ebpPlacement`],
|
|
@@ -5319,7 +5373,7 @@ const de_M2tsSettings = (output, context) => {
|
|
|
5319
5373
|
PrivateMetadataPid: [, smithy_client_1.expectInt32, `privateMetadataPid`],
|
|
5320
5374
|
ProgramNumber: [, smithy_client_1.expectInt32, `programNumber`],
|
|
5321
5375
|
RateMode: [, smithy_client_1.expectString, `rateMode`],
|
|
5322
|
-
Scte35Esam: (_) =>
|
|
5376
|
+
Scte35Esam: [, (_) => de_M2tsScte35Esam(_, context), `scte35Esam`],
|
|
5323
5377
|
Scte35Pid: [, smithy_client_1.expectInt32, `scte35Pid`],
|
|
5324
5378
|
Scte35Source: [, smithy_client_1.expectString, `scte35Source`],
|
|
5325
5379
|
SegmentationMarkers: [, smithy_client_1.expectString, `segmentationMarkers`],
|
|
@@ -5367,10 +5421,10 @@ const de_MinTopRenditionSize = (output, context) => {
|
|
|
5367
5421
|
};
|
|
5368
5422
|
const de_MotionImageInserter = (output, context) => {
|
|
5369
5423
|
return (0, smithy_client_1.take)(output, {
|
|
5370
|
-
Framerate: (_) =>
|
|
5424
|
+
Framerate: [, (_) => de_MotionImageInsertionFramerate(_, context), `framerate`],
|
|
5371
5425
|
Input: [, smithy_client_1.expectString, `input`],
|
|
5372
5426
|
InsertionMode: [, smithy_client_1.expectString, `insertionMode`],
|
|
5373
|
-
Offset: (_) =>
|
|
5427
|
+
Offset: [, (_) => de_MotionImageInsertionOffset(_, context), `offset`],
|
|
5374
5428
|
Playback: [, smithy_client_1.expectString, `playback`],
|
|
5375
5429
|
StartTime: [, smithy_client_1.expectString, `startTime`],
|
|
5376
5430
|
});
|
|
@@ -5482,16 +5536,16 @@ const de_MsSmoothAdditionalManifest = (output, context) => {
|
|
|
5482
5536
|
};
|
|
5483
5537
|
const de_MsSmoothEncryptionSettings = (output, context) => {
|
|
5484
5538
|
return (0, smithy_client_1.take)(output, {
|
|
5485
|
-
SpekeKeyProvider: (_) =>
|
|
5539
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
5486
5540
|
});
|
|
5487
5541
|
};
|
|
5488
5542
|
const de_MsSmoothGroupSettings = (output, context) => {
|
|
5489
5543
|
return (0, smithy_client_1.take)(output, {
|
|
5490
|
-
AdditionalManifests: (_) =>
|
|
5544
|
+
AdditionalManifests: [, (_) => de___listOfMsSmoothAdditionalManifest(_, context), `additionalManifests`],
|
|
5491
5545
|
AudioDeduplication: [, smithy_client_1.expectString, `audioDeduplication`],
|
|
5492
5546
|
Destination: [, smithy_client_1.expectString, `destination`],
|
|
5493
|
-
DestinationSettings: (_) =>
|
|
5494
|
-
Encryption: (_) =>
|
|
5547
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
5548
|
+
Encryption: [, (_) => de_MsSmoothEncryptionSettings(_, context), `encryption`],
|
|
5495
5549
|
FragmentLength: [, smithy_client_1.expectInt32, `fragmentLength`],
|
|
5496
5550
|
FragmentLengthControl: [, smithy_client_1.expectString, `fragmentLengthControl`],
|
|
5497
5551
|
ManifestEncoding: [, smithy_client_1.expectString, `manifestEncoding`],
|
|
@@ -5501,7 +5555,7 @@ const de_MxfSettings = (output, context) => {
|
|
|
5501
5555
|
return (0, smithy_client_1.take)(output, {
|
|
5502
5556
|
AfdSignaling: [, smithy_client_1.expectString, `afdSignaling`],
|
|
5503
5557
|
Profile: [, smithy_client_1.expectString, `profile`],
|
|
5504
|
-
XavcProfileSettings: (_) =>
|
|
5558
|
+
XavcProfileSettings: [, (_) => de_MxfXavcProfileSettings(_, context), `xavcProfileSettings`],
|
|
5505
5559
|
});
|
|
5506
5560
|
};
|
|
5507
5561
|
const de_MxfXavcProfileSettings = (output, context) => {
|
|
@@ -5542,9 +5596,9 @@ const de_NielsenNonLinearWatermarkSettings = (output, context) => {
|
|
|
5542
5596
|
const de_NoiseReducer = (output, context) => {
|
|
5543
5597
|
return (0, smithy_client_1.take)(output, {
|
|
5544
5598
|
Filter: [, smithy_client_1.expectString, `filter`],
|
|
5545
|
-
FilterSettings: (_) =>
|
|
5546
|
-
SpatialFilterSettings: (_) =>
|
|
5547
|
-
TemporalFilterSettings: (_) =>
|
|
5599
|
+
FilterSettings: [, (_) => de_NoiseReducerFilterSettings(_, context), `filterSettings`],
|
|
5600
|
+
SpatialFilterSettings: [, (_) => de_NoiseReducerSpatialFilterSettings(_, context), `spatialFilterSettings`],
|
|
5601
|
+
TemporalFilterSettings: [, (_) => de_NoiseReducerTemporalFilterSettings(_, context), `temporalFilterSettings`],
|
|
5548
5602
|
});
|
|
5549
5603
|
};
|
|
5550
5604
|
const de_NoiseReducerFilterSettings = (output, context) => {
|
|
@@ -5577,60 +5631,60 @@ const de_OpusSettings = (output, context) => {
|
|
|
5577
5631
|
};
|
|
5578
5632
|
const de_Output = (output, context) => {
|
|
5579
5633
|
return (0, smithy_client_1.take)(output, {
|
|
5580
|
-
AudioDescriptions: (_) =>
|
|
5581
|
-
CaptionDescriptions: (_) =>
|
|
5582
|
-
ContainerSettings: (_) =>
|
|
5634
|
+
AudioDescriptions: [, (_) => de___listOfAudioDescription(_, context), `audioDescriptions`],
|
|
5635
|
+
CaptionDescriptions: [, (_) => de___listOfCaptionDescription(_, context), `captionDescriptions`],
|
|
5636
|
+
ContainerSettings: [, (_) => de_ContainerSettings(_, context), `containerSettings`],
|
|
5583
5637
|
Extension: [, smithy_client_1.expectString, `extension`],
|
|
5584
5638
|
NameModifier: [, smithy_client_1.expectString, `nameModifier`],
|
|
5585
|
-
OutputSettings: (_) =>
|
|
5639
|
+
OutputSettings: [, (_) => de_OutputSettings(_, context), `outputSettings`],
|
|
5586
5640
|
Preset: [, smithy_client_1.expectString, `preset`],
|
|
5587
|
-
VideoDescription: (_) =>
|
|
5641
|
+
VideoDescription: [, (_) => de_VideoDescription(_, context), `videoDescription`],
|
|
5588
5642
|
});
|
|
5589
5643
|
};
|
|
5590
5644
|
const de_OutputChannelMapping = (output, context) => {
|
|
5591
5645
|
return (0, smithy_client_1.take)(output, {
|
|
5592
5646
|
InputChannels: [, smithy_client_1._json, `inputChannels`],
|
|
5593
|
-
InputChannelsFineTune: (_) =>
|
|
5647
|
+
InputChannelsFineTune: [, (_) => de___listOf__doubleMinNegative60Max6(_, context), `inputChannelsFineTune`],
|
|
5594
5648
|
});
|
|
5595
5649
|
};
|
|
5596
5650
|
const de_OutputDetail = (output, context) => {
|
|
5597
5651
|
return (0, smithy_client_1.take)(output, {
|
|
5598
5652
|
DurationInMs: [, smithy_client_1.expectInt32, `durationInMs`],
|
|
5599
|
-
VideoDetails: (_) =>
|
|
5653
|
+
VideoDetails: [, (_) => de_VideoDetail(_, context), `videoDetails`],
|
|
5600
5654
|
});
|
|
5601
5655
|
};
|
|
5602
5656
|
const de_OutputGroup = (output, context) => {
|
|
5603
5657
|
return (0, smithy_client_1.take)(output, {
|
|
5604
|
-
AutomatedEncodingSettings: (_) =>
|
|
5658
|
+
AutomatedEncodingSettings: [, (_) => de_AutomatedEncodingSettings(_, context), `automatedEncodingSettings`],
|
|
5605
5659
|
CustomName: [, smithy_client_1.expectString, `customName`],
|
|
5606
5660
|
Name: [, smithy_client_1.expectString, `name`],
|
|
5607
|
-
OutputGroupSettings: (_) =>
|
|
5608
|
-
Outputs: (_) =>
|
|
5661
|
+
OutputGroupSettings: [, (_) => de_OutputGroupSettings(_, context), `outputGroupSettings`],
|
|
5662
|
+
Outputs: [, (_) => de___listOfOutput(_, context), `outputs`],
|
|
5609
5663
|
});
|
|
5610
5664
|
};
|
|
5611
5665
|
const de_OutputGroupDetail = (output, context) => {
|
|
5612
5666
|
return (0, smithy_client_1.take)(output, {
|
|
5613
|
-
OutputDetails: (_) =>
|
|
5667
|
+
OutputDetails: [, (_) => de___listOfOutputDetail(_, context), `outputDetails`],
|
|
5614
5668
|
});
|
|
5615
5669
|
};
|
|
5616
5670
|
const de_OutputGroupSettings = (output, context) => {
|
|
5617
5671
|
return (0, smithy_client_1.take)(output, {
|
|
5618
|
-
CmafGroupSettings: (_) =>
|
|
5619
|
-
DashIsoGroupSettings: (_) =>
|
|
5620
|
-
FileGroupSettings: (_) =>
|
|
5621
|
-
HlsGroupSettings: (_) =>
|
|
5622
|
-
MsSmoothGroupSettings: (_) =>
|
|
5672
|
+
CmafGroupSettings: [, (_) => de_CmafGroupSettings(_, context), `cmafGroupSettings`],
|
|
5673
|
+
DashIsoGroupSettings: [, (_) => de_DashIsoGroupSettings(_, context), `dashIsoGroupSettings`],
|
|
5674
|
+
FileGroupSettings: [, (_) => de_FileGroupSettings(_, context), `fileGroupSettings`],
|
|
5675
|
+
HlsGroupSettings: [, (_) => de_HlsGroupSettings(_, context), `hlsGroupSettings`],
|
|
5676
|
+
MsSmoothGroupSettings: [, (_) => de_MsSmoothGroupSettings(_, context), `msSmoothGroupSettings`],
|
|
5623
5677
|
Type: [, smithy_client_1.expectString, `type`],
|
|
5624
5678
|
});
|
|
5625
5679
|
};
|
|
5626
5680
|
const de_OutputSettings = (output, context) => {
|
|
5627
5681
|
return (0, smithy_client_1.take)(output, {
|
|
5628
|
-
HlsSettings: (_) =>
|
|
5682
|
+
HlsSettings: [, (_) => de_HlsSettings(_, context), `hlsSettings`],
|
|
5629
5683
|
});
|
|
5630
5684
|
};
|
|
5631
5685
|
const de_PartnerWatermarking = (output, context) => {
|
|
5632
5686
|
return (0, smithy_client_1.take)(output, {
|
|
5633
|
-
NexguardFileMarkerSettings: (_) =>
|
|
5687
|
+
NexguardFileMarkerSettings: [, (_) => de_NexGuardFileMarkerSettings(_, context), `nexguardFileMarkerSettings`],
|
|
5634
5688
|
});
|
|
5635
5689
|
};
|
|
5636
5690
|
const de_Policy = (output, context) => {
|
|
@@ -5644,20 +5698,20 @@ const de_Preset = (output, context) => {
|
|
|
5644
5698
|
return (0, smithy_client_1.take)(output, {
|
|
5645
5699
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
5646
5700
|
Category: [, smithy_client_1.expectString, `category`],
|
|
5647
|
-
CreatedAt: (_) =>
|
|
5701
|
+
CreatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `createdAt`],
|
|
5648
5702
|
Description: [, smithy_client_1.expectString, `description`],
|
|
5649
|
-
LastUpdated: (_) =>
|
|
5703
|
+
LastUpdated: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `lastUpdated`],
|
|
5650
5704
|
Name: [, smithy_client_1.expectString, `name`],
|
|
5651
|
-
Settings: (_) =>
|
|
5705
|
+
Settings: [, (_) => de_PresetSettings(_, context), `settings`],
|
|
5652
5706
|
Type: [, smithy_client_1.expectString, `type`],
|
|
5653
5707
|
});
|
|
5654
5708
|
};
|
|
5655
5709
|
const de_PresetSettings = (output, context) => {
|
|
5656
5710
|
return (0, smithy_client_1.take)(output, {
|
|
5657
|
-
AudioDescriptions: (_) =>
|
|
5658
|
-
CaptionDescriptions: (_) =>
|
|
5659
|
-
ContainerSettings: (_) =>
|
|
5660
|
-
VideoDescription: (_) =>
|
|
5711
|
+
AudioDescriptions: [, (_) => de___listOfAudioDescription(_, context), `audioDescriptions`],
|
|
5712
|
+
CaptionDescriptions: [, (_) => de___listOfCaptionDescriptionPreset(_, context), `captionDescriptions`],
|
|
5713
|
+
ContainerSettings: [, (_) => de_ContainerSettings(_, context), `containerSettings`],
|
|
5714
|
+
VideoDescription: [, (_) => de_VideoDescription(_, context), `videoDescription`],
|
|
5661
5715
|
});
|
|
5662
5716
|
};
|
|
5663
5717
|
const de_ProresSettings = (output, context) => {
|
|
@@ -5680,13 +5734,13 @@ const de_ProresSettings = (output, context) => {
|
|
|
5680
5734
|
const de_Queue = (output, context) => {
|
|
5681
5735
|
return (0, smithy_client_1.take)(output, {
|
|
5682
5736
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
5683
|
-
CreatedAt: (_) =>
|
|
5737
|
+
CreatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `createdAt`],
|
|
5684
5738
|
Description: [, smithy_client_1.expectString, `description`],
|
|
5685
|
-
LastUpdated: (_) =>
|
|
5739
|
+
LastUpdated: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `lastUpdated`],
|
|
5686
5740
|
Name: [, smithy_client_1.expectString, `name`],
|
|
5687
5741
|
PricingPlan: [, smithy_client_1.expectString, `pricingPlan`],
|
|
5688
5742
|
ProgressingJobsCount: [, smithy_client_1.expectInt32, `progressingJobsCount`],
|
|
5689
|
-
ReservationPlan: (_) =>
|
|
5743
|
+
ReservationPlan: [, (_) => de_ReservationPlan(_, context), `reservationPlan`],
|
|
5690
5744
|
Status: [, smithy_client_1.expectString, `status`],
|
|
5691
5745
|
SubmittedJobsCount: [, smithy_client_1.expectInt32, `submittedJobsCount`],
|
|
5692
5746
|
Type: [, smithy_client_1.expectString, `type`],
|
|
@@ -5696,7 +5750,7 @@ const de_QueueTransition = (output, context) => {
|
|
|
5696
5750
|
return (0, smithy_client_1.take)(output, {
|
|
5697
5751
|
DestinationQueue: [, smithy_client_1.expectString, `destinationQueue`],
|
|
5698
5752
|
SourceQueue: [, smithy_client_1.expectString, `sourceQueue`],
|
|
5699
|
-
Timestamp: (_) =>
|
|
5753
|
+
Timestamp: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `timestamp`],
|
|
5700
5754
|
});
|
|
5701
5755
|
};
|
|
5702
5756
|
const de_Rectangle = (output, context) => {
|
|
@@ -5709,7 +5763,7 @@ const de_Rectangle = (output, context) => {
|
|
|
5709
5763
|
};
|
|
5710
5764
|
const de_RemixSettings = (output, context) => {
|
|
5711
5765
|
return (0, smithy_client_1.take)(output, {
|
|
5712
|
-
ChannelMapping: (_) =>
|
|
5766
|
+
ChannelMapping: [, (_) => de_ChannelMapping(_, context), `channelMapping`],
|
|
5713
5767
|
ChannelsIn: [, smithy_client_1.expectInt32, `channelsIn`],
|
|
5714
5768
|
ChannelsOut: [, smithy_client_1.expectInt32, `channelsOut`],
|
|
5715
5769
|
});
|
|
@@ -5717,8 +5771,8 @@ const de_RemixSettings = (output, context) => {
|
|
|
5717
5771
|
const de_ReservationPlan = (output, context) => {
|
|
5718
5772
|
return (0, smithy_client_1.take)(output, {
|
|
5719
5773
|
Commitment: [, smithy_client_1.expectString, `commitment`],
|
|
5720
|
-
ExpiresAt: (_) =>
|
|
5721
|
-
PurchasedAt: (_) =>
|
|
5774
|
+
ExpiresAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `expiresAt`],
|
|
5775
|
+
PurchasedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `purchasedAt`],
|
|
5722
5776
|
RenewalType: [, smithy_client_1.expectString, `renewalType`],
|
|
5723
5777
|
ReservedSlots: [, smithy_client_1.expectInt32, `reservedSlots`],
|
|
5724
5778
|
Status: [, smithy_client_1.expectString, `status`],
|
|
@@ -5737,8 +5791,8 @@ const de_S3DestinationAccessControl = (output, context) => {
|
|
|
5737
5791
|
};
|
|
5738
5792
|
const de_S3DestinationSettings = (output, context) => {
|
|
5739
5793
|
return (0, smithy_client_1.take)(output, {
|
|
5740
|
-
AccessControl: (_) =>
|
|
5741
|
-
Encryption: (_) =>
|
|
5794
|
+
AccessControl: [, (_) => de_S3DestinationAccessControl(_, context), `accessControl`],
|
|
5795
|
+
Encryption: [, (_) => de_S3EncryptionSettings(_, context), `encryption`],
|
|
5742
5796
|
});
|
|
5743
5797
|
};
|
|
5744
5798
|
const de_S3EncryptionSettings = (output, context) => {
|
|
@@ -5811,14 +5865,14 @@ const de_TimecodeConfig = (output, context) => {
|
|
|
5811
5865
|
};
|
|
5812
5866
|
const de_TimedMetadataInsertion = (output, context) => {
|
|
5813
5867
|
return (0, smithy_client_1.take)(output, {
|
|
5814
|
-
Id3Insertions: (_) =>
|
|
5868
|
+
Id3Insertions: [, (_) => de___listOfId3Insertion(_, context), `id3Insertions`],
|
|
5815
5869
|
});
|
|
5816
5870
|
};
|
|
5817
5871
|
const de_Timing = (output, context) => {
|
|
5818
5872
|
return (0, smithy_client_1.take)(output, {
|
|
5819
|
-
FinishTime: (_) =>
|
|
5820
|
-
StartTime: (_) =>
|
|
5821
|
-
SubmitTime: (_) =>
|
|
5873
|
+
FinishTime: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `finishTime`],
|
|
5874
|
+
StartTime: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `startTime`],
|
|
5875
|
+
SubmitTime: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `submitTime`],
|
|
5822
5876
|
});
|
|
5823
5877
|
};
|
|
5824
5878
|
const de_TrackSourceSettings = (output, context) => {
|
|
@@ -5846,36 +5900,36 @@ const de_Vc3Settings = (output, context) => {
|
|
|
5846
5900
|
};
|
|
5847
5901
|
const de_VideoCodecSettings = (output, context) => {
|
|
5848
5902
|
return (0, smithy_client_1.take)(output, {
|
|
5849
|
-
Av1Settings: (_) =>
|
|
5850
|
-
AvcIntraSettings: (_) =>
|
|
5903
|
+
Av1Settings: [, (_) => de_Av1Settings(_, context), `av1Settings`],
|
|
5904
|
+
AvcIntraSettings: [, (_) => de_AvcIntraSettings(_, context), `avcIntraSettings`],
|
|
5851
5905
|
Codec: [, smithy_client_1.expectString, `codec`],
|
|
5852
|
-
FrameCaptureSettings: (_) =>
|
|
5853
|
-
H264Settings: (_) =>
|
|
5854
|
-
H265Settings: (_) =>
|
|
5855
|
-
Mpeg2Settings: (_) =>
|
|
5856
|
-
ProresSettings: (_) =>
|
|
5857
|
-
Vc3Settings: (_) =>
|
|
5858
|
-
Vp8Settings: (_) =>
|
|
5859
|
-
Vp9Settings: (_) =>
|
|
5860
|
-
XavcSettings: (_) =>
|
|
5906
|
+
FrameCaptureSettings: [, (_) => de_FrameCaptureSettings(_, context), `frameCaptureSettings`],
|
|
5907
|
+
H264Settings: [, (_) => de_H264Settings(_, context), `h264Settings`],
|
|
5908
|
+
H265Settings: [, (_) => de_H265Settings(_, context), `h265Settings`],
|
|
5909
|
+
Mpeg2Settings: [, (_) => de_Mpeg2Settings(_, context), `mpeg2Settings`],
|
|
5910
|
+
ProresSettings: [, (_) => de_ProresSettings(_, context), `proresSettings`],
|
|
5911
|
+
Vc3Settings: [, (_) => de_Vc3Settings(_, context), `vc3Settings`],
|
|
5912
|
+
Vp8Settings: [, (_) => de_Vp8Settings(_, context), `vp8Settings`],
|
|
5913
|
+
Vp9Settings: [, (_) => de_Vp9Settings(_, context), `vp9Settings`],
|
|
5914
|
+
XavcSettings: [, (_) => de_XavcSettings(_, context), `xavcSettings`],
|
|
5861
5915
|
});
|
|
5862
5916
|
};
|
|
5863
5917
|
const de_VideoDescription = (output, context) => {
|
|
5864
5918
|
return (0, smithy_client_1.take)(output, {
|
|
5865
5919
|
AfdSignaling: [, smithy_client_1.expectString, `afdSignaling`],
|
|
5866
5920
|
AntiAlias: [, smithy_client_1.expectString, `antiAlias`],
|
|
5867
|
-
CodecSettings: (_) =>
|
|
5921
|
+
CodecSettings: [, (_) => de_VideoCodecSettings(_, context), `codecSettings`],
|
|
5868
5922
|
ColorMetadata: [, smithy_client_1.expectString, `colorMetadata`],
|
|
5869
|
-
Crop: (_) =>
|
|
5923
|
+
Crop: [, (_) => de_Rectangle(_, context), `crop`],
|
|
5870
5924
|
DropFrameTimecode: [, smithy_client_1.expectString, `dropFrameTimecode`],
|
|
5871
5925
|
FixedAfd: [, smithy_client_1.expectInt32, `fixedAfd`],
|
|
5872
5926
|
Height: [, smithy_client_1.expectInt32, `height`],
|
|
5873
|
-
Position: (_) =>
|
|
5927
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5874
5928
|
RespondToAfd: [, smithy_client_1.expectString, `respondToAfd`],
|
|
5875
5929
|
ScalingBehavior: [, smithy_client_1.expectString, `scalingBehavior`],
|
|
5876
5930
|
Sharpness: [, smithy_client_1.expectInt32, `sharpness`],
|
|
5877
5931
|
TimecodeInsertion: [, smithy_client_1.expectString, `timecodeInsertion`],
|
|
5878
|
-
VideoPreprocessors: (_) =>
|
|
5932
|
+
VideoPreprocessors: [, (_) => de_VideoPreprocessor(_, context), `videoPreprocessors`],
|
|
5879
5933
|
Width: [, smithy_client_1.expectInt32, `width`],
|
|
5880
5934
|
});
|
|
5881
5935
|
};
|
|
@@ -5887,14 +5941,14 @@ const de_VideoDetail = (output, context) => {
|
|
|
5887
5941
|
};
|
|
5888
5942
|
const de_VideoPreprocessor = (output, context) => {
|
|
5889
5943
|
return (0, smithy_client_1.take)(output, {
|
|
5890
|
-
ColorCorrector: (_) =>
|
|
5891
|
-
Deinterlacer: (_) =>
|
|
5892
|
-
DolbyVision: (_) =>
|
|
5893
|
-
Hdr10Plus: (_) =>
|
|
5894
|
-
ImageInserter: (_) =>
|
|
5895
|
-
NoiseReducer: (_) =>
|
|
5896
|
-
PartnerWatermarking: (_) =>
|
|
5897
|
-
TimecodeBurnin: (_) =>
|
|
5944
|
+
ColorCorrector: [, (_) => de_ColorCorrector(_, context), `colorCorrector`],
|
|
5945
|
+
Deinterlacer: [, (_) => de_Deinterlacer(_, context), `deinterlacer`],
|
|
5946
|
+
DolbyVision: [, (_) => de_DolbyVision(_, context), `dolbyVision`],
|
|
5947
|
+
Hdr10Plus: [, (_) => de_Hdr10Plus(_, context), `hdr10Plus`],
|
|
5948
|
+
ImageInserter: [, (_) => de_ImageInserter(_, context), `imageInserter`],
|
|
5949
|
+
NoiseReducer: [, (_) => de_NoiseReducer(_, context), `noiseReducer`],
|
|
5950
|
+
PartnerWatermarking: [, (_) => de_PartnerWatermarking(_, context), `partnerWatermarking`],
|
|
5951
|
+
TimecodeBurnin: [, (_) => de_TimecodeBurnin(_, context), `timecodeBurnin`],
|
|
5898
5952
|
});
|
|
5899
5953
|
};
|
|
5900
5954
|
const de_VideoSelector = (output, context) => {
|
|
@@ -5903,7 +5957,7 @@ const de_VideoSelector = (output, context) => {
|
|
|
5903
5957
|
ColorSpace: [, smithy_client_1.expectString, `colorSpace`],
|
|
5904
5958
|
ColorSpaceUsage: [, smithy_client_1.expectString, `colorSpaceUsage`],
|
|
5905
5959
|
EmbeddedTimecodeOverride: [, smithy_client_1.expectString, `embeddedTimecodeOverride`],
|
|
5906
|
-
Hdr10Metadata: (_) =>
|
|
5960
|
+
Hdr10Metadata: [, (_) => de_Hdr10Metadata(_, context), `hdr10Metadata`],
|
|
5907
5961
|
PadVideo: [, smithy_client_1.expectString, `padVideo`],
|
|
5908
5962
|
Pid: [, smithy_client_1.expectInt32, `pid`],
|
|
5909
5963
|
ProgramNumber: [, smithy_client_1.expectInt32, `programNumber`],
|
|
@@ -6032,23 +6086,23 @@ const de_XavcSettings = (output, context) => {
|
|
|
6032
6086
|
Softness: [, smithy_client_1.expectInt32, `softness`],
|
|
6033
6087
|
SpatialAdaptiveQuantization: [, smithy_client_1.expectString, `spatialAdaptiveQuantization`],
|
|
6034
6088
|
TemporalAdaptiveQuantization: [, smithy_client_1.expectString, `temporalAdaptiveQuantization`],
|
|
6035
|
-
Xavc4kIntraCbgProfileSettings:
|
|
6089
|
+
Xavc4kIntraCbgProfileSettings: [
|
|
6036
6090
|
,
|
|
6037
|
-
de_Xavc4kIntraCbgProfileSettings(_, context),
|
|
6091
|
+
(_) => de_Xavc4kIntraCbgProfileSettings(_, context),
|
|
6038
6092
|
`xavc4kIntraCbgProfileSettings`,
|
|
6039
6093
|
],
|
|
6040
|
-
Xavc4kIntraVbrProfileSettings:
|
|
6094
|
+
Xavc4kIntraVbrProfileSettings: [
|
|
6041
6095
|
,
|
|
6042
|
-
de_Xavc4kIntraVbrProfileSettings(_, context),
|
|
6096
|
+
(_) => de_Xavc4kIntraVbrProfileSettings(_, context),
|
|
6043
6097
|
`xavc4kIntraVbrProfileSettings`,
|
|
6044
6098
|
],
|
|
6045
|
-
Xavc4kProfileSettings: (_) =>
|
|
6046
|
-
XavcHdIntraCbgProfileSettings:
|
|
6099
|
+
Xavc4kProfileSettings: [, (_) => de_Xavc4kProfileSettings(_, context), `xavc4kProfileSettings`],
|
|
6100
|
+
XavcHdIntraCbgProfileSettings: [
|
|
6047
6101
|
,
|
|
6048
|
-
de_XavcHdIntraCbgProfileSettings(_, context),
|
|
6102
|
+
(_) => de_XavcHdIntraCbgProfileSettings(_, context),
|
|
6049
6103
|
`xavcHdIntraCbgProfileSettings`,
|
|
6050
6104
|
],
|
|
6051
|
-
XavcHdProfileSettings: (_) =>
|
|
6105
|
+
XavcHdProfileSettings: [, (_) => de_XavcHdProfileSettings(_, context), `xavcHdProfileSettings`],
|
|
6052
6106
|
});
|
|
6053
6107
|
};
|
|
6054
6108
|
const deserializeMetadata = (output) => ({
|