Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set MessageAttribute to "No" in SendMessageBatchRequestEntry #917

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Contains the details of a message being sent and its ID. For more information ab
----- | ----- | ----- | -----
| `DelaySeconds` | **integer** | No | The number of seconds to delay sending a message. |
| `Id` | **string** | Yes | ID of the message in the list. |
| `MessageAttribute` | **string** | Yes | Message attributes: name, type, and value. |
| `MessageAttribute` | **string** | No | Message attributes: name, type, and value. |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ничего не понятно: в каком формате это всё запаковывается в строку? что происходит, когда оно не указано, раз становится необязательным?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blinkov

Ivan, добрый день!

Согласен, мне тоже непонятно)

Создал MR в соответствии с issue.
Если он некорректный, то могу закрыть.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

я не знаю корректный он или нет — надо искать кто ответственный за эту фичу и с ним разбираться как что-то понятное соорудить

| `MessageBody` | **string** | No | Message body. |
| `MessageDeduplicationId` | **string** | No | ID used for message deduplication. For more information, see [Deduplication](../../concepts/deduplication.md). |
| `MessageGroupId` | **string** | No | ID of the message group. Used only in FIFO queues. |
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
----- | ----- | ----- | -----
`DelaySeconds` | **integer** | Нет | Время в секундах, на которое будет отложена отправка сообщения.
`Id` | **string** | Да | Идентификатор сообщения в списке.
`MessageAttribute` | **string** | Да | Атрибуты сообщения: имя, тип и значение.
`MessageAttribute` | **string** | Нет | Атрибуты сообщения: имя, тип и значение.
`MessageBody` | **string** | Нет | Тело сообщения.
`MessageDeduplicationId` | **string** | Нет | Идентификатор для дедупликации сообщений. Подробнее см. [Дедупликация](../../concepts/deduplication.md).
`MessageGroupId` | **string** | Нет | Идентификатор группы сообщений, используется только в очередях FIFO.