Skip to content

Commit 62bbd51

Browse files
Update src/data/markdown/docs/20 jslib/01 jslib/01 aws/SQSClient/00 sendMessage.md
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent 79447ec commit 62bbd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/docs/20 jslib/01 jslib/01 aws/SQSClient/00 sendMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ excerpt: "SQSClient.sendMessage sends a message to the specified Amazon SQS queu
1818

1919
| Name | Type | Description |
2020
| :------------------------ | :----- | :---------------------------------------------------------------------------------------------- |
21-
| `messageDeduplicationId` | string (optional) | his parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of sent messages. If a message with a particular MessageDeduplicationId is sent successfully, any messages sent with the same MessageDeduplicationId are accepted successfully but aren't delivered during the 5-minute deduplication interval. |
21+
| `messageDeduplicationId` | string (optional) | The token used for deduplication of sent messages. This parameter applies only to FIFO (first-in-first-out) queues. If a message with a particular MessageDeduplicationId is sent successfully, any messages with the same MessageDeduplicationId are accepted but not delivered during the 5-minute deduplication interval. |
2222
| `messageGroupId` | string (optional) | The tag that specifies that a message belongs to a specific message group. Messages that belong to the same message group are processed in a FIFO manner (however, messages in different message groups might be processed out of order). |
2323
| `messageAttributes` | object (optional) | Each message attribute consists of a `Name`, `Type`, and `Value`. For more information, see [Amazon SQS Message Attributes](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-attributes.html). |
2424
| `delaySeconds` | number (optional) | The length of time, in seconds, for which to delay a specific message. Valid values: 0 to 900. Maximum: 15 minutes. Messages with a positive `delaySeconds` value become available for processing after the delay period is finished. If you don't specify a value, the default value for the queue applies. |

0 commit comments

Comments
 (0)