aws-sdk-ivsrealtime 1.31.0 → 1.32.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-ivsrealtime/client.rb +1 -3
- data/lib/aws-sdk-ivsrealtime.rb +3 -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: 712ebc3da8df619a9950f2271c3cf15590b752673a8695ffc4c356a7318f4e61
|
|
4
|
+
data.tar.gz: c5bd9e2b3269874ac4c0ad00d19bd316a80458d76ace22c1771a9bc1117df840
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3220b95e3254cd5bd230284f69c628b89575de5bf979dac4838af57ba32ac60aa54d930be9ed18e2e5f9be5dafaac07acfed73f2cadacae873a34d5ac6e1d235
|
|
7
|
+
data.tar.gz: b15553b7691470d70d1eecde7018939cb919e5732adb12376ac4078a5d0d1e65b9024ef2558bffcb1b277a039a72533bac8f8fa62b3e75e6de03945a4b76c3a0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.32.0
|
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
|
38
38
|
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:ivsrealtime)
|
|
40
|
-
|
|
41
39
|
module Aws::IVSRealTime
|
|
42
40
|
# An API client for IVSRealTime. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
43
41
|
#
|
|
@@ -2207,7 +2205,7 @@ module Aws::IVSRealTime
|
|
|
2207
2205
|
tracer: tracer
|
|
2208
2206
|
)
|
|
2209
2207
|
context[:gem_name] = 'aws-sdk-ivsrealtime'
|
|
2210
|
-
context[:gem_version] = '1.
|
|
2208
|
+
context[:gem_version] = '1.32.0'
|
|
2211
2209
|
Seahorse::Client::Request.new(handlers, context)
|
|
2212
2210
|
end
|
|
2213
2211
|
|
data/lib/aws-sdk-ivsrealtime.rb
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:ivsrealtime)
|
|
15
|
+
|
|
14
16
|
# This module provides support for Amazon Interactive Video Service RealTime. This module is available in the
|
|
15
17
|
# `aws-sdk-ivsrealtime` gem.
|
|
16
18
|
#
|
|
@@ -53,7 +55,7 @@ module Aws::IVSRealTime
|
|
|
53
55
|
autoload :EndpointProvider, 'aws-sdk-ivsrealtime/endpoint_provider'
|
|
54
56
|
autoload :Endpoints, 'aws-sdk-ivsrealtime/endpoints'
|
|
55
57
|
|
|
56
|
-
GEM_VERSION = '1.
|
|
58
|
+
GEM_VERSION = '1.32.0'
|
|
57
59
|
|
|
58
60
|
end
|
|
59
61
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ivsrealtime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.32.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-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|