Skip to content

Commit d42ec54

Browse files
author
awstools
committed
docs(client-ivschat): Doc-only update. For MessageReviewHandler structure, added timeout period in the description of the fallbackResult field
1 parent 953fd97 commit d42ec54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/client-ivschat/src/models/models_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export interface MessageReviewHandler {
261261

262262
/**
263263
* <p>Specifies the fallback behavior (whether the message is allowed or denied) if the handler
264-
* does not return a valid response, encounters an error or times out. If allowed, the message is
264+
* 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
265265
* delivered with returned content to all users connected to the room. If denied, the message is
266266
* not delivered to any user. Default: <code>ALLOW</code>.</p>
267267
*/

codegen/sdk-codegen/aws-models/ivschat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@
888888
"fallbackResult": {
889889
"target": "com.amazonaws.ivschat#FallbackResult",
890890
"traits": {
891-
"smithy.api#documentation": "<p>Specifies the fallback behavior (whether the message is allowed or denied) if the handler\n does not return a valid response, encounters an error or times out. If allowed, the message is\n delivered with returned content to all users connected to the room. If denied, the message is\n not delivered to any user. Default: <code>ALLOW</code>.</p>"
891+
"smithy.api#documentation": "<p>Specifies the fallback behavior (whether the message is allowed or denied) if the handler\n 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\n delivered with returned content to all users connected to the room. If denied, the message is\n not delivered to any user. Default: <code>ALLOW</code>.</p>"
892892
}
893893
}
894894
},

0 commit comments

Comments
 (0)