aws-sdk-medialive 1.112.0 → 1.113.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: f9ced0255211e63d0c313dcdecf10637d4eedf1ef202ab5291010050071b09ce
4
- data.tar.gz: 70a79e203f0e3f4328f4a1aaa35db468cf82ed0563b4388b396253cb87503605
3
+ metadata.gz: 55336dccadde85bb52f63dd13ed65b09f215af03072ebdbe4cb31c2f4afde076
4
+ data.tar.gz: 1293af200ee0ed5ea89583e0ebd2e842416990ba6dc2ab6b05514f085beac23c
5
5
  SHA512:
6
- metadata.gz: '09f643922117a499bb8fd3bf133709d78077b99d523f33044d3ae84649d294d7470714e5152d0657f95711baaef96de080f5b62b0131374b821d972b4110556e'
7
- data.tar.gz: d62f537af96bc076b855dee8d7b3b69c3dc8dd70e5fd7fd03475bf44ca432521051e92673bd22e4a252d1701ce8c81d7e036a39723478d91cd31fc9a19f96bee
6
+ metadata.gz: cb9f052123ac48c08ce37c9de8f8bbb8f7eeb23cc810f518e1cdb58df02ecc58f7f8d803796539f2538a90bbf878954085227ca455bb0b5ec6af7dfaa9e664fa
7
+ data.tar.gz: 7e1aa14ff5fdb5b9ce6a452bc172e68b4c55ae1daa74f9330df9aad37b62a54198b0b55bb9b6ee5292884f7f047c1bd4bcae84b8b389d35e9ec1bffb20ac4d83
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.113.0 (2023-12-04)
5
+ ------------------
6
+
7
+ * Feature - Adds support for custom color correction on channels using 3D LUT files.
8
+
4
9
  1.112.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.112.0
1
+ 1.113.0
@@ -1536,6 +1536,10 @@ module Aws::MediaLive
1536
1536
  # resp.channel.encoder_settings.video_descriptions[0].sharpness #=> Integer
1537
1537
  # resp.channel.encoder_settings.video_descriptions[0].width #=> Integer
1538
1538
  # resp.channel.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
1539
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections #=> Array
1540
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
1541
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
1542
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
1539
1543
  # resp.channel.id #=> String
1540
1544
  # resp.channel.input_attachments #=> Array
1541
1545
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -2636,6 +2640,10 @@ module Aws::MediaLive
2636
2640
  # resp.encoder_settings.video_descriptions[0].sharpness #=> Integer
2637
2641
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
2638
2642
  # resp.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
2643
+ # resp.encoder_settings.color_correction_settings.global_color_corrections #=> Array
2644
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
2645
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
2646
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
2639
2647
  # resp.id #=> String
2640
2648
  # resp.input_attachments #=> Array
2641
2649
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -3628,6 +3636,10 @@ module Aws::MediaLive
3628
3636
  # resp.encoder_settings.video_descriptions[0].sharpness #=> Integer
3629
3637
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
3630
3638
  # resp.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
3639
+ # resp.encoder_settings.color_correction_settings.global_color_corrections #=> Array
3640
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
3641
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
3642
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
3631
3643
  # resp.id #=> String
3632
3644
  # resp.input_attachments #=> Array
3633
3645
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -5750,6 +5762,10 @@ module Aws::MediaLive
5750
5762
  # resp.encoder_settings.video_descriptions[0].sharpness #=> Integer
5751
5763
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
5752
5764
  # resp.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
5765
+ # resp.encoder_settings.color_correction_settings.global_color_corrections #=> Array
5766
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
5767
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
5768
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
5753
5769
  # resp.id #=> String
5754
5770
  # resp.input_attachments #=> Array
5755
5771
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -6554,6 +6570,10 @@ module Aws::MediaLive
6554
6570
  # resp.encoder_settings.video_descriptions[0].sharpness #=> Integer
6555
6571
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
6556
6572
  # resp.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
6573
+ # resp.encoder_settings.color_correction_settings.global_color_corrections #=> Array
6574
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
6575
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
6576
+ # resp.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
6557
6577
  # resp.id #=> String
6558
6578
  # resp.input_attachments #=> Array
6559
6579
  # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -7386,6 +7406,10 @@ module Aws::MediaLive
7386
7406
  # resp.channel.encoder_settings.video_descriptions[0].sharpness #=> Integer
7387
7407
  # resp.channel.encoder_settings.video_descriptions[0].width #=> Integer
7388
7408
  # resp.channel.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
7409
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections #=> Array
7410
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
7411
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
7412
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
7389
7413
  # resp.channel.id #=> String
7390
7414
  # resp.channel.input_attachments #=> Array
7391
7415
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -8098,6 +8122,10 @@ module Aws::MediaLive
8098
8122
  # resp.channel.encoder_settings.video_descriptions[0].sharpness #=> Integer
8099
8123
  # resp.channel.encoder_settings.video_descriptions[0].width #=> Integer
8100
8124
  # resp.channel.encoder_settings.thumbnail_configuration.state #=> String, one of "AUTO", "DISABLED"
8125
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections #=> Array
8126
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].input_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
8127
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].output_color_space #=> String, one of "HDR10", "HLG_2020", "REC_601", "REC_709"
8128
+ # resp.channel.encoder_settings.color_correction_settings.global_color_corrections[0].uri #=> String
8101
8129
  # resp.channel.id #=> String
8102
8130
  # resp.channel.input_attachments #=> Array
8103
8131
  # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
@@ -8669,7 +8697,7 @@ module Aws::MediaLive
8669
8697
  params: params,
8670
8698
  config: config)
8671
8699
  context[:gem_name] = 'aws-sdk-medialive'
8672
- context[:gem_version] = '1.112.0'
8700
+ context[:gem_version] = '1.113.0'
8673
8701
  Seahorse::Client::Request.new(handlers, context)
8674
8702
  end
8675
8703
 
@@ -124,6 +124,9 @@ module Aws::MediaLive
124
124
  ChannelSummary = Shapes::StructureShape.new(name: 'ChannelSummary')
125
125
  ClaimDeviceRequest = Shapes::StructureShape.new(name: 'ClaimDeviceRequest')
126
126
  ClaimDeviceResponse = Shapes::StructureShape.new(name: 'ClaimDeviceResponse')
127
+ ColorCorrection = Shapes::StructureShape.new(name: 'ColorCorrection')
128
+ ColorCorrectionSettings = Shapes::StructureShape.new(name: 'ColorCorrectionSettings')
129
+ ColorSpace = Shapes::StringShape.new(name: 'ColorSpace')
127
130
  ColorSpacePassthroughSettings = Shapes::StructureShape.new(name: 'ColorSpacePassthroughSettings')
128
131
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
129
132
  ContentType = Shapes::StringShape.new(name: 'ContentType')
@@ -814,6 +817,7 @@ module Aws::MediaLive
814
817
  __listOfCaptionSelector = Shapes::ListShape.new(name: '__listOfCaptionSelector')
815
818
  __listOfChannelEgressEndpoint = Shapes::ListShape.new(name: '__listOfChannelEgressEndpoint')
816
819
  __listOfChannelSummary = Shapes::ListShape.new(name: '__listOfChannelSummary')
820
+ __listOfColorCorrection = Shapes::ListShape.new(name: '__listOfColorCorrection')
817
821
  __listOfFailoverCondition = Shapes::ListShape.new(name: '__listOfFailoverCondition')
818
822
  __listOfHlsAdMarkers = Shapes::ListShape.new(name: '__listOfHlsAdMarkers')
819
823
  __listOfInput = Shapes::ListShape.new(name: '__listOfInput')
@@ -1258,6 +1262,14 @@ module Aws::MediaLive
1258
1262
 
1259
1263
  ClaimDeviceResponse.struct_class = Types::ClaimDeviceResponse
1260
1264
 
1265
+ ColorCorrection.add_member(:input_color_space, Shapes::ShapeRef.new(shape: ColorSpace, required: true, location_name: "inputColorSpace"))
1266
+ ColorCorrection.add_member(:output_color_space, Shapes::ShapeRef.new(shape: ColorSpace, required: true, location_name: "outputColorSpace"))
1267
+ ColorCorrection.add_member(:uri, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "uri"))
1268
+ ColorCorrection.struct_class = Types::ColorCorrection
1269
+
1270
+ ColorCorrectionSettings.add_member(:global_color_corrections, Shapes::ShapeRef.new(shape: __listOfColorCorrection, required: true, location_name: "globalColorCorrections"))
1271
+ ColorCorrectionSettings.struct_class = Types::ColorCorrectionSettings
1272
+
1261
1273
  ColorSpacePassthroughSettings.struct_class = Types::ColorSpacePassthroughSettings
1262
1274
 
1263
1275
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
@@ -1775,6 +1787,7 @@ module Aws::MediaLive
1775
1787
  EncoderSettings.add_member(:timecode_config, Shapes::ShapeRef.new(shape: TimecodeConfig, required: true, location_name: "timecodeConfig"))
1776
1788
  EncoderSettings.add_member(:video_descriptions, Shapes::ShapeRef.new(shape: __listOfVideoDescription, required: true, location_name: "videoDescriptions"))
1777
1789
  EncoderSettings.add_member(:thumbnail_configuration, Shapes::ShapeRef.new(shape: ThumbnailConfiguration, location_name: "thumbnailConfiguration"))
1790
+ EncoderSettings.add_member(:color_correction_settings, Shapes::ShapeRef.new(shape: ColorCorrectionSettings, location_name: "colorCorrectionSettings"))
1778
1791
  EncoderSettings.struct_class = Types::EncoderSettings
1779
1792
 
1780
1793
  EpochLockingSettings.add_member(:custom_epoch, Shapes::ShapeRef.new(shape: __string, location_name: "customEpoch"))
@@ -3481,6 +3494,8 @@ module Aws::MediaLive
3481
3494
 
3482
3495
  __listOfChannelSummary.member = Shapes::ShapeRef.new(shape: ChannelSummary)
3483
3496
 
3497
+ __listOfColorCorrection.member = Shapes::ShapeRef.new(shape: ColorCorrection)
3498
+
3484
3499
  __listOfFailoverCondition.member = Shapes::ShapeRef.new(shape: FailoverCondition)
3485
3500
 
3486
3501
  __listOfHlsAdMarkers.member = Shapes::ShapeRef.new(shape: HlsAdMarkers)
@@ -1981,6 +1981,55 @@ module Aws::MediaLive
1981
1981
  #
1982
1982
  class ClaimDeviceResponse < Aws::EmptyStructure; end
1983
1983
 
1984
+ # Property of ColorCorrectionSettings. Used for custom color space
1985
+ # conversion. The object identifies one 3D LUT file and specifies the
1986
+ # input/output color space combination that the file will be used for.
1987
+ #
1988
+ # @!attribute [rw] input_color_space
1989
+ # The color space of the input.
1990
+ # @return [String]
1991
+ #
1992
+ # @!attribute [rw] output_color_space
1993
+ # The color space of the output.
1994
+ # @return [String]
1995
+ #
1996
+ # @!attribute [rw] uri
1997
+ # The URI of the 3D LUT file. The protocol must be 's3:' or
1998
+ # 's3ssl:':.
1999
+ # @return [String]
2000
+ #
2001
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ColorCorrection AWS API Documentation
2002
+ #
2003
+ class ColorCorrection < Struct.new(
2004
+ :input_color_space,
2005
+ :output_color_space,
2006
+ :uri)
2007
+ SENSITIVE = []
2008
+ include Aws::Structure
2009
+ end
2010
+
2011
+ # Property of encoderSettings. Controls color conversion when you are
2012
+ # using 3D LUT files to perform color conversion on video.
2013
+ #
2014
+ # @!attribute [rw] global_color_corrections
2015
+ # An array of colorCorrections that applies when you are using 3D LUT
2016
+ # files to perform color conversion on video. Each colorCorrection
2017
+ # contains one 3D LUT file (that defines the color mapping for
2018
+ # converting an input color space to an output color space), and the
2019
+ # input/output combination that this 3D LUT file applies to. MediaLive
2020
+ # reads the color space in the input metadata, determines the color
2021
+ # space that you have specified for the output, and finds and uses the
2022
+ # LUT file that applies to this combination.
2023
+ # @return [Array<Types::ColorCorrection>]
2024
+ #
2025
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ColorCorrectionSettings AWS API Documentation
2026
+ #
2027
+ class ColorCorrectionSettings < Struct.new(
2028
+ :global_color_corrections)
2029
+ SENSITIVE = []
2030
+ include Aws::Structure
2031
+ end
2032
+
1984
2033
  # Passthrough applies no color space conversion to the output
1985
2034
  #
1986
2035
  # @api private
@@ -4308,6 +4357,10 @@ module Aws::MediaLive
4308
4357
  # Thumbnail configuration settings.
4309
4358
  # @return [Types::ThumbnailConfiguration]
4310
4359
  #
4360
+ # @!attribute [rw] color_correction_settings
4361
+ # Color correction settings
4362
+ # @return [Types::ColorCorrectionSettings]
4363
+ #
4311
4364
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/EncoderSettings AWS API Documentation
4312
4365
  #
4313
4366
  class EncoderSettings < Struct.new(
@@ -4323,7 +4376,8 @@ module Aws::MediaLive
4323
4376
  :output_groups,
4324
4377
  :timecode_config,
4325
4378
  :video_descriptions,
4326
- :thumbnail_configuration)
4379
+ :thumbnail_configuration,
4380
+ :color_correction_settings)
4327
4381
  SENSITIVE = []
4328
4382
  include Aws::Structure
4329
4383
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-medialive/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaLive
55
55
 
56
- GEM_VERSION = '1.112.0'
56
+ GEM_VERSION = '1.113.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.112.0
4
+ version: 1.113.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-11-28 00:00:00.000000000 Z
11
+ date: 2023-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core