aws-sdk-ivschat 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ivschat/client.rb +5 -5
- data/lib/aws-sdk-ivschat/client_api.rb +2 -0
- data/lib/aws-sdk-ivschat/types.rb +10 -10
- data/lib/aws-sdk-ivschat.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: 820bc8eb3f8f9b2a757f1a50f2402043a7a0727ba9cf032f197de92edd44b303
|
4
|
+
data.tar.gz: 5199defe567b4ab959a15372d25892f9f6cba85fbe60345599cc0accf6f747c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71e2a2e84d9184f52fd84f8e53f30a387cecd74057902ccf50c84ea070c2f01ca16945fe67e353848877580b781e514f8d221fec63cd5b1b2bc347c2bd70b7bf
|
7
|
+
data.tar.gz: 68850daa54a0cb23ce6f7610167170b5adfe2c0c659e471db67188a7e673a7a79464e5b9ecb03fa471d868684634079fa6f24e8fa9db2778ca46a04c1b051dcf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
426
|
-
#
|
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
|
-
#
|
838
|
-
#
|
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.
|
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
|
144
|
-
#
|
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
|
192
|
-
#
|
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
|
375
|
-
#
|
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
|
-
#
|
802
|
-
#
|
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
|
847
|
-
#
|
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
|
data/lib/aws-sdk-ivschat.rb
CHANGED
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.
|
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-
|
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
|