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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ivschat/client.rb +1 -1
- data/lib/aws-sdk-ivschat/types.rb +8 -3
- 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: b513804d244b0e4863cb803b8f6cbd2f3beebce47187c3ccd4f2773a8830caa8
|
|
4
|
+
data.tar.gz: 9260c6489b88254aa34b3795ac35ba3a4c2e1ae37778fd422ffd411844239fa6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
+
1.2.0
|
|
@@ -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.
|
|
526
|
-
#
|
|
527
|
-
#
|
|
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
|
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.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-
|
|
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
|