aws-sdk-ivsrealtime 1.7.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b94580abef3501275cb27021929fb0c1868277bbe8e0b009a1b1f3892215a88e
4
- data.tar.gz: 0f982e394df7b0d022db3db3e8ecff4fe8329a869673e93e9a230cb14a274ccc
3
+ metadata.gz: aee8b2bfb42547add3c7ecc3484d9da6b8fd42b6de94a61318f5e47c33e16822
4
+ data.tar.gz: 48b3402d9d1cdd5019bc7d9cfccd3335e208ee04b8dfe9a105a995443f9e37f6
5
5
  SHA512:
6
- metadata.gz: d3571768b0f7e07c40edd2069077ea7c511a3b4916ffc7dd37150c1d79b3d464f560a3e8e777ceafebf507e126a1de32785e68ce391f325e93440287c8fa4a85
7
- data.tar.gz: 9abac7b424b6d490643cb683507d9af6fdbd1e7e7a79bbd44372253d7b54747ac0a8d6382bd3aff94b6ff29703922a88a292538d4d4d32fd954fd1adab9b354a
6
+ metadata.gz: 0aae2425eb403d40ed7d544b43437961e72b8479a4df141d0e5447199f01a4a7deda0d62ac98987792f877b2a71accb1a03b74405d049fc13e545f7f384a00a9
7
+ data.tar.gz: 4bb2ca9cef18b49b9676aeea40b21d20cf96755e51cfcf96335d7d7ec7b90eecc6d15010f59209d4adee330f80e5191fa4adb6c646125b2c14edfeccc58636f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2023-08-07)
5
+ ------------------
6
+
7
+ * Feature - Add QUOTA_EXCEEDED and PUBLISHER_NOT_FOUND to EventErrorCode for stage health events.
8
+
4
9
  1.7.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -731,7 +731,7 @@ module Aws::IVSRealTime
731
731
  # @example Response structure
732
732
  #
733
733
  # resp.events #=> Array
734
- # resp.events[0].error_code #=> String, one of "INSUFFICIENT_CAPABILITIES"
734
+ # resp.events[0].error_code #=> String, one of "INSUFFICIENT_CAPABILITIES", "QUOTA_EXCEEDED", "PUBLISHER_NOT_FOUND"
735
735
  # resp.events[0].event_time #=> Time
736
736
  # resp.events[0].name #=> String, one of "JOINED", "LEFT", "PUBLISH_STARTED", "PUBLISH_STOPPED", "SUBSCRIBE_STARTED", "SUBSCRIBE_STOPPED", "PUBLISH_ERROR", "SUBSCRIBE_ERROR", "JOIN_ERROR"
737
737
  # resp.events[0].participant_id #=> String
@@ -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.7.0'
1055
+ context[:gem_version] = '1.8.0'
1056
1056
  Seahorse::Client::Request.new(handlers, context)
1057
1057
  end
1058
1058
 
@@ -188,7 +188,15 @@ module Aws::IVSRealTime
188
188
  # indicates that the participant tried to take an action that the
189
189
  # participant’s token is not allowed to do. For more information about
190
190
  # participant capabilities, see the `capabilities` field in
191
- # CreateParticipantToken.
191
+ # CreateParticipantToken. `QUOTA_EXCEEDED` indicates that the number
192
+ # of participants who want to publish/subscribe to a stage exceeds the
193
+ # quota; for more information, see [Service Quotas][1].
194
+ # `PUBLISHER_NOT_FOUND` indicates that the participant tried to
195
+ # subscribe to a publisher that doesn’t exist.
196
+ #
197
+ #
198
+ #
199
+ # [1]: https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/service-quotas.html
192
200
  # @return [String]
193
201
  #
194
202
  # @!attribute [rw] event_time
@@ -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.7.0'
55
+ GEM_VERSION = '1.8.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.7.0
4
+ version: 1.8.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-07-11 00:00:00.000000000 Z
11
+ date: 2023-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core