aws-sdk-medialive 1.177.0 → 1.178.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: c4fa3fb640a88e8427b18b125e8d9db31dfdf367c290c48dc603e2dbcd3fa13e
4
- data.tar.gz: 4300b00e4643e8699dff04c3e3d4a217e4ae9cadfde3df89a86fd3c4403218b1
3
+ metadata.gz: 18b8eeaf1ef6cf6c5ddc85eb6817fa965311f2db1daed6888b96d0b2b4551137
4
+ data.tar.gz: 6281b191cbce43f71406ae1d6c593ead9417bfc2debff52f881227e1f474f403
5
5
  SHA512:
6
- metadata.gz: 0ab9f1b0ce80f45e94924687aa7ca94c1324b130ee05a9cad7dacb721928fba26966c5cbc92544c1c16664540a4e9731572d46fff474407a55a72f0a4157110e
7
- data.tar.gz: c6e3eb2a1a8b14646ce52fa3c911d27a607bdfb268c74587295e6bc6d78968d9f6334bb24872175a5ec426fad8ae27c63f5ee786c16a085ca57065557b046c76
6
+ metadata.gz: 4dd17f46f6799e00105045d62ac2ac00f336377c9e8fea91c0705bcd1e41924ce99a0666575809ac66f4dbff0f158d3fd1938b2a6d4ae4a4b72436f3443cef35
7
+ data.tar.gz: bcb462559e4f041b7cb7a0184d7b5b078b187c1213493415a9f5034b76f6b9ca4f127510de9494baafa5174b0a7e351840155ef5ff32f9b8703f28b575cbed67
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.178.0 (2026-02-05)
5
+ ------------------
6
+
7
+ * Feature - Outputs using the AV1 codec in CMAF Ingest output groups in MediaLive now have the ability to specify a target bit depth of 8 or 10.
8
+
4
9
  1.177.0 (2026-02-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.177.0
1
+ 1.178.0
@@ -1824,6 +1824,7 @@ module Aws::MediaLive
1824
1824
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
1825
1825
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
1826
1826
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
1827
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bit_depth #=> String, one of "DEPTH_10", "DEPTH_8"
1827
1828
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
1828
1829
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
1829
1830
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -3304,6 +3305,7 @@ module Aws::MediaLive
3304
3305
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
3305
3306
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
3306
3307
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
3308
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bit_depth #=> String, one of "DEPTH_10", "DEPTH_8"
3307
3309
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
3308
3310
  # resp.encoder_settings.video_descriptions[0].name #=> String
3309
3311
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -4507,6 +4509,7 @@ module Aws::MediaLive
4507
4509
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
4508
4510
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
4509
4511
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
4512
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bit_depth #=> String, one of "DEPTH_10", "DEPTH_8"
4510
4513
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
4511
4514
  # resp.encoder_settings.video_descriptions[0].name #=> String
4512
4515
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -6962,6 +6965,7 @@ module Aws::MediaLive
6962
6965
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
6963
6966
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
6964
6967
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
6968
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bit_depth #=> String, one of "DEPTH_10", "DEPTH_8"
6965
6969
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
6966
6970
  # resp.encoder_settings.video_descriptions[0].name #=> String
6967
6971
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -7972,6 +7976,7 @@ module Aws::MediaLive
7972
7976
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
7973
7977
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
7974
7978
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
7979
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bit_depth #=> String, one of "DEPTH_10", "DEPTH_8"
7975
7980
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
7976
7981
  # resp.encoder_settings.video_descriptions[0].name #=> String
7977
7982
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -9018,6 +9023,7 @@ module Aws::MediaLive
9018
9023
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
9019
9024
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
9020
9025
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
9026
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bit_depth #=> String, one of "DEPTH_10", "DEPTH_8"
9021
9027
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
9022
9028
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
9023
9029
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -9946,6 +9952,7 @@ module Aws::MediaLive
9946
9952
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
9947
9953
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
9948
9954
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
9955
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bit_depth #=> String, one of "DEPTH_10", "DEPTH_8"
9949
9956
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
9950
9957
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
9951
9958
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -11488,6 +11495,7 @@ module Aws::MediaLive
11488
11495
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
11489
11496
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
11490
11497
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
11498
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bit_depth #=> String, one of "DEPTH_10", "DEPTH_8"
11491
11499
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
11492
11500
  # resp.encoder_settings.video_descriptions[0].name #=> String
11493
11501
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -14945,7 +14953,7 @@ module Aws::MediaLive
14945
14953
  tracer: tracer
14946
14954
  )
14947
14955
  context[:gem_name] = 'aws-sdk-medialive'
14948
- context[:gem_version] = '1.177.0'
14956
+ context[:gem_version] = '1.178.0'
14949
14957
  Seahorse::Client::Request.new(handlers, context)
14950
14958
  end
14951
14959
 
@@ -73,6 +73,7 @@ module Aws::MediaLive
73
73
  AudioWatermarkSettings = Shapes::StructureShape.new(name: 'AudioWatermarkSettings')
74
74
  AuthenticationScheme = Shapes::StringShape.new(name: 'AuthenticationScheme')
75
75
  AutomaticInputFailoverSettings = Shapes::StructureShape.new(name: 'AutomaticInputFailoverSettings')
76
+ Av1BitDepth = Shapes::StringShape.new(name: 'Av1BitDepth')
76
77
  Av1ColorSpaceSettings = Shapes::StructureShape.new(name: 'Av1ColorSpaceSettings')
77
78
  Av1GopSizeUnits = Shapes::StringShape.new(name: 'Av1GopSizeUnits')
78
79
  Av1Level = Shapes::StringShape.new(name: 'Av1Level')
@@ -1472,6 +1473,7 @@ module Aws::MediaLive
1472
1473
  Av1Settings.add_member(:spatial_aq, Shapes::ShapeRef.new(shape: Av1SpatialAq, location_name: "spatialAq"))
1473
1474
  Av1Settings.add_member(:temporal_aq, Shapes::ShapeRef.new(shape: Av1TemporalAq, location_name: "temporalAq"))
1474
1475
  Av1Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: Av1TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
1476
+ Av1Settings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: Av1BitDepth, location_name: "bitDepth"))
1475
1477
  Av1Settings.struct_class = Types::Av1Settings
1476
1478
 
1477
1479
  AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: InputLocation, location_name: "availBlankingImage"))
@@ -18680,6 +18680,11 @@ module Aws::MediaLive
18680
18680
  # https://aomediacodec.github.io/av1-spec/#metadata-timecode-syntax.
18681
18681
  # @return [String]
18682
18682
  #
18683
+ # @!attribute [rw] bit_depth
18684
+ # Specifies the bit depth for the output encode. Choose a value. Or
18685
+ # leave the field empty to use the default, which is 8 bit.
18686
+ # @return [String]
18687
+ #
18683
18688
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Av1Settings AWS API Documentation
18684
18689
  #
18685
18690
  class Av1Settings < Struct.new(
@@ -18705,7 +18710,8 @@ module Aws::MediaLive
18705
18710
  :min_bitrate,
18706
18711
  :spatial_aq,
18707
18712
  :temporal_aq,
18708
- :timecode_insertion)
18713
+ :timecode_insertion,
18714
+ :bit_depth)
18709
18715
  SENSITIVE = []
18710
18716
  include Aws::Structure
18711
18717
  end
@@ -55,7 +55,7 @@ module Aws::MediaLive
55
55
  autoload :EndpointProvider, 'aws-sdk-medialive/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-medialive/endpoints'
57
57
 
58
- GEM_VERSION = '1.177.0'
58
+ GEM_VERSION = '1.178.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1426,7 +1426,8 @@ module Aws
1426
1426
  min_bitrate: ::Integer?,
1427
1427
  spatial_aq: ("DISABLED" | "ENABLED")?,
1428
1428
  temporal_aq: ("DISABLED" | "ENABLED")?,
1429
- timecode_insertion: ("DISABLED" | "METADATA_OBU")?
1429
+ timecode_insertion: ("DISABLED" | "METADATA_OBU")?,
1430
+ bit_depth: ("DEPTH_10" | "DEPTH_8")?
1430
1431
  }?
1431
1432
  }?,
1432
1433
  height: ::Integer?,
@@ -3624,7 +3625,8 @@ module Aws
3624
3625
  min_bitrate: ::Integer?,
3625
3626
  spatial_aq: ("DISABLED" | "ENABLED")?,
3626
3627
  temporal_aq: ("DISABLED" | "ENABLED")?,
3627
- timecode_insertion: ("DISABLED" | "METADATA_OBU")?
3628
+ timecode_insertion: ("DISABLED" | "METADATA_OBU")?,
3629
+ bit_depth: ("DEPTH_10" | "DEPTH_8")?
3628
3630
  }?
3629
3631
  }?,
3630
3632
  height: ::Integer?,
data/sig/types.rbs CHANGED
@@ -4814,6 +4814,7 @@ module Aws::MediaLive
4814
4814
  attr_accessor spatial_aq: ("DISABLED" | "ENABLED")
4815
4815
  attr_accessor temporal_aq: ("DISABLED" | "ENABLED")
4816
4816
  attr_accessor timecode_insertion: ("DISABLED" | "METADATA_OBU")
4817
+ attr_accessor bit_depth: ("DEPTH_10" | "DEPTH_8")
4817
4818
  SENSITIVE: []
4818
4819
  end
4819
4820
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.177.0
4
+ version: 1.178.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services