@aws-sdk/client-mediaconvert 3.319.0 → 3.325.0
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/protocols/Aws_restJson1.js +259 -227
- package/dist-es/protocols/Aws_restJson1.js +259 -227
- package/package.json +17 -17
|
@@ -4272,31 +4272,35 @@ const de_AudioChannelTaggingSettings = (output, context) => {
|
|
|
4272
4272
|
};
|
|
4273
4273
|
const de_AudioCodecSettings = (output, context) => {
|
|
4274
4274
|
return (0, smithy_client_1.take)(output, {
|
|
4275
|
-
AacSettings: (_) =>
|
|
4276
|
-
Ac3Settings: (_) =>
|
|
4277
|
-
AiffSettings: (_) =>
|
|
4275
|
+
AacSettings: [, (_) => de_AacSettings(_, context), `aacSettings`],
|
|
4276
|
+
Ac3Settings: [, (_) => de_Ac3Settings(_, context), `ac3Settings`],
|
|
4277
|
+
AiffSettings: [, (_) => de_AiffSettings(_, context), `aiffSettings`],
|
|
4278
4278
|
Codec: [, smithy_client_1.expectString, `codec`],
|
|
4279
|
-
Eac3AtmosSettings: (_) =>
|
|
4280
|
-
Eac3Settings: (_) =>
|
|
4281
|
-
Mp2Settings: (_) =>
|
|
4282
|
-
Mp3Settings: (_) =>
|
|
4283
|
-
OpusSettings: (_) =>
|
|
4284
|
-
VorbisSettings: (_) =>
|
|
4285
|
-
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`],
|
|
4286
4286
|
});
|
|
4287
4287
|
};
|
|
4288
4288
|
const de_AudioDescription = (output, context) => {
|
|
4289
4289
|
return (0, smithy_client_1.take)(output, {
|
|
4290
|
-
AudioChannelTaggingSettings:
|
|
4291
|
-
|
|
4290
|
+
AudioChannelTaggingSettings: [
|
|
4291
|
+
,
|
|
4292
|
+
(_) => de_AudioChannelTaggingSettings(_, context),
|
|
4293
|
+
`audioChannelTaggingSettings`,
|
|
4294
|
+
],
|
|
4295
|
+
AudioNormalizationSettings: [, (_) => de_AudioNormalizationSettings(_, context), `audioNormalizationSettings`],
|
|
4292
4296
|
AudioSourceName: [, smithy_client_1.expectString, `audioSourceName`],
|
|
4293
4297
|
AudioType: [, smithy_client_1.expectInt32, `audioType`],
|
|
4294
4298
|
AudioTypeControl: [, smithy_client_1.expectString, `audioTypeControl`],
|
|
4295
|
-
CodecSettings: (_) =>
|
|
4299
|
+
CodecSettings: [, (_) => de_AudioCodecSettings(_, context), `codecSettings`],
|
|
4296
4300
|
CustomLanguageCode: [, smithy_client_1.expectString, `customLanguageCode`],
|
|
4297
4301
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
4298
4302
|
LanguageCodeControl: [, smithy_client_1.expectString, `languageCodeControl`],
|
|
4299
|
-
RemixSettings: (_) =>
|
|
4303
|
+
RemixSettings: [, (_) => de_RemixSettings(_, context), `remixSettings`],
|
|
4300
4304
|
StreamName: [, smithy_client_1.expectString, `streamName`],
|
|
4301
4305
|
});
|
|
4302
4306
|
};
|
|
@@ -4317,12 +4321,12 @@ const de_AudioSelector = (output, context) => {
|
|
|
4317
4321
|
CustomLanguageCode: [, smithy_client_1.expectString, `customLanguageCode`],
|
|
4318
4322
|
DefaultSelection: [, smithy_client_1.expectString, `defaultSelection`],
|
|
4319
4323
|
ExternalAudioFileInput: [, smithy_client_1.expectString, `externalAudioFileInput`],
|
|
4320
|
-
HlsRenditionGroupSettings: (_) =>
|
|
4324
|
+
HlsRenditionGroupSettings: [, (_) => de_HlsRenditionGroupSettings(_, context), `hlsRenditionGroupSettings`],
|
|
4321
4325
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
4322
4326
|
Offset: [, smithy_client_1.expectInt32, `offset`],
|
|
4323
4327
|
Pids: [, smithy_client_1._json, `pids`],
|
|
4324
4328
|
ProgramSelection: [, smithy_client_1.expectInt32, `programSelection`],
|
|
4325
|
-
RemixSettings: (_) =>
|
|
4329
|
+
RemixSettings: [, (_) => de_RemixSettings(_, context), `remixSettings`],
|
|
4326
4330
|
SelectorType: [, smithy_client_1.expectString, `selectorType`],
|
|
4327
4331
|
Tracks: [, smithy_client_1._json, `tracks`],
|
|
4328
4332
|
});
|
|
@@ -4334,10 +4338,10 @@ const de_AudioSelectorGroup = (output, context) => {
|
|
|
4334
4338
|
};
|
|
4335
4339
|
const de_AutomatedAbrRule = (output, context) => {
|
|
4336
4340
|
return (0, smithy_client_1.take)(output, {
|
|
4337
|
-
AllowedRenditions: (_) =>
|
|
4338
|
-
ForceIncludeRenditions: (_) =>
|
|
4339
|
-
MinBottomRenditionSize: (_) =>
|
|
4340
|
-
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`],
|
|
4341
4345
|
Type: [, smithy_client_1.expectString, `type`],
|
|
4342
4346
|
});
|
|
4343
4347
|
};
|
|
@@ -4346,12 +4350,12 @@ const de_AutomatedAbrSettings = (output, context) => {
|
|
|
4346
4350
|
MaxAbrBitrate: [, smithy_client_1.expectInt32, `maxAbrBitrate`],
|
|
4347
4351
|
MaxRenditions: [, smithy_client_1.expectInt32, `maxRenditions`],
|
|
4348
4352
|
MinAbrBitrate: [, smithy_client_1.expectInt32, `minAbrBitrate`],
|
|
4349
|
-
Rules: (_) =>
|
|
4353
|
+
Rules: [, (_) => de___listOfAutomatedAbrRule(_, context), `rules`],
|
|
4350
4354
|
});
|
|
4351
4355
|
};
|
|
4352
4356
|
const de_AutomatedEncodingSettings = (output, context) => {
|
|
4353
4357
|
return (0, smithy_client_1.take)(output, {
|
|
4354
|
-
AbrSettings: (_) =>
|
|
4358
|
+
AbrSettings: [, (_) => de_AutomatedAbrSettings(_, context), `abrSettings`],
|
|
4355
4359
|
});
|
|
4356
4360
|
};
|
|
4357
4361
|
const de_Av1QvbrSettings = (output, context) => {
|
|
@@ -4371,7 +4375,7 @@ const de_Av1Settings = (output, context) => {
|
|
|
4371
4375
|
GopSize: [, smithy_client_1.limitedParseDouble, `gopSize`],
|
|
4372
4376
|
MaxBitrate: [, smithy_client_1.expectInt32, `maxBitrate`],
|
|
4373
4377
|
NumberBFramesBetweenReferenceFrames: [, smithy_client_1.expectInt32, `numberBFramesBetweenReferenceFrames`],
|
|
4374
|
-
QvbrSettings: (_) =>
|
|
4378
|
+
QvbrSettings: [, (_) => de_Av1QvbrSettings(_, context), `qvbrSettings`],
|
|
4375
4379
|
RateControlMode: [, smithy_client_1.expectString, `rateControlMode`],
|
|
4376
4380
|
Slices: [, smithy_client_1.expectInt32, `slices`],
|
|
4377
4381
|
SpatialAdaptiveQuantization: [, smithy_client_1.expectString, `spatialAdaptiveQuantization`],
|
|
@@ -4385,7 +4389,7 @@ const de_AvailBlanking = (output, context) => {
|
|
|
4385
4389
|
const de_AvcIntraSettings = (output, context) => {
|
|
4386
4390
|
return (0, smithy_client_1.take)(output, {
|
|
4387
4391
|
AvcIntraClass: [, smithy_client_1.expectString, `avcIntraClass`],
|
|
4388
|
-
AvcIntraUhdSettings: (_) =>
|
|
4392
|
+
AvcIntraUhdSettings: [, (_) => de_AvcIntraUhdSettings(_, context), `avcIntraUhdSettings`],
|
|
4389
4393
|
FramerateControl: [, smithy_client_1.expectString, `framerateControl`],
|
|
4390
4394
|
FramerateConversionAlgorithm: [, smithy_client_1.expectString, `framerateConversionAlgorithm`],
|
|
4391
4395
|
FramerateDenominator: [, smithy_client_1.expectInt32, `framerateDenominator`],
|
|
@@ -4436,7 +4440,7 @@ const de_CaptionDescription = (output, context) => {
|
|
|
4436
4440
|
return (0, smithy_client_1.take)(output, {
|
|
4437
4441
|
CaptionSelectorName: [, smithy_client_1.expectString, `captionSelectorName`],
|
|
4438
4442
|
CustomLanguageCode: [, smithy_client_1.expectString, `customLanguageCode`],
|
|
4439
|
-
DestinationSettings: (_) =>
|
|
4443
|
+
DestinationSettings: [, (_) => de_CaptionDestinationSettings(_, context), `destinationSettings`],
|
|
4440
4444
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
4441
4445
|
LanguageDescription: [, smithy_client_1.expectString, `languageDescription`],
|
|
4442
4446
|
});
|
|
@@ -4444,30 +4448,38 @@ const de_CaptionDescription = (output, context) => {
|
|
|
4444
4448
|
const de_CaptionDescriptionPreset = (output, context) => {
|
|
4445
4449
|
return (0, smithy_client_1.take)(output, {
|
|
4446
4450
|
CustomLanguageCode: [, smithy_client_1.expectString, `customLanguageCode`],
|
|
4447
|
-
DestinationSettings: (_) =>
|
|
4451
|
+
DestinationSettings: [, (_) => de_CaptionDestinationSettings(_, context), `destinationSettings`],
|
|
4448
4452
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
4449
4453
|
LanguageDescription: [, smithy_client_1.expectString, `languageDescription`],
|
|
4450
4454
|
});
|
|
4451
4455
|
};
|
|
4452
4456
|
const de_CaptionDestinationSettings = (output, context) => {
|
|
4453
4457
|
return (0, smithy_client_1.take)(output, {
|
|
4454
|
-
BurninDestinationSettings: (_) =>
|
|
4458
|
+
BurninDestinationSettings: [, (_) => de_BurninDestinationSettings(_, context), `burninDestinationSettings`],
|
|
4455
4459
|
DestinationType: [, smithy_client_1.expectString, `destinationType`],
|
|
4456
|
-
DvbSubDestinationSettings: (_) =>
|
|
4457
|
-
EmbeddedDestinationSettings:
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
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`],
|
|
4464
4476
|
});
|
|
4465
4477
|
};
|
|
4466
4478
|
const de_CaptionSelector = (output, context) => {
|
|
4467
4479
|
return (0, smithy_client_1.take)(output, {
|
|
4468
4480
|
CustomLanguageCode: [, smithy_client_1.expectString, `customLanguageCode`],
|
|
4469
4481
|
LanguageCode: [, smithy_client_1.expectString, `languageCode`],
|
|
4470
|
-
SourceSettings: (_) =>
|
|
4482
|
+
SourceSettings: [, (_) => de_CaptionSourceSettings(_, context), `sourceSettings`],
|
|
4471
4483
|
});
|
|
4472
4484
|
};
|
|
4473
4485
|
const de_CaptionSourceFramerate = (output, context) => {
|
|
@@ -4478,19 +4490,19 @@ const de_CaptionSourceFramerate = (output, context) => {
|
|
|
4478
4490
|
};
|
|
4479
4491
|
const de_CaptionSourceSettings = (output, context) => {
|
|
4480
4492
|
return (0, smithy_client_1.take)(output, {
|
|
4481
|
-
AncillarySourceSettings: (_) =>
|
|
4482
|
-
DvbSubSourceSettings: (_) =>
|
|
4483
|
-
EmbeddedSourceSettings: (_) =>
|
|
4484
|
-
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`],
|
|
4485
4497
|
SourceType: [, smithy_client_1.expectString, `sourceType`],
|
|
4486
|
-
TeletextSourceSettings: (_) =>
|
|
4487
|
-
TrackSourceSettings: (_) =>
|
|
4488
|
-
WebvttHlsSourceSettings: (_) =>
|
|
4498
|
+
TeletextSourceSettings: [, (_) => de_TeletextSourceSettings(_, context), `teletextSourceSettings`],
|
|
4499
|
+
TrackSourceSettings: [, (_) => de_TrackSourceSettings(_, context), `trackSourceSettings`],
|
|
4500
|
+
WebvttHlsSourceSettings: [, (_) => de_WebvttHlsSourceSettings(_, context), `webvttHlsSourceSettings`],
|
|
4489
4501
|
});
|
|
4490
4502
|
};
|
|
4491
4503
|
const de_ChannelMapping = (output, context) => {
|
|
4492
4504
|
return (0, smithy_client_1.take)(output, {
|
|
4493
|
-
OutputChannels: (_) =>
|
|
4505
|
+
OutputChannels: [, (_) => de___listOfOutputChannelMapping(_, context), `outputChannels`],
|
|
4494
4506
|
});
|
|
4495
4507
|
};
|
|
4496
4508
|
const de_ClipLimits = (output, context) => {
|
|
@@ -4512,26 +4524,26 @@ const de_CmafEncryptionSettings = (output, context) => {
|
|
|
4512
4524
|
ConstantInitializationVector: [, smithy_client_1.expectString, `constantInitializationVector`],
|
|
4513
4525
|
EncryptionMethod: [, smithy_client_1.expectString, `encryptionMethod`],
|
|
4514
4526
|
InitializationVectorInManifest: [, smithy_client_1.expectString, `initializationVectorInManifest`],
|
|
4515
|
-
SpekeKeyProvider: (_) =>
|
|
4516
|
-
StaticKeyProvider: (_) =>
|
|
4527
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProviderCmaf(_, context), `spekeKeyProvider`],
|
|
4528
|
+
StaticKeyProvider: [, (_) => de_StaticKeyProvider(_, context), `staticKeyProvider`],
|
|
4517
4529
|
Type: [, smithy_client_1.expectString, `type`],
|
|
4518
4530
|
});
|
|
4519
4531
|
};
|
|
4520
4532
|
const de_CmafGroupSettings = (output, context) => {
|
|
4521
4533
|
return (0, smithy_client_1.take)(output, {
|
|
4522
|
-
AdditionalManifests: (_) =>
|
|
4534
|
+
AdditionalManifests: [, (_) => de___listOfCmafAdditionalManifest(_, context), `additionalManifests`],
|
|
4523
4535
|
BaseUrl: [, smithy_client_1.expectString, `baseUrl`],
|
|
4524
4536
|
ClientCache: [, smithy_client_1.expectString, `clientCache`],
|
|
4525
4537
|
CodecSpecification: [, smithy_client_1.expectString, `codecSpecification`],
|
|
4526
4538
|
DashManifestStyle: [, smithy_client_1.expectString, `dashManifestStyle`],
|
|
4527
4539
|
Destination: [, smithy_client_1.expectString, `destination`],
|
|
4528
|
-
DestinationSettings: (_) =>
|
|
4529
|
-
Encryption: (_) =>
|
|
4540
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4541
|
+
Encryption: [, (_) => de_CmafEncryptionSettings(_, context), `encryption`],
|
|
4530
4542
|
FragmentLength: [, smithy_client_1.expectInt32, `fragmentLength`],
|
|
4531
4543
|
ImageBasedTrickPlay: [, smithy_client_1.expectString, `imageBasedTrickPlay`],
|
|
4532
|
-
ImageBasedTrickPlaySettings:
|
|
4544
|
+
ImageBasedTrickPlaySettings: [
|
|
4533
4545
|
,
|
|
4534
|
-
de_CmafImageBasedTrickPlaySettings(_, context),
|
|
4546
|
+
(_) => de_CmafImageBasedTrickPlaySettings(_, context),
|
|
4535
4547
|
`imageBasedTrickPlaySettings`,
|
|
4536
4548
|
],
|
|
4537
4549
|
ManifestCompression: [, smithy_client_1.expectString, `manifestCompression`],
|
|
@@ -4583,10 +4595,10 @@ const de_CmfcSettings = (output, context) => {
|
|
|
4583
4595
|
const de_ColorCorrector = (output, context) => {
|
|
4584
4596
|
return (0, smithy_client_1.take)(output, {
|
|
4585
4597
|
Brightness: [, smithy_client_1.expectInt32, `brightness`],
|
|
4586
|
-
ClipLimits: (_) =>
|
|
4598
|
+
ClipLimits: [, (_) => de_ClipLimits(_, context), `clipLimits`],
|
|
4587
4599
|
ColorSpaceConversion: [, smithy_client_1.expectString, `colorSpaceConversion`],
|
|
4588
4600
|
Contrast: [, smithy_client_1.expectInt32, `contrast`],
|
|
4589
|
-
Hdr10Metadata: (_) =>
|
|
4601
|
+
Hdr10Metadata: [, (_) => de_Hdr10Metadata(_, context), `hdr10Metadata`],
|
|
4590
4602
|
HdrToSdrToneMapper: [, smithy_client_1.expectString, `hdrToSdrToneMapper`],
|
|
4591
4603
|
Hue: [, smithy_client_1.expectInt32, `hue`],
|
|
4592
4604
|
SampleRangeConversion: [, smithy_client_1.expectString, `sampleRangeConversion`],
|
|
@@ -4596,15 +4608,15 @@ const de_ColorCorrector = (output, context) => {
|
|
|
4596
4608
|
};
|
|
4597
4609
|
const de_ContainerSettings = (output, context) => {
|
|
4598
4610
|
return (0, smithy_client_1.take)(output, {
|
|
4599
|
-
CmfcSettings: (_) =>
|
|
4611
|
+
CmfcSettings: [, (_) => de_CmfcSettings(_, context), `cmfcSettings`],
|
|
4600
4612
|
Container: [, smithy_client_1.expectString, `container`],
|
|
4601
|
-
F4vSettings: (_) =>
|
|
4602
|
-
M2tsSettings: (_) =>
|
|
4603
|
-
M3u8Settings: (_) =>
|
|
4604
|
-
MovSettings: (_) =>
|
|
4605
|
-
Mp4Settings: (_) =>
|
|
4606
|
-
MpdSettings: (_) =>
|
|
4607
|
-
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`],
|
|
4608
4620
|
});
|
|
4609
4621
|
};
|
|
4610
4622
|
const de_DashAdditionalManifest = (output, context) => {
|
|
@@ -4616,24 +4628,24 @@ const de_DashAdditionalManifest = (output, context) => {
|
|
|
4616
4628
|
const de_DashIsoEncryptionSettings = (output, context) => {
|
|
4617
4629
|
return (0, smithy_client_1.take)(output, {
|
|
4618
4630
|
PlaybackDeviceCompatibility: [, smithy_client_1.expectString, `playbackDeviceCompatibility`],
|
|
4619
|
-
SpekeKeyProvider: (_) =>
|
|
4631
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
4620
4632
|
});
|
|
4621
4633
|
};
|
|
4622
4634
|
const de_DashIsoGroupSettings = (output, context) => {
|
|
4623
4635
|
return (0, smithy_client_1.take)(output, {
|
|
4624
|
-
AdditionalManifests: (_) =>
|
|
4636
|
+
AdditionalManifests: [, (_) => de___listOfDashAdditionalManifest(_, context), `additionalManifests`],
|
|
4625
4637
|
AudioChannelConfigSchemeIdUri: [, smithy_client_1.expectString, `audioChannelConfigSchemeIdUri`],
|
|
4626
4638
|
BaseUrl: [, smithy_client_1.expectString, `baseUrl`],
|
|
4627
4639
|
DashManifestStyle: [, smithy_client_1.expectString, `dashManifestStyle`],
|
|
4628
4640
|
Destination: [, smithy_client_1.expectString, `destination`],
|
|
4629
|
-
DestinationSettings: (_) =>
|
|
4630
|
-
Encryption: (_) =>
|
|
4641
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4642
|
+
Encryption: [, (_) => de_DashIsoEncryptionSettings(_, context), `encryption`],
|
|
4631
4643
|
FragmentLength: [, smithy_client_1.expectInt32, `fragmentLength`],
|
|
4632
4644
|
HbbtvCompliance: [, smithy_client_1.expectString, `hbbtvCompliance`],
|
|
4633
4645
|
ImageBasedTrickPlay: [, smithy_client_1.expectString, `imageBasedTrickPlay`],
|
|
4634
|
-
ImageBasedTrickPlaySettings:
|
|
4646
|
+
ImageBasedTrickPlaySettings: [
|
|
4635
4647
|
,
|
|
4636
|
-
de_DashIsoImageBasedTrickPlaySettings(_, context),
|
|
4648
|
+
(_) => de_DashIsoImageBasedTrickPlaySettings(_, context),
|
|
4637
4649
|
`imageBasedTrickPlaySettings`,
|
|
4638
4650
|
],
|
|
4639
4651
|
MinBufferTime: [, smithy_client_1.expectInt32, `minBufferTime`],
|
|
@@ -4667,12 +4679,12 @@ const de_Deinterlacer = (output, context) => {
|
|
|
4667
4679
|
};
|
|
4668
4680
|
const de_DestinationSettings = (output, context) => {
|
|
4669
4681
|
return (0, smithy_client_1.take)(output, {
|
|
4670
|
-
S3Settings: (_) =>
|
|
4682
|
+
S3Settings: [, (_) => de_S3DestinationSettings(_, context), `s3Settings`],
|
|
4671
4683
|
});
|
|
4672
4684
|
};
|
|
4673
4685
|
const de_DolbyVision = (output, context) => {
|
|
4674
4686
|
return (0, smithy_client_1.take)(output, {
|
|
4675
|
-
L6Metadata: (_) =>
|
|
4687
|
+
L6Metadata: [, (_) => de_DolbyVisionLevel6Metadata(_, context), `l6Metadata`],
|
|
4676
4688
|
L6Mode: [, smithy_client_1.expectString, `l6Mode`],
|
|
4677
4689
|
Mapping: [, smithy_client_1.expectString, `mapping`],
|
|
4678
4690
|
Profile: [, smithy_client_1.expectString, `profile`],
|
|
@@ -4812,15 +4824,15 @@ const de_EsamManifestConfirmConditionNotification = (output, context) => {
|
|
|
4812
4824
|
};
|
|
4813
4825
|
const de_EsamSettings = (output, context) => {
|
|
4814
4826
|
return (0, smithy_client_1.take)(output, {
|
|
4815
|
-
ManifestConfirmConditionNotification:
|
|
4827
|
+
ManifestConfirmConditionNotification: [
|
|
4816
4828
|
,
|
|
4817
|
-
de_EsamManifestConfirmConditionNotification(_, context),
|
|
4829
|
+
(_) => de_EsamManifestConfirmConditionNotification(_, context),
|
|
4818
4830
|
`manifestConfirmConditionNotification`,
|
|
4819
4831
|
],
|
|
4820
4832
|
ResponseSignalPreroll: [, smithy_client_1.expectInt32, `responseSignalPreroll`],
|
|
4821
|
-
SignalProcessingNotification:
|
|
4833
|
+
SignalProcessingNotification: [
|
|
4822
4834
|
,
|
|
4823
|
-
de_EsamSignalProcessingNotification(_, context),
|
|
4835
|
+
(_) => de_EsamSignalProcessingNotification(_, context),
|
|
4824
4836
|
`signalProcessingNotification`,
|
|
4825
4837
|
],
|
|
4826
4838
|
});
|
|
@@ -4844,14 +4856,14 @@ const de_F4vSettings = (output, context) => {
|
|
|
4844
4856
|
const de_FileGroupSettings = (output, context) => {
|
|
4845
4857
|
return (0, smithy_client_1.take)(output, {
|
|
4846
4858
|
Destination: [, smithy_client_1.expectString, `destination`],
|
|
4847
|
-
DestinationSettings: (_) =>
|
|
4859
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4848
4860
|
});
|
|
4849
4861
|
};
|
|
4850
4862
|
const de_FileSourceSettings = (output, context) => {
|
|
4851
4863
|
return (0, smithy_client_1.take)(output, {
|
|
4852
4864
|
Convert608To708: [, smithy_client_1.expectString, `convert608To708`],
|
|
4853
4865
|
ConvertPaintToPop: [, smithy_client_1.expectString, `convertPaintToPop`],
|
|
4854
|
-
Framerate: (_) =>
|
|
4866
|
+
Framerate: [, (_) => de_CaptionSourceFramerate(_, context), `framerate`],
|
|
4855
4867
|
SourceFile: [, smithy_client_1.expectString, `sourceFile`],
|
|
4856
4868
|
TimeDelta: [, smithy_client_1.expectInt32, `timeDelta`],
|
|
4857
4869
|
TimeDeltaUnits: [, smithy_client_1.expectString, `timeDeltaUnits`],
|
|
@@ -4881,7 +4893,7 @@ const de_H264QvbrSettings = (output, context) => {
|
|
|
4881
4893
|
const de_H264Settings = (output, context) => {
|
|
4882
4894
|
return (0, smithy_client_1.take)(output, {
|
|
4883
4895
|
AdaptiveQuantization: [, smithy_client_1.expectString, `adaptiveQuantization`],
|
|
4884
|
-
BandwidthReductionFilter: (_) =>
|
|
4896
|
+
BandwidthReductionFilter: [, (_) => de_BandwidthReductionFilter(_, context), `bandwidthReductionFilter`],
|
|
4885
4897
|
Bitrate: [, smithy_client_1.expectInt32, `bitrate`],
|
|
4886
4898
|
CodecLevel: [, smithy_client_1.expectString, `codecLevel`],
|
|
4887
4899
|
CodecProfile: [, smithy_client_1.expectString, `codecProfile`],
|
|
@@ -4909,7 +4921,7 @@ const de_H264Settings = (output, context) => {
|
|
|
4909
4921
|
ParDenominator: [, smithy_client_1.expectInt32, `parDenominator`],
|
|
4910
4922
|
ParNumerator: [, smithy_client_1.expectInt32, `parNumerator`],
|
|
4911
4923
|
QualityTuningLevel: [, smithy_client_1.expectString, `qualityTuningLevel`],
|
|
4912
|
-
QvbrSettings: (_) =>
|
|
4924
|
+
QvbrSettings: [, (_) => de_H264QvbrSettings(_, context), `qvbrSettings`],
|
|
4913
4925
|
RateControlMode: [, smithy_client_1.expectString, `rateControlMode`],
|
|
4914
4926
|
RepeatPps: [, smithy_client_1.expectString, `repeatPps`],
|
|
4915
4927
|
ScanTypeConversionMode: [, smithy_client_1.expectString, `scanTypeConversionMode`],
|
|
@@ -4960,7 +4972,7 @@ const de_H265Settings = (output, context) => {
|
|
|
4960
4972
|
ParDenominator: [, smithy_client_1.expectInt32, `parDenominator`],
|
|
4961
4973
|
ParNumerator: [, smithy_client_1.expectInt32, `parNumerator`],
|
|
4962
4974
|
QualityTuningLevel: [, smithy_client_1.expectString, `qualityTuningLevel`],
|
|
4963
|
-
QvbrSettings: (_) =>
|
|
4975
|
+
QvbrSettings: [, (_) => de_H265QvbrSettings(_, context), `qvbrSettings`],
|
|
4964
4976
|
RateControlMode: [, smithy_client_1.expectString, `rateControlMode`],
|
|
4965
4977
|
SampleAdaptiveOffsetFilterMode: [, smithy_client_1.expectString, `sampleAdaptiveOffsetFilterMode`],
|
|
4966
4978
|
ScanTypeConversionMode: [, smithy_client_1.expectString, `scanTypeConversionMode`],
|
|
@@ -5018,30 +5030,34 @@ const de_HlsEncryptionSettings = (output, context) => {
|
|
|
5018
5030
|
EncryptionMethod: [, smithy_client_1.expectString, `encryptionMethod`],
|
|
5019
5031
|
InitializationVectorInManifest: [, smithy_client_1.expectString, `initializationVectorInManifest`],
|
|
5020
5032
|
OfflineEncrypted: [, smithy_client_1.expectString, `offlineEncrypted`],
|
|
5021
|
-
SpekeKeyProvider: (_) =>
|
|
5022
|
-
StaticKeyProvider: (_) =>
|
|
5033
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
5034
|
+
StaticKeyProvider: [, (_) => de_StaticKeyProvider(_, context), `staticKeyProvider`],
|
|
5023
5035
|
Type: [, smithy_client_1.expectString, `type`],
|
|
5024
5036
|
});
|
|
5025
5037
|
};
|
|
5026
5038
|
const de_HlsGroupSettings = (output, context) => {
|
|
5027
5039
|
return (0, smithy_client_1.take)(output, {
|
|
5028
5040
|
AdMarkers: [, smithy_client_1._json, `adMarkers`],
|
|
5029
|
-
AdditionalManifests: (_) =>
|
|
5041
|
+
AdditionalManifests: [, (_) => de___listOfHlsAdditionalManifest(_, context), `additionalManifests`],
|
|
5030
5042
|
AudioOnlyHeader: [, smithy_client_1.expectString, `audioOnlyHeader`],
|
|
5031
5043
|
BaseUrl: [, smithy_client_1.expectString, `baseUrl`],
|
|
5032
|
-
CaptionLanguageMappings:
|
|
5044
|
+
CaptionLanguageMappings: [
|
|
5045
|
+
,
|
|
5046
|
+
(_) => de___listOfHlsCaptionLanguageMapping(_, context),
|
|
5047
|
+
`captionLanguageMappings`,
|
|
5048
|
+
],
|
|
5033
5049
|
CaptionLanguageSetting: [, smithy_client_1.expectString, `captionLanguageSetting`],
|
|
5034
5050
|
CaptionSegmentLengthControl: [, smithy_client_1.expectString, `captionSegmentLengthControl`],
|
|
5035
5051
|
ClientCache: [, smithy_client_1.expectString, `clientCache`],
|
|
5036
5052
|
CodecSpecification: [, smithy_client_1.expectString, `codecSpecification`],
|
|
5037
5053
|
Destination: [, smithy_client_1.expectString, `destination`],
|
|
5038
|
-
DestinationSettings: (_) =>
|
|
5054
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
5039
5055
|
DirectoryStructure: [, smithy_client_1.expectString, `directoryStructure`],
|
|
5040
|
-
Encryption: (_) =>
|
|
5056
|
+
Encryption: [, (_) => de_HlsEncryptionSettings(_, context), `encryption`],
|
|
5041
5057
|
ImageBasedTrickPlay: [, smithy_client_1.expectString, `imageBasedTrickPlay`],
|
|
5042
|
-
ImageBasedTrickPlaySettings:
|
|
5058
|
+
ImageBasedTrickPlaySettings: [
|
|
5043
5059
|
,
|
|
5044
|
-
de_HlsImageBasedTrickPlaySettings(_, context),
|
|
5060
|
+
(_) => de_HlsImageBasedTrickPlaySettings(_, context),
|
|
5045
5061
|
`imageBasedTrickPlaySettings`,
|
|
5046
5062
|
],
|
|
5047
5063
|
ManifestCompression: [, smithy_client_1.expectString, `manifestCompression`],
|
|
@@ -5105,7 +5121,7 @@ const de_Id3Insertion = (output, context) => {
|
|
|
5105
5121
|
};
|
|
5106
5122
|
const de_ImageInserter = (output, context) => {
|
|
5107
5123
|
return (0, smithy_client_1.take)(output, {
|
|
5108
|
-
InsertableImages: (_) =>
|
|
5124
|
+
InsertableImages: [, (_) => de___listOfInsertableImage(_, context), `insertableImages`],
|
|
5109
5125
|
SdrReferenceWhiteLevel: [, smithy_client_1.expectInt32, `sdrReferenceWhiteLevel`],
|
|
5110
5126
|
});
|
|
5111
5127
|
};
|
|
@@ -5118,29 +5134,33 @@ const de_ImscDestinationSettings = (output, context) => {
|
|
|
5118
5134
|
const de_Input = (output, context) => {
|
|
5119
5135
|
return (0, smithy_client_1.take)(output, {
|
|
5120
5136
|
AdvancedInputFilter: [, smithy_client_1.expectString, `advancedInputFilter`],
|
|
5121
|
-
AdvancedInputFilterSettings:
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
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`],
|
|
5126
5146
|
DeblockFilter: [, smithy_client_1.expectString, `deblockFilter`],
|
|
5127
|
-
DecryptionSettings: (_) =>
|
|
5147
|
+
DecryptionSettings: [, (_) => de_InputDecryptionSettings(_, context), `decryptionSettings`],
|
|
5128
5148
|
DenoiseFilter: [, smithy_client_1.expectString, `denoiseFilter`],
|
|
5129
5149
|
DolbyVisionMetadataXml: [, smithy_client_1.expectString, `dolbyVisionMetadataXml`],
|
|
5130
5150
|
FileInput: [, smithy_client_1.expectString, `fileInput`],
|
|
5131
5151
|
FilterEnable: [, smithy_client_1.expectString, `filterEnable`],
|
|
5132
5152
|
FilterStrength: [, smithy_client_1.expectInt32, `filterStrength`],
|
|
5133
|
-
ImageInserter: (_) =>
|
|
5134
|
-
InputClippings: (_) =>
|
|
5153
|
+
ImageInserter: [, (_) => de_ImageInserter(_, context), `imageInserter`],
|
|
5154
|
+
InputClippings: [, (_) => de___listOfInputClipping(_, context), `inputClippings`],
|
|
5135
5155
|
InputScanType: [, smithy_client_1.expectString, `inputScanType`],
|
|
5136
|
-
Position: (_) =>
|
|
5156
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5137
5157
|
ProgramNumber: [, smithy_client_1.expectInt32, `programNumber`],
|
|
5138
5158
|
PsiControl: [, smithy_client_1.expectString, `psiControl`],
|
|
5139
5159
|
SupplementalImps: [, smithy_client_1._json, `supplementalImps`],
|
|
5140
5160
|
TimecodeSource: [, smithy_client_1.expectString, `timecodeSource`],
|
|
5141
5161
|
TimecodeStart: [, smithy_client_1.expectString, `timecodeStart`],
|
|
5142
|
-
VideoGenerator: (_) =>
|
|
5143
|
-
VideoSelector: (_) =>
|
|
5162
|
+
VideoGenerator: [, (_) => de_InputVideoGenerator(_, context), `videoGenerator`],
|
|
5163
|
+
VideoSelector: [, (_) => de_VideoSelector(_, context), `videoSelector`],
|
|
5144
5164
|
});
|
|
5145
5165
|
};
|
|
5146
5166
|
const de_InputClipping = (output, context) => {
|
|
@@ -5160,25 +5180,29 @@ const de_InputDecryptionSettings = (output, context) => {
|
|
|
5160
5180
|
const de_InputTemplate = (output, context) => {
|
|
5161
5181
|
return (0, smithy_client_1.take)(output, {
|
|
5162
5182
|
AdvancedInputFilter: [, smithy_client_1.expectString, `advancedInputFilter`],
|
|
5163
|
-
AdvancedInputFilterSettings:
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
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`],
|
|
5168
5192
|
DeblockFilter: [, smithy_client_1.expectString, `deblockFilter`],
|
|
5169
5193
|
DenoiseFilter: [, smithy_client_1.expectString, `denoiseFilter`],
|
|
5170
5194
|
DolbyVisionMetadataXml: [, smithy_client_1.expectString, `dolbyVisionMetadataXml`],
|
|
5171
5195
|
FilterEnable: [, smithy_client_1.expectString, `filterEnable`],
|
|
5172
5196
|
FilterStrength: [, smithy_client_1.expectInt32, `filterStrength`],
|
|
5173
|
-
ImageInserter: (_) =>
|
|
5174
|
-
InputClippings: (_) =>
|
|
5197
|
+
ImageInserter: [, (_) => de_ImageInserter(_, context), `imageInserter`],
|
|
5198
|
+
InputClippings: [, (_) => de___listOfInputClipping(_, context), `inputClippings`],
|
|
5175
5199
|
InputScanType: [, smithy_client_1.expectString, `inputScanType`],
|
|
5176
|
-
Position: (_) =>
|
|
5200
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5177
5201
|
ProgramNumber: [, smithy_client_1.expectInt32, `programNumber`],
|
|
5178
5202
|
PsiControl: [, smithy_client_1.expectString, `psiControl`],
|
|
5179
5203
|
TimecodeSource: [, smithy_client_1.expectString, `timecodeSource`],
|
|
5180
5204
|
TimecodeStart: [, smithy_client_1.expectString, `timecodeStart`],
|
|
5181
|
-
VideoSelector: (_) =>
|
|
5205
|
+
VideoSelector: [, (_) => de_VideoSelector(_, context), `videoSelector`],
|
|
5182
5206
|
});
|
|
5183
5207
|
};
|
|
5184
5208
|
const de_InputVideoGenerator = (output, context) => {
|
|
@@ -5203,33 +5227,33 @@ const de_InsertableImage = (output, context) => {
|
|
|
5203
5227
|
};
|
|
5204
5228
|
const de_Job = (output, context) => {
|
|
5205
5229
|
return (0, smithy_client_1.take)(output, {
|
|
5206
|
-
AccelerationSettings: (_) =>
|
|
5230
|
+
AccelerationSettings: [, (_) => de_AccelerationSettings(_, context), `accelerationSettings`],
|
|
5207
5231
|
AccelerationStatus: [, smithy_client_1.expectString, `accelerationStatus`],
|
|
5208
5232
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
5209
5233
|
BillingTagsSource: [, smithy_client_1.expectString, `billingTagsSource`],
|
|
5210
5234
|
ClientRequestToken: [, smithy_client_1.expectString, `clientRequestToken`],
|
|
5211
|
-
CreatedAt: (_) =>
|
|
5235
|
+
CreatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `createdAt`],
|
|
5212
5236
|
CurrentPhase: [, smithy_client_1.expectString, `currentPhase`],
|
|
5213
5237
|
ErrorCode: [, smithy_client_1.expectInt32, `errorCode`],
|
|
5214
5238
|
ErrorMessage: [, smithy_client_1.expectString, `errorMessage`],
|
|
5215
|
-
HopDestinations: (_) =>
|
|
5239
|
+
HopDestinations: [, (_) => de___listOfHopDestination(_, context), `hopDestinations`],
|
|
5216
5240
|
Id: [, smithy_client_1.expectString, `id`],
|
|
5217
5241
|
JobPercentComplete: [, smithy_client_1.expectInt32, `jobPercentComplete`],
|
|
5218
5242
|
JobTemplate: [, smithy_client_1.expectString, `jobTemplate`],
|
|
5219
|
-
Messages: (_) =>
|
|
5220
|
-
OutputGroupDetails: (_) =>
|
|
5243
|
+
Messages: [, (_) => de_JobMessages(_, context), `messages`],
|
|
5244
|
+
OutputGroupDetails: [, (_) => de___listOfOutputGroupDetail(_, context), `outputGroupDetails`],
|
|
5221
5245
|
Priority: [, smithy_client_1.expectInt32, `priority`],
|
|
5222
5246
|
Queue: [, smithy_client_1.expectString, `queue`],
|
|
5223
|
-
QueueTransitions: (_) =>
|
|
5247
|
+
QueueTransitions: [, (_) => de___listOfQueueTransition(_, context), `queueTransitions`],
|
|
5224
5248
|
RetryCount: [, smithy_client_1.expectInt32, `retryCount`],
|
|
5225
5249
|
Role: [, smithy_client_1.expectString, `role`],
|
|
5226
|
-
Settings: (_) =>
|
|
5250
|
+
Settings: [, (_) => de_JobSettings(_, context), `settings`],
|
|
5227
5251
|
SimulateReservedQueue: [, smithy_client_1.expectString, `simulateReservedQueue`],
|
|
5228
5252
|
Status: [, smithy_client_1.expectString, `status`],
|
|
5229
5253
|
StatusUpdateInterval: [, smithy_client_1.expectString, `statusUpdateInterval`],
|
|
5230
|
-
Timing: (_) =>
|
|
5254
|
+
Timing: [, (_) => de_Timing(_, context), `timing`],
|
|
5231
5255
|
UserMetadata: [, smithy_client_1._json, `userMetadata`],
|
|
5232
|
-
Warnings: (_) =>
|
|
5256
|
+
Warnings: [, (_) => de___listOfWarningGroup(_, context), `warnings`],
|
|
5233
5257
|
});
|
|
5234
5258
|
};
|
|
5235
5259
|
const de_JobMessages = (output, context) => {
|
|
@@ -5241,32 +5265,36 @@ const de_JobMessages = (output, context) => {
|
|
|
5241
5265
|
const de_JobSettings = (output, context) => {
|
|
5242
5266
|
return (0, smithy_client_1.take)(output, {
|
|
5243
5267
|
AdAvailOffset: [, smithy_client_1.expectInt32, `adAvailOffset`],
|
|
5244
|
-
AvailBlanking: (_) =>
|
|
5245
|
-
Esam: (_) =>
|
|
5246
|
-
ExtendedDataServices: (_) =>
|
|
5247
|
-
Inputs: (_) =>
|
|
5248
|
-
KantarWatermark: (_) =>
|
|
5249
|
-
MotionImageInserter: (_) =>
|
|
5250
|
-
NielsenConfiguration: (_) =>
|
|
5251
|
-
NielsenNonLinearWatermark:
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
|
|
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`],
|
|
5255
5283
|
});
|
|
5256
5284
|
};
|
|
5257
5285
|
const de_JobTemplate = (output, context) => {
|
|
5258
5286
|
return (0, smithy_client_1.take)(output, {
|
|
5259
|
-
AccelerationSettings: (_) =>
|
|
5287
|
+
AccelerationSettings: [, (_) => de_AccelerationSettings(_, context), `accelerationSettings`],
|
|
5260
5288
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
5261
5289
|
Category: [, smithy_client_1.expectString, `category`],
|
|
5262
|
-
CreatedAt: (_) =>
|
|
5290
|
+
CreatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `createdAt`],
|
|
5263
5291
|
Description: [, smithy_client_1.expectString, `description`],
|
|
5264
|
-
HopDestinations: (_) =>
|
|
5265
|
-
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`],
|
|
5266
5294
|
Name: [, smithy_client_1.expectString, `name`],
|
|
5267
5295
|
Priority: [, smithy_client_1.expectInt32, `priority`],
|
|
5268
5296
|
Queue: [, smithy_client_1.expectString, `queue`],
|
|
5269
|
-
Settings: (_) =>
|
|
5297
|
+
Settings: [, (_) => de_JobTemplateSettings(_, context), `settings`],
|
|
5270
5298
|
StatusUpdateInterval: [, smithy_client_1.expectString, `statusUpdateInterval`],
|
|
5271
5299
|
Type: [, smithy_client_1.expectString, `type`],
|
|
5272
5300
|
});
|
|
@@ -5274,17 +5302,21 @@ const de_JobTemplate = (output, context) => {
|
|
|
5274
5302
|
const de_JobTemplateSettings = (output, context) => {
|
|
5275
5303
|
return (0, smithy_client_1.take)(output, {
|
|
5276
5304
|
AdAvailOffset: [, smithy_client_1.expectInt32, `adAvailOffset`],
|
|
5277
|
-
AvailBlanking: (_) =>
|
|
5278
|
-
Esam: (_) =>
|
|
5279
|
-
ExtendedDataServices: (_) =>
|
|
5280
|
-
Inputs: (_) =>
|
|
5281
|
-
KantarWatermark: (_) =>
|
|
5282
|
-
MotionImageInserter: (_) =>
|
|
5283
|
-
NielsenConfiguration: (_) =>
|
|
5284
|
-
NielsenNonLinearWatermark:
|
|
5285
|
-
|
|
5286
|
-
|
|
5287
|
-
|
|
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`],
|
|
5288
5320
|
});
|
|
5289
5321
|
};
|
|
5290
5322
|
const de_KantarWatermarkSettings = (output, context) => {
|
|
@@ -5318,10 +5350,10 @@ const de_M2tsSettings = (output, context) => {
|
|
|
5318
5350
|
Bitrate: [, smithy_client_1.expectInt32, `bitrate`],
|
|
5319
5351
|
BufferModel: [, smithy_client_1.expectString, `bufferModel`],
|
|
5320
5352
|
DataPTSControl: [, smithy_client_1.expectString, `dataPTSControl`],
|
|
5321
|
-
DvbNitSettings: (_) =>
|
|
5322
|
-
DvbSdtSettings: (_) =>
|
|
5353
|
+
DvbNitSettings: [, (_) => de_DvbNitSettings(_, context), `dvbNitSettings`],
|
|
5354
|
+
DvbSdtSettings: [, (_) => de_DvbSdtSettings(_, context), `dvbSdtSettings`],
|
|
5323
5355
|
DvbSubPids: [, smithy_client_1._json, `dvbSubPids`],
|
|
5324
|
-
DvbTdtSettings: (_) =>
|
|
5356
|
+
DvbTdtSettings: [, (_) => de_DvbTdtSettings(_, context), `dvbTdtSettings`],
|
|
5325
5357
|
DvbTeletextPid: [, smithy_client_1.expectInt32, `dvbTeletextPid`],
|
|
5326
5358
|
EbpAudioInterval: [, smithy_client_1.expectString, `ebpAudioInterval`],
|
|
5327
5359
|
EbpPlacement: [, smithy_client_1.expectString, `ebpPlacement`],
|
|
@@ -5341,7 +5373,7 @@ const de_M2tsSettings = (output, context) => {
|
|
|
5341
5373
|
PrivateMetadataPid: [, smithy_client_1.expectInt32, `privateMetadataPid`],
|
|
5342
5374
|
ProgramNumber: [, smithy_client_1.expectInt32, `programNumber`],
|
|
5343
5375
|
RateMode: [, smithy_client_1.expectString, `rateMode`],
|
|
5344
|
-
Scte35Esam: (_) =>
|
|
5376
|
+
Scte35Esam: [, (_) => de_M2tsScte35Esam(_, context), `scte35Esam`],
|
|
5345
5377
|
Scte35Pid: [, smithy_client_1.expectInt32, `scte35Pid`],
|
|
5346
5378
|
Scte35Source: [, smithy_client_1.expectString, `scte35Source`],
|
|
5347
5379
|
SegmentationMarkers: [, smithy_client_1.expectString, `segmentationMarkers`],
|
|
@@ -5389,10 +5421,10 @@ const de_MinTopRenditionSize = (output, context) => {
|
|
|
5389
5421
|
};
|
|
5390
5422
|
const de_MotionImageInserter = (output, context) => {
|
|
5391
5423
|
return (0, smithy_client_1.take)(output, {
|
|
5392
|
-
Framerate: (_) =>
|
|
5424
|
+
Framerate: [, (_) => de_MotionImageInsertionFramerate(_, context), `framerate`],
|
|
5393
5425
|
Input: [, smithy_client_1.expectString, `input`],
|
|
5394
5426
|
InsertionMode: [, smithy_client_1.expectString, `insertionMode`],
|
|
5395
|
-
Offset: (_) =>
|
|
5427
|
+
Offset: [, (_) => de_MotionImageInsertionOffset(_, context), `offset`],
|
|
5396
5428
|
Playback: [, smithy_client_1.expectString, `playback`],
|
|
5397
5429
|
StartTime: [, smithy_client_1.expectString, `startTime`],
|
|
5398
5430
|
});
|
|
@@ -5504,16 +5536,16 @@ const de_MsSmoothAdditionalManifest = (output, context) => {
|
|
|
5504
5536
|
};
|
|
5505
5537
|
const de_MsSmoothEncryptionSettings = (output, context) => {
|
|
5506
5538
|
return (0, smithy_client_1.take)(output, {
|
|
5507
|
-
SpekeKeyProvider: (_) =>
|
|
5539
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
5508
5540
|
});
|
|
5509
5541
|
};
|
|
5510
5542
|
const de_MsSmoothGroupSettings = (output, context) => {
|
|
5511
5543
|
return (0, smithy_client_1.take)(output, {
|
|
5512
|
-
AdditionalManifests: (_) =>
|
|
5544
|
+
AdditionalManifests: [, (_) => de___listOfMsSmoothAdditionalManifest(_, context), `additionalManifests`],
|
|
5513
5545
|
AudioDeduplication: [, smithy_client_1.expectString, `audioDeduplication`],
|
|
5514
5546
|
Destination: [, smithy_client_1.expectString, `destination`],
|
|
5515
|
-
DestinationSettings: (_) =>
|
|
5516
|
-
Encryption: (_) =>
|
|
5547
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
5548
|
+
Encryption: [, (_) => de_MsSmoothEncryptionSettings(_, context), `encryption`],
|
|
5517
5549
|
FragmentLength: [, smithy_client_1.expectInt32, `fragmentLength`],
|
|
5518
5550
|
FragmentLengthControl: [, smithy_client_1.expectString, `fragmentLengthControl`],
|
|
5519
5551
|
ManifestEncoding: [, smithy_client_1.expectString, `manifestEncoding`],
|
|
@@ -5523,7 +5555,7 @@ const de_MxfSettings = (output, context) => {
|
|
|
5523
5555
|
return (0, smithy_client_1.take)(output, {
|
|
5524
5556
|
AfdSignaling: [, smithy_client_1.expectString, `afdSignaling`],
|
|
5525
5557
|
Profile: [, smithy_client_1.expectString, `profile`],
|
|
5526
|
-
XavcProfileSettings: (_) =>
|
|
5558
|
+
XavcProfileSettings: [, (_) => de_MxfXavcProfileSettings(_, context), `xavcProfileSettings`],
|
|
5527
5559
|
});
|
|
5528
5560
|
};
|
|
5529
5561
|
const de_MxfXavcProfileSettings = (output, context) => {
|
|
@@ -5564,9 +5596,9 @@ const de_NielsenNonLinearWatermarkSettings = (output, context) => {
|
|
|
5564
5596
|
const de_NoiseReducer = (output, context) => {
|
|
5565
5597
|
return (0, smithy_client_1.take)(output, {
|
|
5566
5598
|
Filter: [, smithy_client_1.expectString, `filter`],
|
|
5567
|
-
FilterSettings: (_) =>
|
|
5568
|
-
SpatialFilterSettings: (_) =>
|
|
5569
|
-
TemporalFilterSettings: (_) =>
|
|
5599
|
+
FilterSettings: [, (_) => de_NoiseReducerFilterSettings(_, context), `filterSettings`],
|
|
5600
|
+
SpatialFilterSettings: [, (_) => de_NoiseReducerSpatialFilterSettings(_, context), `spatialFilterSettings`],
|
|
5601
|
+
TemporalFilterSettings: [, (_) => de_NoiseReducerTemporalFilterSettings(_, context), `temporalFilterSettings`],
|
|
5570
5602
|
});
|
|
5571
5603
|
};
|
|
5572
5604
|
const de_NoiseReducerFilterSettings = (output, context) => {
|
|
@@ -5599,60 +5631,60 @@ const de_OpusSettings = (output, context) => {
|
|
|
5599
5631
|
};
|
|
5600
5632
|
const de_Output = (output, context) => {
|
|
5601
5633
|
return (0, smithy_client_1.take)(output, {
|
|
5602
|
-
AudioDescriptions: (_) =>
|
|
5603
|
-
CaptionDescriptions: (_) =>
|
|
5604
|
-
ContainerSettings: (_) =>
|
|
5634
|
+
AudioDescriptions: [, (_) => de___listOfAudioDescription(_, context), `audioDescriptions`],
|
|
5635
|
+
CaptionDescriptions: [, (_) => de___listOfCaptionDescription(_, context), `captionDescriptions`],
|
|
5636
|
+
ContainerSettings: [, (_) => de_ContainerSettings(_, context), `containerSettings`],
|
|
5605
5637
|
Extension: [, smithy_client_1.expectString, `extension`],
|
|
5606
5638
|
NameModifier: [, smithy_client_1.expectString, `nameModifier`],
|
|
5607
|
-
OutputSettings: (_) =>
|
|
5639
|
+
OutputSettings: [, (_) => de_OutputSettings(_, context), `outputSettings`],
|
|
5608
5640
|
Preset: [, smithy_client_1.expectString, `preset`],
|
|
5609
|
-
VideoDescription: (_) =>
|
|
5641
|
+
VideoDescription: [, (_) => de_VideoDescription(_, context), `videoDescription`],
|
|
5610
5642
|
});
|
|
5611
5643
|
};
|
|
5612
5644
|
const de_OutputChannelMapping = (output, context) => {
|
|
5613
5645
|
return (0, smithy_client_1.take)(output, {
|
|
5614
5646
|
InputChannels: [, smithy_client_1._json, `inputChannels`],
|
|
5615
|
-
InputChannelsFineTune: (_) =>
|
|
5647
|
+
InputChannelsFineTune: [, (_) => de___listOf__doubleMinNegative60Max6(_, context), `inputChannelsFineTune`],
|
|
5616
5648
|
});
|
|
5617
5649
|
};
|
|
5618
5650
|
const de_OutputDetail = (output, context) => {
|
|
5619
5651
|
return (0, smithy_client_1.take)(output, {
|
|
5620
5652
|
DurationInMs: [, smithy_client_1.expectInt32, `durationInMs`],
|
|
5621
|
-
VideoDetails: (_) =>
|
|
5653
|
+
VideoDetails: [, (_) => de_VideoDetail(_, context), `videoDetails`],
|
|
5622
5654
|
});
|
|
5623
5655
|
};
|
|
5624
5656
|
const de_OutputGroup = (output, context) => {
|
|
5625
5657
|
return (0, smithy_client_1.take)(output, {
|
|
5626
|
-
AutomatedEncodingSettings: (_) =>
|
|
5658
|
+
AutomatedEncodingSettings: [, (_) => de_AutomatedEncodingSettings(_, context), `automatedEncodingSettings`],
|
|
5627
5659
|
CustomName: [, smithy_client_1.expectString, `customName`],
|
|
5628
5660
|
Name: [, smithy_client_1.expectString, `name`],
|
|
5629
|
-
OutputGroupSettings: (_) =>
|
|
5630
|
-
Outputs: (_) =>
|
|
5661
|
+
OutputGroupSettings: [, (_) => de_OutputGroupSettings(_, context), `outputGroupSettings`],
|
|
5662
|
+
Outputs: [, (_) => de___listOfOutput(_, context), `outputs`],
|
|
5631
5663
|
});
|
|
5632
5664
|
};
|
|
5633
5665
|
const de_OutputGroupDetail = (output, context) => {
|
|
5634
5666
|
return (0, smithy_client_1.take)(output, {
|
|
5635
|
-
OutputDetails: (_) =>
|
|
5667
|
+
OutputDetails: [, (_) => de___listOfOutputDetail(_, context), `outputDetails`],
|
|
5636
5668
|
});
|
|
5637
5669
|
};
|
|
5638
5670
|
const de_OutputGroupSettings = (output, context) => {
|
|
5639
5671
|
return (0, smithy_client_1.take)(output, {
|
|
5640
|
-
CmafGroupSettings: (_) =>
|
|
5641
|
-
DashIsoGroupSettings: (_) =>
|
|
5642
|
-
FileGroupSettings: (_) =>
|
|
5643
|
-
HlsGroupSettings: (_) =>
|
|
5644
|
-
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`],
|
|
5645
5677
|
Type: [, smithy_client_1.expectString, `type`],
|
|
5646
5678
|
});
|
|
5647
5679
|
};
|
|
5648
5680
|
const de_OutputSettings = (output, context) => {
|
|
5649
5681
|
return (0, smithy_client_1.take)(output, {
|
|
5650
|
-
HlsSettings: (_) =>
|
|
5682
|
+
HlsSettings: [, (_) => de_HlsSettings(_, context), `hlsSettings`],
|
|
5651
5683
|
});
|
|
5652
5684
|
};
|
|
5653
5685
|
const de_PartnerWatermarking = (output, context) => {
|
|
5654
5686
|
return (0, smithy_client_1.take)(output, {
|
|
5655
|
-
NexguardFileMarkerSettings: (_) =>
|
|
5687
|
+
NexguardFileMarkerSettings: [, (_) => de_NexGuardFileMarkerSettings(_, context), `nexguardFileMarkerSettings`],
|
|
5656
5688
|
});
|
|
5657
5689
|
};
|
|
5658
5690
|
const de_Policy = (output, context) => {
|
|
@@ -5666,20 +5698,20 @@ const de_Preset = (output, context) => {
|
|
|
5666
5698
|
return (0, smithy_client_1.take)(output, {
|
|
5667
5699
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
5668
5700
|
Category: [, smithy_client_1.expectString, `category`],
|
|
5669
|
-
CreatedAt: (_) =>
|
|
5701
|
+
CreatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `createdAt`],
|
|
5670
5702
|
Description: [, smithy_client_1.expectString, `description`],
|
|
5671
|
-
LastUpdated: (_) =>
|
|
5703
|
+
LastUpdated: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `lastUpdated`],
|
|
5672
5704
|
Name: [, smithy_client_1.expectString, `name`],
|
|
5673
|
-
Settings: (_) =>
|
|
5705
|
+
Settings: [, (_) => de_PresetSettings(_, context), `settings`],
|
|
5674
5706
|
Type: [, smithy_client_1.expectString, `type`],
|
|
5675
5707
|
});
|
|
5676
5708
|
};
|
|
5677
5709
|
const de_PresetSettings = (output, context) => {
|
|
5678
5710
|
return (0, smithy_client_1.take)(output, {
|
|
5679
|
-
AudioDescriptions: (_) =>
|
|
5680
|
-
CaptionDescriptions: (_) =>
|
|
5681
|
-
ContainerSettings: (_) =>
|
|
5682
|
-
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`],
|
|
5683
5715
|
});
|
|
5684
5716
|
};
|
|
5685
5717
|
const de_ProresSettings = (output, context) => {
|
|
@@ -5702,13 +5734,13 @@ const de_ProresSettings = (output, context) => {
|
|
|
5702
5734
|
const de_Queue = (output, context) => {
|
|
5703
5735
|
return (0, smithy_client_1.take)(output, {
|
|
5704
5736
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
5705
|
-
CreatedAt: (_) =>
|
|
5737
|
+
CreatedAt: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `createdAt`],
|
|
5706
5738
|
Description: [, smithy_client_1.expectString, `description`],
|
|
5707
|
-
LastUpdated: (_) =>
|
|
5739
|
+
LastUpdated: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `lastUpdated`],
|
|
5708
5740
|
Name: [, smithy_client_1.expectString, `name`],
|
|
5709
5741
|
PricingPlan: [, smithy_client_1.expectString, `pricingPlan`],
|
|
5710
5742
|
ProgressingJobsCount: [, smithy_client_1.expectInt32, `progressingJobsCount`],
|
|
5711
|
-
ReservationPlan: (_) =>
|
|
5743
|
+
ReservationPlan: [, (_) => de_ReservationPlan(_, context), `reservationPlan`],
|
|
5712
5744
|
Status: [, smithy_client_1.expectString, `status`],
|
|
5713
5745
|
SubmittedJobsCount: [, smithy_client_1.expectInt32, `submittedJobsCount`],
|
|
5714
5746
|
Type: [, smithy_client_1.expectString, `type`],
|
|
@@ -5718,7 +5750,7 @@ const de_QueueTransition = (output, context) => {
|
|
|
5718
5750
|
return (0, smithy_client_1.take)(output, {
|
|
5719
5751
|
DestinationQueue: [, smithy_client_1.expectString, `destinationQueue`],
|
|
5720
5752
|
SourceQueue: [, smithy_client_1.expectString, `sourceQueue`],
|
|
5721
|
-
Timestamp: (_) =>
|
|
5753
|
+
Timestamp: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))), `timestamp`],
|
|
5722
5754
|
});
|
|
5723
5755
|
};
|
|
5724
5756
|
const de_Rectangle = (output, context) => {
|
|
@@ -5731,7 +5763,7 @@ const de_Rectangle = (output, context) => {
|
|
|
5731
5763
|
};
|
|
5732
5764
|
const de_RemixSettings = (output, context) => {
|
|
5733
5765
|
return (0, smithy_client_1.take)(output, {
|
|
5734
|
-
ChannelMapping: (_) =>
|
|
5766
|
+
ChannelMapping: [, (_) => de_ChannelMapping(_, context), `channelMapping`],
|
|
5735
5767
|
ChannelsIn: [, smithy_client_1.expectInt32, `channelsIn`],
|
|
5736
5768
|
ChannelsOut: [, smithy_client_1.expectInt32, `channelsOut`],
|
|
5737
5769
|
});
|
|
@@ -5739,8 +5771,8 @@ const de_RemixSettings = (output, context) => {
|
|
|
5739
5771
|
const de_ReservationPlan = (output, context) => {
|
|
5740
5772
|
return (0, smithy_client_1.take)(output, {
|
|
5741
5773
|
Commitment: [, smithy_client_1.expectString, `commitment`],
|
|
5742
|
-
ExpiresAt: (_) =>
|
|
5743
|
-
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`],
|
|
5744
5776
|
RenewalType: [, smithy_client_1.expectString, `renewalType`],
|
|
5745
5777
|
ReservedSlots: [, smithy_client_1.expectInt32, `reservedSlots`],
|
|
5746
5778
|
Status: [, smithy_client_1.expectString, `status`],
|
|
@@ -5759,8 +5791,8 @@ const de_S3DestinationAccessControl = (output, context) => {
|
|
|
5759
5791
|
};
|
|
5760
5792
|
const de_S3DestinationSettings = (output, context) => {
|
|
5761
5793
|
return (0, smithy_client_1.take)(output, {
|
|
5762
|
-
AccessControl: (_) =>
|
|
5763
|
-
Encryption: (_) =>
|
|
5794
|
+
AccessControl: [, (_) => de_S3DestinationAccessControl(_, context), `accessControl`],
|
|
5795
|
+
Encryption: [, (_) => de_S3EncryptionSettings(_, context), `encryption`],
|
|
5764
5796
|
});
|
|
5765
5797
|
};
|
|
5766
5798
|
const de_S3EncryptionSettings = (output, context) => {
|
|
@@ -5833,14 +5865,14 @@ const de_TimecodeConfig = (output, context) => {
|
|
|
5833
5865
|
};
|
|
5834
5866
|
const de_TimedMetadataInsertion = (output, context) => {
|
|
5835
5867
|
return (0, smithy_client_1.take)(output, {
|
|
5836
|
-
Id3Insertions: (_) =>
|
|
5868
|
+
Id3Insertions: [, (_) => de___listOfId3Insertion(_, context), `id3Insertions`],
|
|
5837
5869
|
});
|
|
5838
5870
|
};
|
|
5839
5871
|
const de_Timing = (output, context) => {
|
|
5840
5872
|
return (0, smithy_client_1.take)(output, {
|
|
5841
|
-
FinishTime: (_) =>
|
|
5842
|
-
StartTime: (_) =>
|
|
5843
|
-
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`],
|
|
5844
5876
|
});
|
|
5845
5877
|
};
|
|
5846
5878
|
const de_TrackSourceSettings = (output, context) => {
|
|
@@ -5868,36 +5900,36 @@ const de_Vc3Settings = (output, context) => {
|
|
|
5868
5900
|
};
|
|
5869
5901
|
const de_VideoCodecSettings = (output, context) => {
|
|
5870
5902
|
return (0, smithy_client_1.take)(output, {
|
|
5871
|
-
Av1Settings: (_) =>
|
|
5872
|
-
AvcIntraSettings: (_) =>
|
|
5903
|
+
Av1Settings: [, (_) => de_Av1Settings(_, context), `av1Settings`],
|
|
5904
|
+
AvcIntraSettings: [, (_) => de_AvcIntraSettings(_, context), `avcIntraSettings`],
|
|
5873
5905
|
Codec: [, smithy_client_1.expectString, `codec`],
|
|
5874
|
-
FrameCaptureSettings: (_) =>
|
|
5875
|
-
H264Settings: (_) =>
|
|
5876
|
-
H265Settings: (_) =>
|
|
5877
|
-
Mpeg2Settings: (_) =>
|
|
5878
|
-
ProresSettings: (_) =>
|
|
5879
|
-
Vc3Settings: (_) =>
|
|
5880
|
-
Vp8Settings: (_) =>
|
|
5881
|
-
Vp9Settings: (_) =>
|
|
5882
|
-
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`],
|
|
5883
5915
|
});
|
|
5884
5916
|
};
|
|
5885
5917
|
const de_VideoDescription = (output, context) => {
|
|
5886
5918
|
return (0, smithy_client_1.take)(output, {
|
|
5887
5919
|
AfdSignaling: [, smithy_client_1.expectString, `afdSignaling`],
|
|
5888
5920
|
AntiAlias: [, smithy_client_1.expectString, `antiAlias`],
|
|
5889
|
-
CodecSettings: (_) =>
|
|
5921
|
+
CodecSettings: [, (_) => de_VideoCodecSettings(_, context), `codecSettings`],
|
|
5890
5922
|
ColorMetadata: [, smithy_client_1.expectString, `colorMetadata`],
|
|
5891
|
-
Crop: (_) =>
|
|
5923
|
+
Crop: [, (_) => de_Rectangle(_, context), `crop`],
|
|
5892
5924
|
DropFrameTimecode: [, smithy_client_1.expectString, `dropFrameTimecode`],
|
|
5893
5925
|
FixedAfd: [, smithy_client_1.expectInt32, `fixedAfd`],
|
|
5894
5926
|
Height: [, smithy_client_1.expectInt32, `height`],
|
|
5895
|
-
Position: (_) =>
|
|
5927
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5896
5928
|
RespondToAfd: [, smithy_client_1.expectString, `respondToAfd`],
|
|
5897
5929
|
ScalingBehavior: [, smithy_client_1.expectString, `scalingBehavior`],
|
|
5898
5930
|
Sharpness: [, smithy_client_1.expectInt32, `sharpness`],
|
|
5899
5931
|
TimecodeInsertion: [, smithy_client_1.expectString, `timecodeInsertion`],
|
|
5900
|
-
VideoPreprocessors: (_) =>
|
|
5932
|
+
VideoPreprocessors: [, (_) => de_VideoPreprocessor(_, context), `videoPreprocessors`],
|
|
5901
5933
|
Width: [, smithy_client_1.expectInt32, `width`],
|
|
5902
5934
|
});
|
|
5903
5935
|
};
|
|
@@ -5909,14 +5941,14 @@ const de_VideoDetail = (output, context) => {
|
|
|
5909
5941
|
};
|
|
5910
5942
|
const de_VideoPreprocessor = (output, context) => {
|
|
5911
5943
|
return (0, smithy_client_1.take)(output, {
|
|
5912
|
-
ColorCorrector: (_) =>
|
|
5913
|
-
Deinterlacer: (_) =>
|
|
5914
|
-
DolbyVision: (_) =>
|
|
5915
|
-
Hdr10Plus: (_) =>
|
|
5916
|
-
ImageInserter: (_) =>
|
|
5917
|
-
NoiseReducer: (_) =>
|
|
5918
|
-
PartnerWatermarking: (_) =>
|
|
5919
|
-
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`],
|
|
5920
5952
|
});
|
|
5921
5953
|
};
|
|
5922
5954
|
const de_VideoSelector = (output, context) => {
|
|
@@ -5925,7 +5957,7 @@ const de_VideoSelector = (output, context) => {
|
|
|
5925
5957
|
ColorSpace: [, smithy_client_1.expectString, `colorSpace`],
|
|
5926
5958
|
ColorSpaceUsage: [, smithy_client_1.expectString, `colorSpaceUsage`],
|
|
5927
5959
|
EmbeddedTimecodeOverride: [, smithy_client_1.expectString, `embeddedTimecodeOverride`],
|
|
5928
|
-
Hdr10Metadata: (_) =>
|
|
5960
|
+
Hdr10Metadata: [, (_) => de_Hdr10Metadata(_, context), `hdr10Metadata`],
|
|
5929
5961
|
PadVideo: [, smithy_client_1.expectString, `padVideo`],
|
|
5930
5962
|
Pid: [, smithy_client_1.expectInt32, `pid`],
|
|
5931
5963
|
ProgramNumber: [, smithy_client_1.expectInt32, `programNumber`],
|
|
@@ -6054,23 +6086,23 @@ const de_XavcSettings = (output, context) => {
|
|
|
6054
6086
|
Softness: [, smithy_client_1.expectInt32, `softness`],
|
|
6055
6087
|
SpatialAdaptiveQuantization: [, smithy_client_1.expectString, `spatialAdaptiveQuantization`],
|
|
6056
6088
|
TemporalAdaptiveQuantization: [, smithy_client_1.expectString, `temporalAdaptiveQuantization`],
|
|
6057
|
-
Xavc4kIntraCbgProfileSettings:
|
|
6089
|
+
Xavc4kIntraCbgProfileSettings: [
|
|
6058
6090
|
,
|
|
6059
|
-
de_Xavc4kIntraCbgProfileSettings(_, context),
|
|
6091
|
+
(_) => de_Xavc4kIntraCbgProfileSettings(_, context),
|
|
6060
6092
|
`xavc4kIntraCbgProfileSettings`,
|
|
6061
6093
|
],
|
|
6062
|
-
Xavc4kIntraVbrProfileSettings:
|
|
6094
|
+
Xavc4kIntraVbrProfileSettings: [
|
|
6063
6095
|
,
|
|
6064
|
-
de_Xavc4kIntraVbrProfileSettings(_, context),
|
|
6096
|
+
(_) => de_Xavc4kIntraVbrProfileSettings(_, context),
|
|
6065
6097
|
`xavc4kIntraVbrProfileSettings`,
|
|
6066
6098
|
],
|
|
6067
|
-
Xavc4kProfileSettings: (_) =>
|
|
6068
|
-
XavcHdIntraCbgProfileSettings:
|
|
6099
|
+
Xavc4kProfileSettings: [, (_) => de_Xavc4kProfileSettings(_, context), `xavc4kProfileSettings`],
|
|
6100
|
+
XavcHdIntraCbgProfileSettings: [
|
|
6069
6101
|
,
|
|
6070
|
-
de_XavcHdIntraCbgProfileSettings(_, context),
|
|
6102
|
+
(_) => de_XavcHdIntraCbgProfileSettings(_, context),
|
|
6071
6103
|
`xavcHdIntraCbgProfileSettings`,
|
|
6072
6104
|
],
|
|
6073
|
-
XavcHdProfileSettings: (_) =>
|
|
6105
|
+
XavcHdProfileSettings: [, (_) => de_XavcHdProfileSettings(_, context), `xavcHdProfileSettings`],
|
|
6074
6106
|
});
|
|
6075
6107
|
};
|
|
6076
6108
|
const deserializeMetadata = (output) => ({
|