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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +1 -1
- data/lib/aws-sdk-medialive/types.rb +8 -5
- data/lib/aws-sdk-medialive.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 616a963e7bc494ef90acb056fac2d0c90ccfb7a59d418a22076ab40a6962f824
|
|
4
|
+
data.tar.gz: a32553044ff0f70bc10d4bb5ea5ed1afdd9ff9229f19f68fb38c8921193926e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9c611b47ced770474ae9f5e19cfa1372083822a8ed6302d7662da0ca7c6182b2225aac1c354ff6f3955d59933608d343204b88e6911ee35cd45be8894fa2a73
|
|
7
|
+
data.tar.gz: f60df5e953be735e8b4a6c062fd49494ce7118e49d2545fc309078a4527664fc9f574c691285b26d0759743a021b607d4419a46e7ee87168bc795e19a735f338
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
-
#
|
|
13864
|
-
#
|
|
13865
|
-
#
|
|
13866
|
-
#
|
|
13867
|
-
#
|
|
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
|
data/lib/aws-sdk-medialive.rb
CHANGED