aws-sdk-mediaconvert 1.91.0 → 1.92.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: 7f7e37adb82f1b4b8779a785fe9455e229bb55245933669fa243a12cc69db099
4
- data.tar.gz: e9952e44ef35541546be67c28b8af97e79ca321f49fc86da898aa22d3a6bfe06
3
+ metadata.gz: 15093a143915469caf9396882674eeab53c4f326620b021cce3a09e2e209a40d
4
+ data.tar.gz: 888634bf9618d860b5397aff7096004ed3652443fc79eb0d01c9a23e436f65c5
5
5
  SHA512:
6
- metadata.gz: 5dc9e468f4811fa15bf3868a4de1909203d6aeb32ee0f61f754ded294e37294068ddd641e45894d372673f6e68e9d062e41591d549c6a632d47defe85c09a5e1
7
- data.tar.gz: 15b8413e4623a9b5cfcf1915de22d4308f1aabee1b4850289f13eecb27b4b1b7db386b463a14aadea4e1e565e21ce3a35ed099928f38205cd43cbe157c53b225
6
+ metadata.gz: 86166521157344b741c8d033750ff94c1b2ee9c3d6cd603a188af1565fd7eebdc11b6c66b097838b3784846a98e55baff0ef625030780b52596cda3205d2b8f1
7
+ data.tar.gz: 01ee91b0f02d7fc67b8eca2402628397edd31b7d339d8bce1b559ef8d77af2cd2fd1a599d74737291b515f4b41afdb5a6d31ce325c6b4cbc76f9e532238d418f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2022-06-23)
5
+ ------------------
6
+
7
+ * Feature - AWS Elemental MediaConvert SDK has released support for automatic DolbyVision metadata generation when converting HDR10 to DolbyVision.
8
+
4
9
  1.91.0 (2022-06-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -15792,7 +15792,7 @@ module Aws::MediaConvert
15792
15792
  params: params,
15793
15793
  config: config)
15794
15794
  context[:gem_name] = 'aws-sdk-mediaconvert'
15795
- context[:gem_version] = '1.91.0'
15795
+ context[:gem_version] = '1.92.0'
15796
15796
  Seahorse::Client::Request.new(handlers, context)
15797
15797
  end
15798
15798
 
@@ -8217,8 +8217,7 @@ module Aws::MediaConvert
8217
8217
  #
8218
8218
  class DisassociateCertificateResponse < Aws::EmptyStructure; end
8219
8219
 
8220
- # With AWS Elemental MediaConvert, you can create profile 5 or 8.1 Dolby
8221
- # Vision outputs from MXF and IMF sources.
8220
+ # Create Dolby Vision Profile 5 or Profile 8.1 compatible video output.
8222
8221
  #
8223
8222
  # @note When making an API call, you may pass DolbyVision
8224
8223
  # data as a hash:
@@ -8258,11 +8257,12 @@ module Aws::MediaConvert
8258
8257
  # @return [String]
8259
8258
  #
8260
8259
  # @!attribute [rw] profile
8261
- # Required when you use Dolby Vision processing. Set Profile to
8262
- # Profile 5 to only include frame-interleaved Dolby Vision metadata in
8263
- # your output. Set Profile to Profile 8.1 to include both
8264
- # frame-interleaved Dolby Vision metadata and HDR10 metadata in your
8265
- # output.
8260
+ # Required when you enable Dolby Vision. Use Profile 5 to include
8261
+ # frame-interleaved Dolby Vision metadata in your output. Your input
8262
+ # must include Dolby Vision metadata or an HDR10 YUV color space. Use
8263
+ # Profile 8.1 to include frame-interleaved Dolby Vision metadata and
8264
+ # HDR10 metadata in your output. Your input must include Dolby Vision
8265
+ # metadata.
8266
8266
  # @return [String]
8267
8267
  #
8268
8268
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DolbyVision AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaConvert
50
50
 
51
- GEM_VERSION = '1.91.0'
51
+ GEM_VERSION = '1.92.0'
52
52
 
53
53
  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.91.0
4
+ version: 1.92.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: 2022-06-14 00:00:00.000000000 Z
11
+ date: 2022-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core