aws-sdk-ivschat 1.1.0 → 1.2.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: 820bc8eb3f8f9b2a757f1a50f2402043a7a0727ba9cf032f197de92edd44b303
4
- data.tar.gz: 5199defe567b4ab959a15372d25892f9f6cba85fbe60345599cc0accf6f747c5
3
+ metadata.gz: b513804d244b0e4863cb803b8f6cbd2f3beebce47187c3ccd4f2773a8830caa8
4
+ data.tar.gz: 9260c6489b88254aa34b3795ac35ba3a4c2e1ae37778fd422ffd411844239fa6
5
5
  SHA512:
6
- metadata.gz: 71e2a2e84d9184f52fd84f8e53f30a387cecd74057902ccf50c84ea070c2f01ca16945fe67e353848877580b781e514f8d221fec63cd5b1b2bc347c2bd70b7bf
7
- data.tar.gz: 68850daa54a0cb23ce6f7610167170b5adfe2c0c659e471db67188a7e673a7a79464e5b9ecb03fa471d868684634079fa6f24e8fa9db2778ca46a04c1b051dcf
6
+ metadata.gz: 2fd6083b1ad1142022f65118750311752767eeaec088cfb6d21aff02e6ed9e0cb61ff4fcfac0d3c88edee76e7dc32ad07a572e004ea6c955489587a00919e246
7
+ data.tar.gz: 146d0de597ce85ae952d5b832977766c4855aa3d431e01a8661072d44b99d793e47adf4f600d5ccbc92918996d11df82af9c1e33a2b3fa58b7c7933014ea24eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2022-05-24)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update. For MessageReviewHandler structure, added timeout period in the description of the fallbackResult field
8
+
4
9
  1.1.0 (2022-05-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -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.1.0'
909
+ context[:gem_version] = '1.2.0'
910
910
  Seahorse::Client::Request.new(handlers, context)
911
911
  end
912
912
 
@@ -522,9 +522,14 @@ module Aws::Ivschat
522
522
  # @!attribute [rw] fallback_result
523
523
  # Specifies the fallback behavior (whether the message is allowed or
524
524
  # denied) if the handler does not return a valid response, encounters
525
- # an error or times out. If allowed, the message is delivered with
526
- # returned content to all users connected to the room. If denied, the
527
- # message is not delivered to any user. Default: `ALLOW`.
525
+ # an error, or times out. (For the timeout period, see [ Service
526
+ # Quotas][1].) If allowed, the message is delivered with returned
527
+ # content to all users connected to the room. If denied, the message
528
+ # is not delivered to any user. Default: `ALLOW`.
529
+ #
530
+ #
531
+ #
532
+ # [1]: https://docs.aws.amazon.com/ivs/latest/userguide/service-quotas.html
528
533
  # @return [String]
529
534
  #
530
535
  # @!attribute [rw] uri
@@ -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.1.0'
51
+ GEM_VERSION = '1.2.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.1.0
4
+ version: 1.2.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-05-12 00:00:00.000000000 Z
11
+ date: 2022-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core