File tree 2 files changed +3
-5
lines changed 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5
5
### Changed
6
6
7
7
- use strict comparison ` null !== ` instead of ` ! `
8
+ - AWS enhancement: Documentation updates.
8
9
9
10
## 1.7.4
10
11
Original file line number Diff line number Diff line change @@ -54,11 +54,8 @@ final class CreateTopicInput extends Input
54
54
*
55
55
* The following attributes apply only to FIFO topics [^4]:
56
56
*
57
- * - `ArchivePolicy` – Adds or updates an inline policy document to archive messages stored in the specified Amazon
58
- * SNS topic.
59
- * - `BeginningArchiveTime` – The earliest starting point at which a message in the topic’s archive can be replayed
60
- * from. This point in time is based on the configured message retention period set by the topic’s message archiving
61
- * policy.
57
+ * - `ArchivePolicy` – The policy that sets the retention period for messages stored in the message archive of an
58
+ * Amazon SNS FIFO topic.
62
59
* - `ContentBasedDeduplication` – Enables content-based deduplication for FIFO topics.
63
60
*
64
61
* - By default, `ContentBasedDeduplication` is set to `false`. If you create a FIFO topic and this attribute is
You can’t perform that action at this time.
0 commit comments