aws-sdk-mediaconvert 1.130.0 → 1.131.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: 86c6c279d8d816d532b7eb09686ef13b8017e3e0703b7a8f96533a94c305a905
4
- data.tar.gz: 69acbcf9f371177274e08ea6d053b6442b63e28bb3bfec16521179d450b7d129
3
+ metadata.gz: 94442da2cf134a3eba34d8fca42e3ca455d13f554d7e615f53ca50b3f902b1f4
4
+ data.tar.gz: f9fa778fb95063a718520d490fcab67cf493433dd45fbb6f013ab04df11a57d4
5
5
  SHA512:
6
- metadata.gz: e3a7b304a36af7336a4bb7c6115e352601170011a3abbf805709146907d9c8f332ff9052277b7289b1a07815293d3f34f25d486697897ca11b475ad9c74e15ab
7
- data.tar.gz: 94b5b1a15a69b066c5d8a343cd5e052f6422db0683e87b9a543198e7af04b9c7267075b30e39971d028599a423b45ad6e6d0160b41b79ba8fe32a9719a1d0978
6
+ metadata.gz: 3c382a35c458da9197545e65267a5a498d2b8204927df07b167510d3368ce9a3e2a23bcc32e0dc49e698cb79572147f497bb639c545284d54f91e496fa166491
7
+ data.tar.gz: a976ca6204eded49e28c27345c756b9c1841e58a8ad137b480301dcb136457cab9655f83495377131d449e755f9a23d8e1eca6b6929aec7f0c91be9727ef7961
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.131.0 (2024-06-17)
5
+ ------------------
6
+
7
+ * Feature - This release includes support for creating I-frame only video segments for DASH trick play.
8
+
4
9
  1.130.0 (2024-06-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.130.0
1
+ 1.131.0
@@ -5734,7 +5734,7 @@ module Aws::MediaConvert
5734
5734
  params: params,
5735
5735
  config: config)
5736
5736
  context[:gem_name] = 'aws-sdk-mediaconvert'
5737
- context[:gem_version] = '1.130.0'
5737
+ context[:gem_version] = '1.131.0'
5738
5738
  Seahorse::Client::Request.new(handlers, context)
5739
5739
  end
5740
5740
 
@@ -867,6 +867,7 @@ module Aws::MediaConvert
867
867
  __stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912 = Shapes::StringShape.new(name: '__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912')
868
868
  __stringPattern = Shapes::StringShape.new(name: '__stringPattern')
869
869
  __stringPattern010920405090509092 = Shapes::StringShape.new(name: '__stringPattern010920405090509092')
870
+ __stringPattern010920405090509092090909 = Shapes::StringShape.new(name: '__stringPattern010920405090509092090909')
870
871
  __stringPattern01D20305D205D = Shapes::StringShape.new(name: '__stringPattern01D20305D205D')
871
872
  __stringPattern0940191020191209301 = Shapes::StringShape.new(name: '__stringPattern0940191020191209301')
872
873
  __stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::StringShape.new(name: '__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
@@ -1162,6 +1163,7 @@ module Aws::MediaConvert
1162
1163
  CmafGroupSettings.add_member(:base_url, Shapes::ShapeRef.new(shape: __string, location_name: "baseUrl"))
1163
1164
  CmafGroupSettings.add_member(:client_cache, Shapes::ShapeRef.new(shape: CmafClientCache, location_name: "clientCache"))
1164
1165
  CmafGroupSettings.add_member(:codec_specification, Shapes::ShapeRef.new(shape: CmafCodecSpecification, location_name: "codecSpecification"))
1166
+ CmafGroupSettings.add_member(:dash_i_frame_trick_play_name_modifier, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "dashIFrameTrickPlayNameModifier"))
1165
1167
  CmafGroupSettings.add_member(:dash_manifest_style, Shapes::ShapeRef.new(shape: DashManifestStyle, location_name: "dashManifestStyle"))
1166
1168
  CmafGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
1167
1169
  CmafGroupSettings.add_member(:destination_settings, Shapes::ShapeRef.new(shape: DestinationSettings, location_name: "destinationSettings"))
@@ -1310,6 +1312,7 @@ module Aws::MediaConvert
1310
1312
  DashIsoGroupSettings.add_member(:additional_manifests, Shapes::ShapeRef.new(shape: __listOfDashAdditionalManifest, location_name: "additionalManifests"))
1311
1313
  DashIsoGroupSettings.add_member(:audio_channel_config_scheme_id_uri, Shapes::ShapeRef.new(shape: DashIsoGroupAudioChannelConfigSchemeIdUri, location_name: "audioChannelConfigSchemeIdUri"))
1312
1314
  DashIsoGroupSettings.add_member(:base_url, Shapes::ShapeRef.new(shape: __string, location_name: "baseUrl"))
1315
+ DashIsoGroupSettings.add_member(:dash_i_frame_trick_play_name_modifier, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "dashIFrameTrickPlayNameModifier"))
1313
1316
  DashIsoGroupSettings.add_member(:dash_manifest_style, Shapes::ShapeRef.new(shape: DashManifestStyle, location_name: "dashManifestStyle"))
1314
1317
  DashIsoGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
1315
1318
  DashIsoGroupSettings.add_member(:destination_settings, Shapes::ShapeRef.new(shape: DestinationSettings, location_name: "destinationSettings"))
@@ -1811,8 +1814,8 @@ module Aws::MediaConvert
1811
1814
  Input.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
1812
1815
  Input.struct_class = Types::Input
1813
1816
 
1814
- InputClipping.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "endTimecode"))
1815
- InputClipping.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "startTimecode"))
1817
+ InputClipping.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092090909, location_name: "endTimecode"))
1818
+ InputClipping.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092090909, location_name: "startTimecode"))
1816
1819
  InputClipping.struct_class = Types::InputClipping
1817
1820
 
1818
1821
  InputDecryptionSettings.add_member(:decryption_mode, Shapes::ShapeRef.new(shape: DecryptionMode, location_name: "decryptionMode"))
@@ -1844,7 +1847,11 @@ module Aws::MediaConvert
1844
1847
  InputTemplate.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
1845
1848
  InputTemplate.struct_class = Types::InputTemplate
1846
1849
 
1850
+ InputVideoGenerator.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "channels"))
1847
1851
  InputVideoGenerator.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin50Max86400000, location_name: "duration"))
1852
+ InputVideoGenerator.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
1853
+ InputVideoGenerator.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max60000, location_name: "framerateNumerator"))
1854
+ InputVideoGenerator.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin32000Max48000, location_name: "sampleRate"))
1848
1855
  InputVideoGenerator.struct_class = Types::InputVideoGenerator
1849
1856
 
1850
1857
  InsertableImage.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "duration"))
@@ -2258,7 +2265,7 @@ module Aws::MediaConvert
2258
2265
  Output.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
2259
2266
  Output.add_member(:container_settings, Shapes::ShapeRef.new(shape: ContainerSettings, location_name: "containerSettings"))
2260
2267
  Output.add_member(:extension, Shapes::ShapeRef.new(shape: __string, location_name: "extension"))
2261
- Output.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __stringMin1, location_name: "nameModifier"))
2268
+ Output.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "nameModifier"))
2262
2269
  Output.add_member(:output_settings, Shapes::ShapeRef.new(shape: OutputSettings, location_name: "outputSettings"))
2263
2270
  Output.add_member(:preset, Shapes::ShapeRef.new(shape: __stringMin0, location_name: "preset"))
2264
2271
  Output.add_member(:video_description, Shapes::ShapeRef.new(shape: VideoDescription, location_name: "videoDescription"))
@@ -2821,6 +2828,7 @@ module Aws::MediaConvert
2821
2828
 
2822
2829
  api.metadata = {
2823
2830
  "apiVersion" => "2017-08-29",
2831
+ "auth" => ["aws.auth#sigv4"],
2824
2832
  "endpointPrefix" => "mediaconvert",
2825
2833
  "jsonVersion" => "1.1",
2826
2834
  "protocol" => "rest-json",
@@ -2174,6 +2174,20 @@ module Aws::MediaConvert
2174
2174
  # playlist generation.
2175
2175
  # @return [String]
2176
2176
  #
2177
+ # @!attribute [rw] dash_i_frame_trick_play_name_modifier
2178
+ # Specify whether MediaConvert generates I-frame only video segments
2179
+ # for DASH trick play, also known as trick mode. When specified, the
2180
+ # I-frame only video segments are included within an additional
2181
+ # AdaptationSet in your DASH output manifest. To generate I-frame only
2182
+ # video segments: Enter a name as a text string, up to 256 character
2183
+ # long. This name is appended to the end of this output group's base
2184
+ # filename, that you specify as part of your destination URI, and used
2185
+ # for the I-frame only video segment files. You may also include
2186
+ # format identifiers. For more information, see:
2187
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/using-variables-in-your-job-settings.html#using-settings-variables-with-streaming-outputs
2188
+ # To not generate I-frame only video segments: Leave blank.
2189
+ # @return [String]
2190
+ #
2177
2191
  # @!attribute [rw] dash_manifest_style
2178
2192
  # Specify how MediaConvert writes SegmentTimeline in your output DASH
2179
2193
  # manifest. To write a SegmentTimeline in each video Representation:
@@ -2373,6 +2387,7 @@ module Aws::MediaConvert
2373
2387
  :base_url,
2374
2388
  :client_cache,
2375
2389
  :codec_specification,
2390
+ :dash_i_frame_trick_play_name_modifier,
2376
2391
  :dash_manifest_style,
2377
2392
  :destination,
2378
2393
  :destination_settings,
@@ -3333,6 +3348,20 @@ module Aws::MediaConvert
3333
3348
  # from a different URL than the manifest file.
3334
3349
  # @return [String]
3335
3350
  #
3351
+ # @!attribute [rw] dash_i_frame_trick_play_name_modifier
3352
+ # Specify whether MediaConvert generates I-frame only video segments
3353
+ # for DASH trick play, also known as trick mode. When specified, the
3354
+ # I-frame only video segments are included within an additional
3355
+ # AdaptationSet in your DASH output manifest. To generate I-frame only
3356
+ # video segments: Enter a name as a text string, up to 256 character
3357
+ # long. This name is appended to the end of this output group's base
3358
+ # filename, that you specify as part of your destination URI, and used
3359
+ # for the I-frame only video segment files. You may also include
3360
+ # format identifiers. For more information, see:
3361
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/using-variables-in-your-job-settings.html#using-settings-variables-with-streaming-outputs
3362
+ # To not generate I-frame only video segments: Leave blank.
3363
+ # @return [String]
3364
+ #
3336
3365
  # @!attribute [rw] dash_manifest_style
3337
3366
  # Specify how MediaConvert writes SegmentTimeline in your output DASH
3338
3367
  # manifest. To write a SegmentTimeline in each video Representation:
@@ -3498,6 +3527,7 @@ module Aws::MediaConvert
3498
3527
  :additional_manifests,
3499
3528
  :audio_channel_config_scheme_id_uri,
3500
3529
  :base_url,
3530
+ :dash_i_frame_trick_play_name_modifier,
3501
3531
  :dash_manifest_style,
3502
3532
  :destination,
3503
3533
  :destination_settings,
@@ -7640,16 +7670,46 @@ module Aws::MediaConvert
7640
7670
  # file, but you cannot specify both. For more information, see
7641
7671
  # https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html
7642
7672
  #
7673
+ # @!attribute [rw] channels
7674
+ # Specify the number of audio channels to include in your video
7675
+ # generator input. MediaConvert creates these audio channels as silent
7676
+ # audio within a single audio track. Enter an integer from 1 to 32.
7677
+ # @return [Integer]
7678
+ #
7643
7679
  # @!attribute [rw] duration
7644
- # Specify an integer value for Black video duration from 50 to
7645
- # 86400000 to generate a black video input for that many milliseconds.
7646
- # Required when you include Video generator.
7680
+ # Specify the duration, in milliseconds, for your video generator
7681
+ # input. Enter an integer from 50 to 86400000.
7682
+ # @return [Integer]
7683
+ #
7684
+ # @!attribute [rw] framerate_denominator
7685
+ # Specify the denominator of the fraction that represents the frame
7686
+ # rate for your video generator input. When you do, you must also
7687
+ # specify a value for Frame rate numerator. MediaConvert uses a
7688
+ # default frame rate of 29.97 when you leave Frame rate numerator and
7689
+ # Frame rate denominator blank.
7690
+ # @return [Integer]
7691
+ #
7692
+ # @!attribute [rw] framerate_numerator
7693
+ # Specify the numerator of the fraction that represents the frame rate
7694
+ # for your video generator input. When you do, you must also specify a
7695
+ # value for Frame rate denominator. MediaConvert uses a default frame
7696
+ # rate of 29.97 when you leave Frame rate numerator and Frame rate
7697
+ # denominator blank.
7698
+ # @return [Integer]
7699
+ #
7700
+ # @!attribute [rw] sample_rate
7701
+ # Specify the audio sample rate, in Hz, for the silent audio in your
7702
+ # video generator input. Enter an integer from 32000 to 48000.
7647
7703
  # @return [Integer]
7648
7704
  #
7649
7705
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/InputVideoGenerator AWS API Documentation
7650
7706
  #
7651
7707
  class InputVideoGenerator < Struct.new(
7652
- :duration)
7708
+ :channels,
7709
+ :duration,
7710
+ :framerate_denominator,
7711
+ :framerate_numerator,
7712
+ :sample_rate)
7653
7713
  SENSITIVE = []
7654
7714
  include Aws::Structure
7655
7715
  end
@@ -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.130.0'
55
+ GEM_VERSION = '1.131.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -279,7 +279,11 @@ module Aws
279
279
  timecode_source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")?,
280
280
  timecode_start: ::String?,
281
281
  video_generator: {
282
- duration: ::Integer?
282
+ channels: ::Integer?,
283
+ duration: ::Integer?,
284
+ framerate_denominator: ::Integer?,
285
+ framerate_numerator: ::Integer?,
286
+ sample_rate: ::Integer?
283
287
  }?,
284
288
  video_overlays: Array[
285
289
  {
@@ -420,6 +424,7 @@ module Aws
420
424
  base_url: ::String?,
421
425
  client_cache: ("DISABLED" | "ENABLED")?,
422
426
  codec_specification: ("RFC_6381" | "RFC_4281")?,
427
+ dash_i_frame_trick_play_name_modifier: ::String?,
423
428
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
424
429
  destination: ::String?,
425
430
  destination_settings: {
@@ -490,6 +495,7 @@ module Aws
490
495
  ]?,
491
496
  audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")?,
492
497
  base_url: ::String?,
498
+ dash_i_frame_trick_play_name_modifier: ::String?,
493
499
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
494
500
  destination: ::String?,
495
501
  destination_settings: {
@@ -1825,6 +1831,7 @@ module Aws
1825
1831
  base_url: ::String?,
1826
1832
  client_cache: ("DISABLED" | "ENABLED")?,
1827
1833
  codec_specification: ("RFC_6381" | "RFC_4281")?,
1834
+ dash_i_frame_trick_play_name_modifier: ::String?,
1828
1835
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
1829
1836
  destination: ::String?,
1830
1837
  destination_settings: {
@@ -1895,6 +1902,7 @@ module Aws
1895
1902
  ]?,
1896
1903
  audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")?,
1897
1904
  base_url: ::String?,
1905
+ dash_i_frame_trick_play_name_modifier: ::String?,
1898
1906
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
1899
1907
  destination: ::String?,
1900
1908
  destination_settings: {
@@ -4280,6 +4288,7 @@ module Aws
4280
4288
  base_url: ::String?,
4281
4289
  client_cache: ("DISABLED" | "ENABLED")?,
4282
4290
  codec_specification: ("RFC_6381" | "RFC_4281")?,
4291
+ dash_i_frame_trick_play_name_modifier: ::String?,
4283
4292
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
4284
4293
  destination: ::String?,
4285
4294
  destination_settings: {
@@ -4350,6 +4359,7 @@ module Aws
4350
4359
  ]?,
4351
4360
  audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")?,
4352
4361
  base_url: ::String?,
4362
+ dash_i_frame_trick_play_name_modifier: ::String?,
4353
4363
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
4354
4364
  destination: ::String?,
4355
4365
  destination_settings: {
data/sig/types.rbs CHANGED
@@ -352,6 +352,7 @@ module Aws::MediaConvert
352
352
  attr_accessor base_url: ::String
353
353
  attr_accessor client_cache: ("DISABLED" | "ENABLED")
354
354
  attr_accessor codec_specification: ("RFC_6381" | "RFC_4281")
355
+ attr_accessor dash_i_frame_trick_play_name_modifier: ::String
355
356
  attr_accessor dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")
356
357
  attr_accessor destination: ::String
357
358
  attr_accessor destination_settings: Types::DestinationSettings
@@ -534,6 +535,7 @@ module Aws::MediaConvert
534
535
  attr_accessor additional_manifests: ::Array[Types::DashAdditionalManifest]
535
536
  attr_accessor audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")
536
537
  attr_accessor base_url: ::String
538
+ attr_accessor dash_i_frame_trick_play_name_modifier: ::String
537
539
  attr_accessor dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")
538
540
  attr_accessor destination: ::String
539
541
  attr_accessor destination_settings: Types::DestinationSettings
@@ -1203,7 +1205,11 @@ module Aws::MediaConvert
1203
1205
  end
1204
1206
 
1205
1207
  class InputVideoGenerator
1208
+ attr_accessor channels: ::Integer
1206
1209
  attr_accessor duration: ::Integer
1210
+ attr_accessor framerate_denominator: ::Integer
1211
+ attr_accessor framerate_numerator: ::Integer
1212
+ attr_accessor sample_rate: ::Integer
1207
1213
  SENSITIVE: []
1208
1214
  end
1209
1215
 
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.130.0
4
+ version: 1.131.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: 2024-06-14 00:00:00.000000000 Z
11
+ date: 2024-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core