You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(client-sns): This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.
* <p>By default, <code>ContentBasedDeduplication</code> is set to
583
-
* <code>false</code>. If you create a FIFO topic and this attribute is
584
-
* <code>false</code>, you must specify a value for the
585
-
* <code>MessageDeduplicationId</code> parameter for the <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a>
586
-
* action. </p>
583
+
* <code>false</code>. If you create a FIFO topic and this attribute is
584
+
* <code>false</code>, you must specify a value for the
585
+
* <code>MessageDeduplicationId</code> parameter for the <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a> action. </p>
587
586
* </li>
588
587
* <li>
589
-
* <p>When you set <code>ContentBasedDeduplication</code> to <code>true</code>,
590
-
* Amazon SNS uses a SHA-256 hash to generate the
591
-
* <code>MessageDeduplicationId</code> using the body of the message (but not
592
-
* the attributes of the message).</p>
593
-
* <p>(Optional) To override the generated value, you can specify a value for the
594
-
* <code>MessageDeduplicationId</code> parameter for the <code>Publish</code>
595
-
* action.</p>
588
+
* <p>When you set <code>ContentBasedDeduplication</code> to
589
+
* <code>true</code>, Amazon SNS uses a SHA-256 hash to
590
+
* generate the <code>MessageDeduplicationId</code> using the body of the
591
+
* message (but not the attributes of the message).</p>
592
+
* <p>(Optional) To override the generated value, you can specify a value
593
+
* for the <code>MessageDeduplicationId</code> parameter for the
594
+
* <code>Publish</code> action.</p>
595
+
* </li>
596
+
* </ul>
597
+
* </li>
598
+
* </ul>
599
+
* <ul>
600
+
* <li>
601
+
* <p>
602
+
* <code>FifoThroughputScope</code> – Enables higher throughput for your FIFO topic by adjusting the scope of deduplication. This attribute has two possible values:</p>
603
+
* <ul>
604
+
* <li>
605
+
* <p>
606
+
* <code>Topic</code> – The scope of message deduplication is across the entire topic. This is the default value and maintains existing behavior, with a maximum throughput of 3000 messages per second or 20MB per second, whichever comes first.</p>
607
+
* </li>
608
+
* <li>
609
+
* <p>
610
+
* <code>MessageGroup</code> – The scope of deduplication is within each individual message group, which enables higher throughput per topic subject to regional quotas. For more information on quotas or to request an increase, see <a href="https://docs.aws.amazon.com/general/latest/gr/sns.html">Amazon SNS service quotas</a> in the Amazon Web Services General Reference.</p>
* <p>By default, <code>ContentBasedDeduplication</code> is set to
3212
-
* <code>false</code>. If you create a FIFO topic and this attribute is
3213
-
* <code>false</code>, you must specify a value for the
3214
-
* <code>MessageDeduplicationId</code> parameter for the <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a>
3215
-
* action. </p>
3292
+
* <code>false</code>. If you create a FIFO topic and this attribute is
3293
+
* <code>false</code>, you must specify a value for the
3294
+
* <code>MessageDeduplicationId</code> parameter for the <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a> action. </p>
3295
+
* </li>
3296
+
* <li>
3297
+
* <p>When you set <code>ContentBasedDeduplication</code> to
3298
+
* <code>true</code>, Amazon SNS uses a SHA-256 hash to
3299
+
* generate the <code>MessageDeduplicationId</code> using the body of the
3300
+
* message (but not the attributes of the message).</p>
3301
+
* <p>(Optional) To override the generated value, you can specify a value
3302
+
* for the <code>MessageDeduplicationId</code> parameter for the
3303
+
* <code>Publish</code> action.</p>
3304
+
* </li>
3305
+
* </ul>
3306
+
* </li>
3307
+
* </ul>
3308
+
* <ul>
3309
+
* <li>
3310
+
* <p>
3311
+
* <code>FifoThroughputScope</code> – Enables higher throughput for your FIFO topic by adjusting the scope of deduplication. This attribute has two possible values:</p>
3312
+
* <ul>
3313
+
* <li>
3314
+
* <p>
3315
+
* <code>Topic</code> – The scope of message deduplication is across the entire topic. This is the default value and maintains existing behavior, with a maximum throughput of 3000 messages per second or 20MB per second, whichever comes first.</p>
3216
3316
* </li>
3217
3317
* <li>
3218
-
* <p>When you set <code>ContentBasedDeduplication</code> to <code>true</code>,
3219
-
* Amazon SNS uses a SHA-256 hash to generate the
3220
-
* <code>MessageDeduplicationId</code> using the body of the message (but not
3221
-
* the attributes of the message).</p>
3222
-
* <p>(Optional) To override the generated value, you can specify a value for the
3223
-
* <code>MessageDeduplicationId</code> parameter for the <code>Publish</code>
3224
-
* action.</p>
3318
+
* <p>
3319
+
* <code>MessageGroup</code> – The scope of deduplication is within each individual message group, which enables higher throughput per topic subject to regional quotas. For more information on quotas or to request an increase, see <a href="https://docs.aws.amazon.com/general/latest/gr/sns.html">Amazon SNS service quotas</a> in the Amazon Web Services General Reference.</p>
0 commit comments