aws-sdk-mediaconvert 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -62,6 +62,19 @@ module Aws::MediaConvert
62
62
  CaptionSourceSettings = Shapes::StructureShape.new(name: 'CaptionSourceSettings')
63
63
  CaptionSourceType = Shapes::StringShape.new(name: 'CaptionSourceType')
64
64
  ChannelMapping = Shapes::StructureShape.new(name: 'ChannelMapping')
65
+ CmafClientCache = Shapes::StringShape.new(name: 'CmafClientCache')
66
+ CmafCodecSpecification = Shapes::StringShape.new(name: 'CmafCodecSpecification')
67
+ CmafEncryptionSettings = Shapes::StructureShape.new(name: 'CmafEncryptionSettings')
68
+ CmafEncryptionType = Shapes::StringShape.new(name: 'CmafEncryptionType')
69
+ CmafGroupSettings = Shapes::StructureShape.new(name: 'CmafGroupSettings')
70
+ CmafInitializationVectorInManifest = Shapes::StringShape.new(name: 'CmafInitializationVectorInManifest')
71
+ CmafKeyProviderType = Shapes::StringShape.new(name: 'CmafKeyProviderType')
72
+ CmafManifestCompression = Shapes::StringShape.new(name: 'CmafManifestCompression')
73
+ CmafManifestDurationFormat = Shapes::StringShape.new(name: 'CmafManifestDurationFormat')
74
+ CmafSegmentControl = Shapes::StringShape.new(name: 'CmafSegmentControl')
75
+ CmafStreamInfResolution = Shapes::StringShape.new(name: 'CmafStreamInfResolution')
76
+ CmafWriteDASHManifest = Shapes::StringShape.new(name: 'CmafWriteDASHManifest')
77
+ CmafWriteHLSManifest = Shapes::StringShape.new(name: 'CmafWriteHLSManifest')
65
78
  ColorCorrector = Shapes::StructureShape.new(name: 'ColorCorrector')
66
79
  ColorMetadata = Shapes::StringShape.new(name: 'ColorMetadata')
67
80
  ColorSpace = Shapes::StringShape.new(name: 'ColorSpace')
@@ -186,6 +199,7 @@ module Aws::MediaConvert
186
199
  H265TemporalIds = Shapes::StringShape.new(name: 'H265TemporalIds')
187
200
  H265Tiles = Shapes::StringShape.new(name: 'H265Tiles')
188
201
  H265UnregisteredSeiTimecode = Shapes::StringShape.new(name: 'H265UnregisteredSeiTimecode')
202
+ H265WriteMp4PackagingType = Shapes::StringShape.new(name: 'H265WriteMp4PackagingType')
189
203
  Hdr10Metadata = Shapes::StructureShape.new(name: 'Hdr10Metadata')
190
204
  HlsAdMarkers = Shapes::StringShape.new(name: 'HlsAdMarkers')
191
205
  HlsAudioTrackType = Shapes::StringShape.new(name: 'HlsAudioTrackType')
@@ -231,28 +245,6 @@ module Aws::MediaConvert
231
245
  ListJobTemplatesResponse = Shapes::StructureShape.new(name: 'ListJobTemplatesResponse')
232
246
  ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
233
247
  ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
234
- ListOfAudioDescription = Shapes::ListShape.new(name: 'ListOfAudioDescription')
235
- ListOfCaptionDescription = Shapes::ListShape.new(name: 'ListOfCaptionDescription')
236
- ListOfCaptionDescriptionPreset = Shapes::ListShape.new(name: 'ListOfCaptionDescriptionPreset')
237
- ListOfEndpoint = Shapes::ListShape.new(name: 'ListOfEndpoint')
238
- ListOfHlsAdMarkers = Shapes::ListShape.new(name: 'ListOfHlsAdMarkers')
239
- ListOfHlsCaptionLanguageMapping = Shapes::ListShape.new(name: 'ListOfHlsCaptionLanguageMapping')
240
- ListOfId3Insertion = Shapes::ListShape.new(name: 'ListOfId3Insertion')
241
- ListOfInput = Shapes::ListShape.new(name: 'ListOfInput')
242
- ListOfInputClipping = Shapes::ListShape.new(name: 'ListOfInputClipping')
243
- ListOfInputTemplate = Shapes::ListShape.new(name: 'ListOfInputTemplate')
244
- ListOfInsertableImage = Shapes::ListShape.new(name: 'ListOfInsertableImage')
245
- ListOfJob = Shapes::ListShape.new(name: 'ListOfJob')
246
- ListOfJobTemplate = Shapes::ListShape.new(name: 'ListOfJobTemplate')
247
- ListOfOutput = Shapes::ListShape.new(name: 'ListOfOutput')
248
- ListOfOutputChannelMapping = Shapes::ListShape.new(name: 'ListOfOutputChannelMapping')
249
- ListOfOutputDetail = Shapes::ListShape.new(name: 'ListOfOutputDetail')
250
- ListOfOutputGroup = Shapes::ListShape.new(name: 'ListOfOutputGroup')
251
- ListOfOutputGroupDetail = Shapes::ListShape.new(name: 'ListOfOutputGroupDetail')
252
- ListOfPreset = Shapes::ListShape.new(name: 'ListOfPreset')
253
- ListOfQueue = Shapes::ListShape.new(name: 'ListOfQueue')
254
- ListOf__integer = Shapes::ListShape.new(name: 'ListOf__integer')
255
- ListOf__string = Shapes::ListShape.new(name: 'ListOf__string')
256
248
  ListPresetsRequest = Shapes::StructureShape.new(name: 'ListPresetsRequest')
257
249
  ListPresetsResponse = Shapes::StructureShape.new(name: 'ListPresetsResponse')
258
250
  ListQueuesRequest = Shapes::StructureShape.new(name: 'ListQueuesRequest')
@@ -273,10 +265,6 @@ module Aws::MediaConvert
273
265
  M3u8PcrControl = Shapes::StringShape.new(name: 'M3u8PcrControl')
274
266
  M3u8Scte35Source = Shapes::StringShape.new(name: 'M3u8Scte35Source')
275
267
  M3u8Settings = Shapes::StructureShape.new(name: 'M3u8Settings')
276
- MapOfAudioSelector = Shapes::MapShape.new(name: 'MapOfAudioSelector')
277
- MapOfAudioSelectorGroup = Shapes::MapShape.new(name: 'MapOfAudioSelectorGroup')
278
- MapOfCaptionSelector = Shapes::MapShape.new(name: 'MapOfCaptionSelector')
279
- MapOf__string = Shapes::MapShape.new(name: 'MapOf__string')
280
268
  MovClapAtom = Shapes::StringShape.new(name: 'MovClapAtom')
281
269
  MovCslgAtom = Shapes::StringShape.new(name: 'MovCslgAtom')
282
270
  MovMpeg2FourCCControl = Shapes::StringShape.new(name: 'MovMpeg2FourCCControl')
@@ -374,46 +362,167 @@ module Aws::MediaConvert
374
362
  VideoPreprocessor = Shapes::StructureShape.new(name: 'VideoPreprocessor')
375
363
  VideoSelector = Shapes::StructureShape.new(name: 'VideoSelector')
376
364
  VideoTimecodeInsertion = Shapes::StringShape.new(name: 'VideoTimecodeInsertion')
365
+ WavFormat = Shapes::StringShape.new(name: 'WavFormat')
377
366
  WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
378
367
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
379
368
  __double = Shapes::FloatShape.new(name: '__double')
369
+ __doubleMin0 = Shapes::FloatShape.new(name: '__doubleMin0')
370
+ __doubleMinNegative59Max0 = Shapes::FloatShape.new(name: '__doubleMinNegative59Max0')
371
+ __doubleMinNegative60Max3 = Shapes::FloatShape.new(name: '__doubleMinNegative60Max3')
372
+ __doubleMinNegative60MaxNegative1 = Shapes::FloatShape.new(name: '__doubleMinNegative60MaxNegative1')
380
373
  __integer = Shapes::IntegerShape.new(name: '__integer')
374
+ __integerMin0Max10 = Shapes::IntegerShape.new(name: '__integerMin0Max10')
375
+ __integerMin0Max100 = Shapes::IntegerShape.new(name: '__integerMin0Max100')
376
+ __integerMin0Max1000 = Shapes::IntegerShape.new(name: '__integerMin0Max1000')
377
+ __integerMin0Max10000 = Shapes::IntegerShape.new(name: '__integerMin0Max10000')
378
+ __integerMin0Max1152000000 = Shapes::IntegerShape.new(name: '__integerMin0Max1152000000')
379
+ __integerMin0Max128 = Shapes::IntegerShape.new(name: '__integerMin0Max128')
380
+ __integerMin0Max1466400000 = Shapes::IntegerShape.new(name: '__integerMin0Max1466400000')
381
+ __integerMin0Max15 = Shapes::IntegerShape.new(name: '__integerMin0Max15')
382
+ __integerMin0Max16 = Shapes::IntegerShape.new(name: '__integerMin0Max16')
383
+ __integerMin0Max2147483647 = Shapes::IntegerShape.new(name: '__integerMin0Max2147483647')
384
+ __integerMin0Max255 = Shapes::IntegerShape.new(name: '__integerMin0Max255')
385
+ __integerMin0Max3 = Shapes::IntegerShape.new(name: '__integerMin0Max3')
386
+ __integerMin0Max30 = Shapes::IntegerShape.new(name: '__integerMin0Max30')
387
+ __integerMin0Max3600 = Shapes::IntegerShape.new(name: '__integerMin0Max3600')
388
+ __integerMin0Max47185920 = Shapes::IntegerShape.new(name: '__integerMin0Max47185920')
389
+ __integerMin0Max500 = Shapes::IntegerShape.new(name: '__integerMin0Max500')
390
+ __integerMin0Max50000 = Shapes::IntegerShape.new(name: '__integerMin0Max50000')
391
+ __integerMin0Max65535 = Shapes::IntegerShape.new(name: '__integerMin0Max65535')
392
+ __integerMin0Max7 = Shapes::IntegerShape.new(name: '__integerMin0Max7')
393
+ __integerMin0Max8 = Shapes::IntegerShape.new(name: '__integerMin0Max8')
394
+ __integerMin0Max9 = Shapes::IntegerShape.new(name: '__integerMin0Max9')
395
+ __integerMin0Max96 = Shapes::IntegerShape.new(name: '__integerMin0Max96')
396
+ __integerMin0Max99 = Shapes::IntegerShape.new(name: '__integerMin0Max99')
397
+ __integerMin1000Max1152000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max1152000000')
398
+ __integerMin1000Max1466400000 = Shapes::IntegerShape.new(name: '__integerMin1000Max1466400000')
399
+ __integerMin1000Max288000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max288000000')
400
+ __integerMin1000Max30000 = Shapes::IntegerShape.new(name: '__integerMin1000Max30000')
401
+ __integerMin1000Max300000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max300000000')
402
+ __integerMin10Max48 = Shapes::IntegerShape.new(name: '__integerMin10Max48')
403
+ __integerMin16Max24 = Shapes::IntegerShape.new(name: '__integerMin16Max24')
404
+ __integerMin1Max1 = Shapes::IntegerShape.new(name: '__integerMin1Max1')
405
+ __integerMin1Max100 = Shapes::IntegerShape.new(name: '__integerMin1Max100')
406
+ __integerMin1Max10000000 = Shapes::IntegerShape.new(name: '__integerMin1Max10000000')
407
+ __integerMin1Max1001 = Shapes::IntegerShape.new(name: '__integerMin1Max1001')
408
+ __integerMin1Max16 = Shapes::IntegerShape.new(name: '__integerMin1Max16')
409
+ __integerMin1Max2 = Shapes::IntegerShape.new(name: '__integerMin1Max2')
410
+ __integerMin1Max2147483647 = Shapes::IntegerShape.new(name: '__integerMin1Max2147483647')
411
+ __integerMin1Max31 = Shapes::IntegerShape.new(name: '__integerMin1Max31')
412
+ __integerMin1Max32 = Shapes::IntegerShape.new(name: '__integerMin1Max32')
413
+ __integerMin1Max4 = Shapes::IntegerShape.new(name: '__integerMin1Max4')
414
+ __integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
415
+ __integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
416
+ __integerMin24Max60000 = Shapes::IntegerShape.new(name: '__integerMin24Max60000')
417
+ __integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
418
+ __integerMin25Max2000 = Shapes::IntegerShape.new(name: '__integerMin25Max2000')
419
+ __integerMin32000Max384000 = Shapes::IntegerShape.new(name: '__integerMin32000Max384000')
420
+ __integerMin32000Max48000 = Shapes::IntegerShape.new(name: '__integerMin32000Max48000')
421
+ __integerMin32Max2160 = Shapes::IntegerShape.new(name: '__integerMin32Max2160')
422
+ __integerMin32Max4096 = Shapes::IntegerShape.new(name: '__integerMin32Max4096')
423
+ __integerMin32Max8182 = Shapes::IntegerShape.new(name: '__integerMin32Max8182')
424
+ __integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
425
+ __integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
426
+ __integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
427
+ __integerMin8000Max192000 = Shapes::IntegerShape.new(name: '__integerMin8000Max192000')
428
+ __integerMin8000Max96000 = Shapes::IntegerShape.new(name: '__integerMin8000Max96000')
429
+ __integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
430
+ __integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
431
+ __integerMinNegative180Max180 = Shapes::IntegerShape.new(name: '__integerMinNegative180Max180')
432
+ __integerMinNegative2147483648Max2147483647 = Shapes::IntegerShape.new(name: '__integerMinNegative2147483648Max2147483647')
433
+ __integerMinNegative2Max3 = Shapes::IntegerShape.new(name: '__integerMinNegative2Max3')
434
+ __integerMinNegative5Max5 = Shapes::IntegerShape.new(name: '__integerMinNegative5Max5')
435
+ __integerMinNegative60Max6 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max6')
436
+ __integerMinNegative70Max0 = Shapes::IntegerShape.new(name: '__integerMinNegative70Max0')
437
+ __listOfAudioDescription = Shapes::ListShape.new(name: '__listOfAudioDescription')
438
+ __listOfCaptionDescription = Shapes::ListShape.new(name: '__listOfCaptionDescription')
439
+ __listOfCaptionDescriptionPreset = Shapes::ListShape.new(name: '__listOfCaptionDescriptionPreset')
440
+ __listOfEndpoint = Shapes::ListShape.new(name: '__listOfEndpoint')
441
+ __listOfHlsAdMarkers = Shapes::ListShape.new(name: '__listOfHlsAdMarkers')
442
+ __listOfHlsCaptionLanguageMapping = Shapes::ListShape.new(name: '__listOfHlsCaptionLanguageMapping')
443
+ __listOfId3Insertion = Shapes::ListShape.new(name: '__listOfId3Insertion')
444
+ __listOfInput = Shapes::ListShape.new(name: '__listOfInput')
445
+ __listOfInputClipping = Shapes::ListShape.new(name: '__listOfInputClipping')
446
+ __listOfInputTemplate = Shapes::ListShape.new(name: '__listOfInputTemplate')
447
+ __listOfInsertableImage = Shapes::ListShape.new(name: '__listOfInsertableImage')
448
+ __listOfJob = Shapes::ListShape.new(name: '__listOfJob')
449
+ __listOfJobTemplate = Shapes::ListShape.new(name: '__listOfJobTemplate')
450
+ __listOfOutput = Shapes::ListShape.new(name: '__listOfOutput')
451
+ __listOfOutputChannelMapping = Shapes::ListShape.new(name: '__listOfOutputChannelMapping')
452
+ __listOfOutputDetail = Shapes::ListShape.new(name: '__listOfOutputDetail')
453
+ __listOfOutputGroup = Shapes::ListShape.new(name: '__listOfOutputGroup')
454
+ __listOfOutputGroupDetail = Shapes::ListShape.new(name: '__listOfOutputGroupDetail')
455
+ __listOfPreset = Shapes::ListShape.new(name: '__listOfPreset')
456
+ __listOfQueue = Shapes::ListShape.new(name: '__listOfQueue')
457
+ __listOf__integerMin1Max2147483647 = Shapes::ListShape.new(name: '__listOf__integerMin1Max2147483647')
458
+ __listOf__integerMin32Max8182 = Shapes::ListShape.new(name: '__listOf__integerMin32Max8182')
459
+ __listOf__integerMinNegative60Max6 = Shapes::ListShape.new(name: '__listOf__integerMinNegative60Max6')
460
+ __listOf__stringMin1 = Shapes::ListShape.new(name: '__listOf__stringMin1')
461
+ __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::ListShape.new(name: '__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
462
+ __long = Shapes::IntegerShape.new(name: '__long')
463
+ __mapOfAudioSelector = Shapes::MapShape.new(name: '__mapOfAudioSelector')
464
+ __mapOfAudioSelectorGroup = Shapes::MapShape.new(name: '__mapOfAudioSelectorGroup')
465
+ __mapOfCaptionSelector = Shapes::MapShape.new(name: '__mapOfCaptionSelector')
466
+ __mapOf__string = Shapes::MapShape.new(name: '__mapOf__string')
381
467
  __string = Shapes::StringShape.new(name: '__string')
382
- __timestamp = Shapes::TimestampShape.new(name: '__timestamp')
468
+ __stringMin0 = Shapes::StringShape.new(name: '__stringMin0')
469
+ __stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
470
+ __stringMin14PatternS3BmpBMPPngPNG = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNG')
471
+ __stringMin14PatternS3BmpBMPPngPNGTgaTGA = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNGTgaTGA')
472
+ __stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI = Shapes::StringShape.new(name: '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI')
473
+ __stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
474
+ __stringMin32Max32Pattern09aFAF32 = Shapes::StringShape.new(name: '__stringMin32Max32Pattern09aFAF32')
475
+ __stringMin3Max3Pattern1809aFAF09aEAE = Shapes::StringShape.new(name: '__stringMin3Max3Pattern1809aFAF09aEAE')
476
+ __stringPattern = Shapes::StringShape.new(name: '__stringPattern')
477
+ __stringPattern010920405090509092 = Shapes::StringShape.new(name: '__stringPattern010920405090509092')
478
+ __stringPattern01D20305D205D = Shapes::StringShape.new(name: '__stringPattern01D20305D205D')
479
+ __stringPattern0940191020191209301 = Shapes::StringShape.new(name: '__stringPattern0940191020191209301')
480
+ __stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::StringShape.new(name: '__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
481
+ __stringPatternAZaZ0902 = Shapes::StringShape.new(name: '__stringPatternAZaZ0902')
482
+ __stringPatternAZaZ0932 = Shapes::StringShape.new(name: '__stringPatternAZaZ0932')
483
+ __stringPatternDD = Shapes::StringShape.new(name: '__stringPatternDD')
484
+ __stringPatternHttps = Shapes::StringShape.new(name: '__stringPatternHttps')
485
+ __stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
486
+ __stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
487
+ __stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM = Shapes::StringShape.new(name: '__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM')
488
+ __stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE = Shapes::StringShape.new(name: '__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE')
489
+ __stringPatternWS = Shapes::StringShape.new(name: '__stringPatternWS')
490
+ __timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
491
+ __timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
383
492
 
384
493
  AacSettings.add_member(:audio_description_broadcaster_mix, Shapes::ShapeRef.new(shape: AacAudioDescriptionBroadcasterMix, location_name: "audioDescriptionBroadcasterMix"))
385
- AacSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "bitrate"))
494
+ AacSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin6000Max1024000, location_name: "bitrate"))
386
495
  AacSettings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: AacCodecProfile, location_name: "codecProfile"))
387
- AacSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: AacCodingMode, location_name: "codingMode"))
496
+ AacSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: AacCodingMode, required: true, location_name: "codingMode"))
388
497
  AacSettings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: AacRateControlMode, location_name: "rateControlMode"))
389
498
  AacSettings.add_member(:raw_format, Shapes::ShapeRef.new(shape: AacRawFormat, location_name: "rawFormat"))
390
- AacSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "sampleRate"))
499
+ AacSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin8000Max96000, required: true, location_name: "sampleRate"))
391
500
  AacSettings.add_member(:specification, Shapes::ShapeRef.new(shape: AacSpecification, location_name: "specification"))
392
501
  AacSettings.add_member(:vbr_quality, Shapes::ShapeRef.new(shape: AacVbrQuality, location_name: "vbrQuality"))
393
502
  AacSettings.struct_class = Types::AacSettings
394
503
 
395
- Ac3Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "bitrate"))
504
+ Ac3Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin64000Max640000, location_name: "bitrate"))
396
505
  Ac3Settings.add_member(:bitstream_mode, Shapes::ShapeRef.new(shape: Ac3BitstreamMode, location_name: "bitstreamMode"))
397
506
  Ac3Settings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: Ac3CodingMode, location_name: "codingMode"))
398
- Ac3Settings.add_member(:dialnorm, Shapes::ShapeRef.new(shape: __integer, location_name: "dialnorm"))
507
+ Ac3Settings.add_member(:dialnorm, Shapes::ShapeRef.new(shape: __integerMin1Max31, location_name: "dialnorm"))
399
508
  Ac3Settings.add_member(:dynamic_range_compression_profile, Shapes::ShapeRef.new(shape: Ac3DynamicRangeCompressionProfile, location_name: "dynamicRangeCompressionProfile"))
400
509
  Ac3Settings.add_member(:lfe_filter, Shapes::ShapeRef.new(shape: Ac3LfeFilter, location_name: "lfeFilter"))
401
510
  Ac3Settings.add_member(:metadata_control, Shapes::ShapeRef.new(shape: Ac3MetadataControl, location_name: "metadataControl"))
402
- Ac3Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "sampleRate"))
511
+ Ac3Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin48000Max48000, location_name: "sampleRate"))
403
512
  Ac3Settings.struct_class = Types::Ac3Settings
404
513
 
405
- AiffSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integer, location_name: "bitDepth"))
406
- AiffSettings.add_member(:channels, Shapes::ShapeRef.new(shape: __integer, location_name: "channels"))
407
- AiffSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "sampleRate"))
514
+ AiffSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integerMin16Max24, location_name: "bitDepth"))
515
+ AiffSettings.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max2, location_name: "channels"))
516
+ AiffSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin8000Max192000, location_name: "sampleRate"))
408
517
  AiffSettings.struct_class = Types::AiffSettings
409
518
 
410
- AncillarySourceSettings.add_member(:source_ancillary_channel_number, Shapes::ShapeRef.new(shape: __integer, location_name: "sourceAncillaryChannelNumber"))
519
+ AncillarySourceSettings.add_member(:source_ancillary_channel_number, Shapes::ShapeRef.new(shape: __integerMin1Max4, location_name: "sourceAncillaryChannelNumber"))
411
520
  AncillarySourceSettings.struct_class = Types::AncillarySourceSettings
412
521
 
413
522
  AudioCodecSettings.add_member(:aac_settings, Shapes::ShapeRef.new(shape: AacSettings, location_name: "aacSettings"))
414
523
  AudioCodecSettings.add_member(:ac_3_settings, Shapes::ShapeRef.new(shape: Ac3Settings, location_name: "ac3Settings"))
415
524
  AudioCodecSettings.add_member(:aiff_settings, Shapes::ShapeRef.new(shape: AiffSettings, location_name: "aiffSettings"))
416
- AudioCodecSettings.add_member(:codec, Shapes::ShapeRef.new(shape: AudioCodec, location_name: "codec"))
525
+ AudioCodecSettings.add_member(:codec, Shapes::ShapeRef.new(shape: AudioCodec, required: true, location_name: "codec"))
417
526
  AudioCodecSettings.add_member(:eac_3_settings, Shapes::ShapeRef.new(shape: Eac3Settings, location_name: "eac3Settings"))
418
527
  AudioCodecSettings.add_member(:mp_2_settings, Shapes::ShapeRef.new(shape: Mp2Settings, location_name: "mp2Settings"))
419
528
  AudioCodecSettings.add_member(:wav_settings, Shapes::ShapeRef.new(shape: WavSettings, location_name: "wavSettings"))
@@ -421,56 +530,56 @@ module Aws::MediaConvert
421
530
 
422
531
  AudioDescription.add_member(:audio_normalization_settings, Shapes::ShapeRef.new(shape: AudioNormalizationSettings, location_name: "audioNormalizationSettings"))
423
532
  AudioDescription.add_member(:audio_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "audioSourceName"))
424
- AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: __integer, location_name: "audioType"))
533
+ AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "audioType"))
425
534
  AudioDescription.add_member(:audio_type_control, Shapes::ShapeRef.new(shape: AudioTypeControl, location_name: "audioTypeControl"))
426
- AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, location_name: "codecSettings"))
535
+ AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, required: true, location_name: "codecSettings"))
427
536
  AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
428
537
  AudioDescription.add_member(:language_code_control, Shapes::ShapeRef.new(shape: AudioLanguageCodeControl, location_name: "languageCodeControl"))
429
538
  AudioDescription.add_member(:remix_settings, Shapes::ShapeRef.new(shape: RemixSettings, location_name: "remixSettings"))
430
- AudioDescription.add_member(:stream_name, Shapes::ShapeRef.new(shape: __string, location_name: "streamName"))
539
+ AudioDescription.add_member(:stream_name, Shapes::ShapeRef.new(shape: __stringPatternWS, location_name: "streamName"))
431
540
  AudioDescription.struct_class = Types::AudioDescription
432
541
 
433
542
  AudioNormalizationSettings.add_member(:algorithm, Shapes::ShapeRef.new(shape: AudioNormalizationAlgorithm, location_name: "algorithm"))
434
543
  AudioNormalizationSettings.add_member(:algorithm_control, Shapes::ShapeRef.new(shape: AudioNormalizationAlgorithmControl, location_name: "algorithmControl"))
435
- AudioNormalizationSettings.add_member(:correction_gate_level, Shapes::ShapeRef.new(shape: __integer, location_name: "correctionGateLevel"))
544
+ AudioNormalizationSettings.add_member(:correction_gate_level, Shapes::ShapeRef.new(shape: __integerMinNegative70Max0, location_name: "correctionGateLevel"))
436
545
  AudioNormalizationSettings.add_member(:loudness_logging, Shapes::ShapeRef.new(shape: AudioNormalizationLoudnessLogging, location_name: "loudnessLogging"))
437
546
  AudioNormalizationSettings.add_member(:peak_calculation, Shapes::ShapeRef.new(shape: AudioNormalizationPeakCalculation, location_name: "peakCalculation"))
438
- AudioNormalizationSettings.add_member(:target_lkfs, Shapes::ShapeRef.new(shape: __double, location_name: "targetLkfs"))
547
+ AudioNormalizationSettings.add_member(:target_lkfs, Shapes::ShapeRef.new(shape: __doubleMinNegative59Max0, location_name: "targetLkfs"))
439
548
  AudioNormalizationSettings.struct_class = Types::AudioNormalizationSettings
440
549
 
441
550
  AudioSelector.add_member(:default_selection, Shapes::ShapeRef.new(shape: AudioDefaultSelection, location_name: "defaultSelection"))
442
- AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape: __string, location_name: "externalAudioFileInput"))
551
+ AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE, location_name: "externalAudioFileInput"))
443
552
  AudioSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
444
- AudioSelector.add_member(:offset, Shapes::ShapeRef.new(shape: __integer, location_name: "offset"))
445
- AudioSelector.add_member(:pids, Shapes::ShapeRef.new(shape: ListOf__integer, location_name: "pids"))
446
- AudioSelector.add_member(:program_selection, Shapes::ShapeRef.new(shape: __integer, location_name: "programSelection"))
553
+ AudioSelector.add_member(:offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "offset"))
554
+ AudioSelector.add_member(:pids, Shapes::ShapeRef.new(shape: __listOf__integerMin1Max2147483647, location_name: "pids"))
555
+ AudioSelector.add_member(:program_selection, Shapes::ShapeRef.new(shape: __integerMin0Max8, location_name: "programSelection"))
447
556
  AudioSelector.add_member(:remix_settings, Shapes::ShapeRef.new(shape: RemixSettings, location_name: "remixSettings"))
448
557
  AudioSelector.add_member(:selector_type, Shapes::ShapeRef.new(shape: AudioSelectorType, location_name: "selectorType"))
449
- AudioSelector.add_member(:tracks, Shapes::ShapeRef.new(shape: ListOf__integer, location_name: "tracks"))
558
+ AudioSelector.add_member(:tracks, Shapes::ShapeRef.new(shape: __listOf__integerMin1Max2147483647, location_name: "tracks"))
450
559
  AudioSelector.struct_class = Types::AudioSelector
451
560
 
452
- AudioSelectorGroup.add_member(:audio_selector_names, Shapes::ShapeRef.new(shape: ListOf__string, location_name: "audioSelectorNames"))
561
+ AudioSelectorGroup.add_member(:audio_selector_names, Shapes::ShapeRef.new(shape: __listOf__stringMin1, required: true, location_name: "audioSelectorNames"))
453
562
  AudioSelectorGroup.struct_class = Types::AudioSelectorGroup
454
563
 
455
- AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: __string, location_name: "availBlankingImage"))
564
+ AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: __stringMin14PatternS3BmpBMPPngPNG, location_name: "availBlankingImage"))
456
565
  AvailBlanking.struct_class = Types::AvailBlanking
457
566
 
458
- BurninDestinationSettings.add_member(:alignment, Shapes::ShapeRef.new(shape: BurninSubtitleAlignment, location_name: "alignment"))
567
+ BurninDestinationSettings.add_member(:alignment, Shapes::ShapeRef.new(shape: BurninSubtitleAlignment, required: true, location_name: "alignment"))
459
568
  BurninDestinationSettings.add_member(:background_color, Shapes::ShapeRef.new(shape: BurninSubtitleBackgroundColor, location_name: "backgroundColor"))
460
- BurninDestinationSettings.add_member(:background_opacity, Shapes::ShapeRef.new(shape: __integer, location_name: "backgroundOpacity"))
569
+ BurninDestinationSettings.add_member(:background_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "backgroundOpacity"))
461
570
  BurninDestinationSettings.add_member(:font_color, Shapes::ShapeRef.new(shape: BurninSubtitleFontColor, location_name: "fontColor"))
462
- BurninDestinationSettings.add_member(:font_opacity, Shapes::ShapeRef.new(shape: __integer, location_name: "fontOpacity"))
463
- BurninDestinationSettings.add_member(:font_resolution, Shapes::ShapeRef.new(shape: __integer, location_name: "fontResolution"))
464
- BurninDestinationSettings.add_member(:font_size, Shapes::ShapeRef.new(shape: __integer, location_name: "fontSize"))
465
- BurninDestinationSettings.add_member(:outline_color, Shapes::ShapeRef.new(shape: BurninSubtitleOutlineColor, location_name: "outlineColor"))
466
- BurninDestinationSettings.add_member(:outline_size, Shapes::ShapeRef.new(shape: __integer, location_name: "outlineSize"))
571
+ BurninDestinationSettings.add_member(:font_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, required: true, location_name: "fontOpacity"))
572
+ BurninDestinationSettings.add_member(:font_resolution, Shapes::ShapeRef.new(shape: __integerMin96Max600, location_name: "fontResolution"))
573
+ BurninDestinationSettings.add_member(:font_size, Shapes::ShapeRef.new(shape: __integerMin0Max96, location_name: "fontSize"))
574
+ BurninDestinationSettings.add_member(:outline_color, Shapes::ShapeRef.new(shape: BurninSubtitleOutlineColor, required: true, location_name: "outlineColor"))
575
+ BurninDestinationSettings.add_member(:outline_size, Shapes::ShapeRef.new(shape: __integerMin0Max10, required: true, location_name: "outlineSize"))
467
576
  BurninDestinationSettings.add_member(:shadow_color, Shapes::ShapeRef.new(shape: BurninSubtitleShadowColor, location_name: "shadowColor"))
468
- BurninDestinationSettings.add_member(:shadow_opacity, Shapes::ShapeRef.new(shape: __integer, location_name: "shadowOpacity"))
469
- BurninDestinationSettings.add_member(:shadow_x_offset, Shapes::ShapeRef.new(shape: __integer, location_name: "shadowXOffset"))
470
- BurninDestinationSettings.add_member(:shadow_y_offset, Shapes::ShapeRef.new(shape: __integer, location_name: "shadowYOffset"))
577
+ BurninDestinationSettings.add_member(:shadow_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "shadowOpacity"))
578
+ BurninDestinationSettings.add_member(:shadow_x_offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "shadowXOffset"))
579
+ BurninDestinationSettings.add_member(:shadow_y_offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "shadowYOffset"))
471
580
  BurninDestinationSettings.add_member(:teletext_spacing, Shapes::ShapeRef.new(shape: BurninSubtitleTeletextSpacing, location_name: "teletextSpacing"))
472
- BurninDestinationSettings.add_member(:x_position, Shapes::ShapeRef.new(shape: __integer, location_name: "xPosition"))
473
- BurninDestinationSettings.add_member(:y_position, Shapes::ShapeRef.new(shape: __integer, location_name: "yPosition"))
581
+ BurninDestinationSettings.add_member(:x_position, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "xPosition"))
582
+ BurninDestinationSettings.add_member(:y_position, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "yPosition"))
474
583
  BurninDestinationSettings.struct_class = Types::BurninDestinationSettings
475
584
 
476
585
  CancelJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
@@ -478,19 +587,19 @@ module Aws::MediaConvert
478
587
 
479
588
  CancelJobResponse.struct_class = Types::CancelJobResponse
480
589
 
481
- CaptionDescription.add_member(:caption_selector_name, Shapes::ShapeRef.new(shape: __string, location_name: "captionSelectorName"))
482
- CaptionDescription.add_member(:destination_settings, Shapes::ShapeRef.new(shape: CaptionDestinationSettings, location_name: "destinationSettings"))
590
+ CaptionDescription.add_member(:caption_selector_name, Shapes::ShapeRef.new(shape: __stringMin1, required: true, location_name: "captionSelectorName"))
591
+ CaptionDescription.add_member(:destination_settings, Shapes::ShapeRef.new(shape: CaptionDestinationSettings, required: true, location_name: "destinationSettings"))
483
592
  CaptionDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
484
593
  CaptionDescription.add_member(:language_description, Shapes::ShapeRef.new(shape: __string, location_name: "languageDescription"))
485
594
  CaptionDescription.struct_class = Types::CaptionDescription
486
595
 
487
- CaptionDescriptionPreset.add_member(:destination_settings, Shapes::ShapeRef.new(shape: CaptionDestinationSettings, location_name: "destinationSettings"))
596
+ CaptionDescriptionPreset.add_member(:destination_settings, Shapes::ShapeRef.new(shape: CaptionDestinationSettings, required: true, location_name: "destinationSettings"))
488
597
  CaptionDescriptionPreset.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
489
598
  CaptionDescriptionPreset.add_member(:language_description, Shapes::ShapeRef.new(shape: __string, location_name: "languageDescription"))
490
599
  CaptionDescriptionPreset.struct_class = Types::CaptionDescriptionPreset
491
600
 
492
601
  CaptionDestinationSettings.add_member(:burnin_destination_settings, Shapes::ShapeRef.new(shape: BurninDestinationSettings, location_name: "burninDestinationSettings"))
493
- CaptionDestinationSettings.add_member(:destination_type, Shapes::ShapeRef.new(shape: CaptionDestinationType, location_name: "destinationType"))
602
+ CaptionDestinationSettings.add_member(:destination_type, Shapes::ShapeRef.new(shape: CaptionDestinationType, required: true, location_name: "destinationType"))
494
603
  CaptionDestinationSettings.add_member(:dvb_sub_destination_settings, Shapes::ShapeRef.new(shape: DvbSubDestinationSettings, location_name: "dvbSubDestinationSettings"))
495
604
  CaptionDestinationSettings.add_member(:scc_destination_settings, Shapes::ShapeRef.new(shape: SccDestinationSettings, location_name: "sccDestinationSettings"))
496
605
  CaptionDestinationSettings.add_member(:teletext_destination_settings, Shapes::ShapeRef.new(shape: TeletextDestinationSettings, location_name: "teletextDestinationSettings"))
@@ -498,29 +607,52 @@ module Aws::MediaConvert
498
607
  CaptionDestinationSettings.struct_class = Types::CaptionDestinationSettings
499
608
 
500
609
  CaptionSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
501
- CaptionSelector.add_member(:source_settings, Shapes::ShapeRef.new(shape: CaptionSourceSettings, location_name: "sourceSettings"))
610
+ CaptionSelector.add_member(:source_settings, Shapes::ShapeRef.new(shape: CaptionSourceSettings, required: true, location_name: "sourceSettings"))
502
611
  CaptionSelector.struct_class = Types::CaptionSelector
503
612
 
504
613
  CaptionSourceSettings.add_member(:ancillary_source_settings, Shapes::ShapeRef.new(shape: AncillarySourceSettings, location_name: "ancillarySourceSettings"))
505
614
  CaptionSourceSettings.add_member(:dvb_sub_source_settings, Shapes::ShapeRef.new(shape: DvbSubSourceSettings, location_name: "dvbSubSourceSettings"))
506
615
  CaptionSourceSettings.add_member(:embedded_source_settings, Shapes::ShapeRef.new(shape: EmbeddedSourceSettings, location_name: "embeddedSourceSettings"))
507
616
  CaptionSourceSettings.add_member(:file_source_settings, Shapes::ShapeRef.new(shape: FileSourceSettings, location_name: "fileSourceSettings"))
508
- CaptionSourceSettings.add_member(:source_type, Shapes::ShapeRef.new(shape: CaptionSourceType, location_name: "sourceType"))
617
+ CaptionSourceSettings.add_member(:source_type, Shapes::ShapeRef.new(shape: CaptionSourceType, required: true, location_name: "sourceType"))
509
618
  CaptionSourceSettings.add_member(:teletext_source_settings, Shapes::ShapeRef.new(shape: TeletextSourceSettings, location_name: "teletextSourceSettings"))
510
619
  CaptionSourceSettings.struct_class = Types::CaptionSourceSettings
511
620
 
512
- ChannelMapping.add_member(:output_channels, Shapes::ShapeRef.new(shape: ListOfOutputChannelMapping, location_name: "outputChannels"))
621
+ ChannelMapping.add_member(:output_channels, Shapes::ShapeRef.new(shape: __listOfOutputChannelMapping, required: true, location_name: "outputChannels"))
513
622
  ChannelMapping.struct_class = Types::ChannelMapping
514
623
 
515
- ColorCorrector.add_member(:brightness, Shapes::ShapeRef.new(shape: __integer, location_name: "brightness"))
624
+ CmafEncryptionSettings.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __stringMin32Max32Pattern09aFAF32, location_name: "constantInitializationVector"))
625
+ CmafEncryptionSettings.add_member(:encryption_method, Shapes::ShapeRef.new(shape: CmafEncryptionType, location_name: "encryptionMethod"))
626
+ CmafEncryptionSettings.add_member(:initialization_vector_in_manifest, Shapes::ShapeRef.new(shape: CmafInitializationVectorInManifest, location_name: "initializationVectorInManifest"))
627
+ CmafEncryptionSettings.add_member(:static_key_provider, Shapes::ShapeRef.new(shape: StaticKeyProvider, required: true, location_name: "staticKeyProvider"))
628
+ CmafEncryptionSettings.add_member(:type, Shapes::ShapeRef.new(shape: CmafKeyProviderType, required: true, location_name: "type"))
629
+ CmafEncryptionSettings.struct_class = Types::CmafEncryptionSettings
630
+
631
+ CmafGroupSettings.add_member(:base_url, Shapes::ShapeRef.new(shape: __string, location_name: "baseUrl"))
632
+ CmafGroupSettings.add_member(:client_cache, Shapes::ShapeRef.new(shape: CmafClientCache, location_name: "clientCache"))
633
+ CmafGroupSettings.add_member(:codec_specification, Shapes::ShapeRef.new(shape: CmafCodecSpecification, location_name: "codecSpecification"))
634
+ CmafGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
635
+ CmafGroupSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: CmafEncryptionSettings, location_name: "encryption"))
636
+ CmafGroupSettings.add_member(:fragment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, required: true, location_name: "fragmentLength"))
637
+ CmafGroupSettings.add_member(:manifest_compression, Shapes::ShapeRef.new(shape: CmafManifestCompression, location_name: "manifestCompression"))
638
+ CmafGroupSettings.add_member(:manifest_duration_format, Shapes::ShapeRef.new(shape: CmafManifestDurationFormat, location_name: "manifestDurationFormat"))
639
+ CmafGroupSettings.add_member(:min_buffer_time, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "minBufferTime"))
640
+ CmafGroupSettings.add_member(:segment_control, Shapes::ShapeRef.new(shape: CmafSegmentControl, location_name: "segmentControl"))
641
+ CmafGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, required: true, location_name: "segmentLength"))
642
+ CmafGroupSettings.add_member(:stream_inf_resolution, Shapes::ShapeRef.new(shape: CmafStreamInfResolution, location_name: "streamInfResolution"))
643
+ CmafGroupSettings.add_member(:write_dash_manifest, Shapes::ShapeRef.new(shape: CmafWriteDASHManifest, location_name: "writeDashManifest"))
644
+ CmafGroupSettings.add_member(:write_hls_manifest, Shapes::ShapeRef.new(shape: CmafWriteHLSManifest, location_name: "writeHlsManifest"))
645
+ CmafGroupSettings.struct_class = Types::CmafGroupSettings
646
+
647
+ ColorCorrector.add_member(:brightness, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "brightness"))
516
648
  ColorCorrector.add_member(:color_space_conversion, Shapes::ShapeRef.new(shape: ColorSpaceConversion, location_name: "colorSpaceConversion"))
517
- ColorCorrector.add_member(:contrast, Shapes::ShapeRef.new(shape: __integer, location_name: "contrast"))
649
+ ColorCorrector.add_member(:contrast, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "contrast"))
518
650
  ColorCorrector.add_member(:hdr_10_metadata, Shapes::ShapeRef.new(shape: Hdr10Metadata, location_name: "hdr10Metadata"))
519
- ColorCorrector.add_member(:hue, Shapes::ShapeRef.new(shape: __integer, location_name: "hue"))
520
- ColorCorrector.add_member(:saturation, Shapes::ShapeRef.new(shape: __integer, location_name: "saturation"))
651
+ ColorCorrector.add_member(:hue, Shapes::ShapeRef.new(shape: __integerMinNegative180Max180, location_name: "hue"))
652
+ ColorCorrector.add_member(:saturation, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "saturation"))
521
653
  ColorCorrector.struct_class = Types::ColorCorrector
522
654
 
523
- ContainerSettings.add_member(:container, Shapes::ShapeRef.new(shape: ContainerType, location_name: "container"))
655
+ ContainerSettings.add_member(:container, Shapes::ShapeRef.new(shape: ContainerType, required: true, location_name: "container"))
524
656
  ContainerSettings.add_member(:f4v_settings, Shapes::ShapeRef.new(shape: F4vSettings, location_name: "f4vSettings"))
525
657
  ContainerSettings.add_member(:m2ts_settings, Shapes::ShapeRef.new(shape: M2tsSettings, location_name: "m2tsSettings"))
526
658
  ContainerSettings.add_member(:m3u_8_settings, Shapes::ShapeRef.new(shape: M3u8Settings, location_name: "m3u8Settings"))
@@ -531,9 +663,9 @@ module Aws::MediaConvert
531
663
  CreateJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
532
664
  CreateJobRequest.add_member(:job_template, Shapes::ShapeRef.new(shape: __string, location_name: "jobTemplate"))
533
665
  CreateJobRequest.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
534
- CreateJobRequest.add_member(:role, Shapes::ShapeRef.new(shape: __string, location_name: "role"))
535
- CreateJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: JobSettings, location_name: "settings"))
536
- CreateJobRequest.add_member(:user_metadata, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "userMetadata"))
666
+ CreateJobRequest.add_member(:role, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "role"))
667
+ CreateJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: JobSettings, required: true, location_name: "settings"))
668
+ CreateJobRequest.add_member(:user_metadata, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "userMetadata"))
537
669
  CreateJobRequest.struct_class = Types::CreateJobRequest
538
670
 
539
671
  CreateJobResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
@@ -541,9 +673,9 @@ module Aws::MediaConvert
541
673
 
542
674
  CreateJobTemplateRequest.add_member(:category, Shapes::ShapeRef.new(shape: __string, location_name: "category"))
543
675
  CreateJobTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
544
- CreateJobTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
676
+ CreateJobTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
545
677
  CreateJobTemplateRequest.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
546
- CreateJobTemplateRequest.add_member(:settings, Shapes::ShapeRef.new(shape: JobTemplateSettings, location_name: "settings"))
678
+ CreateJobTemplateRequest.add_member(:settings, Shapes::ShapeRef.new(shape: JobTemplateSettings, required: true, location_name: "settings"))
547
679
  CreateJobTemplateRequest.struct_class = Types::CreateJobTemplateRequest
548
680
 
549
681
  CreateJobTemplateResponse.add_member(:job_template, Shapes::ShapeRef.new(shape: JobTemplate, location_name: "jobTemplate"))
@@ -551,31 +683,31 @@ module Aws::MediaConvert
551
683
 
552
684
  CreatePresetRequest.add_member(:category, Shapes::ShapeRef.new(shape: __string, location_name: "category"))
553
685
  CreatePresetRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
554
- CreatePresetRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
555
- CreatePresetRequest.add_member(:settings, Shapes::ShapeRef.new(shape: PresetSettings, location_name: "settings"))
686
+ CreatePresetRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
687
+ CreatePresetRequest.add_member(:settings, Shapes::ShapeRef.new(shape: PresetSettings, required: true, location_name: "settings"))
556
688
  CreatePresetRequest.struct_class = Types::CreatePresetRequest
557
689
 
558
690
  CreatePresetResponse.add_member(:preset, Shapes::ShapeRef.new(shape: Preset, location_name: "preset"))
559
691
  CreatePresetResponse.struct_class = Types::CreatePresetResponse
560
692
 
561
693
  CreateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
562
- CreateQueueRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
694
+ CreateQueueRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
563
695
  CreateQueueRequest.struct_class = Types::CreateQueueRequest
564
696
 
565
697
  CreateQueueResponse.add_member(:queue, Shapes::ShapeRef.new(shape: Queue, location_name: "queue"))
566
698
  CreateQueueResponse.struct_class = Types::CreateQueueResponse
567
699
 
568
- DashIsoEncryptionSettings.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, location_name: "spekeKeyProvider"))
700
+ DashIsoEncryptionSettings.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
569
701
  DashIsoEncryptionSettings.struct_class = Types::DashIsoEncryptionSettings
570
702
 
571
703
  DashIsoGroupSettings.add_member(:base_url, Shapes::ShapeRef.new(shape: __string, location_name: "baseUrl"))
572
- DashIsoGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __string, location_name: "destination"))
704
+ DashIsoGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
573
705
  DashIsoGroupSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: DashIsoEncryptionSettings, location_name: "encryption"))
574
- DashIsoGroupSettings.add_member(:fragment_length, Shapes::ShapeRef.new(shape: __integer, location_name: "fragmentLength"))
706
+ DashIsoGroupSettings.add_member(:fragment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, required: true, location_name: "fragmentLength"))
575
707
  DashIsoGroupSettings.add_member(:hbbtv_compliance, Shapes::ShapeRef.new(shape: DashIsoHbbtvCompliance, location_name: "hbbtvCompliance"))
576
- DashIsoGroupSettings.add_member(:min_buffer_time, Shapes::ShapeRef.new(shape: __integer, location_name: "minBufferTime"))
708
+ DashIsoGroupSettings.add_member(:min_buffer_time, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "minBufferTime"))
577
709
  DashIsoGroupSettings.add_member(:segment_control, Shapes::ShapeRef.new(shape: DashIsoSegmentControl, location_name: "segmentControl"))
578
- DashIsoGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentLength"))
710
+ DashIsoGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, required: true, location_name: "segmentLength"))
579
711
  DashIsoGroupSettings.struct_class = Types::DashIsoGroupSettings
580
712
 
581
713
  Deinterlacer.add_member(:algorithm, Shapes::ShapeRef.new(shape: DeinterlaceAlgorithm, location_name: "algorithm"))
@@ -602,71 +734,71 @@ module Aws::MediaConvert
602
734
  DescribeEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
603
735
  DescribeEndpointsRequest.struct_class = Types::DescribeEndpointsRequest
604
736
 
605
- DescribeEndpointsResponse.add_member(:endpoints, Shapes::ShapeRef.new(shape: ListOfEndpoint, location_name: "endpoints"))
737
+ DescribeEndpointsResponse.add_member(:endpoints, Shapes::ShapeRef.new(shape: __listOfEndpoint, location_name: "endpoints"))
606
738
  DescribeEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
607
739
  DescribeEndpointsResponse.struct_class = Types::DescribeEndpointsResponse
608
740
 
609
- DvbNitSettings.add_member(:network_id, Shapes::ShapeRef.new(shape: __integer, location_name: "networkId"))
610
- DvbNitSettings.add_member(:network_name, Shapes::ShapeRef.new(shape: __string, location_name: "networkName"))
611
- DvbNitSettings.add_member(:nit_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "nitInterval"))
741
+ DvbNitSettings.add_member(:network_id, Shapes::ShapeRef.new(shape: __integerMin0Max65535, required: true, location_name: "networkId"))
742
+ DvbNitSettings.add_member(:network_name, Shapes::ShapeRef.new(shape: __stringMin1Max256, required: true, location_name: "networkName"))
743
+ DvbNitSettings.add_member(:nit_interval, Shapes::ShapeRef.new(shape: __integerMin25Max10000, required: true, location_name: "nitInterval"))
612
744
  DvbNitSettings.struct_class = Types::DvbNitSettings
613
745
 
614
746
  DvbSdtSettings.add_member(:output_sdt, Shapes::ShapeRef.new(shape: OutputSdt, location_name: "outputSdt"))
615
- DvbSdtSettings.add_member(:sdt_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "sdtInterval"))
616
- DvbSdtSettings.add_member(:service_name, Shapes::ShapeRef.new(shape: __string, location_name: "serviceName"))
617
- DvbSdtSettings.add_member(:service_provider_name, Shapes::ShapeRef.new(shape: __string, location_name: "serviceProviderName"))
747
+ DvbSdtSettings.add_member(:sdt_interval, Shapes::ShapeRef.new(shape: __integerMin25Max2000, location_name: "sdtInterval"))
748
+ DvbSdtSettings.add_member(:service_name, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "serviceName"))
749
+ DvbSdtSettings.add_member(:service_provider_name, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "serviceProviderName"))
618
750
  DvbSdtSettings.struct_class = Types::DvbSdtSettings
619
751
 
620
- DvbSubDestinationSettings.add_member(:alignment, Shapes::ShapeRef.new(shape: DvbSubtitleAlignment, location_name: "alignment"))
752
+ DvbSubDestinationSettings.add_member(:alignment, Shapes::ShapeRef.new(shape: DvbSubtitleAlignment, required: true, location_name: "alignment"))
621
753
  DvbSubDestinationSettings.add_member(:background_color, Shapes::ShapeRef.new(shape: DvbSubtitleBackgroundColor, location_name: "backgroundColor"))
622
- DvbSubDestinationSettings.add_member(:background_opacity, Shapes::ShapeRef.new(shape: __integer, location_name: "backgroundOpacity"))
754
+ DvbSubDestinationSettings.add_member(:background_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "backgroundOpacity"))
623
755
  DvbSubDestinationSettings.add_member(:font_color, Shapes::ShapeRef.new(shape: DvbSubtitleFontColor, location_name: "fontColor"))
624
- DvbSubDestinationSettings.add_member(:font_opacity, Shapes::ShapeRef.new(shape: __integer, location_name: "fontOpacity"))
625
- DvbSubDestinationSettings.add_member(:font_resolution, Shapes::ShapeRef.new(shape: __integer, location_name: "fontResolution"))
626
- DvbSubDestinationSettings.add_member(:font_size, Shapes::ShapeRef.new(shape: __integer, location_name: "fontSize"))
627
- DvbSubDestinationSettings.add_member(:outline_color, Shapes::ShapeRef.new(shape: DvbSubtitleOutlineColor, location_name: "outlineColor"))
628
- DvbSubDestinationSettings.add_member(:outline_size, Shapes::ShapeRef.new(shape: __integer, location_name: "outlineSize"))
756
+ DvbSubDestinationSettings.add_member(:font_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, required: true, location_name: "fontOpacity"))
757
+ DvbSubDestinationSettings.add_member(:font_resolution, Shapes::ShapeRef.new(shape: __integerMin96Max600, location_name: "fontResolution"))
758
+ DvbSubDestinationSettings.add_member(:font_size, Shapes::ShapeRef.new(shape: __integerMin0Max96, location_name: "fontSize"))
759
+ DvbSubDestinationSettings.add_member(:outline_color, Shapes::ShapeRef.new(shape: DvbSubtitleOutlineColor, required: true, location_name: "outlineColor"))
760
+ DvbSubDestinationSettings.add_member(:outline_size, Shapes::ShapeRef.new(shape: __integerMin0Max10, required: true, location_name: "outlineSize"))
629
761
  DvbSubDestinationSettings.add_member(:shadow_color, Shapes::ShapeRef.new(shape: DvbSubtitleShadowColor, location_name: "shadowColor"))
630
- DvbSubDestinationSettings.add_member(:shadow_opacity, Shapes::ShapeRef.new(shape: __integer, location_name: "shadowOpacity"))
631
- DvbSubDestinationSettings.add_member(:shadow_x_offset, Shapes::ShapeRef.new(shape: __integer, location_name: "shadowXOffset"))
632
- DvbSubDestinationSettings.add_member(:shadow_y_offset, Shapes::ShapeRef.new(shape: __integer, location_name: "shadowYOffset"))
762
+ DvbSubDestinationSettings.add_member(:shadow_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "shadowOpacity"))
763
+ DvbSubDestinationSettings.add_member(:shadow_x_offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "shadowXOffset"))
764
+ DvbSubDestinationSettings.add_member(:shadow_y_offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "shadowYOffset"))
633
765
  DvbSubDestinationSettings.add_member(:teletext_spacing, Shapes::ShapeRef.new(shape: DvbSubtitleTeletextSpacing, location_name: "teletextSpacing"))
634
- DvbSubDestinationSettings.add_member(:x_position, Shapes::ShapeRef.new(shape: __integer, location_name: "xPosition"))
635
- DvbSubDestinationSettings.add_member(:y_position, Shapes::ShapeRef.new(shape: __integer, location_name: "yPosition"))
766
+ DvbSubDestinationSettings.add_member(:x_position, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "xPosition"))
767
+ DvbSubDestinationSettings.add_member(:y_position, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "yPosition"))
636
768
  DvbSubDestinationSettings.struct_class = Types::DvbSubDestinationSettings
637
769
 
638
- DvbSubSourceSettings.add_member(:pid, Shapes::ShapeRef.new(shape: __integer, location_name: "pid"))
770
+ DvbSubSourceSettings.add_member(:pid, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "pid"))
639
771
  DvbSubSourceSettings.struct_class = Types::DvbSubSourceSettings
640
772
 
641
- DvbTdtSettings.add_member(:tdt_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "tdtInterval"))
773
+ DvbTdtSettings.add_member(:tdt_interval, Shapes::ShapeRef.new(shape: __integerMin1000Max30000, required: true, location_name: "tdtInterval"))
642
774
  DvbTdtSettings.struct_class = Types::DvbTdtSettings
643
775
 
644
776
  Eac3Settings.add_member(:attenuation_control, Shapes::ShapeRef.new(shape: Eac3AttenuationControl, location_name: "attenuationControl"))
645
- Eac3Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "bitrate"))
777
+ Eac3Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin64000Max640000, location_name: "bitrate"))
646
778
  Eac3Settings.add_member(:bitstream_mode, Shapes::ShapeRef.new(shape: Eac3BitstreamMode, location_name: "bitstreamMode"))
647
779
  Eac3Settings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: Eac3CodingMode, location_name: "codingMode"))
648
780
  Eac3Settings.add_member(:dc_filter, Shapes::ShapeRef.new(shape: Eac3DcFilter, location_name: "dcFilter"))
649
- Eac3Settings.add_member(:dialnorm, Shapes::ShapeRef.new(shape: __integer, location_name: "dialnorm"))
781
+ Eac3Settings.add_member(:dialnorm, Shapes::ShapeRef.new(shape: __integerMin1Max31, location_name: "dialnorm"))
650
782
  Eac3Settings.add_member(:dynamic_range_compression_line, Shapes::ShapeRef.new(shape: Eac3DynamicRangeCompressionLine, location_name: "dynamicRangeCompressionLine"))
651
783
  Eac3Settings.add_member(:dynamic_range_compression_rf, Shapes::ShapeRef.new(shape: Eac3DynamicRangeCompressionRf, location_name: "dynamicRangeCompressionRf"))
652
784
  Eac3Settings.add_member(:lfe_control, Shapes::ShapeRef.new(shape: Eac3LfeControl, location_name: "lfeControl"))
653
785
  Eac3Settings.add_member(:lfe_filter, Shapes::ShapeRef.new(shape: Eac3LfeFilter, location_name: "lfeFilter"))
654
- Eac3Settings.add_member(:lo_ro_center_mix_level, Shapes::ShapeRef.new(shape: __double, location_name: "loRoCenterMixLevel"))
655
- Eac3Settings.add_member(:lo_ro_surround_mix_level, Shapes::ShapeRef.new(shape: __double, location_name: "loRoSurroundMixLevel"))
656
- Eac3Settings.add_member(:lt_rt_center_mix_level, Shapes::ShapeRef.new(shape: __double, location_name: "ltRtCenterMixLevel"))
657
- Eac3Settings.add_member(:lt_rt_surround_mix_level, Shapes::ShapeRef.new(shape: __double, location_name: "ltRtSurroundMixLevel"))
786
+ Eac3Settings.add_member(:lo_ro_center_mix_level, Shapes::ShapeRef.new(shape: __doubleMinNegative60Max3, location_name: "loRoCenterMixLevel"))
787
+ Eac3Settings.add_member(:lo_ro_surround_mix_level, Shapes::ShapeRef.new(shape: __doubleMinNegative60MaxNegative1, location_name: "loRoSurroundMixLevel"))
788
+ Eac3Settings.add_member(:lt_rt_center_mix_level, Shapes::ShapeRef.new(shape: __doubleMinNegative60Max3, location_name: "ltRtCenterMixLevel"))
789
+ Eac3Settings.add_member(:lt_rt_surround_mix_level, Shapes::ShapeRef.new(shape: __doubleMinNegative60MaxNegative1, location_name: "ltRtSurroundMixLevel"))
658
790
  Eac3Settings.add_member(:metadata_control, Shapes::ShapeRef.new(shape: Eac3MetadataControl, location_name: "metadataControl"))
659
791
  Eac3Settings.add_member(:passthrough_control, Shapes::ShapeRef.new(shape: Eac3PassthroughControl, location_name: "passthroughControl"))
660
792
  Eac3Settings.add_member(:phase_control, Shapes::ShapeRef.new(shape: Eac3PhaseControl, location_name: "phaseControl"))
661
- Eac3Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "sampleRate"))
793
+ Eac3Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin48000Max48000, location_name: "sampleRate"))
662
794
  Eac3Settings.add_member(:stereo_downmix, Shapes::ShapeRef.new(shape: Eac3StereoDownmix, location_name: "stereoDownmix"))
663
795
  Eac3Settings.add_member(:surround_ex_mode, Shapes::ShapeRef.new(shape: Eac3SurroundExMode, location_name: "surroundExMode"))
664
796
  Eac3Settings.add_member(:surround_mode, Shapes::ShapeRef.new(shape: Eac3SurroundMode, location_name: "surroundMode"))
665
797
  Eac3Settings.struct_class = Types::Eac3Settings
666
798
 
667
799
  EmbeddedSourceSettings.add_member(:convert_608_to_708, Shapes::ShapeRef.new(shape: EmbeddedConvert608To708, location_name: "convert608To708"))
668
- EmbeddedSourceSettings.add_member(:source_608_channel_number, Shapes::ShapeRef.new(shape: __integer, location_name: "source608ChannelNumber"))
669
- EmbeddedSourceSettings.add_member(:source_608_track_number, Shapes::ShapeRef.new(shape: __integer, location_name: "source608TrackNumber"))
800
+ EmbeddedSourceSettings.add_member(:source_608_channel_number, Shapes::ShapeRef.new(shape: __integerMin1Max4, location_name: "source608ChannelNumber"))
801
+ EmbeddedSourceSettings.add_member(:source_608_track_number, Shapes::ShapeRef.new(shape: __integerMin1Max1, location_name: "source608TrackNumber"))
670
802
  EmbeddedSourceSettings.struct_class = Types::EmbeddedSourceSettings
671
803
 
672
804
  Endpoint.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
@@ -678,18 +810,18 @@ module Aws::MediaConvert
678
810
  F4vSettings.add_member(:moov_placement, Shapes::ShapeRef.new(shape: F4vMoovPlacement, location_name: "moovPlacement"))
679
811
  F4vSettings.struct_class = Types::F4vSettings
680
812
 
681
- FileGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __string, location_name: "destination"))
813
+ FileGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
682
814
  FileGroupSettings.struct_class = Types::FileGroupSettings
683
815
 
684
816
  FileSourceSettings.add_member(:convert_608_to_708, Shapes::ShapeRef.new(shape: FileSourceConvert608To708, location_name: "convert608To708"))
685
- FileSourceSettings.add_member(:source_file, Shapes::ShapeRef.new(shape: __string, location_name: "sourceFile"))
686
- FileSourceSettings.add_member(:time_delta, Shapes::ShapeRef.new(shape: __integer, location_name: "timeDelta"))
817
+ FileSourceSettings.add_member(:source_file, Shapes::ShapeRef.new(shape: __stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI, required: true, location_name: "sourceFile"))
818
+ FileSourceSettings.add_member(:time_delta, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "timeDelta"))
687
819
  FileSourceSettings.struct_class = Types::FileSourceSettings
688
820
 
689
- FrameCaptureSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integer, location_name: "framerateDenominator"))
690
- FrameCaptureSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "framerateNumerator"))
691
- FrameCaptureSettings.add_member(:max_captures, Shapes::ShapeRef.new(shape: __integer, location_name: "maxCaptures"))
692
- FrameCaptureSettings.add_member(:quality, Shapes::ShapeRef.new(shape: __integer, location_name: "quality"))
821
+ FrameCaptureSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateDenominator"))
822
+ FrameCaptureSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
823
+ FrameCaptureSettings.add_member(:max_captures, Shapes::ShapeRef.new(shape: __integerMin1Max10000000, location_name: "maxCaptures"))
824
+ FrameCaptureSettings.add_member(:quality, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "quality"))
693
825
  FrameCaptureSettings.struct_class = Types::FrameCaptureSettings
694
826
 
695
827
  GetJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
@@ -717,7 +849,7 @@ module Aws::MediaConvert
717
849
  GetQueueResponse.struct_class = Types::GetQueueResponse
718
850
 
719
851
  H264Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H264AdaptiveQuantization, location_name: "adaptiveQuantization"))
720
- H264Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "bitrate"))
852
+ H264Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1152000000, location_name: "bitrate"))
721
853
  H264Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: H264CodecLevel, location_name: "codecLevel"))
722
854
  H264Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: H264CodecProfile, location_name: "codecProfile"))
723
855
  H264Settings.add_member(:entropy_encoding, Shapes::ShapeRef.new(shape: H264EntropyEncoding, location_name: "entropyEncoding"))
@@ -725,29 +857,29 @@ module Aws::MediaConvert
725
857
  H264Settings.add_member(:flicker_adaptive_quantization, Shapes::ShapeRef.new(shape: H264FlickerAdaptiveQuantization, location_name: "flickerAdaptiveQuantization"))
726
858
  H264Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: H264FramerateControl, location_name: "framerateControl"))
727
859
  H264Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: H264FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
728
- H264Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integer, location_name: "framerateDenominator"))
729
- H264Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "framerateNumerator"))
860
+ H264Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateDenominator"))
861
+ H264Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
730
862
  H264Settings.add_member(:gop_b_reference, Shapes::ShapeRef.new(shape: H264GopBReference, location_name: "gopBReference"))
731
- H264Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integer, location_name: "gopClosedCadence"))
732
- H264Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __double, location_name: "gopSize"))
863
+ H264Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "gopClosedCadence"))
864
+ H264Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "gopSize"))
733
865
  H264Settings.add_member(:gop_size_units, Shapes::ShapeRef.new(shape: H264GopSizeUnits, location_name: "gopSizeUnits"))
734
- H264Settings.add_member(:hrd_buffer_initial_fill_percentage, Shapes::ShapeRef.new(shape: __integer, location_name: "hrdBufferInitialFillPercentage"))
735
- H264Settings.add_member(:hrd_buffer_size, Shapes::ShapeRef.new(shape: __integer, location_name: "hrdBufferSize"))
866
+ H264Settings.add_member(:hrd_buffer_initial_fill_percentage, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "hrdBufferInitialFillPercentage"))
867
+ H264Settings.add_member(:hrd_buffer_size, Shapes::ShapeRef.new(shape: __integerMin0Max1152000000, location_name: "hrdBufferSize"))
736
868
  H264Settings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: H264InterlaceMode, location_name: "interlaceMode"))
737
- H264Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
738
- H264Settings.add_member(:min_i_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "minIInterval"))
739
- H264Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integer, location_name: "numberBFramesBetweenReferenceFrames"))
740
- H264Settings.add_member(:number_reference_frames, Shapes::ShapeRef.new(shape: __integer, location_name: "numberReferenceFrames"))
869
+ H264Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1152000000, location_name: "maxBitrate"))
870
+ H264Settings.add_member(:min_i_interval, Shapes::ShapeRef.new(shape: __integerMin0Max30, location_name: "minIInterval"))
871
+ H264Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "numberBFramesBetweenReferenceFrames"))
872
+ H264Settings.add_member(:number_reference_frames, Shapes::ShapeRef.new(shape: __integerMin1Max6, location_name: "numberReferenceFrames"))
741
873
  H264Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: H264ParControl, location_name: "parControl"))
742
- H264Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integer, location_name: "parDenominator"))
743
- H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "parNumerator"))
874
+ H264Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
875
+ H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
744
876
  H264Settings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: H264QualityTuningLevel, location_name: "qualityTuningLevel"))
745
877
  H264Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H264RateControlMode, location_name: "rateControlMode"))
746
878
  H264Settings.add_member(:repeat_pps, Shapes::ShapeRef.new(shape: H264RepeatPps, location_name: "repeatPps"))
747
879
  H264Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: H264SceneChangeDetect, location_name: "sceneChangeDetect"))
748
- H264Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integer, location_name: "slices"))
880
+ H264Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "slices"))
749
881
  H264Settings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: H264SlowPal, location_name: "slowPal"))
750
- H264Settings.add_member(:softness, Shapes::ShapeRef.new(shape: __integer, location_name: "softness"))
882
+ H264Settings.add_member(:softness, Shapes::ShapeRef.new(shape: __integerMin0Max128, location_name: "softness"))
751
883
  H264Settings.add_member(:spatial_adaptive_quantization, Shapes::ShapeRef.new(shape: H264SpatialAdaptiveQuantization, location_name: "spatialAdaptiveQuantization"))
752
884
  H264Settings.add_member(:syntax, Shapes::ShapeRef.new(shape: H264Syntax, location_name: "syntax"))
753
885
  H264Settings.add_member(:telecine, Shapes::ShapeRef.new(shape: H264Telecine, location_name: "telecine"))
@@ -757,33 +889,33 @@ module Aws::MediaConvert
757
889
 
758
890
  H265Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H265AdaptiveQuantization, location_name: "adaptiveQuantization"))
759
891
  H265Settings.add_member(:alternate_transfer_function_sei, Shapes::ShapeRef.new(shape: H265AlternateTransferFunctionSei, location_name: "alternateTransferFunctionSei"))
760
- H265Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "bitrate"))
892
+ H265Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "bitrate"))
761
893
  H265Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: H265CodecLevel, location_name: "codecLevel"))
762
894
  H265Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: H265CodecProfile, location_name: "codecProfile"))
763
895
  H265Settings.add_member(:flicker_adaptive_quantization, Shapes::ShapeRef.new(shape: H265FlickerAdaptiveQuantization, location_name: "flickerAdaptiveQuantization"))
764
896
  H265Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: H265FramerateControl, location_name: "framerateControl"))
765
897
  H265Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: H265FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
766
- H265Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integer, location_name: "framerateDenominator"))
767
- H265Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "framerateNumerator"))
898
+ H265Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateDenominator"))
899
+ H265Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
768
900
  H265Settings.add_member(:gop_b_reference, Shapes::ShapeRef.new(shape: H265GopBReference, location_name: "gopBReference"))
769
- H265Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integer, location_name: "gopClosedCadence"))
770
- H265Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __double, location_name: "gopSize"))
901
+ H265Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "gopClosedCadence"))
902
+ H265Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "gopSize"))
771
903
  H265Settings.add_member(:gop_size_units, Shapes::ShapeRef.new(shape: H265GopSizeUnits, location_name: "gopSizeUnits"))
772
- H265Settings.add_member(:hrd_buffer_initial_fill_percentage, Shapes::ShapeRef.new(shape: __integer, location_name: "hrdBufferInitialFillPercentage"))
773
- H265Settings.add_member(:hrd_buffer_size, Shapes::ShapeRef.new(shape: __integer, location_name: "hrdBufferSize"))
904
+ H265Settings.add_member(:hrd_buffer_initial_fill_percentage, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "hrdBufferInitialFillPercentage"))
905
+ H265Settings.add_member(:hrd_buffer_size, Shapes::ShapeRef.new(shape: __integerMin0Max1466400000, location_name: "hrdBufferSize"))
774
906
  H265Settings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: H265InterlaceMode, location_name: "interlaceMode"))
775
- H265Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
776
- H265Settings.add_member(:min_i_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "minIInterval"))
777
- H265Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integer, location_name: "numberBFramesBetweenReferenceFrames"))
778
- H265Settings.add_member(:number_reference_frames, Shapes::ShapeRef.new(shape: __integer, location_name: "numberReferenceFrames"))
907
+ H265Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "maxBitrate"))
908
+ H265Settings.add_member(:min_i_interval, Shapes::ShapeRef.new(shape: __integerMin0Max30, location_name: "minIInterval"))
909
+ H265Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "numberBFramesBetweenReferenceFrames"))
910
+ H265Settings.add_member(:number_reference_frames, Shapes::ShapeRef.new(shape: __integerMin1Max6, location_name: "numberReferenceFrames"))
779
911
  H265Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: H265ParControl, location_name: "parControl"))
780
- H265Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integer, location_name: "parDenominator"))
781
- H265Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "parNumerator"))
912
+ H265Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
913
+ H265Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
782
914
  H265Settings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: H265QualityTuningLevel, location_name: "qualityTuningLevel"))
783
915
  H265Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H265RateControlMode, location_name: "rateControlMode"))
784
916
  H265Settings.add_member(:sample_adaptive_offset_filter_mode, Shapes::ShapeRef.new(shape: H265SampleAdaptiveOffsetFilterMode, location_name: "sampleAdaptiveOffsetFilterMode"))
785
917
  H265Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: H265SceneChangeDetect, location_name: "sceneChangeDetect"))
786
- H265Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integer, location_name: "slices"))
918
+ H265Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "slices"))
787
919
  H265Settings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: H265SlowPal, location_name: "slowPal"))
788
920
  H265Settings.add_member(:spatial_adaptive_quantization, Shapes::ShapeRef.new(shape: H265SpatialAdaptiveQuantization, location_name: "spatialAdaptiveQuantization"))
789
921
  H265Settings.add_member(:telecine, Shapes::ShapeRef.new(shape: H265Telecine, location_name: "telecine"))
@@ -791,57 +923,58 @@ module Aws::MediaConvert
791
923
  H265Settings.add_member(:temporal_ids, Shapes::ShapeRef.new(shape: H265TemporalIds, location_name: "temporalIds"))
792
924
  H265Settings.add_member(:tiles, Shapes::ShapeRef.new(shape: H265Tiles, location_name: "tiles"))
793
925
  H265Settings.add_member(:unregistered_sei_timecode, Shapes::ShapeRef.new(shape: H265UnregisteredSeiTimecode, location_name: "unregisteredSeiTimecode"))
926
+ H265Settings.add_member(:write_mp_4_packaging_type, Shapes::ShapeRef.new(shape: H265WriteMp4PackagingType, location_name: "writeMp4PackagingType"))
794
927
  H265Settings.struct_class = Types::H265Settings
795
928
 
796
- Hdr10Metadata.add_member(:blue_primary_x, Shapes::ShapeRef.new(shape: __integer, location_name: "bluePrimaryX"))
797
- Hdr10Metadata.add_member(:blue_primary_y, Shapes::ShapeRef.new(shape: __integer, location_name: "bluePrimaryY"))
798
- Hdr10Metadata.add_member(:green_primary_x, Shapes::ShapeRef.new(shape: __integer, location_name: "greenPrimaryX"))
799
- Hdr10Metadata.add_member(:green_primary_y, Shapes::ShapeRef.new(shape: __integer, location_name: "greenPrimaryY"))
800
- Hdr10Metadata.add_member(:max_content_light_level, Shapes::ShapeRef.new(shape: __integer, location_name: "maxContentLightLevel"))
801
- Hdr10Metadata.add_member(:max_frame_average_light_level, Shapes::ShapeRef.new(shape: __integer, location_name: "maxFrameAverageLightLevel"))
802
- Hdr10Metadata.add_member(:max_luminance, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLuminance"))
803
- Hdr10Metadata.add_member(:min_luminance, Shapes::ShapeRef.new(shape: __integer, location_name: "minLuminance"))
804
- Hdr10Metadata.add_member(:red_primary_x, Shapes::ShapeRef.new(shape: __integer, location_name: "redPrimaryX"))
805
- Hdr10Metadata.add_member(:red_primary_y, Shapes::ShapeRef.new(shape: __integer, location_name: "redPrimaryY"))
806
- Hdr10Metadata.add_member(:white_point_x, Shapes::ShapeRef.new(shape: __integer, location_name: "whitePointX"))
807
- Hdr10Metadata.add_member(:white_point_y, Shapes::ShapeRef.new(shape: __integer, location_name: "whitePointY"))
929
+ Hdr10Metadata.add_member(:blue_primary_x, Shapes::ShapeRef.new(shape: __integerMin0Max50000, location_name: "bluePrimaryX"))
930
+ Hdr10Metadata.add_member(:blue_primary_y, Shapes::ShapeRef.new(shape: __integerMin0Max50000, location_name: "bluePrimaryY"))
931
+ Hdr10Metadata.add_member(:green_primary_x, Shapes::ShapeRef.new(shape: __integerMin0Max50000, location_name: "greenPrimaryX"))
932
+ Hdr10Metadata.add_member(:green_primary_y, Shapes::ShapeRef.new(shape: __integerMin0Max50000, location_name: "greenPrimaryY"))
933
+ Hdr10Metadata.add_member(:max_content_light_level, Shapes::ShapeRef.new(shape: __integerMin0Max65535, required: true, location_name: "maxContentLightLevel"))
934
+ Hdr10Metadata.add_member(:max_frame_average_light_level, Shapes::ShapeRef.new(shape: __integerMin0Max65535, required: true, location_name: "maxFrameAverageLightLevel"))
935
+ Hdr10Metadata.add_member(:max_luminance, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "maxLuminance"))
936
+ Hdr10Metadata.add_member(:min_luminance, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "minLuminance"))
937
+ Hdr10Metadata.add_member(:red_primary_x, Shapes::ShapeRef.new(shape: __integerMin0Max50000, location_name: "redPrimaryX"))
938
+ Hdr10Metadata.add_member(:red_primary_y, Shapes::ShapeRef.new(shape: __integerMin0Max50000, location_name: "redPrimaryY"))
939
+ Hdr10Metadata.add_member(:white_point_x, Shapes::ShapeRef.new(shape: __integerMin0Max50000, location_name: "whitePointX"))
940
+ Hdr10Metadata.add_member(:white_point_y, Shapes::ShapeRef.new(shape: __integerMin0Max50000, location_name: "whitePointY"))
808
941
  Hdr10Metadata.struct_class = Types::Hdr10Metadata
809
942
 
810
- HlsCaptionLanguageMapping.add_member(:caption_channel, Shapes::ShapeRef.new(shape: __integer, location_name: "captionChannel"))
943
+ HlsCaptionLanguageMapping.add_member(:caption_channel, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "captionChannel"))
811
944
  HlsCaptionLanguageMapping.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
812
945
  HlsCaptionLanguageMapping.add_member(:language_description, Shapes::ShapeRef.new(shape: __string, location_name: "languageDescription"))
813
946
  HlsCaptionLanguageMapping.struct_class = Types::HlsCaptionLanguageMapping
814
947
 
815
- HlsEncryptionSettings.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
948
+ HlsEncryptionSettings.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __stringMin32Max32Pattern09aFAF32, location_name: "constantInitializationVector"))
816
949
  HlsEncryptionSettings.add_member(:encryption_method, Shapes::ShapeRef.new(shape: HlsEncryptionType, location_name: "encryptionMethod"))
817
950
  HlsEncryptionSettings.add_member(:initialization_vector_in_manifest, Shapes::ShapeRef.new(shape: HlsInitializationVectorInManifest, location_name: "initializationVectorInManifest"))
818
951
  HlsEncryptionSettings.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, location_name: "spekeKeyProvider"))
819
952
  HlsEncryptionSettings.add_member(:static_key_provider, Shapes::ShapeRef.new(shape: StaticKeyProvider, location_name: "staticKeyProvider"))
820
- HlsEncryptionSettings.add_member(:type, Shapes::ShapeRef.new(shape: HlsKeyProviderType, location_name: "type"))
953
+ HlsEncryptionSettings.add_member(:type, Shapes::ShapeRef.new(shape: HlsKeyProviderType, required: true, location_name: "type"))
821
954
  HlsEncryptionSettings.struct_class = Types::HlsEncryptionSettings
822
955
 
823
- HlsGroupSettings.add_member(:ad_markers, Shapes::ShapeRef.new(shape: ListOfHlsAdMarkers, location_name: "adMarkers"))
956
+ HlsGroupSettings.add_member(:ad_markers, Shapes::ShapeRef.new(shape: __listOfHlsAdMarkers, location_name: "adMarkers"))
824
957
  HlsGroupSettings.add_member(:base_url, Shapes::ShapeRef.new(shape: __string, location_name: "baseUrl"))
825
- HlsGroupSettings.add_member(:caption_language_mappings, Shapes::ShapeRef.new(shape: ListOfHlsCaptionLanguageMapping, location_name: "captionLanguageMappings"))
958
+ HlsGroupSettings.add_member(:caption_language_mappings, Shapes::ShapeRef.new(shape: __listOfHlsCaptionLanguageMapping, location_name: "captionLanguageMappings"))
826
959
  HlsGroupSettings.add_member(:caption_language_setting, Shapes::ShapeRef.new(shape: HlsCaptionLanguageSetting, location_name: "captionLanguageSetting"))
827
960
  HlsGroupSettings.add_member(:client_cache, Shapes::ShapeRef.new(shape: HlsClientCache, location_name: "clientCache"))
828
961
  HlsGroupSettings.add_member(:codec_specification, Shapes::ShapeRef.new(shape: HlsCodecSpecification, location_name: "codecSpecification"))
829
- HlsGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __string, location_name: "destination"))
962
+ HlsGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
830
963
  HlsGroupSettings.add_member(:directory_structure, Shapes::ShapeRef.new(shape: HlsDirectoryStructure, location_name: "directoryStructure"))
831
964
  HlsGroupSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: HlsEncryptionSettings, location_name: "encryption"))
832
965
  HlsGroupSettings.add_member(:manifest_compression, Shapes::ShapeRef.new(shape: HlsManifestCompression, location_name: "manifestCompression"))
833
966
  HlsGroupSettings.add_member(:manifest_duration_format, Shapes::ShapeRef.new(shape: HlsManifestDurationFormat, location_name: "manifestDurationFormat"))
834
- HlsGroupSettings.add_member(:min_segment_length, Shapes::ShapeRef.new(shape: __integer, location_name: "minSegmentLength"))
967
+ HlsGroupSettings.add_member(:min_segment_length, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, required: true, location_name: "minSegmentLength"))
835
968
  HlsGroupSettings.add_member(:output_selection, Shapes::ShapeRef.new(shape: HlsOutputSelection, location_name: "outputSelection"))
836
969
  HlsGroupSettings.add_member(:program_date_time, Shapes::ShapeRef.new(shape: HlsProgramDateTime, location_name: "programDateTime"))
837
- HlsGroupSettings.add_member(:program_date_time_period, Shapes::ShapeRef.new(shape: __integer, location_name: "programDateTimePeriod"))
970
+ HlsGroupSettings.add_member(:program_date_time_period, Shapes::ShapeRef.new(shape: __integerMin0Max3600, location_name: "programDateTimePeriod"))
838
971
  HlsGroupSettings.add_member(:segment_control, Shapes::ShapeRef.new(shape: HlsSegmentControl, location_name: "segmentControl"))
839
- HlsGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentLength"))
840
- HlsGroupSettings.add_member(:segments_per_subdirectory, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentsPerSubdirectory"))
972
+ HlsGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, required: true, location_name: "segmentLength"))
973
+ HlsGroupSettings.add_member(:segments_per_subdirectory, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "segmentsPerSubdirectory"))
841
974
  HlsGroupSettings.add_member(:stream_inf_resolution, Shapes::ShapeRef.new(shape: HlsStreamInfResolution, location_name: "streamInfResolution"))
842
975
  HlsGroupSettings.add_member(:timed_metadata_id_3_frame, Shapes::ShapeRef.new(shape: HlsTimedMetadataId3Frame, location_name: "timedMetadataId3Frame"))
843
- HlsGroupSettings.add_member(:timed_metadata_id_3_period, Shapes::ShapeRef.new(shape: __integer, location_name: "timedMetadataId3Period"))
844
- HlsGroupSettings.add_member(:timestamp_delta_milliseconds, Shapes::ShapeRef.new(shape: __integer, location_name: "timestampDeltaMilliseconds"))
976
+ HlsGroupSettings.add_member(:timed_metadata_id_3_period, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "timedMetadataId3Period"))
977
+ HlsGroupSettings.add_member(:timestamp_delta_milliseconds, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "timestampDeltaMilliseconds"))
845
978
  HlsGroupSettings.struct_class = Types::HlsGroupSettings
846
979
 
847
980
  HlsSettings.add_member(:audio_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "audioGroupId"))
@@ -851,99 +984,99 @@ module Aws::MediaConvert
851
984
  HlsSettings.add_member(:segment_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "segmentModifier"))
852
985
  HlsSettings.struct_class = Types::HlsSettings
853
986
 
854
- Id3Insertion.add_member(:id_3, Shapes::ShapeRef.new(shape: __string, location_name: "id3"))
855
- Id3Insertion.add_member(:timecode, Shapes::ShapeRef.new(shape: __string, location_name: "timecode"))
987
+ Id3Insertion.add_member(:id_3, Shapes::ShapeRef.new(shape: __stringPatternAZaZ0902, required: true, location_name: "id3"))
988
+ Id3Insertion.add_member(:timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, required: true, location_name: "timecode"))
856
989
  Id3Insertion.struct_class = Types::Id3Insertion
857
990
 
858
- ImageInserter.add_member(:insertable_images, Shapes::ShapeRef.new(shape: ListOfInsertableImage, location_name: "insertableImages"))
991
+ ImageInserter.add_member(:insertable_images, Shapes::ShapeRef.new(shape: __listOfInsertableImage, required: true, location_name: "insertableImages"))
859
992
  ImageInserter.struct_class = Types::ImageInserter
860
993
 
861
- Input.add_member(:audio_selector_groups, Shapes::ShapeRef.new(shape: MapOfAudioSelectorGroup, location_name: "audioSelectorGroups"))
862
- Input.add_member(:audio_selectors, Shapes::ShapeRef.new(shape: MapOfAudioSelector, location_name: "audioSelectors"))
863
- Input.add_member(:caption_selectors, Shapes::ShapeRef.new(shape: MapOfCaptionSelector, location_name: "captionSelectors"))
994
+ Input.add_member(:audio_selector_groups, Shapes::ShapeRef.new(shape: __mapOfAudioSelectorGroup, location_name: "audioSelectorGroups"))
995
+ Input.add_member(:audio_selectors, Shapes::ShapeRef.new(shape: __mapOfAudioSelector, location_name: "audioSelectors"))
996
+ Input.add_member(:caption_selectors, Shapes::ShapeRef.new(shape: __mapOfCaptionSelector, location_name: "captionSelectors"))
864
997
  Input.add_member(:deblock_filter, Shapes::ShapeRef.new(shape: InputDeblockFilter, location_name: "deblockFilter"))
865
998
  Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
866
- Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __string, location_name: "fileInput"))
999
+ Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM, required: true, location_name: "fileInput"))
867
1000
  Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
868
- Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integer, location_name: "filterStrength"))
869
- Input.add_member(:input_clippings, Shapes::ShapeRef.new(shape: ListOfInputClipping, location_name: "inputClippings"))
870
- Input.add_member(:program_number, Shapes::ShapeRef.new(shape: __integer, location_name: "programNumber"))
1001
+ Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "filterStrength"))
1002
+ Input.add_member(:input_clippings, Shapes::ShapeRef.new(shape: __listOfInputClipping, location_name: "inputClippings"))
1003
+ Input.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "programNumber"))
871
1004
  Input.add_member(:psi_control, Shapes::ShapeRef.new(shape: InputPsiControl, location_name: "psiControl"))
872
1005
  Input.add_member(:timecode_source, Shapes::ShapeRef.new(shape: InputTimecodeSource, location_name: "timecodeSource"))
873
1006
  Input.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
874
1007
  Input.struct_class = Types::Input
875
1008
 
876
- InputClipping.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __string, location_name: "endTimecode"))
877
- InputClipping.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __string, location_name: "startTimecode"))
1009
+ InputClipping.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "endTimecode"))
1010
+ InputClipping.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "startTimecode"))
878
1011
  InputClipping.struct_class = Types::InputClipping
879
1012
 
880
- InputTemplate.add_member(:audio_selector_groups, Shapes::ShapeRef.new(shape: MapOfAudioSelectorGroup, location_name: "audioSelectorGroups"))
881
- InputTemplate.add_member(:audio_selectors, Shapes::ShapeRef.new(shape: MapOfAudioSelector, location_name: "audioSelectors"))
882
- InputTemplate.add_member(:caption_selectors, Shapes::ShapeRef.new(shape: MapOfCaptionSelector, location_name: "captionSelectors"))
1013
+ InputTemplate.add_member(:audio_selector_groups, Shapes::ShapeRef.new(shape: __mapOfAudioSelectorGroup, location_name: "audioSelectorGroups"))
1014
+ InputTemplate.add_member(:audio_selectors, Shapes::ShapeRef.new(shape: __mapOfAudioSelector, location_name: "audioSelectors"))
1015
+ InputTemplate.add_member(:caption_selectors, Shapes::ShapeRef.new(shape: __mapOfCaptionSelector, location_name: "captionSelectors"))
883
1016
  InputTemplate.add_member(:deblock_filter, Shapes::ShapeRef.new(shape: InputDeblockFilter, location_name: "deblockFilter"))
884
1017
  InputTemplate.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
885
1018
  InputTemplate.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
886
- InputTemplate.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integer, location_name: "filterStrength"))
887
- InputTemplate.add_member(:input_clippings, Shapes::ShapeRef.new(shape: ListOfInputClipping, location_name: "inputClippings"))
888
- InputTemplate.add_member(:program_number, Shapes::ShapeRef.new(shape: __integer, location_name: "programNumber"))
1019
+ InputTemplate.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "filterStrength"))
1020
+ InputTemplate.add_member(:input_clippings, Shapes::ShapeRef.new(shape: __listOfInputClipping, location_name: "inputClippings"))
1021
+ InputTemplate.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "programNumber"))
889
1022
  InputTemplate.add_member(:psi_control, Shapes::ShapeRef.new(shape: InputPsiControl, location_name: "psiControl"))
890
1023
  InputTemplate.add_member(:timecode_source, Shapes::ShapeRef.new(shape: InputTimecodeSource, location_name: "timecodeSource"))
891
1024
  InputTemplate.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
892
1025
  InputTemplate.struct_class = Types::InputTemplate
893
1026
 
894
- InsertableImage.add_member(:duration, Shapes::ShapeRef.new(shape: __integer, location_name: "duration"))
895
- InsertableImage.add_member(:fade_in, Shapes::ShapeRef.new(shape: __integer, location_name: "fadeIn"))
896
- InsertableImage.add_member(:fade_out, Shapes::ShapeRef.new(shape: __integer, location_name: "fadeOut"))
897
- InsertableImage.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
898
- InsertableImage.add_member(:image_inserter_input, Shapes::ShapeRef.new(shape: __string, location_name: "imageInserterInput"))
899
- InsertableImage.add_member(:image_x, Shapes::ShapeRef.new(shape: __integer, location_name: "imageX"))
900
- InsertableImage.add_member(:image_y, Shapes::ShapeRef.new(shape: __integer, location_name: "imageY"))
901
- InsertableImage.add_member(:layer, Shapes::ShapeRef.new(shape: __integer, location_name: "layer"))
902
- InsertableImage.add_member(:opacity, Shapes::ShapeRef.new(shape: __integer, location_name: "opacity"))
903
- InsertableImage.add_member(:start_time, Shapes::ShapeRef.new(shape: __string, location_name: "startTime"))
904
- InsertableImage.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
1027
+ InsertableImage.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "duration"))
1028
+ InsertableImage.add_member(:fade_in, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "fadeIn"))
1029
+ InsertableImage.add_member(:fade_out, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "fadeOut"))
1030
+ InsertableImage.add_member(:height, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "height"))
1031
+ InsertableImage.add_member(:image_inserter_input, Shapes::ShapeRef.new(shape: __stringMin14PatternS3BmpBMPPngPNGTgaTGA, required: true, location_name: "imageInserterInput"))
1032
+ InsertableImage.add_member(:image_x, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, required: true, location_name: "imageX"))
1033
+ InsertableImage.add_member(:image_y, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, required: true, location_name: "imageY"))
1034
+ InsertableImage.add_member(:layer, Shapes::ShapeRef.new(shape: __integerMin0Max99, required: true, location_name: "layer"))
1035
+ InsertableImage.add_member(:opacity, Shapes::ShapeRef.new(shape: __integerMin0Max100, required: true, location_name: "opacity"))
1036
+ InsertableImage.add_member(:start_time, Shapes::ShapeRef.new(shape: __stringPattern01D20305D205D, location_name: "startTime"))
1037
+ InsertableImage.add_member(:width, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "width"))
905
1038
  InsertableImage.struct_class = Types::InsertableImage
906
1039
 
907
1040
  Job.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
908
- Job.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestamp, location_name: "createdAt"))
1041
+ Job.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdAt"))
909
1042
  Job.add_member(:error_code, Shapes::ShapeRef.new(shape: __integer, location_name: "errorCode"))
910
1043
  Job.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
911
1044
  Job.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
912
1045
  Job.add_member(:job_template, Shapes::ShapeRef.new(shape: __string, location_name: "jobTemplate"))
913
- Job.add_member(:output_group_details, Shapes::ShapeRef.new(shape: ListOfOutputGroupDetail, location_name: "outputGroupDetails"))
1046
+ Job.add_member(:output_group_details, Shapes::ShapeRef.new(shape: __listOfOutputGroupDetail, location_name: "outputGroupDetails"))
914
1047
  Job.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
915
- Job.add_member(:role, Shapes::ShapeRef.new(shape: __string, location_name: "role"))
916
- Job.add_member(:settings, Shapes::ShapeRef.new(shape: JobSettings, location_name: "settings"))
1048
+ Job.add_member(:role, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "role"))
1049
+ Job.add_member(:settings, Shapes::ShapeRef.new(shape: JobSettings, required: true, location_name: "settings"))
917
1050
  Job.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
918
1051
  Job.add_member(:timing, Shapes::ShapeRef.new(shape: Timing, location_name: "timing"))
919
- Job.add_member(:user_metadata, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "userMetadata"))
1052
+ Job.add_member(:user_metadata, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "userMetadata"))
920
1053
  Job.struct_class = Types::Job
921
1054
 
922
- JobSettings.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integer, location_name: "adAvailOffset"))
1055
+ JobSettings.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
923
1056
  JobSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
924
- JobSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: ListOfInput, location_name: "inputs"))
1057
+ JobSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInput, required: true, location_name: "inputs"))
925
1058
  JobSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
926
- JobSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: ListOfOutputGroup, location_name: "outputGroups"))
1059
+ JobSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, required: true, location_name: "outputGroups"))
927
1060
  JobSettings.add_member(:timecode_config, Shapes::ShapeRef.new(shape: TimecodeConfig, location_name: "timecodeConfig"))
928
1061
  JobSettings.add_member(:timed_metadata_insertion, Shapes::ShapeRef.new(shape: TimedMetadataInsertion, location_name: "timedMetadataInsertion"))
929
1062
  JobSettings.struct_class = Types::JobSettings
930
1063
 
931
1064
  JobTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
932
1065
  JobTemplate.add_member(:category, Shapes::ShapeRef.new(shape: __string, location_name: "category"))
933
- JobTemplate.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestamp, location_name: "createdAt"))
1066
+ JobTemplate.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdAt"))
934
1067
  JobTemplate.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
935
- JobTemplate.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestamp, location_name: "lastUpdated"))
936
- JobTemplate.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1068
+ JobTemplate.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastUpdated"))
1069
+ JobTemplate.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
937
1070
  JobTemplate.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
938
- JobTemplate.add_member(:settings, Shapes::ShapeRef.new(shape: JobTemplateSettings, location_name: "settings"))
1071
+ JobTemplate.add_member(:settings, Shapes::ShapeRef.new(shape: JobTemplateSettings, required: true, location_name: "settings"))
939
1072
  JobTemplate.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "type"))
940
1073
  JobTemplate.struct_class = Types::JobTemplate
941
1074
 
942
- JobTemplateSettings.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integer, location_name: "adAvailOffset"))
1075
+ JobTemplateSettings.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
943
1076
  JobTemplateSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
944
- JobTemplateSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: ListOfInputTemplate, location_name: "inputs"))
1077
+ JobTemplateSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInputTemplate, location_name: "inputs"))
945
1078
  JobTemplateSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
946
- JobTemplateSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: ListOfOutputGroup, location_name: "outputGroups"))
1079
+ JobTemplateSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, required: true, location_name: "outputGroups"))
947
1080
  JobTemplateSettings.add_member(:timecode_config, Shapes::ShapeRef.new(shape: TimecodeConfig, location_name: "timecodeConfig"))
948
1081
  JobTemplateSettings.add_member(:timed_metadata_insertion, Shapes::ShapeRef.new(shape: TimedMetadataInsertion, location_name: "timedMetadataInsertion"))
949
1082
  JobTemplateSettings.struct_class = Types::JobTemplateSettings
@@ -955,7 +1088,7 @@ module Aws::MediaConvert
955
1088
  ListJobTemplatesRequest.add_member(:order, Shapes::ShapeRef.new(shape: Order, location: "querystring", location_name: "order"))
956
1089
  ListJobTemplatesRequest.struct_class = Types::ListJobTemplatesRequest
957
1090
 
958
- ListJobTemplatesResponse.add_member(:job_templates, Shapes::ShapeRef.new(shape: ListOfJobTemplate, location_name: "jobTemplates"))
1091
+ ListJobTemplatesResponse.add_member(:job_templates, Shapes::ShapeRef.new(shape: __listOfJobTemplate, location_name: "jobTemplates"))
959
1092
  ListJobTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
960
1093
  ListJobTemplatesResponse.struct_class = Types::ListJobTemplatesResponse
961
1094
 
@@ -966,54 +1099,10 @@ module Aws::MediaConvert
966
1099
  ListJobsRequest.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location: "querystring", location_name: "status"))
967
1100
  ListJobsRequest.struct_class = Types::ListJobsRequest
968
1101
 
969
- ListJobsResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: ListOfJob, location_name: "jobs"))
1102
+ ListJobsResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: __listOfJob, location_name: "jobs"))
970
1103
  ListJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
971
1104
  ListJobsResponse.struct_class = Types::ListJobsResponse
972
1105
 
973
- ListOfAudioDescription.member = Shapes::ShapeRef.new(shape: AudioDescription)
974
-
975
- ListOfCaptionDescription.member = Shapes::ShapeRef.new(shape: CaptionDescription)
976
-
977
- ListOfCaptionDescriptionPreset.member = Shapes::ShapeRef.new(shape: CaptionDescriptionPreset)
978
-
979
- ListOfEndpoint.member = Shapes::ShapeRef.new(shape: Endpoint)
980
-
981
- ListOfHlsAdMarkers.member = Shapes::ShapeRef.new(shape: HlsAdMarkers)
982
-
983
- ListOfHlsCaptionLanguageMapping.member = Shapes::ShapeRef.new(shape: HlsCaptionLanguageMapping)
984
-
985
- ListOfId3Insertion.member = Shapes::ShapeRef.new(shape: Id3Insertion)
986
-
987
- ListOfInput.member = Shapes::ShapeRef.new(shape: Input)
988
-
989
- ListOfInputClipping.member = Shapes::ShapeRef.new(shape: InputClipping)
990
-
991
- ListOfInputTemplate.member = Shapes::ShapeRef.new(shape: InputTemplate)
992
-
993
- ListOfInsertableImage.member = Shapes::ShapeRef.new(shape: InsertableImage)
994
-
995
- ListOfJob.member = Shapes::ShapeRef.new(shape: Job)
996
-
997
- ListOfJobTemplate.member = Shapes::ShapeRef.new(shape: JobTemplate)
998
-
999
- ListOfOutput.member = Shapes::ShapeRef.new(shape: Output)
1000
-
1001
- ListOfOutputChannelMapping.member = Shapes::ShapeRef.new(shape: OutputChannelMapping)
1002
-
1003
- ListOfOutputDetail.member = Shapes::ShapeRef.new(shape: OutputDetail)
1004
-
1005
- ListOfOutputGroup.member = Shapes::ShapeRef.new(shape: OutputGroup)
1006
-
1007
- ListOfOutputGroupDetail.member = Shapes::ShapeRef.new(shape: OutputGroupDetail)
1008
-
1009
- ListOfPreset.member = Shapes::ShapeRef.new(shape: Preset)
1010
-
1011
- ListOfQueue.member = Shapes::ShapeRef.new(shape: Queue)
1012
-
1013
- ListOf__integer.member = Shapes::ShapeRef.new(shape: __integer)
1014
-
1015
- ListOf__string.member = Shapes::ShapeRef.new(shape: __string)
1016
-
1017
1106
  ListPresetsRequest.add_member(:category, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "category"))
1018
1107
  ListPresetsRequest.add_member(:list_by, Shapes::ShapeRef.new(shape: PresetListBy, location: "querystring", location_name: "listBy"))
1019
1108
  ListPresetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __integer, location: "querystring", location_name: "maxResults"))
@@ -1022,7 +1111,7 @@ module Aws::MediaConvert
1022
1111
  ListPresetsRequest.struct_class = Types::ListPresetsRequest
1023
1112
 
1024
1113
  ListPresetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
1025
- ListPresetsResponse.add_member(:presets, Shapes::ShapeRef.new(shape: ListOfPreset, location_name: "presets"))
1114
+ ListPresetsResponse.add_member(:presets, Shapes::ShapeRef.new(shape: __listOfPreset, location_name: "presets"))
1026
1115
  ListPresetsResponse.struct_class = Types::ListPresetsResponse
1027
1116
 
1028
1117
  ListQueuesRequest.add_member(:list_by, Shapes::ShapeRef.new(shape: QueueListBy, location: "querystring", location_name: "listBy"))
@@ -1032,75 +1121,63 @@ module Aws::MediaConvert
1032
1121
  ListQueuesRequest.struct_class = Types::ListQueuesRequest
1033
1122
 
1034
1123
  ListQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
1035
- ListQueuesResponse.add_member(:queues, Shapes::ShapeRef.new(shape: ListOfQueue, location_name: "queues"))
1124
+ ListQueuesResponse.add_member(:queues, Shapes::ShapeRef.new(shape: __listOfQueue, location_name: "queues"))
1036
1125
  ListQueuesResponse.struct_class = Types::ListQueuesResponse
1037
1126
 
1038
1127
  M2tsSettings.add_member(:audio_buffer_model, Shapes::ShapeRef.new(shape: M2tsAudioBufferModel, location_name: "audioBufferModel"))
1039
- M2tsSettings.add_member(:audio_frames_per_pes, Shapes::ShapeRef.new(shape: __integer, location_name: "audioFramesPerPes"))
1040
- M2tsSettings.add_member(:audio_pids, Shapes::ShapeRef.new(shape: ListOf__integer, location_name: "audioPids"))
1041
- M2tsSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "bitrate"))
1128
+ M2tsSettings.add_member(:audio_frames_per_pes, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "audioFramesPerPes"))
1129
+ M2tsSettings.add_member(:audio_pids, Shapes::ShapeRef.new(shape: __listOf__integerMin32Max8182, location_name: "audioPids"))
1130
+ M2tsSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "bitrate"))
1042
1131
  M2tsSettings.add_member(:buffer_model, Shapes::ShapeRef.new(shape: M2tsBufferModel, location_name: "bufferModel"))
1043
1132
  M2tsSettings.add_member(:dvb_nit_settings, Shapes::ShapeRef.new(shape: DvbNitSettings, location_name: "dvbNitSettings"))
1044
1133
  M2tsSettings.add_member(:dvb_sdt_settings, Shapes::ShapeRef.new(shape: DvbSdtSettings, location_name: "dvbSdtSettings"))
1045
- M2tsSettings.add_member(:dvb_sub_pids, Shapes::ShapeRef.new(shape: ListOf__integer, location_name: "dvbSubPids"))
1134
+ M2tsSettings.add_member(:dvb_sub_pids, Shapes::ShapeRef.new(shape: __listOf__integerMin32Max8182, location_name: "dvbSubPids"))
1046
1135
  M2tsSettings.add_member(:dvb_tdt_settings, Shapes::ShapeRef.new(shape: DvbTdtSettings, location_name: "dvbTdtSettings"))
1047
- M2tsSettings.add_member(:dvb_teletext_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "dvbTeletextPid"))
1136
+ M2tsSettings.add_member(:dvb_teletext_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "dvbTeletextPid"))
1048
1137
  M2tsSettings.add_member(:ebp_audio_interval, Shapes::ShapeRef.new(shape: M2tsEbpAudioInterval, location_name: "ebpAudioInterval"))
1049
1138
  M2tsSettings.add_member(:ebp_placement, Shapes::ShapeRef.new(shape: M2tsEbpPlacement, location_name: "ebpPlacement"))
1050
1139
  M2tsSettings.add_member(:es_rate_in_pes, Shapes::ShapeRef.new(shape: M2tsEsRateInPes, location_name: "esRateInPes"))
1051
- M2tsSettings.add_member(:fragment_time, Shapes::ShapeRef.new(shape: __double, location_name: "fragmentTime"))
1052
- M2tsSettings.add_member(:max_pcr_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "maxPcrInterval"))
1053
- M2tsSettings.add_member(:min_ebp_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "minEbpInterval"))
1140
+ M2tsSettings.add_member(:fragment_time, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "fragmentTime"))
1141
+ M2tsSettings.add_member(:max_pcr_interval, Shapes::ShapeRef.new(shape: __integerMin0Max500, location_name: "maxPcrInterval"))
1142
+ M2tsSettings.add_member(:min_ebp_interval, Shapes::ShapeRef.new(shape: __integerMin0Max10000, location_name: "minEbpInterval"))
1054
1143
  M2tsSettings.add_member(:nielsen_id_3, Shapes::ShapeRef.new(shape: M2tsNielsenId3, location_name: "nielsenId3"))
1055
- M2tsSettings.add_member(:null_packet_bitrate, Shapes::ShapeRef.new(shape: __double, location_name: "nullPacketBitrate"))
1056
- M2tsSettings.add_member(:pat_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "patInterval"))
1144
+ M2tsSettings.add_member(:null_packet_bitrate, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "nullPacketBitrate"))
1145
+ M2tsSettings.add_member(:pat_interval, Shapes::ShapeRef.new(shape: __integerMin0Max1000, location_name: "patInterval"))
1057
1146
  M2tsSettings.add_member(:pcr_control, Shapes::ShapeRef.new(shape: M2tsPcrControl, location_name: "pcrControl"))
1058
- M2tsSettings.add_member(:pcr_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "pcrPid"))
1059
- M2tsSettings.add_member(:pmt_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "pmtInterval"))
1060
- M2tsSettings.add_member(:pmt_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "pmtPid"))
1061
- M2tsSettings.add_member(:private_metadata_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "privateMetadataPid"))
1062
- M2tsSettings.add_member(:program_number, Shapes::ShapeRef.new(shape: __integer, location_name: "programNumber"))
1147
+ M2tsSettings.add_member(:pcr_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "pcrPid"))
1148
+ M2tsSettings.add_member(:pmt_interval, Shapes::ShapeRef.new(shape: __integerMin0Max1000, location_name: "pmtInterval"))
1149
+ M2tsSettings.add_member(:pmt_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "pmtPid"))
1150
+ M2tsSettings.add_member(:private_metadata_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "privateMetadataPid"))
1151
+ M2tsSettings.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin0Max65535, location_name: "programNumber"))
1063
1152
  M2tsSettings.add_member(:rate_mode, Shapes::ShapeRef.new(shape: M2tsRateMode, location_name: "rateMode"))
1064
- M2tsSettings.add_member(:scte_35_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "scte35Pid"))
1153
+ M2tsSettings.add_member(:scte_35_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "scte35Pid"))
1065
1154
  M2tsSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: M2tsScte35Source, location_name: "scte35Source"))
1066
1155
  M2tsSettings.add_member(:segmentation_markers, Shapes::ShapeRef.new(shape: M2tsSegmentationMarkers, location_name: "segmentationMarkers"))
1067
1156
  M2tsSettings.add_member(:segmentation_style, Shapes::ShapeRef.new(shape: M2tsSegmentationStyle, location_name: "segmentationStyle"))
1068
- M2tsSettings.add_member(:segmentation_time, Shapes::ShapeRef.new(shape: __double, location_name: "segmentationTime"))
1069
- M2tsSettings.add_member(:timed_metadata_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "timedMetadataPid"))
1070
- M2tsSettings.add_member(:transport_stream_id, Shapes::ShapeRef.new(shape: __integer, location_name: "transportStreamId"))
1071
- M2tsSettings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "videoPid"))
1157
+ M2tsSettings.add_member(:segmentation_time, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "segmentationTime"))
1158
+ M2tsSettings.add_member(:timed_metadata_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "timedMetadataPid"))
1159
+ M2tsSettings.add_member(:transport_stream_id, Shapes::ShapeRef.new(shape: __integerMin0Max65535, location_name: "transportStreamId"))
1160
+ M2tsSettings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "videoPid"))
1072
1161
  M2tsSettings.struct_class = Types::M2tsSettings
1073
1162
 
1074
- M3u8Settings.add_member(:audio_frames_per_pes, Shapes::ShapeRef.new(shape: __integer, location_name: "audioFramesPerPes"))
1075
- M3u8Settings.add_member(:audio_pids, Shapes::ShapeRef.new(shape: ListOf__integer, location_name: "audioPids"))
1163
+ M3u8Settings.add_member(:audio_frames_per_pes, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "audioFramesPerPes"))
1164
+ M3u8Settings.add_member(:audio_pids, Shapes::ShapeRef.new(shape: __listOf__integerMin32Max8182, location_name: "audioPids"))
1076
1165
  M3u8Settings.add_member(:nielsen_id_3, Shapes::ShapeRef.new(shape: M3u8NielsenId3, location_name: "nielsenId3"))
1077
- M3u8Settings.add_member(:pat_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "patInterval"))
1166
+ M3u8Settings.add_member(:pat_interval, Shapes::ShapeRef.new(shape: __integerMin0Max1000, location_name: "patInterval"))
1078
1167
  M3u8Settings.add_member(:pcr_control, Shapes::ShapeRef.new(shape: M3u8PcrControl, location_name: "pcrControl"))
1079
- M3u8Settings.add_member(:pcr_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "pcrPid"))
1080
- M3u8Settings.add_member(:pmt_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "pmtInterval"))
1081
- M3u8Settings.add_member(:pmt_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "pmtPid"))
1082
- M3u8Settings.add_member(:private_metadata_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "privateMetadataPid"))
1083
- M3u8Settings.add_member(:program_number, Shapes::ShapeRef.new(shape: __integer, location_name: "programNumber"))
1084
- M3u8Settings.add_member(:scte_35_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "scte35Pid"))
1168
+ M3u8Settings.add_member(:pcr_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "pcrPid"))
1169
+ M3u8Settings.add_member(:pmt_interval, Shapes::ShapeRef.new(shape: __integerMin0Max1000, location_name: "pmtInterval"))
1170
+ M3u8Settings.add_member(:pmt_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "pmtPid"))
1171
+ M3u8Settings.add_member(:private_metadata_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "privateMetadataPid"))
1172
+ M3u8Settings.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin0Max65535, location_name: "programNumber"))
1173
+ M3u8Settings.add_member(:scte_35_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "scte35Pid"))
1085
1174
  M3u8Settings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: M3u8Scte35Source, location_name: "scte35Source"))
1086
1175
  M3u8Settings.add_member(:timed_metadata, Shapes::ShapeRef.new(shape: TimedMetadata, location_name: "timedMetadata"))
1087
- M3u8Settings.add_member(:timed_metadata_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "timedMetadataPid"))
1088
- M3u8Settings.add_member(:transport_stream_id, Shapes::ShapeRef.new(shape: __integer, location_name: "transportStreamId"))
1089
- M3u8Settings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "videoPid"))
1176
+ M3u8Settings.add_member(:timed_metadata_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "timedMetadataPid"))
1177
+ M3u8Settings.add_member(:transport_stream_id, Shapes::ShapeRef.new(shape: __integerMin0Max65535, location_name: "transportStreamId"))
1178
+ M3u8Settings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "videoPid"))
1090
1179
  M3u8Settings.struct_class = Types::M3u8Settings
1091
1180
 
1092
- MapOfAudioSelector.key = Shapes::ShapeRef.new(shape: __string)
1093
- MapOfAudioSelector.value = Shapes::ShapeRef.new(shape: AudioSelector)
1094
-
1095
- MapOfAudioSelectorGroup.key = Shapes::ShapeRef.new(shape: __string)
1096
- MapOfAudioSelectorGroup.value = Shapes::ShapeRef.new(shape: AudioSelectorGroup)
1097
-
1098
- MapOfCaptionSelector.key = Shapes::ShapeRef.new(shape: __string)
1099
- MapOfCaptionSelector.value = Shapes::ShapeRef.new(shape: CaptionSelector)
1100
-
1101
- MapOf__string.key = Shapes::ShapeRef.new(shape: __string)
1102
- MapOf__string.value = Shapes::ShapeRef.new(shape: __string)
1103
-
1104
1181
  MovSettings.add_member(:clap_atom, Shapes::ShapeRef.new(shape: MovClapAtom, location_name: "clapAtom"))
1105
1182
  MovSettings.add_member(:cslg_atom, Shapes::ShapeRef.new(shape: MovCslgAtom, location_name: "cslgAtom"))
1106
1183
  MovSettings.add_member(:mpeg_2_four_cc_control, Shapes::ShapeRef.new(shape: MovMpeg2FourCCControl, location_name: "mpeg2FourCCControl"))
@@ -1108,9 +1185,9 @@ module Aws::MediaConvert
1108
1185
  MovSettings.add_member(:reference, Shapes::ShapeRef.new(shape: MovReference, location_name: "reference"))
1109
1186
  MovSettings.struct_class = Types::MovSettings
1110
1187
 
1111
- Mp2Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "bitrate"))
1112
- Mp2Settings.add_member(:channels, Shapes::ShapeRef.new(shape: __integer, location_name: "channels"))
1113
- Mp2Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "sampleRate"))
1188
+ Mp2Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin32000Max384000, location_name: "bitrate"))
1189
+ Mp2Settings.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max2, location_name: "channels"))
1190
+ Mp2Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin32000Max48000, location_name: "sampleRate"))
1114
1191
  Mp2Settings.struct_class = Types::Mp2Settings
1115
1192
 
1116
1193
  Mp4Settings.add_member(:cslg_atom, Shapes::ShapeRef.new(shape: Mp4CslgAtom, location_name: "cslgAtom"))
@@ -1120,75 +1197,75 @@ module Aws::MediaConvert
1120
1197
  Mp4Settings.struct_class = Types::Mp4Settings
1121
1198
 
1122
1199
  Mpeg2Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: Mpeg2AdaptiveQuantization, location_name: "adaptiveQuantization"))
1123
- Mpeg2Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "bitrate"))
1200
+ Mpeg2Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max288000000, location_name: "bitrate"))
1124
1201
  Mpeg2Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: Mpeg2CodecLevel, location_name: "codecLevel"))
1125
1202
  Mpeg2Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: Mpeg2CodecProfile, location_name: "codecProfile"))
1126
1203
  Mpeg2Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: Mpeg2FramerateControl, location_name: "framerateControl"))
1127
1204
  Mpeg2Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: Mpeg2FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
1128
- Mpeg2Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integer, location_name: "framerateDenominator"))
1129
- Mpeg2Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "framerateNumerator"))
1130
- Mpeg2Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integer, location_name: "gopClosedCadence"))
1131
- Mpeg2Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __double, location_name: "gopSize"))
1205
+ Mpeg2Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
1206
+ Mpeg2Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin24Max60000, location_name: "framerateNumerator"))
1207
+ Mpeg2Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "gopClosedCadence"))
1208
+ Mpeg2Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "gopSize"))
1132
1209
  Mpeg2Settings.add_member(:gop_size_units, Shapes::ShapeRef.new(shape: Mpeg2GopSizeUnits, location_name: "gopSizeUnits"))
1133
- Mpeg2Settings.add_member(:hrd_buffer_initial_fill_percentage, Shapes::ShapeRef.new(shape: __integer, location_name: "hrdBufferInitialFillPercentage"))
1134
- Mpeg2Settings.add_member(:hrd_buffer_size, Shapes::ShapeRef.new(shape: __integer, location_name: "hrdBufferSize"))
1210
+ Mpeg2Settings.add_member(:hrd_buffer_initial_fill_percentage, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "hrdBufferInitialFillPercentage"))
1211
+ Mpeg2Settings.add_member(:hrd_buffer_size, Shapes::ShapeRef.new(shape: __integerMin0Max47185920, location_name: "hrdBufferSize"))
1135
1212
  Mpeg2Settings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: Mpeg2InterlaceMode, location_name: "interlaceMode"))
1136
1213
  Mpeg2Settings.add_member(:intra_dc_precision, Shapes::ShapeRef.new(shape: Mpeg2IntraDcPrecision, location_name: "intraDcPrecision"))
1137
- Mpeg2Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
1138
- Mpeg2Settings.add_member(:min_i_interval, Shapes::ShapeRef.new(shape: __integer, location_name: "minIInterval"))
1139
- Mpeg2Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integer, location_name: "numberBFramesBetweenReferenceFrames"))
1214
+ Mpeg2Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max300000000, location_name: "maxBitrate"))
1215
+ Mpeg2Settings.add_member(:min_i_interval, Shapes::ShapeRef.new(shape: __integerMin0Max30, location_name: "minIInterval"))
1216
+ Mpeg2Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "numberBFramesBetweenReferenceFrames"))
1140
1217
  Mpeg2Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: Mpeg2ParControl, location_name: "parControl"))
1141
- Mpeg2Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integer, location_name: "parDenominator"))
1142
- Mpeg2Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "parNumerator"))
1218
+ Mpeg2Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
1219
+ Mpeg2Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
1143
1220
  Mpeg2Settings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: Mpeg2QualityTuningLevel, location_name: "qualityTuningLevel"))
1144
1221
  Mpeg2Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Mpeg2RateControlMode, location_name: "rateControlMode"))
1145
1222
  Mpeg2Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: Mpeg2SceneChangeDetect, location_name: "sceneChangeDetect"))
1146
1223
  Mpeg2Settings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: Mpeg2SlowPal, location_name: "slowPal"))
1147
- Mpeg2Settings.add_member(:softness, Shapes::ShapeRef.new(shape: __integer, location_name: "softness"))
1224
+ Mpeg2Settings.add_member(:softness, Shapes::ShapeRef.new(shape: __integerMin0Max128, location_name: "softness"))
1148
1225
  Mpeg2Settings.add_member(:spatial_adaptive_quantization, Shapes::ShapeRef.new(shape: Mpeg2SpatialAdaptiveQuantization, location_name: "spatialAdaptiveQuantization"))
1149
1226
  Mpeg2Settings.add_member(:syntax, Shapes::ShapeRef.new(shape: Mpeg2Syntax, location_name: "syntax"))
1150
1227
  Mpeg2Settings.add_member(:telecine, Shapes::ShapeRef.new(shape: Mpeg2Telecine, location_name: "telecine"))
1151
1228
  Mpeg2Settings.add_member(:temporal_adaptive_quantization, Shapes::ShapeRef.new(shape: Mpeg2TemporalAdaptiveQuantization, location_name: "temporalAdaptiveQuantization"))
1152
1229
  Mpeg2Settings.struct_class = Types::Mpeg2Settings
1153
1230
 
1154
- MsSmoothEncryptionSettings.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, location_name: "spekeKeyProvider"))
1231
+ MsSmoothEncryptionSettings.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
1155
1232
  MsSmoothEncryptionSettings.struct_class = Types::MsSmoothEncryptionSettings
1156
1233
 
1157
1234
  MsSmoothGroupSettings.add_member(:audio_deduplication, Shapes::ShapeRef.new(shape: MsSmoothAudioDeduplication, location_name: "audioDeduplication"))
1158
- MsSmoothGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __string, location_name: "destination"))
1235
+ MsSmoothGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
1159
1236
  MsSmoothGroupSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: MsSmoothEncryptionSettings, location_name: "encryption"))
1160
- MsSmoothGroupSettings.add_member(:fragment_length, Shapes::ShapeRef.new(shape: __integer, location_name: "fragmentLength"))
1237
+ MsSmoothGroupSettings.add_member(:fragment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, required: true, location_name: "fragmentLength"))
1161
1238
  MsSmoothGroupSettings.add_member(:manifest_encoding, Shapes::ShapeRef.new(shape: MsSmoothManifestEncoding, location_name: "manifestEncoding"))
1162
1239
  MsSmoothGroupSettings.struct_class = Types::MsSmoothGroupSettings
1163
1240
 
1164
- NielsenConfiguration.add_member(:breakout_code, Shapes::ShapeRef.new(shape: __integer, location_name: "breakoutCode"))
1241
+ NielsenConfiguration.add_member(:breakout_code, Shapes::ShapeRef.new(shape: __integerMin0Max9, location_name: "breakoutCode"))
1165
1242
  NielsenConfiguration.add_member(:distributor_id, Shapes::ShapeRef.new(shape: __string, location_name: "distributorId"))
1166
1243
  NielsenConfiguration.struct_class = Types::NielsenConfiguration
1167
1244
 
1168
- NoiseReducer.add_member(:filter, Shapes::ShapeRef.new(shape: NoiseReducerFilter, location_name: "filter"))
1245
+ NoiseReducer.add_member(:filter, Shapes::ShapeRef.new(shape: NoiseReducerFilter, required: true, location_name: "filter"))
1169
1246
  NoiseReducer.add_member(:filter_settings, Shapes::ShapeRef.new(shape: NoiseReducerFilterSettings, location_name: "filterSettings"))
1170
1247
  NoiseReducer.add_member(:spatial_filter_settings, Shapes::ShapeRef.new(shape: NoiseReducerSpatialFilterSettings, location_name: "spatialFilterSettings"))
1171
1248
  NoiseReducer.struct_class = Types::NoiseReducer
1172
1249
 
1173
- NoiseReducerFilterSettings.add_member(:strength, Shapes::ShapeRef.new(shape: __integer, location_name: "strength"))
1250
+ NoiseReducerFilterSettings.add_member(:strength, Shapes::ShapeRef.new(shape: __integerMin0Max3, location_name: "strength"))
1174
1251
  NoiseReducerFilterSettings.struct_class = Types::NoiseReducerFilterSettings
1175
1252
 
1176
- NoiseReducerSpatialFilterSettings.add_member(:post_filter_sharpen_strength, Shapes::ShapeRef.new(shape: __integer, location_name: "postFilterSharpenStrength"))
1177
- NoiseReducerSpatialFilterSettings.add_member(:speed, Shapes::ShapeRef.new(shape: __integer, location_name: "speed"))
1178
- NoiseReducerSpatialFilterSettings.add_member(:strength, Shapes::ShapeRef.new(shape: __integer, location_name: "strength"))
1253
+ NoiseReducerSpatialFilterSettings.add_member(:post_filter_sharpen_strength, Shapes::ShapeRef.new(shape: __integerMin0Max3, location_name: "postFilterSharpenStrength"))
1254
+ NoiseReducerSpatialFilterSettings.add_member(:speed, Shapes::ShapeRef.new(shape: __integerMinNegative2Max3, location_name: "speed"))
1255
+ NoiseReducerSpatialFilterSettings.add_member(:strength, Shapes::ShapeRef.new(shape: __integerMin0Max16, location_name: "strength"))
1179
1256
  NoiseReducerSpatialFilterSettings.struct_class = Types::NoiseReducerSpatialFilterSettings
1180
1257
 
1181
- Output.add_member(:audio_descriptions, Shapes::ShapeRef.new(shape: ListOfAudioDescription, location_name: "audioDescriptions"))
1182
- Output.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: ListOfCaptionDescription, location_name: "captionDescriptions"))
1258
+ Output.add_member(:audio_descriptions, Shapes::ShapeRef.new(shape: __listOfAudioDescription, location_name: "audioDescriptions"))
1259
+ Output.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
1183
1260
  Output.add_member(:container_settings, Shapes::ShapeRef.new(shape: ContainerSettings, location_name: "containerSettings"))
1184
1261
  Output.add_member(:extension, Shapes::ShapeRef.new(shape: __string, location_name: "extension"))
1185
- Output.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
1262
+ Output.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __stringMin1, location_name: "nameModifier"))
1186
1263
  Output.add_member(:output_settings, Shapes::ShapeRef.new(shape: OutputSettings, location_name: "outputSettings"))
1187
- Output.add_member(:preset, Shapes::ShapeRef.new(shape: __string, location_name: "preset"))
1264
+ Output.add_member(:preset, Shapes::ShapeRef.new(shape: __stringMin0, location_name: "preset"))
1188
1265
  Output.add_member(:video_description, Shapes::ShapeRef.new(shape: VideoDescription, location_name: "videoDescription"))
1189
1266
  Output.struct_class = Types::Output
1190
1267
 
1191
- OutputChannelMapping.add_member(:input_channels, Shapes::ShapeRef.new(shape: ListOf__integer, location_name: "inputChannels"))
1268
+ OutputChannelMapping.add_member(:input_channels, Shapes::ShapeRef.new(shape: __listOf__integerMinNegative60Max6, required: true, location_name: "inputChannels"))
1192
1269
  OutputChannelMapping.struct_class = Types::OutputChannelMapping
1193
1270
 
1194
1271
  OutputDetail.add_member(:duration_in_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "durationInMs"))
@@ -1197,18 +1274,19 @@ module Aws::MediaConvert
1197
1274
 
1198
1275
  OutputGroup.add_member(:custom_name, Shapes::ShapeRef.new(shape: __string, location_name: "customName"))
1199
1276
  OutputGroup.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1200
- OutputGroup.add_member(:output_group_settings, Shapes::ShapeRef.new(shape: OutputGroupSettings, location_name: "outputGroupSettings"))
1201
- OutputGroup.add_member(:outputs, Shapes::ShapeRef.new(shape: ListOfOutput, location_name: "outputs"))
1277
+ OutputGroup.add_member(:output_group_settings, Shapes::ShapeRef.new(shape: OutputGroupSettings, required: true, location_name: "outputGroupSettings"))
1278
+ OutputGroup.add_member(:outputs, Shapes::ShapeRef.new(shape: __listOfOutput, required: true, location_name: "outputs"))
1202
1279
  OutputGroup.struct_class = Types::OutputGroup
1203
1280
 
1204
- OutputGroupDetail.add_member(:output_details, Shapes::ShapeRef.new(shape: ListOfOutputDetail, location_name: "outputDetails"))
1281
+ OutputGroupDetail.add_member(:output_details, Shapes::ShapeRef.new(shape: __listOfOutputDetail, location_name: "outputDetails"))
1205
1282
  OutputGroupDetail.struct_class = Types::OutputGroupDetail
1206
1283
 
1284
+ OutputGroupSettings.add_member(:cmaf_group_settings, Shapes::ShapeRef.new(shape: CmafGroupSettings, location_name: "cmafGroupSettings"))
1207
1285
  OutputGroupSettings.add_member(:dash_iso_group_settings, Shapes::ShapeRef.new(shape: DashIsoGroupSettings, location_name: "dashIsoGroupSettings"))
1208
1286
  OutputGroupSettings.add_member(:file_group_settings, Shapes::ShapeRef.new(shape: FileGroupSettings, location_name: "fileGroupSettings"))
1209
1287
  OutputGroupSettings.add_member(:hls_group_settings, Shapes::ShapeRef.new(shape: HlsGroupSettings, location_name: "hlsGroupSettings"))
1210
1288
  OutputGroupSettings.add_member(:ms_smooth_group_settings, Shapes::ShapeRef.new(shape: MsSmoothGroupSettings, location_name: "msSmoothGroupSettings"))
1211
- OutputGroupSettings.add_member(:type, Shapes::ShapeRef.new(shape: OutputGroupType, location_name: "type"))
1289
+ OutputGroupSettings.add_member(:type, Shapes::ShapeRef.new(shape: OutputGroupType, required: true, location_name: "type"))
1212
1290
  OutputGroupSettings.struct_class = Types::OutputGroupSettings
1213
1291
 
1214
1292
  OutputSettings.add_member(:hls_settings, Shapes::ShapeRef.new(shape: HlsSettings, location_name: "hlsSettings"))
@@ -1216,16 +1294,16 @@ module Aws::MediaConvert
1216
1294
 
1217
1295
  Preset.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1218
1296
  Preset.add_member(:category, Shapes::ShapeRef.new(shape: __string, location_name: "category"))
1219
- Preset.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestamp, location_name: "createdAt"))
1297
+ Preset.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdAt"))
1220
1298
  Preset.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
1221
- Preset.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestamp, location_name: "lastUpdated"))
1222
- Preset.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1223
- Preset.add_member(:settings, Shapes::ShapeRef.new(shape: PresetSettings, location_name: "settings"))
1299
+ Preset.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastUpdated"))
1300
+ Preset.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
1301
+ Preset.add_member(:settings, Shapes::ShapeRef.new(shape: PresetSettings, required: true, location_name: "settings"))
1224
1302
  Preset.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "type"))
1225
1303
  Preset.struct_class = Types::Preset
1226
1304
 
1227
- PresetSettings.add_member(:audio_descriptions, Shapes::ShapeRef.new(shape: ListOfAudioDescription, location_name: "audioDescriptions"))
1228
- PresetSettings.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: ListOfCaptionDescriptionPreset, location_name: "captionDescriptions"))
1305
+ PresetSettings.add_member(:audio_descriptions, Shapes::ShapeRef.new(shape: __listOfAudioDescription, location_name: "audioDescriptions"))
1306
+ PresetSettings.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescriptionPreset, location_name: "captionDescriptions"))
1229
1307
  PresetSettings.add_member(:container_settings, Shapes::ShapeRef.new(shape: ContainerSettings, location_name: "containerSettings"))
1230
1308
  PresetSettings.add_member(:video_description, Shapes::ShapeRef.new(shape: VideoDescription, location_name: "videoDescription"))
1231
1309
  PresetSettings.struct_class = Types::PresetSettings
@@ -1233,73 +1311,73 @@ module Aws::MediaConvert
1233
1311
  ProresSettings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: ProresCodecProfile, location_name: "codecProfile"))
1234
1312
  ProresSettings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: ProresFramerateControl, location_name: "framerateControl"))
1235
1313
  ProresSettings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: ProresFramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
1236
- ProresSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integer, location_name: "framerateDenominator"))
1237
- ProresSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "framerateNumerator"))
1314
+ ProresSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateDenominator"))
1315
+ ProresSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
1238
1316
  ProresSettings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: ProresInterlaceMode, location_name: "interlaceMode"))
1239
1317
  ProresSettings.add_member(:par_control, Shapes::ShapeRef.new(shape: ProresParControl, location_name: "parControl"))
1240
- ProresSettings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integer, location_name: "parDenominator"))
1241
- ProresSettings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "parNumerator"))
1318
+ ProresSettings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
1319
+ ProresSettings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
1242
1320
  ProresSettings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: ProresSlowPal, location_name: "slowPal"))
1243
1321
  ProresSettings.add_member(:telecine, Shapes::ShapeRef.new(shape: ProresTelecine, location_name: "telecine"))
1244
1322
  ProresSettings.struct_class = Types::ProresSettings
1245
1323
 
1246
1324
  Queue.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1247
- Queue.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestamp, location_name: "createdAt"))
1325
+ Queue.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdAt"))
1248
1326
  Queue.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
1249
- Queue.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestamp, location_name: "lastUpdated"))
1250
- Queue.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1327
+ Queue.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastUpdated"))
1328
+ Queue.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
1251
1329
  Queue.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, location_name: "status"))
1252
1330
  Queue.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "type"))
1253
1331
  Queue.struct_class = Types::Queue
1254
1332
 
1255
- Rectangle.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
1256
- Rectangle.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
1257
- Rectangle.add_member(:x, Shapes::ShapeRef.new(shape: __integer, location_name: "x"))
1258
- Rectangle.add_member(:y, Shapes::ShapeRef.new(shape: __integer, location_name: "y"))
1333
+ Rectangle.add_member(:height, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, required: true, location_name: "height"))
1334
+ Rectangle.add_member(:width, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, required: true, location_name: "width"))
1335
+ Rectangle.add_member(:x, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, required: true, location_name: "x"))
1336
+ Rectangle.add_member(:y, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, required: true, location_name: "y"))
1259
1337
  Rectangle.struct_class = Types::Rectangle
1260
1338
 
1261
- RemixSettings.add_member(:channel_mapping, Shapes::ShapeRef.new(shape: ChannelMapping, location_name: "channelMapping"))
1262
- RemixSettings.add_member(:channels_in, Shapes::ShapeRef.new(shape: __integer, location_name: "channelsIn"))
1263
- RemixSettings.add_member(:channels_out, Shapes::ShapeRef.new(shape: __integer, location_name: "channelsOut"))
1339
+ RemixSettings.add_member(:channel_mapping, Shapes::ShapeRef.new(shape: ChannelMapping, required: true, location_name: "channelMapping"))
1340
+ RemixSettings.add_member(:channels_in, Shapes::ShapeRef.new(shape: __integerMin1Max16, required: true, location_name: "channelsIn"))
1341
+ RemixSettings.add_member(:channels_out, Shapes::ShapeRef.new(shape: __integerMin1Max8, required: true, location_name: "channelsOut"))
1264
1342
  RemixSettings.struct_class = Types::RemixSettings
1265
1343
 
1266
1344
  SccDestinationSettings.add_member(:framerate, Shapes::ShapeRef.new(shape: SccDestinationFramerate, location_name: "framerate"))
1267
1345
  SccDestinationSettings.struct_class = Types::SccDestinationSettings
1268
1346
 
1269
- SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
1270
- SpekeKeyProvider.add_member(:system_ids, Shapes::ShapeRef.new(shape: ListOf__string, location_name: "systemIds"))
1271
- SpekeKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
1347
+ SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "resourceId"))
1348
+ SpekeKeyProvider.add_member(:system_ids, Shapes::ShapeRef.new(shape: __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12, required: true, location_name: "systemIds"))
1349
+ SpekeKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: __stringPatternHttps, required: true, location_name: "url"))
1272
1350
  SpekeKeyProvider.struct_class = Types::SpekeKeyProvider
1273
1351
 
1274
- StaticKeyProvider.add_member(:key_format, Shapes::ShapeRef.new(shape: __string, location_name: "keyFormat"))
1275
- StaticKeyProvider.add_member(:key_format_versions, Shapes::ShapeRef.new(shape: __string, location_name: "keyFormatVersions"))
1276
- StaticKeyProvider.add_member(:static_key_value, Shapes::ShapeRef.new(shape: __string, location_name: "staticKeyValue"))
1277
- StaticKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
1352
+ StaticKeyProvider.add_member(:key_format, Shapes::ShapeRef.new(shape: __stringPatternIdentityAZaZ26AZaZ09163, location_name: "keyFormat"))
1353
+ StaticKeyProvider.add_member(:key_format_versions, Shapes::ShapeRef.new(shape: __stringPatternDD, location_name: "keyFormatVersions"))
1354
+ StaticKeyProvider.add_member(:static_key_value, Shapes::ShapeRef.new(shape: __stringPatternAZaZ0932, required: true, location_name: "staticKeyValue"))
1355
+ StaticKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "url"))
1278
1356
  StaticKeyProvider.struct_class = Types::StaticKeyProvider
1279
1357
 
1280
- TeletextDestinationSettings.add_member(:page_number, Shapes::ShapeRef.new(shape: __string, location_name: "pageNumber"))
1358
+ TeletextDestinationSettings.add_member(:page_number, Shapes::ShapeRef.new(shape: __stringMin3Max3Pattern1809aFAF09aEAE, location_name: "pageNumber"))
1281
1359
  TeletextDestinationSettings.struct_class = Types::TeletextDestinationSettings
1282
1360
 
1283
- TeletextSourceSettings.add_member(:page_number, Shapes::ShapeRef.new(shape: __string, location_name: "pageNumber"))
1361
+ TeletextSourceSettings.add_member(:page_number, Shapes::ShapeRef.new(shape: __stringMin3Max3Pattern1809aFAF09aEAE, location_name: "pageNumber"))
1284
1362
  TeletextSourceSettings.struct_class = Types::TeletextSourceSettings
1285
1363
 
1286
- TimecodeBurnin.add_member(:font_size, Shapes::ShapeRef.new(shape: __integer, location_name: "fontSize"))
1364
+ TimecodeBurnin.add_member(:font_size, Shapes::ShapeRef.new(shape: __integerMin10Max48, location_name: "fontSize"))
1287
1365
  TimecodeBurnin.add_member(:position, Shapes::ShapeRef.new(shape: TimecodeBurninPosition, location_name: "position"))
1288
- TimecodeBurnin.add_member(:prefix, Shapes::ShapeRef.new(shape: __string, location_name: "prefix"))
1366
+ TimecodeBurnin.add_member(:prefix, Shapes::ShapeRef.new(shape: __stringPattern, location_name: "prefix"))
1289
1367
  TimecodeBurnin.struct_class = Types::TimecodeBurnin
1290
1368
 
1291
- TimecodeConfig.add_member(:anchor, Shapes::ShapeRef.new(shape: __string, location_name: "anchor"))
1369
+ TimecodeConfig.add_member(:anchor, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "anchor"))
1292
1370
  TimecodeConfig.add_member(:source, Shapes::ShapeRef.new(shape: TimecodeSource, location_name: "source"))
1293
- TimecodeConfig.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
1294
- TimecodeConfig.add_member(:timestamp_offset, Shapes::ShapeRef.new(shape: __string, location_name: "timestampOffset"))
1371
+ TimecodeConfig.add_member(:start, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "start"))
1372
+ TimecodeConfig.add_member(:timestamp_offset, Shapes::ShapeRef.new(shape: __stringPattern0940191020191209301, location_name: "timestampOffset"))
1295
1373
  TimecodeConfig.struct_class = Types::TimecodeConfig
1296
1374
 
1297
- TimedMetadataInsertion.add_member(:id_3_insertions, Shapes::ShapeRef.new(shape: ListOfId3Insertion, location_name: "id3Insertions"))
1375
+ TimedMetadataInsertion.add_member(:id_3_insertions, Shapes::ShapeRef.new(shape: __listOfId3Insertion, required: true, location_name: "id3Insertions"))
1298
1376
  TimedMetadataInsertion.struct_class = Types::TimedMetadataInsertion
1299
1377
 
1300
- Timing.add_member(:finish_time, Shapes::ShapeRef.new(shape: __timestamp, location_name: "finishTime"))
1301
- Timing.add_member(:start_time, Shapes::ShapeRef.new(shape: __timestamp, location_name: "startTime"))
1302
- Timing.add_member(:submit_time, Shapes::ShapeRef.new(shape: __timestamp, location_name: "submitTime"))
1378
+ Timing.add_member(:finish_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "finishTime"))
1379
+ Timing.add_member(:start_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "startTime"))
1380
+ Timing.add_member(:submit_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "submitTime"))
1303
1381
  Timing.struct_class = Types::Timing
1304
1382
 
1305
1383
  TtmlDestinationSettings.add_member(:style_passthrough, Shapes::ShapeRef.new(shape: TtmlStylePassthrough, location_name: "stylePassthrough"))
@@ -1332,7 +1410,7 @@ module Aws::MediaConvert
1332
1410
  UpdateQueueResponse.add_member(:queue, Shapes::ShapeRef.new(shape: Queue, location_name: "queue"))
1333
1411
  UpdateQueueResponse.struct_class = Types::UpdateQueueResponse
1334
1412
 
1335
- VideoCodecSettings.add_member(:codec, Shapes::ShapeRef.new(shape: VideoCodec, location_name: "codec"))
1413
+ VideoCodecSettings.add_member(:codec, Shapes::ShapeRef.new(shape: VideoCodec, required: true, location_name: "codec"))
1336
1414
  VideoCodecSettings.add_member(:frame_capture_settings, Shapes::ShapeRef.new(shape: FrameCaptureSettings, location_name: "frameCaptureSettings"))
1337
1415
  VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
1338
1416
  VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
@@ -1342,19 +1420,19 @@ module Aws::MediaConvert
1342
1420
 
1343
1421
  VideoDescription.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
1344
1422
  VideoDescription.add_member(:anti_alias, Shapes::ShapeRef.new(shape: AntiAlias, location_name: "antiAlias"))
1345
- VideoDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: VideoCodecSettings, location_name: "codecSettings"))
1423
+ VideoDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: VideoCodecSettings, required: true, location_name: "codecSettings"))
1346
1424
  VideoDescription.add_member(:color_metadata, Shapes::ShapeRef.new(shape: ColorMetadata, location_name: "colorMetadata"))
1347
1425
  VideoDescription.add_member(:crop, Shapes::ShapeRef.new(shape: Rectangle, location_name: "crop"))
1348
1426
  VideoDescription.add_member(:drop_frame_timecode, Shapes::ShapeRef.new(shape: DropFrameTimecode, location_name: "dropFrameTimecode"))
1349
- VideoDescription.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: __integer, location_name: "fixedAfd"))
1350
- VideoDescription.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
1427
+ VideoDescription.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: __integerMin0Max15, location_name: "fixedAfd"))
1428
+ VideoDescription.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max2160, location_name: "height"))
1351
1429
  VideoDescription.add_member(:position, Shapes::ShapeRef.new(shape: Rectangle, location_name: "position"))
1352
1430
  VideoDescription.add_member(:respond_to_afd, Shapes::ShapeRef.new(shape: RespondToAfd, location_name: "respondToAfd"))
1353
1431
  VideoDescription.add_member(:scaling_behavior, Shapes::ShapeRef.new(shape: ScalingBehavior, location_name: "scalingBehavior"))
1354
- VideoDescription.add_member(:sharpness, Shapes::ShapeRef.new(shape: __integer, location_name: "sharpness"))
1432
+ VideoDescription.add_member(:sharpness, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "sharpness"))
1355
1433
  VideoDescription.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: VideoTimecodeInsertion, location_name: "timecodeInsertion"))
1356
1434
  VideoDescription.add_member(:video_preprocessors, Shapes::ShapeRef.new(shape: VideoPreprocessor, location_name: "videoPreprocessors"))
1357
- VideoDescription.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
1435
+ VideoDescription.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max4096, location_name: "width"))
1358
1436
  VideoDescription.struct_class = Types::VideoDescription
1359
1437
 
1360
1438
  VideoDetail.add_member(:height_in_px, Shapes::ShapeRef.new(shape: __integer, location_name: "heightInPx"))
@@ -1371,15 +1449,78 @@ module Aws::MediaConvert
1371
1449
  VideoSelector.add_member(:color_space, Shapes::ShapeRef.new(shape: ColorSpace, location_name: "colorSpace"))
1372
1450
  VideoSelector.add_member(:color_space_usage, Shapes::ShapeRef.new(shape: ColorSpaceUsage, location_name: "colorSpaceUsage"))
1373
1451
  VideoSelector.add_member(:hdr_10_metadata, Shapes::ShapeRef.new(shape: Hdr10Metadata, location_name: "hdr10Metadata"))
1374
- VideoSelector.add_member(:pid, Shapes::ShapeRef.new(shape: __integer, location_name: "pid"))
1375
- VideoSelector.add_member(:program_number, Shapes::ShapeRef.new(shape: __integer, location_name: "programNumber"))
1452
+ VideoSelector.add_member(:pid, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "pid"))
1453
+ VideoSelector.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "programNumber"))
1376
1454
  VideoSelector.struct_class = Types::VideoSelector
1377
1455
 
1378
- WavSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integer, location_name: "bitDepth"))
1379
- WavSettings.add_member(:channels, Shapes::ShapeRef.new(shape: __integer, location_name: "channels"))
1380
- WavSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "sampleRate"))
1456
+ WavSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integerMin16Max24, location_name: "bitDepth"))
1457
+ WavSettings.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max8, location_name: "channels"))
1458
+ WavSettings.add_member(:format, Shapes::ShapeRef.new(shape: WavFormat, location_name: "format"))
1459
+ WavSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin8000Max192000, location_name: "sampleRate"))
1381
1460
  WavSettings.struct_class = Types::WavSettings
1382
1461
 
1462
+ __listOfAudioDescription.member = Shapes::ShapeRef.new(shape: AudioDescription)
1463
+
1464
+ __listOfCaptionDescription.member = Shapes::ShapeRef.new(shape: CaptionDescription)
1465
+
1466
+ __listOfCaptionDescriptionPreset.member = Shapes::ShapeRef.new(shape: CaptionDescriptionPreset)
1467
+
1468
+ __listOfEndpoint.member = Shapes::ShapeRef.new(shape: Endpoint)
1469
+
1470
+ __listOfHlsAdMarkers.member = Shapes::ShapeRef.new(shape: HlsAdMarkers)
1471
+
1472
+ __listOfHlsCaptionLanguageMapping.member = Shapes::ShapeRef.new(shape: HlsCaptionLanguageMapping)
1473
+
1474
+ __listOfId3Insertion.member = Shapes::ShapeRef.new(shape: Id3Insertion)
1475
+
1476
+ __listOfInput.member = Shapes::ShapeRef.new(shape: Input)
1477
+
1478
+ __listOfInputClipping.member = Shapes::ShapeRef.new(shape: InputClipping)
1479
+
1480
+ __listOfInputTemplate.member = Shapes::ShapeRef.new(shape: InputTemplate)
1481
+
1482
+ __listOfInsertableImage.member = Shapes::ShapeRef.new(shape: InsertableImage)
1483
+
1484
+ __listOfJob.member = Shapes::ShapeRef.new(shape: Job)
1485
+
1486
+ __listOfJobTemplate.member = Shapes::ShapeRef.new(shape: JobTemplate)
1487
+
1488
+ __listOfOutput.member = Shapes::ShapeRef.new(shape: Output)
1489
+
1490
+ __listOfOutputChannelMapping.member = Shapes::ShapeRef.new(shape: OutputChannelMapping)
1491
+
1492
+ __listOfOutputDetail.member = Shapes::ShapeRef.new(shape: OutputDetail)
1493
+
1494
+ __listOfOutputGroup.member = Shapes::ShapeRef.new(shape: OutputGroup)
1495
+
1496
+ __listOfOutputGroupDetail.member = Shapes::ShapeRef.new(shape: OutputGroupDetail)
1497
+
1498
+ __listOfPreset.member = Shapes::ShapeRef.new(shape: Preset)
1499
+
1500
+ __listOfQueue.member = Shapes::ShapeRef.new(shape: Queue)
1501
+
1502
+ __listOf__integerMin1Max2147483647.member = Shapes::ShapeRef.new(shape: __integerMin1Max2147483647)
1503
+
1504
+ __listOf__integerMin32Max8182.member = Shapes::ShapeRef.new(shape: __integerMin32Max8182)
1505
+
1506
+ __listOf__integerMinNegative60Max6.member = Shapes::ShapeRef.new(shape: __integerMinNegative60Max6)
1507
+
1508
+ __listOf__stringMin1.member = Shapes::ShapeRef.new(shape: __stringMin1)
1509
+
1510
+ __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12.member = Shapes::ShapeRef.new(shape: __stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12)
1511
+
1512
+ __mapOfAudioSelector.key = Shapes::ShapeRef.new(shape: __string)
1513
+ __mapOfAudioSelector.value = Shapes::ShapeRef.new(shape: AudioSelector)
1514
+
1515
+ __mapOfAudioSelectorGroup.key = Shapes::ShapeRef.new(shape: __string)
1516
+ __mapOfAudioSelectorGroup.value = Shapes::ShapeRef.new(shape: AudioSelectorGroup)
1517
+
1518
+ __mapOfCaptionSelector.key = Shapes::ShapeRef.new(shape: __string)
1519
+ __mapOfCaptionSelector.value = Shapes::ShapeRef.new(shape: CaptionSelector)
1520
+
1521
+ __mapOf__string.key = Shapes::ShapeRef.new(shape: __string)
1522
+ __mapOf__string.value = Shapes::ShapeRef.new(shape: __string)
1523
+
1383
1524
 
1384
1525
  # @api private
1385
1526
  API = Seahorse::Model::Api.new.tap do |api|