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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aee8b2bfb42547add3c7ecc3484d9da6b8fd42b6de94a61318f5e47c33e16822
4
- data.tar.gz: 48b3402d9d1cdd5019bc7d9cfccd3335e208ee04b8dfe9a105a995443f9e37f6
3
+ metadata.gz: c0ecaae7f877d07c41ecdaf056a87e9c89e1293a0d75c5e82c651c306a357481
4
+ data.tar.gz: 51edd88a5186ccabe3b92d11ea781a07397a7153078d91ae82290a0b2a126ce0
5
5
  SHA512:
6
- metadata.gz: 0aae2425eb403d40ed7d544b43437961e72b8479a4df141d0e5447199f01a4a7deda0d62ac98987792f877b2a71accb1a03b74405d049fc13e545f7f384a00a9
7
- data.tar.gz: 4bb2ca9cef18b49b9676aeea40b21d20cf96755e51cfcf96335d7d7ec7b90eecc6d15010f59209d4adee330f80e5191fa4adb6c646125b2c14edfeccc58636f1
6
+ metadata.gz: 284e4370afedb8a2fe0979e4ee647b55a5a0e31c92b7584119a5832f040702b9eccbbc0c2b67c0c33081cefbde8045fb4ae8af600dc15e9c17fcacbbca05b021
7
+ data.tar.gz: 247a98f1c4a19944b9ff68abd4d834081c10031de3aac826a0532f8e0e350c888083bf7be03db250bae0cdc587c04f32f70bb9ba3ab8c137596c3b2e1f992bd7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2023-09-13)
5
+ ------------------
6
+
7
+ * Feature - Doc only update that changes description for ParticipantToken.
8
+
4
9
  1.8.0 (2023-08-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
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.8.0'
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ivsrealtime/customizations'
52
52
  # @!group service
53
53
  module Aws::IVSRealTime
54
54
 
55
- GEM_VERSION = '1.8.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
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.8.0
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-08-07 00:00:00.000000000 Z
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