aws-sdk-medialive 1.138.0 → 1.139.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: 2d654e386a66c61034c3c7ce0ffe39c0dbb87188ef8f8ac5a6bec305695a5c29
4
- data.tar.gz: fca0e0a3e7fd6fb881def1dcf1e7f5703bab81d3e00f58a19bacb3e0a277e487
3
+ metadata.gz: 9e049b347473723c9610d93581028a04b34f1b5dd4bd92e91fe6e267cefd65e0
4
+ data.tar.gz: '0949e2d9efe7b1a67670d2fca8c3435b30de53be6917b839eda2c0e2a978c369'
5
5
  SHA512:
6
- metadata.gz: 2bcc95ae06873400161571475ef2e9c5802cedc222b99e433a70334ea5af8e33f22e844d9042ddf068d69d6ca6b70774b790093fac234671d31a8792b2deb6fb
7
- data.tar.gz: ae9530aca90ba0f58a23dd292dd92074ee98de6d664ae1606951b5c53666091b722571d9a11f1db74bed56bcbee5aec5d0e7871190ffb8c4f484831b995f6b63
6
+ metadata.gz: dacc601769704b89760eaf848d09a9f3413f1227da7a2207826b3be138698f42ba6c44f887327b01c8f882532aeb5d17d7dfd9e2d6326056787eb9ae469160c7
7
+ data.tar.gz: e76602aac2a84ec415c9505f2894a2dc4f33ab5a87535505edb795209a41d0247d05e3762b99bb4c814500fbfcc2b9cc63ed44efbfe3ff2bea50cbaae6a01d85
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.139.0 (2024-12-09)
5
+ ------------------
6
+
7
+ * Feature - H265 outputs now support disabling the deblocking filter.
8
+
4
9
  1.138.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.138.0
1
+ 1.139.0
@@ -1673,6 +1673,7 @@ module Aws::MediaLive
1673
1673
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
1674
1674
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
1675
1675
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
1676
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
1676
1677
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
1677
1678
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
1678
1679
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -2985,6 +2986,7 @@ module Aws::MediaLive
2985
2986
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
2986
2987
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
2987
2988
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
2989
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
2988
2990
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
2989
2991
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
2990
2992
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -4114,6 +4116,7 @@ module Aws::MediaLive
4114
4116
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
4115
4117
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
4116
4118
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
4119
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
4117
4120
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
4118
4121
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
4119
4122
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -6422,6 +6425,7 @@ module Aws::MediaLive
6422
6425
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
6423
6426
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
6424
6427
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
6428
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
6425
6429
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
6426
6430
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6427
6431
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -7358,6 +7362,7 @@ module Aws::MediaLive
7358
7362
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
7359
7363
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
7360
7364
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
7365
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
7361
7366
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
7362
7367
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
7363
7368
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -8321,6 +8326,7 @@ module Aws::MediaLive
8321
8326
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
8322
8327
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
8323
8328
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
8329
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
8324
8330
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
8325
8331
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
8326
8332
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -9171,6 +9177,7 @@ module Aws::MediaLive
9171
9177
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
9172
9178
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
9173
9179
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
9180
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
9174
9181
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
9175
9182
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
9176
9183
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -10565,6 +10572,7 @@ module Aws::MediaLive
10565
10572
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
10566
10573
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
10567
10574
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
10575
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
10568
10576
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
10569
10577
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
10570
10578
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -13579,7 +13587,7 @@ module Aws::MediaLive
13579
13587
  tracer: tracer
13580
13588
  )
13581
13589
  context[:gem_name] = 'aws-sdk-medialive'
13582
- context[:gem_version] = '1.138.0'
13590
+ context[:gem_version] = '1.139.0'
13583
13591
  Seahorse::Client::Request.new(handlers, context)
13584
13592
  end
13585
13593
 
@@ -416,6 +416,7 @@ module Aws::MediaLive
416
416
  H265AlternativeTransferFunction = Shapes::StringShape.new(name: 'H265AlternativeTransferFunction')
417
417
  H265ColorMetadata = Shapes::StringShape.new(name: 'H265ColorMetadata')
418
418
  H265ColorSpaceSettings = Shapes::StructureShape.new(name: 'H265ColorSpaceSettings')
419
+ H265Deblocking = Shapes::StringShape.new(name: 'H265Deblocking')
419
420
  H265FilterSettings = Shapes::StructureShape.new(name: 'H265FilterSettings')
420
421
  H265FlickerAq = Shapes::StringShape.new(name: 'H265FlickerAq')
421
422
  H265GopSizeUnits = Shapes::StringShape.new(name: 'H265GopSizeUnits')
@@ -3079,6 +3080,7 @@ module Aws::MediaLive
3079
3080
  H265Settings.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin256Max3840, location_name: "tileWidth"))
3080
3081
  H265Settings.add_member(:treeblock_size, Shapes::ShapeRef.new(shape: H265TreeblockSize, location_name: "treeblockSize"))
3081
3082
  H265Settings.add_member(:min_qp, Shapes::ShapeRef.new(shape: __integerMin1Max51, location_name: "minQp"))
3083
+ H265Settings.add_member(:deblocking, Shapes::ShapeRef.new(shape: H265Deblocking, location_name: "deblocking"))
3082
3084
  H265Settings.struct_class = Types::H265Settings
3083
3085
 
3084
3086
  Hdr10Settings.add_member(:max_cll, Shapes::ShapeRef.new(shape: __integerMin0Max32768, location_name: "maxCll"))
@@ -5189,7 +5191,7 @@ module Aws::MediaLive
5189
5191
  UpdateInputResultModel.struct_class = Types::UpdateInputResultModel
5190
5192
 
5191
5193
  UpdateInputSecurityGroupRequest.add_member(:input_security_group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputSecurityGroupId"))
5192
- UpdateInputSecurityGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
5194
+ UpdateInputSecurityGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, deprecated: true, location_name: "tags", metadata: {"deprecatedMessage"=>"This API is deprecated. You must use UpdateTagsForResource instead.", "deprecatedSince"=>"2024-11-20"}))
5193
5195
  UpdateInputSecurityGroupRequest.add_member(:whitelist_rules, Shapes::ShapeRef.new(shape: __listOfInputWhitelistRuleCidr, location_name: "whitelistRules"))
5194
5196
  UpdateInputSecurityGroupRequest.struct_class = Types::UpdateInputSecurityGroupRequest
5195
5197
 
@@ -5638,6 +5638,13 @@ module Aws::MediaLive
5638
5638
  # appropriate value.
5639
5639
  # @return [Integer]
5640
5640
  #
5641
+ # @!attribute [rw] deblocking
5642
+ # Enable or disable the deblocking filter for this codec. The filter
5643
+ # reduces blocking artifacts at block boundaries, which improves
5644
+ # overall video quality. If the filter is disabled, visible block
5645
+ # edges might appear in the output, especially at lower bitrates.
5646
+ # @return [String]
5647
+ #
5641
5648
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H265Settings AWS API Documentation
5642
5649
  #
5643
5650
  class H265Settings < Struct.new(
@@ -5677,7 +5684,8 @@ module Aws::MediaLive
5677
5684
  :tile_padding,
5678
5685
  :tile_width,
5679
5686
  :treeblock_size,
5680
- :min_qp)
5687
+ :min_qp,
5688
+ :deblocking)
5681
5689
  SENSITIVE = []
5682
5690
  include Aws::Structure
5683
5691
  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.138.0'
58
+ GEM_VERSION = '1.139.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1271,7 +1271,8 @@ module Aws
1271
1271
  tile_padding: ("NONE" | "PADDED")?,
1272
1272
  tile_width: ::Integer?,
1273
1273
  treeblock_size: ("AUTO" | "TREE_SIZE_32X32")?,
1274
- min_qp: ::Integer?
1274
+ min_qp: ::Integer?,
1275
+ deblocking: ("DISABLED" | "ENABLED")?
1275
1276
  }?,
1276
1277
  mpeg_2_settings: {
1277
1278
  adaptive_quantization: ("AUTO" | "HIGH" | "LOW" | "MEDIUM" | "OFF")?,
@@ -3314,7 +3315,8 @@ module Aws
3314
3315
  tile_padding: ("NONE" | "PADDED")?,
3315
3316
  tile_width: ::Integer?,
3316
3317
  treeblock_size: ("AUTO" | "TREE_SIZE_32X32")?,
3317
- min_qp: ::Integer?
3318
+ min_qp: ::Integer?,
3319
+ deblocking: ("DISABLED" | "ENABLED")?
3318
3320
  }?,
3319
3321
  mpeg_2_settings: {
3320
3322
  adaptive_quantization: ("AUTO" | "HIGH" | "LOW" | "MEDIUM" | "OFF")?,
data/sig/types.rbs CHANGED
@@ -1454,6 +1454,7 @@ module Aws::MediaLive
1454
1454
  attr_accessor tile_width: ::Integer
1455
1455
  attr_accessor treeblock_size: ("AUTO" | "TREE_SIZE_32X32")
1456
1456
  attr_accessor min_qp: ::Integer
1457
+ attr_accessor deblocking: ("DISABLED" | "ENABLED")
1457
1458
  SENSITIVE: []
1458
1459
  end
1459
1460
 
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.138.0
4
+ version: 1.139.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-11-06 00:00:00.000000000 Z
11
+ date: 2024-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core