aws-sdk-mediaconvert 1.116.0 → 1.118.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e532232311b5a0f80d4f5a11f23478a39e60cdefb2287786b3d2aad43ae79d9
4
- data.tar.gz: 400bd310c202c7442b9d036ece65562af823f540a53528183c2a8e13caf64127
3
+ metadata.gz: d8555a6473f40dfe7b862148cb40e249a163d75a1a7c3700d0628ddaa59ca691
4
+ data.tar.gz: a5c4208e6ab66841c5d7c44871e557dbd9f357c8a55768c3845e3cb846830776
5
5
  SHA512:
6
- metadata.gz: 218145f4770ee6193cbd0a9be2041005b5a367adbdf6e918b6a1fab43f9b1b75bf6c8fd2bd1cb68499f5e7202bc85f7f81a546ffbde956799ad44b6915829186
7
- data.tar.gz: 9a7b8a7077eac7dc549b493029e8b7c88153eb1c8d4f9b30c8099403500da00c169148b541328fbe93f34d05588cc9ab178d38f2e476954ae77f46dac91788ef
6
+ metadata.gz: 14d48e436ea4ac4ca6b8220e8ed44c5b98ded8c00b6b7f234c98ab970eb7ba156102d455002f6a7eb2f90efb1268d7c418335859cdf2948672bf9a6332366d52
7
+ data.tar.gz: 9c0694e9f9e7bfce68e1c5aa7ef06b831bbbe8fa3fceeced06b041571afcb0b4f83fc2e4deb95138cecd5a86720825f1561172216a673e5f59a0902b118bff51
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.118.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.117.0 (2023-09-22)
10
+ ------------------
11
+
12
+ * Feature - This release supports the creation of of audio-only tracks in CMAF output groups.
13
+
4
14
  1.116.0 (2023-08-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.116.0
1
+ 1.118.0
@@ -606,6 +606,7 @@ module Aws::MediaConvert
606
606
  # resp.job_template.settings.esam.signal_processing_notification.scc_xml #=> String
607
607
  # resp.job_template.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
608
608
  # resp.job_template.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
609
+ # resp.job_template.settings.follow_input_index #=> Integer
609
610
  # resp.job_template.settings.inputs #=> Array
610
611
  # resp.job_template.settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
611
612
  # resp.job_template.settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
@@ -1122,7 +1123,7 @@ module Aws::MediaConvert
1122
1123
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
1123
1124
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_group_id #=> String
1124
1125
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_rendition_sets #=> String
1125
- # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
1126
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
1126
1127
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
1127
1128
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
1128
1129
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -1839,7 +1840,7 @@ module Aws::MediaConvert
1839
1840
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
1840
1841
  # audio_group_id: "__string",
1841
1842
  # audio_rendition_sets: "__string",
1842
- # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
1843
+ # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
1843
1844
  # descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
1844
1845
  # i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
1845
1846
  # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -2560,7 +2561,7 @@ module Aws::MediaConvert
2560
2561
  # resp.preset.settings.container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
2561
2562
  # resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
2562
2563
  # resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
2563
- # resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
2564
+ # resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
2564
2565
  # resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
2565
2566
  # resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
2566
2567
  # resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -3287,6 +3288,7 @@ module Aws::MediaConvert
3287
3288
  # resp.job_template.settings.esam.signal_processing_notification.scc_xml #=> String
3288
3289
  # resp.job_template.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
3289
3290
  # resp.job_template.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
3291
+ # resp.job_template.settings.follow_input_index #=> Integer
3290
3292
  # resp.job_template.settings.inputs #=> Array
3291
3293
  # resp.job_template.settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
3292
3294
  # resp.job_template.settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
@@ -3803,7 +3805,7 @@ module Aws::MediaConvert
3803
3805
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
3804
3806
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_group_id #=> String
3805
3807
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_rendition_sets #=> String
3806
- # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
3808
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
3807
3809
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
3808
3810
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
3809
3811
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -4473,7 +4475,7 @@ module Aws::MediaConvert
4473
4475
  # resp.preset.settings.container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
4474
4476
  # resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
4475
4477
  # resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
4476
- # resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
4478
+ # resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
4477
4479
  # resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
4478
4480
  # resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
4479
4481
  # resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -5018,6 +5020,7 @@ module Aws::MediaConvert
5018
5020
  # resp.job_templates[0].settings.esam.signal_processing_notification.scc_xml #=> String
5019
5021
  # resp.job_templates[0].settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
5020
5022
  # resp.job_templates[0].settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
5023
+ # resp.job_templates[0].settings.follow_input_index #=> Integer
5021
5024
  # resp.job_templates[0].settings.inputs #=> Array
5022
5025
  # resp.job_templates[0].settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
5023
5026
  # resp.job_templates[0].settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
@@ -5534,7 +5537,7 @@ module Aws::MediaConvert
5534
5537
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
5535
5538
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_group_id #=> String
5536
5539
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_rendition_sets #=> String
5537
- # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
5540
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
5538
5541
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
5539
5542
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
5540
5543
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -6267,7 +6270,7 @@ module Aws::MediaConvert
6267
6270
  # resp.presets[0].settings.container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
6268
6271
  # resp.presets[0].settings.container_settings.cmfc_settings.audio_group_id #=> String
6269
6272
  # resp.presets[0].settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
6270
- # resp.presets[0].settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
6273
+ # resp.presets[0].settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
6271
6274
  # resp.presets[0].settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
6272
6275
  # resp.presets[0].settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
6273
6276
  # resp.presets[0].settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -6968,6 +6971,7 @@ module Aws::MediaConvert
6968
6971
  # resp.job_template.settings.esam.signal_processing_notification.scc_xml #=> String
6969
6972
  # resp.job_template.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
6970
6973
  # resp.job_template.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
6974
+ # resp.job_template.settings.follow_input_index #=> Integer
6971
6975
  # resp.job_template.settings.inputs #=> Array
6972
6976
  # resp.job_template.settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
6973
6977
  # resp.job_template.settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
@@ -7484,7 +7488,7 @@ module Aws::MediaConvert
7484
7488
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
7485
7489
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_group_id #=> String
7486
7490
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_rendition_sets #=> String
7487
- # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
7491
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
7488
7492
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
7489
7493
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
7490
7494
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -8195,7 +8199,7 @@ module Aws::MediaConvert
8195
8199
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
8196
8200
  # audio_group_id: "__string",
8197
8201
  # audio_rendition_sets: "__string",
8198
- # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
8202
+ # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
8199
8203
  # descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
8200
8204
  # i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
8201
8205
  # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -8913,7 +8917,7 @@ module Aws::MediaConvert
8913
8917
  # resp.preset.settings.container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
8914
8918
  # resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
8915
8919
  # resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
8916
- # resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
8920
+ # resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
8917
8921
  # resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
8918
8922
  # resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
8919
8923
  # resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -9428,7 +9432,7 @@ module Aws::MediaConvert
9428
9432
  params: params,
9429
9433
  config: config)
9430
9434
  context[:gem_name] = 'aws-sdk-mediaconvert'
9431
- context[:gem_version] = '1.116.0'
9435
+ context[:gem_version] = '1.118.0'
9432
9436
  Seahorse::Client::Request.new(handlers, context)
9433
9437
  end
9434
9438
 
@@ -684,6 +684,7 @@ module Aws::MediaConvert
684
684
  __integerMin0Max1152000000 = Shapes::IntegerShape.new(name: '__integerMin0Max1152000000')
685
685
  __integerMin0Max128 = Shapes::IntegerShape.new(name: '__integerMin0Max128')
686
686
  __integerMin0Max1466400000 = Shapes::IntegerShape.new(name: '__integerMin0Max1466400000')
687
+ __integerMin0Max149 = Shapes::IntegerShape.new(name: '__integerMin0Max149')
687
688
  __integerMin0Max15 = Shapes::IntegerShape.new(name: '__integerMin0Max15')
688
689
  __integerMin0Max16 = Shapes::IntegerShape.new(name: '__integerMin0Max16')
689
690
  __integerMin0Max2147483647 = Shapes::IntegerShape.new(name: '__integerMin0Max2147483647')
@@ -855,6 +856,7 @@ module Aws::MediaConvert
855
856
  __stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932 = Shapes::StringShape.new(name: '__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932')
856
857
  __stringPatternDD = Shapes::StringShape.new(name: '__stringPatternDD')
857
858
  __stringPatternHttps = Shapes::StringShape.new(name: '__stringPatternHttps')
859
+ __stringPatternHttpsD = Shapes::StringShape.new(name: '__stringPatternHttpsD')
858
860
  __stringPatternHttpsKantarmedia = Shapes::StringShape.new(name: '__stringPatternHttpsKantarmedia')
859
861
  __stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
860
862
  __stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
@@ -1853,6 +1855,7 @@ module Aws::MediaConvert
1853
1855
  JobSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
1854
1856
  JobSettings.add_member(:esam, Shapes::ShapeRef.new(shape: EsamSettings, location_name: "esam"))
1855
1857
  JobSettings.add_member(:extended_data_services, Shapes::ShapeRef.new(shape: ExtendedDataServices, location_name: "extendedDataServices"))
1858
+ JobSettings.add_member(:follow_input_index, Shapes::ShapeRef.new(shape: __integerMin0Max149, location_name: "followInputIndex"))
1856
1859
  JobSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInput, location_name: "inputs"))
1857
1860
  JobSettings.add_member(:kantar_watermark, Shapes::ShapeRef.new(shape: KantarWatermarkSettings, location_name: "kantarWatermark"))
1858
1861
  JobSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
@@ -1882,6 +1885,7 @@ module Aws::MediaConvert
1882
1885
  JobTemplateSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
1883
1886
  JobTemplateSettings.add_member(:esam, Shapes::ShapeRef.new(shape: EsamSettings, location_name: "esam"))
1884
1887
  JobTemplateSettings.add_member(:extended_data_services, Shapes::ShapeRef.new(shape: ExtendedDataServices, location_name: "extendedDataServices"))
1888
+ JobTemplateSettings.add_member(:follow_input_index, Shapes::ShapeRef.new(shape: __integerMin0Max149, location_name: "followInputIndex"))
1885
1889
  JobTemplateSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInputTemplate, location_name: "inputs"))
1886
1890
  JobTemplateSettings.add_member(:kantar_watermark, Shapes::ShapeRef.new(shape: KantarWatermarkSettings, location_name: "kantarWatermark"))
1887
1891
  JobTemplateSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
@@ -2351,14 +2355,14 @@ module Aws::MediaConvert
2351
2355
  SpekeKeyProvider.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsUsGovAcm, location_name: "certificateArn"))
2352
2356
  SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
2353
2357
  SpekeKeyProvider.add_member(:system_ids, Shapes::ShapeRef.new(shape: __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12, location_name: "systemIds"))
2354
- SpekeKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: __stringPatternHttps, location_name: "url"))
2358
+ SpekeKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: __stringPatternHttpsD, location_name: "url"))
2355
2359
  SpekeKeyProvider.struct_class = Types::SpekeKeyProvider
2356
2360
 
2357
2361
  SpekeKeyProviderCmaf.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsUsGovAcm, location_name: "certificateArn"))
2358
2362
  SpekeKeyProviderCmaf.add_member(:dash_signaled_system_ids, Shapes::ShapeRef.new(shape: __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12, location_name: "dashSignaledSystemIds"))
2359
2363
  SpekeKeyProviderCmaf.add_member(:hls_signaled_system_ids, Shapes::ShapeRef.new(shape: __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12, location_name: "hlsSignaledSystemIds"))
2360
2364
  SpekeKeyProviderCmaf.add_member(:resource_id, Shapes::ShapeRef.new(shape: __stringPatternW, location_name: "resourceId"))
2361
- SpekeKeyProviderCmaf.add_member(:url, Shapes::ShapeRef.new(shape: __stringPatternHttps, location_name: "url"))
2365
+ SpekeKeyProviderCmaf.add_member(:url, Shapes::ShapeRef.new(shape: __stringPatternHttpsD, location_name: "url"))
2362
2366
  SpekeKeyProviderCmaf.struct_class = Types::SpekeKeyProviderCmaf
2363
2367
 
2364
2368
  SrtDestinationSettings.add_member(:style_passthrough, Shapes::ShapeRef.new(shape: SrtStylePassthrough, location_name: "stylePassthrough"))
@@ -2472,11 +2472,15 @@ module Aws::MediaConvert
2472
2472
  # @!attribute [rw] audio_track_type
2473
2473
  # Use this setting to control the values that MediaConvert puts in
2474
2474
  # your HLS parent playlist to control how the client player selects
2475
- # which audio track to play. The other options for this setting
2476
- # determine the values that MediaConvert writes for the DEFAULT and
2477
- # AUTOSELECT attributes of the EXT-X-MEDIA entry for the audio
2478
- # variant. For more information about these attributes, see the Apple
2479
- # documentation article
2475
+ # which audio track to play. Choose Audio-only variant stream
2476
+ # (AUDIO\_ONLY\_VARIANT\_STREAM) for any variant that you want to
2477
+ # prohibit the client from playing with video. This causes
2478
+ # MediaConvert to represent the variant as an EXT-X-STREAM-INF in the
2479
+ # HLS manifest. The other options for this setting determine the
2480
+ # values that MediaConvert writes for the DEFAULT and AUTOSELECT
2481
+ # attributes of the EXT-X-MEDIA entry for the audio variant. For more
2482
+ # information about these attributes, see the Apple documentation
2483
+ # article
2480
2484
  # https://developer.apple.com/documentation/http\_live\_streaming/example\_playlists\_for\_http\_live\_streaming/adding\_alternate\_media\_to\_a\_playlist.
2481
2485
  # Choose Alternate audio, auto select, default to set DEFAULT=YES and
2482
2486
  # AUTOSELECT=YES. Choose this value for only one variant in your
@@ -7841,6 +7845,16 @@ module Aws::MediaConvert
7841
7845
  # Advisory.
7842
7846
  # @return [Types::ExtendedDataServices]
7843
7847
  #
7848
+ # @!attribute [rw] follow_input_index
7849
+ # Specifies which input metadata to use for the default "Follow
7850
+ # input" option for the following settings: resolution, frame rate,
7851
+ # and pixel aspect ratio. In the simplest case, specify which input is
7852
+ # used based on its index in the job. For example if you specify 3,
7853
+ # then the fourth input will be used from each input. If the job does
7854
+ # not have a fourth input, then the first input will be used. If no
7855
+ # followInputIndex is specified, then 0 will be chosen automatically.
7856
+ # @return [Integer]
7857
+ #
7844
7858
  # @!attribute [rw] inputs
7845
7859
  # Use Inputs to define source file used in the transcode job. There
7846
7860
  # can be multiple inputs add in a job. These inputs will be
@@ -7914,6 +7928,7 @@ module Aws::MediaConvert
7914
7928
  :avail_blanking,
7915
7929
  :esam,
7916
7930
  :extended_data_services,
7931
+ :follow_input_index,
7917
7932
  :inputs,
7918
7933
  :kantar_watermark,
7919
7934
  :motion_image_inserter,
@@ -8039,6 +8054,16 @@ module Aws::MediaConvert
8039
8054
  # Advisory.
8040
8055
  # @return [Types::ExtendedDataServices]
8041
8056
  #
8057
+ # @!attribute [rw] follow_input_index
8058
+ # Specifies which input metadata to use for the default "Follow
8059
+ # input" option for the following settings: resolution, frame rate,
8060
+ # and pixel aspect ratio. In the simplest case, specify which input is
8061
+ # used based on its index in the job. For example if you specify 3,
8062
+ # then the fourth input will be used from each input. If the job does
8063
+ # not have a fourth input, then the first input will be used. If no
8064
+ # followInputIndex is specified, then 0 will be chosen automatically.
8065
+ # @return [Integer]
8066
+ #
8042
8067
  # @!attribute [rw] inputs
8043
8068
  # Use Inputs to define the source file used in the transcode job.
8044
8069
  # There can only be one input in a job template. Using the API, you
@@ -8112,6 +8137,7 @@ module Aws::MediaConvert
8112
8137
  :avail_blanking,
8113
8138
  :esam,
8114
8139
  :extended_data_services,
8140
+ :follow_input_index,
8115
8141
  :inputs,
8116
8142
  :kantar_watermark,
8117
8143
  :motion_image_inserter,
@@ -11321,7 +11347,10 @@ module Aws::MediaConvert
11321
11347
  # @return [Types::S3EncryptionSettings]
11322
11348
  #
11323
11349
  # @!attribute [rw] storage_class
11324
- # Specify the S3 storage class to use for this destination.
11350
+ # Specify the S3 storage class to use for this output. To use your
11351
+ # destination's default storage class: Keep the default value, Not
11352
+ # set. For more information about S3 storage classes, see
11353
+ # https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
11325
11354
  # @return [String]
11326
11355
  #
11327
11356
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/S3DestinationSettings AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaConvert
54
54
 
55
- GEM_VERSION = '1.116.0'
55
+ GEM_VERSION = '1.118.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.116.0
4
+ version: 1.118.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-24 00:00:00.000000000 Z
11
+ date: 2023-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement