aws-sdk-mediaconvert 1.180.0 → 1.181.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e4c3fdb81ed48bed972bf4bb9a32513a1afe1597d46098b841ce630aa2e8e4b
4
- data.tar.gz: 4ac9a97362793221fd30d73749054c781aca8e99148a7d87f26606fe90ff013c
3
+ metadata.gz: cd60eed83a882fd66f994ae24cc10c3142c322662b78cbcf306f36522e164efe
4
+ data.tar.gz: e08307ecb9fc40a153f90acb8d51f36b7835df398489637a23ae4737d2ef9946
5
5
  SHA512:
6
- metadata.gz: e97b74a7b1e9364ddd2810d3c9aeb6786be7ac3687270770f61f83599b3147b9826e54c86633a7de8a541161a3b01d4c47b6d9e0a073bd42c719ab828bcc90c8
7
- data.tar.gz: 8a460cd1d147cad96830da70416238cd6bd9333ec29cf04585dcc6bcd36a881571876805085c00f0e691639f972c80bc2ffd55ed9f959d77f4398d5f6cde174a
6
+ metadata.gz: 82556915ae7558a7f8416bce745868e8ea98e17cc4ed222e364a8aaaaa0f542c25d269ee9d00803c91d5ab546617febc0622745ec0f798babbf51a0e07e2d565
7
+ data.tar.gz: 2ad80858f9aaa618e5947ebeb6e84a38576c3e74d90e39da9b29cf5dce3426b8db3bb1dba219b801721e4afcc4923bed2bc50300b63a743996d1933c119441fb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.181.0 (2026-03-18)
5
+ ------------------
6
+
7
+ * Feature - This update adds additional bitrate options for Dolby AC-4 audio outputs.
8
+
4
9
  1.180.0 (2026-03-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.180.0
1
+ 1.181.0
@@ -4457,7 +4457,7 @@ module Aws::MediaConvert
4457
4457
  #
4458
4458
  # resp.probe_results #=> Array
4459
4459
  # resp.probe_results[0].container.duration #=> Float
4460
- # resp.probe_results[0].container.format #=> String, one of "mp4", "quicktime", "matroska", "webm", "mxf", "wave", "avi"
4460
+ # resp.probe_results[0].container.format #=> String, one of "mp4", "quicktime", "matroska", "webm", "mxf", "wave", "avi", "mpegts"
4461
4461
  # resp.probe_results[0].container.tracks #=> Array
4462
4462
  # resp.probe_results[0].container.tracks[0].audio_properties.bit_depth #=> Integer
4463
4463
  # resp.probe_results[0].container.tracks[0].audio_properties.bit_rate #=> Integer
@@ -6465,7 +6465,7 @@ module Aws::MediaConvert
6465
6465
  tracer: tracer
6466
6466
  )
6467
6467
  context[:gem_name] = 'aws-sdk-mediaconvert'
6468
- context[:gem_version] = '1.180.0'
6468
+ context[:gem_version] = '1.181.0'
6469
6469
  Seahorse::Client::Request.new(handlers, context)
6470
6470
  end
6471
6471
 
@@ -822,7 +822,6 @@ module Aws::MediaConvert
822
822
  __integerMin16000Max320000 = Shapes::IntegerShape.new(name: '__integerMin16000Max320000')
823
823
  __integerMin16000Max48000 = Shapes::IntegerShape.new(name: '__integerMin16000Max48000')
824
824
  __integerMin16Max24 = Shapes::IntegerShape.new(name: '__integerMin16Max24')
825
- __integerMin192000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin192000Max1024000')
826
825
  __integerMin1Max1 = Shapes::IntegerShape.new(name: '__integerMin1Max1')
827
826
  __integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
828
827
  __integerMin1Max100 = Shapes::IntegerShape.new(name: '__integerMin1Max100')
@@ -861,6 +860,7 @@ module Aws::MediaConvert
861
860
  __integerMin384000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin384000Max1024000')
862
861
  __integerMin3Max15 = Shapes::IntegerShape.new(name: '__integerMin3Max15')
863
862
  __integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
863
+ __integerMin48000Max768000 = Shapes::IntegerShape.new(name: '__integerMin48000Max768000')
864
864
  __integerMin4Max12 = Shapes::IntegerShape.new(name: '__integerMin4Max12')
865
865
  __integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
866
866
  __integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
@@ -1033,7 +1033,7 @@ module Aws::MediaConvert
1033
1033
  Ac3Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin48000Max48000, location_name: "sampleRate"))
1034
1034
  Ac3Settings.struct_class = Types::Ac3Settings
1035
1035
 
1036
- Ac4Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin192000Max1024000, location_name: "bitrate"))
1036
+ Ac4Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin48000Max768000, location_name: "bitrate"))
1037
1037
  Ac4Settings.add_member(:bitstream_mode, Shapes::ShapeRef.new(shape: Ac4BitstreamMode, location_name: "bitstreamMode"))
1038
1038
  Ac4Settings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: Ac4CodingMode, location_name: "codingMode"))
1039
1039
  Ac4Settings.add_member(:dynamic_range_compression_flat_panel_tv, Shapes::ShapeRef.new(shape: Ac4DynamicRangeCompressionDrcProfile, location_name: "dynamicRangeCompressionFlatPanelTv"))
@@ -250,10 +250,13 @@ module Aws::MediaConvert
250
250
  # @!attribute [rw] bitrate
251
251
  # Specify the average bitrate in bits per second. Leave blank to use
252
252
  # the default bitrate for the coding mode you select according to ETSI
253
- # TS 103 190. Valid bitrates for coding mode 2.0 (stereo): 192000,
254
- # 256000, or 320000. Valid bitrates for coding mode 5.1 (3/2 with
255
- # LFE): 512000. Valid bitrates for coding mode 5.1.4 (immersive):
256
- # 512000, 768000, or 1024000.
253
+ # TS 103 190. Valid bitrates for coding mode 2.0 (stereo): 48000,
254
+ # 64000, 96000, 128000, 144000, 192000, 256000, 288000, 320000,
255
+ # 384000, 448000, 512000, or 768000. Valid bitrates for coding mode
256
+ # 5.1 (3/2 with LFE): 96000, 128000, 144000, 192000, 256000, 288000,
257
+ # 320000, 384000, 448000, 512000, or 768000. Valid bitrates for coding
258
+ # mode 5.1.4 (immersive): 192000, 256000, 288000, 320000, 384000,
259
+ # 448000, 512000, or 768000.
257
260
  # @return [Integer]
258
261
  #
259
262
  # @!attribute [rw] bitstream_mode
@@ -3397,9 +3400,9 @@ module Aws::MediaConvert
3397
3400
  #
3398
3401
  # @!attribute [rw] format
3399
3402
  # The format of your media file. For example: MP4, QuickTime (MOV),
3400
- # Matroska (MKV), WebM, MXF, Wave, or AVI. Note that this will be
3401
- # blank if your media file has a format that the MediaConvert Probe
3402
- # operation does not recognize.
3403
+ # Matroska (MKV), WebM, MXF, Wave, AVI, or MPEG-TS. Note that this
3404
+ # will be blank if your media file has a format that the MediaConvert
3405
+ # Probe operation does not recognize.
3403
3406
  # @return [String]
3404
3407
  #
3405
3408
  # @!attribute [rw] tracks
@@ -12712,8 +12715,7 @@ module Aws::MediaConvert
12712
12715
  include Aws::Structure
12713
12716
  end
12714
12717
 
12715
- # The request to probe one or more media files and retrieve metadata
12716
- # about them.
12718
+ # A request to probe a media file and retrieve its metadata.
12717
12719
  #
12718
12720
  # @!attribute [rw] input_files
12719
12721
  # Specify a media file to probe.
@@ -54,7 +54,7 @@ module Aws::MediaConvert
54
54
  autoload :EndpointProvider, 'aws-sdk-mediaconvert/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediaconvert/endpoints'
56
56
 
57
- GEM_VERSION = '1.180.0'
57
+ GEM_VERSION = '1.181.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -499,7 +499,7 @@ module Aws::MediaConvert
499
499
 
500
500
  class Container
501
501
  attr_accessor duration: ::Float
502
- attr_accessor format: ("mp4" | "quicktime" | "matroska" | "webm" | "mxf" | "wave" | "avi")
502
+ attr_accessor format: ("mp4" | "quicktime" | "matroska" | "webm" | "mxf" | "wave" | "avi" | "mpegts")
503
503
  attr_accessor tracks: ::Array[Types::Track]
504
504
  SENSITIVE: []
505
505
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.180.0
4
+ version: 1.181.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.241.4
21
+ version: 3.244.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.241.4
31
+ version: 3.244.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement