aws-sdk-mediaconvert 1.114.0 → 1.116.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -68,6 +68,7 @@ module Aws::MediaConvert
68
68
  AutomatedEncodingSettings = Shapes::StructureShape.new(name: 'AutomatedEncodingSettings')
69
69
  Av1AdaptiveQuantization = Shapes::StringShape.new(name: 'Av1AdaptiveQuantization')
70
70
  Av1BitDepth = Shapes::StringShape.new(name: 'Av1BitDepth')
71
+ Av1FilmGrainSynthesis = Shapes::StringShape.new(name: 'Av1FilmGrainSynthesis')
71
72
  Av1FramerateControl = Shapes::StringShape.new(name: 'Av1FramerateControl')
72
73
  Av1FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Av1FramerateConversionAlgorithm')
73
74
  Av1QvbrSettings = Shapes::StructureShape.new(name: 'Av1QvbrSettings')
@@ -267,6 +268,7 @@ module Aws::MediaConvert
267
268
  FileSourceConvert608To708 = Shapes::StringShape.new(name: 'FileSourceConvert608To708')
268
269
  FileSourceSettings = Shapes::StructureShape.new(name: 'FileSourceSettings')
269
270
  FileSourceTimeDeltaUnits = Shapes::StringShape.new(name: 'FileSourceTimeDeltaUnits')
271
+ FlacSettings = Shapes::StructureShape.new(name: 'FlacSettings')
270
272
  FontScript = Shapes::StringShape.new(name: 'FontScript')
271
273
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
272
274
  ForceIncludeRenditionSize = Shapes::StructureShape.new(name: 'ForceIncludeRenditionSize')
@@ -560,6 +562,7 @@ module Aws::MediaConvert
560
562
  S3EncryptionSettings = Shapes::StructureShape.new(name: 'S3EncryptionSettings')
561
563
  S3ObjectCannedAcl = Shapes::StringShape.new(name: 'S3ObjectCannedAcl')
562
564
  S3ServerSideEncryptionType = Shapes::StringShape.new(name: 'S3ServerSideEncryptionType')
565
+ S3StorageClass = Shapes::StringShape.new(name: 'S3StorageClass')
563
566
  SampleRangeConversion = Shapes::StringShape.new(name: 'SampleRangeConversion')
564
567
  ScalingBehavior = Shapes::StringShape.new(name: 'ScalingBehavior')
565
568
  SccDestinationFramerate = Shapes::StringShape.new(name: 'SccDestinationFramerate')
@@ -585,6 +588,7 @@ module Aws::MediaConvert
585
588
  Timing = Shapes::StructureShape.new(name: 'Timing')
586
589
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
587
590
  TrackSourceSettings = Shapes::StructureShape.new(name: 'TrackSourceSettings')
591
+ TsPtsOffset = Shapes::StringShape.new(name: 'TsPtsOffset')
588
592
  TtmlDestinationSettings = Shapes::StructureShape.new(name: 'TtmlDestinationSettings')
589
593
  TtmlStylePassthrough = Shapes::StringShape.new(name: 'TtmlStylePassthrough')
590
594
  Type = Shapes::StringShape.new(name: 'Type')
@@ -733,6 +737,7 @@ module Aws::MediaConvert
733
737
  __integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
734
738
  __integerMin1Max60000 = Shapes::IntegerShape.new(name: '__integerMin1Max60000')
735
739
  __integerMin1Max64 = Shapes::IntegerShape.new(name: '__integerMin1Max64')
740
+ __integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
736
741
  __integerMin22050Max48000 = Shapes::IntegerShape.new(name: '__integerMin22050Max48000')
737
742
  __integerMin24Max60000 = Shapes::IntegerShape.new(name: '__integerMin24Max60000')
738
743
  __integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
@@ -921,6 +926,7 @@ module Aws::MediaConvert
921
926
  AudioCodecSettings.add_member(:codec, Shapes::ShapeRef.new(shape: AudioCodec, location_name: "codec"))
922
927
  AudioCodecSettings.add_member(:eac_3_atmos_settings, Shapes::ShapeRef.new(shape: Eac3AtmosSettings, location_name: "eac3AtmosSettings"))
923
928
  AudioCodecSettings.add_member(:eac_3_settings, Shapes::ShapeRef.new(shape: Eac3Settings, location_name: "eac3Settings"))
929
+ AudioCodecSettings.add_member(:flac_settings, Shapes::ShapeRef.new(shape: FlacSettings, location_name: "flacSettings"))
924
930
  AudioCodecSettings.add_member(:mp_2_settings, Shapes::ShapeRef.new(shape: Mp2Settings, location_name: "mp2Settings"))
925
931
  AudioCodecSettings.add_member(:mp_3_settings, Shapes::ShapeRef.new(shape: Mp3Settings, location_name: "mp3Settings"))
926
932
  AudioCodecSettings.add_member(:opus_settings, Shapes::ShapeRef.new(shape: OpusSettings, location_name: "opusSettings"))
@@ -989,6 +995,7 @@ module Aws::MediaConvert
989
995
 
990
996
  Av1Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: Av1AdaptiveQuantization, location_name: "adaptiveQuantization"))
991
997
  Av1Settings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: Av1BitDepth, location_name: "bitDepth"))
998
+ Av1Settings.add_member(:film_grain_synthesis, Shapes::ShapeRef.new(shape: Av1FilmGrainSynthesis, location_name: "filmGrainSynthesis"))
992
999
  Av1Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: Av1FramerateControl, location_name: "framerateControl"))
993
1000
  Av1Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: Av1FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
994
1001
  Av1Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateDenominator"))
@@ -1477,6 +1484,11 @@ module Aws::MediaConvert
1477
1484
  FileSourceSettings.add_member(:time_delta_units, Shapes::ShapeRef.new(shape: FileSourceTimeDeltaUnits, location_name: "timeDeltaUnits"))
1478
1485
  FileSourceSettings.struct_class = Types::FileSourceSettings
1479
1486
 
1487
+ FlacSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integerMin16Max24, location_name: "bitDepth"))
1488
+ FlacSettings.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max8, location_name: "channels"))
1489
+ FlacSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin22050Max48000, location_name: "sampleRate"))
1490
+ FlacSettings.struct_class = Types::FlacSettings
1491
+
1480
1492
  ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1481
1493
  ForbiddenException.struct_class = Types::ForbiddenException
1482
1494
 
@@ -1976,6 +1988,8 @@ module Aws::MediaConvert
1976
1988
  M2tsSettings.add_member(:pmt_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "pmtPid"))
1977
1989
  M2tsSettings.add_member(:private_metadata_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "privateMetadataPid"))
1978
1990
  M2tsSettings.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin0Max65535, location_name: "programNumber"))
1991
+ M2tsSettings.add_member(:pts_offset, Shapes::ShapeRef.new(shape: __integerMin0Max3600, location_name: "ptsOffset"))
1992
+ M2tsSettings.add_member(:pts_offset_mode, Shapes::ShapeRef.new(shape: TsPtsOffset, location_name: "ptsOffsetMode"))
1979
1993
  M2tsSettings.add_member(:rate_mode, Shapes::ShapeRef.new(shape: M2tsRateMode, location_name: "rateMode"))
1980
1994
  M2tsSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: M2tsScte35Esam, location_name: "scte35Esam"))
1981
1995
  M2tsSettings.add_member(:scte_35_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "scte35Pid"))
@@ -2001,6 +2015,8 @@ module Aws::MediaConvert
2001
2015
  M3u8Settings.add_member(:pmt_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "pmtPid"))
2002
2016
  M3u8Settings.add_member(:private_metadata_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "privateMetadataPid"))
2003
2017
  M3u8Settings.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin0Max65535, location_name: "programNumber"))
2018
+ M3u8Settings.add_member(:pts_offset, Shapes::ShapeRef.new(shape: __integerMin0Max3600, location_name: "ptsOffset"))
2019
+ M3u8Settings.add_member(:pts_offset_mode, Shapes::ShapeRef.new(shape: TsPtsOffset, location_name: "ptsOffsetMode"))
2004
2020
  M3u8Settings.add_member(:scte_35_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "scte35Pid"))
2005
2021
  M3u8Settings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: M3u8Scte35Source, location_name: "scte35Source"))
2006
2022
  M3u8Settings.add_member(:timed_metadata, Shapes::ShapeRef.new(shape: TimedMetadata, location_name: "timedMetadata"))
@@ -2321,6 +2337,7 @@ module Aws::MediaConvert
2321
2337
 
2322
2338
  S3DestinationSettings.add_member(:access_control, Shapes::ShapeRef.new(shape: S3DestinationAccessControl, location_name: "accessControl"))
2323
2339
  S3DestinationSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: S3EncryptionSettings, location_name: "encryption"))
2340
+ S3DestinationSettings.add_member(:storage_class, Shapes::ShapeRef.new(shape: S3StorageClass, location_name: "storageClass"))
2324
2341
  S3DestinationSettings.struct_class = Types::S3DestinationSettings
2325
2342
 
2326
2343
  S3EncryptionSettings.add_member(:encryption_type, Shapes::ShapeRef.new(shape: S3ServerSideEncryptionType, location_name: "encryptionType"))