aws-sdk-medialive 1.179.0 → 1.180.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: 0abc805b9d9d5453a393797dbb1c99c2ba7a585ba649b7d20c2deb4a2541564f
4
- data.tar.gz: 76e8d2ff2ba9b8c74c39b47d67105f872b02c73aef50c3d3b1d8cec6d6bdfc05
3
+ metadata.gz: 616a963e7bc494ef90acb056fac2d0c90ccfb7a59d418a22076ab40a6962f824
4
+ data.tar.gz: a32553044ff0f70bc10d4bb5ea5ed1afdd9ff9229f19f68fb38c8921193926e9
5
5
  SHA512:
6
- metadata.gz: 95e713889fc13567447df256846f6aeccd27382b151e32640fdfbe9244fdecd9a0e17909e5ddd6e5f908f1ba43e8e8a32fdf851c782f233a97ada4d56f9f1567
7
- data.tar.gz: 01c3fe1da7f38524b6e52c4c476940f62ee11fb2cd8bd96c5dec23b515dd6be690d9211b717851b6f663d7bee297514eaff4d72cbc9a8c952620b4c7e9ba3ec5
6
+ metadata.gz: a9c611b47ced770474ae9f5e19cfa1372083822a8ed6302d7662da0ca7c6182b2225aac1c354ff6f3955d59933608d343204b88e6911ee35cd45be8894fa2a73
7
+ data.tar.gz: f60df5e953be735e8b4a6c062fd49494ce7118e49d2545fc309078a4527664fc9f574c691285b26d0759743a021b607d4419a46e7ee87168bc795e19a735f338
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.180.0 (2026-03-13)
5
+ ------------------
6
+
7
+ * Feature - Documents the VideoDescription.ScalingBehavior.SMART(underscore)CROP enum value.
8
+
4
9
  1.179.0 (2026-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.179.0
1
+ 1.180.0
@@ -14973,7 +14973,7 @@ module Aws::MediaLive
14973
14973
  tracer: tracer
14974
14974
  )
14975
14975
  context[:gem_name] = 'aws-sdk-medialive'
14976
- context[:gem_version] = '1.179.0'
14976
+ context[:gem_version] = '1.180.0'
14977
14977
  Seahorse::Client::Request.new(handlers, context)
14978
14978
  end
14979
14979
 
@@ -13860,11 +13860,14 @@ module Aws::MediaLive
13860
13860
  # @return [String]
13861
13861
  #
13862
13862
  # @!attribute [rw] scaling_behavior
13863
- # STRETCH\_TO\_OUTPUT configures the output position to stretch the
13864
- # video to the specified output resolution (height and width). This
13865
- # option will override any position value. DEFAULT may insert black
13866
- # boxes (pillar boxes or letter boxes) around the video to provide the
13867
- # specified output resolution.
13863
+ # Configures how MediaLive transforms the video picture to match the
13864
+ # output frame. Use STRETCH\_TO\_OUTPUT to stretch the video to fill
13865
+ # the output frame. The video might get distorted. Use DEFAULT to
13866
+ # insert pillar boxes or letter boxes around the video to fill the
13867
+ # output frame. The video won't get distorted. Use SMART\_CROP to
13868
+ # enable the smart crop feature that uses the Elemental Inference
13869
+ # service to crop the frame using AI - see the MediaLive User Guide
13870
+ # for more information.
13868
13871
  # @return [String]
13869
13872
  #
13870
13873
  # @!attribute [rw] sharpness
@@ -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.179.0'
58
+ GEM_VERSION = '1.180.0'
59
59
 
60
60
  end
61
61
 
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.179.0
4
+ version: 1.180.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services