Skip to content

Commit 177c96f

Browse files
author
AWS
committed
Amazon Interactive Video Service Chat Update: Doc-only update. For MessageReviewHandler structure, added timeout period in the description of the fallbackResult field
1 parent 4efc33c commit 177c96f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Interactive Video Service Chat",
4+
"contributor": "",
5+
"description": "Doc-only update. For MessageReviewHandler structure, added timeout period in the description of the fallbackResult field"
6+
}

services/ivschat/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
"members":{
618618
"fallbackResult":{
619619
"shape":"FallbackResult",
620-
"documentation":"<p>Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error or times out. If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user. Default: <code>ALLOW</code>.</p>"
620+
"documentation":"<p>Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out. (For the timeout period, see <a href=\"https://docs.aws.amazon.com/ivs/latest/userguide/service-quotas.html\"> Service Quotas</a>.) If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user. Default: <code>ALLOW</code>.</p>"
621621
},
622622
"uri":{
623623
"shape":"LambdaArn",

0 commit comments

Comments
 (0)