aws-sdk-medialive 1.137.0 → 1.138.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 +2 -3
- data/lib/aws-sdk-medialive.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d654e386a66c61034c3c7ce0ffe39c0dbb87188ef8f8ac5a6bec305695a5c29
|
|
4
|
+
data.tar.gz: fca0e0a3e7fd6fb881def1dcf1e7f5703bab81d3e00f58a19bacb3e0a277e487
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bcc95ae06873400161571475ef2e9c5802cedc222b99e433a70334ea5af8e33f22e844d9042ddf068d69d6ca6b70774b790093fac234671d31a8792b2deb6fb
|
|
7
|
+
data.tar.gz: ae9530aca90ba0f58a23dd292dd92074ee98de6d664ae1606951b5c53666091b722571d9a11f1db74bed56bcbee5aec5d0e7871190ffb8c4f484831b995f6b63
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.138.0
|
|
@@ -13579,7 +13579,7 @@ module Aws::MediaLive
|
|
|
13579
13579
|
tracer: tracer
|
|
13580
13580
|
)
|
|
13581
13581
|
context[:gem_name] = 'aws-sdk-medialive'
|
|
13582
|
-
context[:gem_version] = '1.
|
|
13582
|
+
context[:gem_version] = '1.138.0'
|
|
13583
13583
|
Seahorse::Client::Request.new(handlers, context)
|
|
13584
13584
|
end
|
|
13585
13585
|
|
|
@@ -6838,9 +6838,8 @@ module Aws::MediaLive
|
|
|
6838
6838
|
#
|
|
6839
6839
|
# @!attribute [rw] mediaconnect_settings
|
|
6840
6840
|
# To attach this device to a MediaConnect flow, specify these
|
|
6841
|
-
# parameters. To detach an existing flow, enter
|
|
6842
|
-
#
|
|
6843
|
-
# parameter.
|
|
6841
|
+
# parameters. To detach an existing flow, enter \{} for the value of
|
|
6842
|
+
# mediaconnectSettings. Only UHD devices can specify this parameter.
|
|
6844
6843
|
# @return [Types::InputDeviceMediaConnectConfigurableSettings]
|
|
6845
6844
|
#
|
|
6846
6845
|
# @!attribute [rw] audio_channel_pairs
|
data/lib/aws-sdk-medialive.rb
CHANGED
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.
|
|
4
|
+
version: 1.138.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
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|