aws-sdk-ivschat 1.0.0 → 1.1.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: 3df4fdb0cc3fd802884bf51440983d176e4221690ff3294f10feb81b0b2b4d9a
4
- data.tar.gz: e1f56b04ec2c7793fa9567d3ba40e595d5c9af92d0e5b31baf22ae10103695a1
3
+ metadata.gz: 820bc8eb3f8f9b2a757f1a50f2402043a7a0727ba9cf032f197de92edd44b303
4
+ data.tar.gz: 5199defe567b4ab959a15372d25892f9f6cba85fbe60345599cc0accf6f747c5
5
5
  SHA512:
6
- metadata.gz: 540587388444ba03bb5fcf6882671076bbf9b6b2523ae2f6aec9d765e1667f745d753cbb20a7d3ec7b5f82f1c82d0154e8526e50580d40c4fea0649c2bc2d9a8
7
- data.tar.gz: 91ea0839118c72f8990dcb8781a2a2afc9df81d68d2be3bbb69a73d94356e02773df5a2b0da9891a17e1e4735be3e3adf6a353fe2ae0c8aa3ac0eb0cc6f97c3d
6
+ metadata.gz: 71e2a2e84d9184f52fd84f8e53f30a387cecd74057902ccf50c84ea070c2f01ca16945fe67e353848877580b781e514f8d221fec63cd5b1b2bc347c2bd70b7bf
7
+ data.tar.gz: 68850daa54a0cb23ce6f7610167170b5adfe2c0c659e471db67188a7e673a7a79464e5b9ecb03fa471d868684634079fa6f24e8fa9db2778ca46a04c1b051dcf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2022-05-12)
5
+ ------------------
6
+
7
+ * Feature - Documentation-only updates for IVS Chat API Reference.
8
+
4
9
  1.0.0 (2022-04-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -422,8 +422,8 @@ module Aws::Ivschat
422
422
  # rune/code-point count, not number of bytes. Default: 500.
423
423
  #
424
424
  # @option params [Integer] :maximum_message_rate_per_second
425
- # Maximum number of messages per second that a client can send to the
426
- # room. Default: 10.
425
+ # Maximum number of messages per second that can be sent to the room (by
426
+ # all clients). Default: 10.
427
427
  #
428
428
  # @option params [Types::MessageReviewHandler] :message_review_handler
429
429
  # Configuration information for optional review of messages.
@@ -834,8 +834,8 @@ module Aws::Ivschat
834
834
  # rune/code-point count, not number of bytes. Default: 500.
835
835
  #
836
836
  # @option params [Integer] :maximum_message_rate_per_second
837
- # The maximum number of messages per second that a client can send to
838
- # the room. Default: 10.
837
+ # Maximum number of messages per second that can be sent to the room (by
838
+ # all clients). Default: 10.
839
839
  #
840
840
  # @option params [Types::MessageReviewHandler] :message_review_handler
841
841
  # Configuration information for optional review of messages. Specify an
@@ -906,7 +906,7 @@ module Aws::Ivschat
906
906
  params: params,
907
907
  config: config)
908
908
  context[:gem_name] = 'aws-sdk-ivschat'
909
- context[:gem_version] = '1.0.0'
909
+ context[:gem_version] = '1.1.0'
910
910
  Seahorse::Client::Request.new(handlers, context)
911
911
  end
912
912
 
@@ -335,6 +335,7 @@ module Aws::Ivschat
335
335
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
336
336
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
337
337
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
338
+ o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
338
339
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
339
340
  end)
340
341
 
@@ -431,6 +432,7 @@ module Aws::Ivschat
431
432
  o.output = Shapes::ShapeRef.new(shape: UpdateRoomResponse)
432
433
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
433
434
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
435
+ o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
434
436
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
435
437
  end)
436
438
  end
@@ -140,8 +140,8 @@ module Aws::Ivschat
140
140
  # @return [Integer]
141
141
  #
142
142
  # @!attribute [rw] maximum_message_rate_per_second
143
- # Maximum number of messages per second that a client can send to the
144
- # room. Default: 10.
143
+ # Maximum number of messages per second that can be sent to the room
144
+ # (by all clients). Default: 10.
145
145
  # @return [Integer]
146
146
  #
147
147
  # @!attribute [rw] message_review_handler
@@ -188,8 +188,8 @@ module Aws::Ivschat
188
188
  # @return [Integer]
189
189
  #
190
190
  # @!attribute [rw] maximum_message_rate_per_second
191
- # Maximum number of messages per second that a client can send to the
192
- # room, from the request.
191
+ # Maximum number of messages per second that can be sent to the room
192
+ # (by all clients), from the request.
193
193
  # @return [Integer]
194
194
  #
195
195
  # @!attribute [rw] message_review_handler
@@ -371,8 +371,8 @@ module Aws::Ivschat
371
371
  # @return [Integer]
372
372
  #
373
373
  # @!attribute [rw] maximum_message_rate_per_second
374
- # Maximum number of messages per second that a client can send to the
375
- # room. Default: 10.
374
+ # Maximum number of messages per second that can be sent to the room
375
+ # (by all clients). Default: 10.
376
376
  # @return [Integer]
377
377
  #
378
378
  # @!attribute [rw] message_review_handler
@@ -798,8 +798,8 @@ module Aws::Ivschat
798
798
  # @return [Integer]
799
799
  #
800
800
  # @!attribute [rw] maximum_message_rate_per_second
801
- # The maximum number of messages per second that a client can send to
802
- # the room. Default: 10.
801
+ # Maximum number of messages per second that can be sent to the room
802
+ # (by all clients). Default: 10.
803
803
  # @return [Integer]
804
804
  #
805
805
  # @!attribute [rw] message_review_handler
@@ -843,8 +843,8 @@ module Aws::Ivschat
843
843
  # @return [Integer]
844
844
  #
845
845
  # @!attribute [rw] maximum_message_rate_per_second
846
- # Maximum number of messages per second that a client can send to the
847
- # room, from the request.
846
+ # Maximum number of messages per second that can be sent to the room
847
+ # (by all clients), from the request.
848
848
  # @return [Integer]
849
849
  #
850
850
  # @!attribute [rw] message_review_handler
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ivschat/customizations'
48
48
  # @!group service
49
49
  module Aws::Ivschat
50
50
 
51
- GEM_VERSION = '1.0.0'
51
+ GEM_VERSION = '1.1.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivschat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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: 2022-04-26 00:00:00.000000000 Z
11
+ date: 2022-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core