Skip to content
Snippets Groups Projects
Commit 27e1d017 authored by David Prévot's avatar David Prévot
Browse files

Update upstream source from tag 'upstream/1.7.3'

Update to upstream version '1.7.3'
with Debian dir 7b39367d7755699c12788f2c0b30964a1ef008d9
parents f801581f fc8937a1
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,12 @@
## NOT RELEASED
## 1.7.3
### Changed
- AWS enhancement: Documentation updates.
## 1.7.2
### Changed
......
......@@ -30,8 +30,8 @@ final class CreateTopicInput extends Input
/**
* A map of attributes with their corresponding values.
*
* The following lists the names, descriptions, and values of the special request parameters that the `CreateTopic`
* action uses:
* The following lists names, descriptions, and values of the special request parameters that the `CreateTopic` action
* uses:
*
* - `DeliveryPolicy` – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints.
* - `DisplayName` – The display name to use for a topic with SMS subscriptions.
......
......@@ -84,8 +84,8 @@ final class PublishInput extends Input
* Optional parameter to be used as the "Subject" line when the message is delivered to email endpoints. This field will
* also be included, if present, in the standard JSON messages delivered to other endpoints.
*
* Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include
* line breaks or control characters; and must be less than 100 characters long.
* Constraints: Subjects must be UTF-8 text with no line breaks or control characters, and less than 100 characters
* long.
*
* @var string|null
*/
......
......@@ -80,15 +80,15 @@ final class SubscribeInput extends Input
* server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held in
* the dead-letter queue for further analysis or reprocessing.
*
* The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:
* The following attribute applies only to Amazon Data Firehose delivery stream subscriptions:
*
* - `SubscriptionRoleArn` – The ARN of the IAM role that has the following:
*
* - Permission to write to the Kinesis Data Firehose delivery stream
* - Permission to write to the Firehose delivery stream
* - Amazon SNS listed as a trusted entity
*
* Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions. For
* more information, see Fanout to Kinesis Data Firehose delivery streams [^1] in the *Amazon SNS Developer Guide*.
* Specifying a valid ARN for this attribute is required for Firehose delivery stream subscriptions. For more
* information, see Fanout to Firehose delivery streams [^1] in the *Amazon SNS Developer Guide*.
*
* The following attributes apply only to FIFO topics [^2]:
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment