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
Similar to the previous change, this updates operational documentation about message size constraints without addressing any specific security vulnerability or weakness.
Diff
diff --git a/cli/latest/reference/connect/start-outbound-chat-contact.md b/cli/latest/reference/connect/start-outbound-chat-contact.md index 4c781ebed..40318297e 100644 --- a//cli/latest/reference/connect/start-outbound-chat-contact.md +++ b//cli/latest/reference/connect/start-outbound-chat-contact.md @@ -15 +15 @@ - * [AWS CLI 2.34.57 Command Reference](../../index.html) » + * [AWS CLI 2.34.61 Command Reference](../../index.html) » @@ -526 +526 @@ 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` ). @@ -528,5 +528 @@ 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_ . @@ -821 +817 @@ ContactId -> (string) - * [AWS CLI 2.34.57 Command Reference](../../index.html) » + * [AWS CLI 2.34.61 Command Reference](../../index.html) »