File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Changed
6
+
7
+ - AWS enhancement: Documentation updates.
8
+
5
9
## 1.7.1
6
10
7
11
### Changed
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ final class PublishInput extends Input
94
94
/**
95
95
* Set `MessageStructure` to `json` if you want to send a different message for each protocol. For example, using one
96
96
* publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers.
97
- * If you set `MessageStructure` to `json`, the value of the `Message` parameter must:.
97
+ * If you set `MessageStructure` to `json`, the value of the `Message` parameter must:
98
98
*
99
99
* - be a syntactically valid JSON object; and
100
100
* - contain at least a top-level JSON key of "default" with a value that is a string.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ final class SubscribeInput extends Input
22
22
private $ topicArn ;
23
23
24
24
/**
25
- * The protocol that you want to use. Supported protocols include:.
25
+ * The protocol that you want to use. Supported protocols include:
26
26
*
27
27
* - `http` – delivery of JSON-encoded message via HTTP POST
28
28
* - `https` – delivery of JSON-encoded message via HTTPS POST
@@ -41,7 +41,7 @@ final class SubscribeInput extends Input
41
41
private $ protocol ;
42
42
43
43
/**
44
- * The endpoint that you want to receive notifications. Endpoints vary by protocol:.
44
+ * The endpoint that you want to receive notifications. Endpoints vary by protocol:
45
45
*
46
46
* - For the `http` protocol, the (public) endpoint is a URL beginning with `http://`.
47
47
* - For the `https` protocol, the (public) endpoint is a URL beginning with `https://`.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ final class PublishBatchRequestEntry
38
38
/**
39
39
* Set `MessageStructure` to `json` if you want to send a different message for each protocol. For example, using one
40
40
* publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers.
41
- * If you set `MessageStructure` to `json`, the value of the `Message` parameter must:.
41
+ * If you set `MessageStructure` to `json`, the value of the `Message` parameter must:
42
42
*
43
43
* - be a syntactically valid JSON object; and
44
44
* - contain at least a top-level JSON key of "default" with a value that is a string.
You can’t perform that action at this time.
0 commit comments