aws-sdk-ivsrealtime 1.8.0 → 1.9.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 -1
- data/lib/aws-sdk-ivsrealtime/types.rb +4 -0
- data/lib/aws-sdk-ivsrealtime.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: c0ecaae7f877d07c41ecdaf056a87e9c89e1293a0d75c5e82c651c306a357481
|
|
4
|
+
data.tar.gz: 51edd88a5186ccabe3b92d11ea781a07397a7153078d91ae82290a0b2a126ce0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 284e4370afedb8a2fe0979e4ee647b55a5a0e31c92b7584119a5832f040702b9eccbbc0c2b67c0c33081cefbde8045fb4ae8af600dc15e9c17fcacbbca05b021
|
|
7
|
+
data.tar.gz: 247a98f1c4a19944b9ff68abd4d834081c10031de3aac826a0532f8e0e350c888083bf7be03db250bae0cdc587c04f32f70bb9ba3ab8c137596c3b2e1f992bd7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.9.0
|
|
@@ -1052,7 +1052,7 @@ module Aws::IVSRealTime
|
|
|
1052
1052
|
params: params,
|
|
1053
1053
|
config: config)
|
|
1054
1054
|
context[:gem_name] = 'aws-sdk-ivsrealtime'
|
|
1055
|
-
context[:gem_version] = '1.
|
|
1055
|
+
context[:gem_version] = '1.9.0'
|
|
1056
1056
|
Seahorse::Client::Request.new(handlers, context)
|
|
1057
1057
|
end
|
|
1058
1058
|
|
|
@@ -646,6 +646,10 @@ module Aws::IVSRealTime
|
|
|
646
646
|
|
|
647
647
|
# Object specifying a participant token in a stage.
|
|
648
648
|
#
|
|
649
|
+
# **Important**: Treat tokens as opaque; i.e., do not build
|
|
650
|
+
# functionality based on token contents. The format of tokens could
|
|
651
|
+
# change in the future.
|
|
652
|
+
#
|
|
649
653
|
# @!attribute [rw] attributes
|
|
650
654
|
# Application-provided attributes to encode into the token and attach
|
|
651
655
|
# to a stage. *This field is exposed to all stage participants and
|
data/lib/aws-sdk-ivsrealtime.rb
CHANGED
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.9.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: 2023-
|
|
11
|
+
date: 2023-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|