AWS cli documentation change
Summary
Updated AWS CLI version reference and added clarification about chat message size limits (16,384 bytes max) with a link to channel-specific limits documentation
Security assessment
The change documents operational limits for message sizes but doesn't address any specific vulnerability or weakness. While message size limits could indirectly relate to denial-of-service prevention, there's no evidence of a security incident being addressed.
Diff
diff --git a/cli/latest/reference/connect/start-chat-contact.md b/cli/latest/reference/connect/start-chat-contact.md index 8bd35df08..8c3374d58 100644 --- a//cli/latest/reference/connect/start-chat-contact.md +++ b//cli/latest/reference/connect/start-chat-contact.md @@ -15 +15 @@ - * [AWS CLI 2.34.57 Command Reference](../../index.html) » + * [AWS CLI 2.34.61 Command Reference](../../index.html) » @@ -259 +259 @@ JSON Syntax: ->> The content of the chat message. +>> The content of the chat message. Maximum of 16,384 bytes for all content types (`text/plain` , `text/markdown` , `application/json` , and `application/vnd.amazonaws.connect.message.interactive.response` ). @@ -261,5 +261 @@ JSON Syntax: ->> * For `text/plain` and `text/markdown` , the Length Constraints are Minimum of 1, Maximum of 1024. ->> * For `application/json` , the Length Constraints are Minimum of 1, Maximum of 12000. ->> * For `application/vnd.amazonaws.connect.message.interactive.response` , the Length Constraints are Minimum of 1, Maximum of 12288. ->> - +>> Some messaging channels enforce lower limits. For channel-specific message size limits, see [Chat message size limits by channel](https://docs.aws.amazon.com/connect/latest/adminguide/feature-limits.html#chat-message-size-limits) in the _Amazon Connect Customer Administrator Guide_ . @@ -808 +804 @@ ContinuedFromContactId -> (string) - * [AWS CLI 2.34.57 Command Reference](../../index.html) » + * [AWS CLI 2.34.61 Command Reference](../../index.html) »