Skip to content

Commit 687a792

Browse files
Update generated code (#1807)
* update generated code * fix psalm --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 5fb877f commit 687a792

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- use strict comparison `null !==` instead of `!`
8+
- AWS enhancement: Documentation updates.
89

910
## 1.7.4
1011

src/Input/CreateTopicInput.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,8 @@ final class CreateTopicInput extends Input
5454
*
5555
* The following attributes apply only to FIFO topics [^4]:
5656
*
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.
6259
* - `ContentBasedDeduplication` – Enables content-based deduplication for FIFO topics.
6360
*
6461
* - By default, `ContentBasedDeduplication` is set to `false`. If you create a FIFO topic and this attribute is

0 commit comments

Comments
 (0)