@@ -515,8 +515,8 @@ export interface CreateTopicInput {
515
515
516
516
/**
517
517
* <p>A map of attributes with their corresponding values.</p>
518
- * <p>The following lists names, descriptions, and values of the special request
519
- * parameters that the <code>CreateTopic</code> action uses:</p>
518
+ * <p>The following lists names, descriptions, and values of the special request parameters
519
+ * that the <code>CreateTopic</code> action uses:</p>
520
520
* <ul>
521
521
* <li>
522
522
* <p>
@@ -569,34 +569,30 @@ export interface CreateTopicInput {
569
569
* <ul>
570
570
* <li>
571
571
* <p>
572
- * <code>ArchivePolicy</code> – Adds or updates an inline policy document
573
- * to archive messages stored in the specified Amazon SNS topic.</p>
572
+ * <code>ArchivePolicy</code> – The policy that sets the retention period
573
+ * for messages stored in the message archive of an Amazon SNS FIFO
574
+ * topic.</p>
574
575
* </li>
575
576
* <li>
576
577
* <p>
577
- * <code>BeginningArchiveTime</code> – The earliest starting point at
578
- * which a message in the topic’s archive can be replayed from. This point in time
579
- * is based on the configured message retention period set by the topic’s message
580
- * archiving policy.</p>
581
- * </li>
582
- * <li>
583
- * <p>
584
- * <code>ContentBasedDeduplication</code> – Enables content-based deduplication for
585
- * FIFO topics.</p>
578
+ * <code>ContentBasedDeduplication</code> – Enables content-based
579
+ * deduplication for FIFO topics.</p>
586
580
* <ul>
587
581
* <li>
588
- * <p>By default, <code>ContentBasedDeduplication</code> is set to <code>false</code>.
589
- * If you create a FIFO topic and this attribute is <code>false</code>, you must
590
- * specify a value for the <code>MessageDeduplicationId</code> parameter for the
591
- * <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a> action. </p>
582
+ * <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>
592
587
* </li>
593
588
* <li>
594
589
* <p>When you set <code>ContentBasedDeduplication</code> to <code>true</code>,
595
- * Amazon SNS uses a SHA-256 hash to generate the <code>MessageDeduplicationId</code> using
596
- * the body of the message (but not the attributes of the message).</p>
597
- * <p>(Optional) To override the generated value, you can specify a value
598
- * for the <code>MessageDeduplicationId</code> parameter for the <code>Publish</code>
599
- * action.</p>
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>
600
596
* </li>
601
597
* </ul>
602
598
* </li>
@@ -1255,30 +1251,44 @@ export interface GetTopicAttributesResponse {
1255
1251
* <ul>
1256
1252
* <li>
1257
1253
* <p>
1258
- * <code>FifoTopic</code> – When this is set to <code>true</code>, a FIFO
1259
- * topic is created.</p>
1254
+ * <code>ArchivePolicy</code> – The policy that sets the retention period
1255
+ * for messages stored in the message archive of an Amazon SNS FIFO
1256
+ * topic.</p>
1257
+ * </li>
1258
+ * <li>
1259
+ * <p>
1260
+ * <code>BeginningArchiveTime</code> – The earliest starting point at
1261
+ * which a message in the topic’s archive can be replayed from. This point in time
1262
+ * is based on the configured message retention period set by the topic’s message
1263
+ * archiving policy.</p>
1260
1264
* </li>
1261
1265
* <li>
1262
1266
* <p>
1263
- * <code>ContentBasedDeduplication</code> – Enables content-based deduplication for
1264
- * FIFO topics.</p>
1267
+ * <code>ContentBasedDeduplication</code> – Enables content-based
1268
+ * deduplication for FIFO topics.</p>
1265
1269
* <ul>
1266
1270
* <li>
1267
- * <p>By default, <code>ContentBasedDeduplication</code> is set to <code>false</code>.
1268
- * If you create a FIFO topic and this attribute is <code>false</code>, you must
1269
- * specify a value for the <code>MessageDeduplicationId </code> parameter for the
1270
- * <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a> action. </p>
1271
+ * <p>By default, <code>ContentBasedDeduplication</code> is set to
1272
+ * <code>false</code>. If you create a FIFO topic and this attribute is
1273
+ * <code>false </code>, you must specify a value for the
1274
+ * <code>MessageDeduplicationId</code> parameter for the <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a> action. </p>
1271
1275
* </li>
1272
1276
* <li>
1273
- * <p>When you set <code>ContentBasedDeduplication</code> to <code>true</code>,
1274
- * Amazon SNS uses a SHA-256 hash to generate the <code>MessageDeduplicationId</code> using
1275
- * the body of the message (but not the attributes of the message).</p>
1277
+ * <p>When you set <code>ContentBasedDeduplication</code> to
1278
+ * <code>true</code>, Amazon SNS uses a SHA-256 hash to
1279
+ * generate the <code>MessageDeduplicationId</code> using the body of the
1280
+ * message (but not the attributes of the message).</p>
1276
1281
* <p>(Optional) To override the generated value, you can specify a value
1277
- * for the <code>MessageDeduplicationId</code> parameter for the <code>Publish</code>
1278
- * action.</p>
1282
+ * for the <code>MessageDeduplicationId</code> parameter for the
1283
+ * <code>Publish</code> action.</p>
1279
1284
* </li>
1280
1285
* </ul>
1281
1286
* </li>
1287
+ * <li>
1288
+ * <p>
1289
+ * <code>FifoTopic</code> – When this is set to <code>true</code>, a FIFO
1290
+ * topic is created.</p>
1291
+ * </li>
1282
1292
* </ul>
1283
1293
* @public
1284
1294
*/
@@ -3188,22 +3198,30 @@ export interface SetTopicAttributesInput {
3188
3198
* <ul>
3189
3199
* <li>
3190
3200
* <p>
3191
- * <code>ContentBasedDeduplication</code> – Enables content-based deduplication for
3192
- * FIFO topics.</p>
3201
+ * <code>ArchivePolicy</code> – The policy that sets the retention period
3202
+ * for messages stored in the message archive of an Amazon SNS FIFO
3203
+ * topic.</p>
3204
+ * </li>
3205
+ * <li>
3206
+ * <p>
3207
+ * <code>ContentBasedDeduplication</code> – Enables content-based
3208
+ * deduplication for FIFO topics.</p>
3193
3209
* <ul>
3194
3210
* <li>
3195
- * <p>By default, <code>ContentBasedDeduplication</code> is set to <code>false</code>.
3196
- * If you create a FIFO topic and this attribute is <code>false</code>, you must
3197
- * specify a value for the <code>MessageDeduplicationId</code> parameter for the
3198
- * <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a> action. </p>
3211
+ * <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>
3199
3216
* </li>
3200
3217
* <li>
3201
3218
* <p>When you set <code>ContentBasedDeduplication</code> to <code>true</code>,
3202
- * Amazon SNS uses a SHA-256 hash to generate the <code>MessageDeduplicationId</code> using
3203
- * the body of the message (but not the attributes of the message).</p>
3204
- * <p>(Optional) To override the generated value, you can specify a value
3205
- * for the <code>MessageDeduplicationId</code> parameter for the <code>Publish</code>
3206
- * action.</p>
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>
3207
3225
* </li>
3208
3226
* </ul>
3209
3227
* </li>
0 commit comments