@@ -515,7 +515,7 @@ export interface CreateTopicInput {
515
515
516
516
/**
517
517
* <p>A map of attributes with their corresponding values.</p>
518
- * <p>The following lists the names, descriptions, and values of the special request
518
+ * <p>The following lists names, descriptions, and values of the special request
519
519
* parameters that the <code>CreateTopic</code> action uses:</p>
520
520
* <ul>
521
521
* <li>
@@ -1124,22 +1124,22 @@ export interface GetSubscriptionAttributesResponse {
1124
1124
* with.</p>
1125
1125
* </li>
1126
1126
* </ul>
1127
- * <p>The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:</p>
1127
+ * <p>The following attribute applies only to Amazon Data Firehose delivery stream subscriptions:</p>
1128
1128
* <ul>
1129
1129
* <li>
1130
1130
* <p>
1131
1131
* <code>SubscriptionRoleArn</code> – The ARN of the IAM role that has the following:</p>
1132
1132
* <ul>
1133
1133
* <li>
1134
- * <p>Permission to write to the Kinesis Data Firehose delivery stream</p>
1134
+ * <p>Permission to write to the Firehose delivery stream</p>
1135
1135
* </li>
1136
1136
* <li>
1137
1137
* <p>Amazon SNS listed as a trusted entity</p>
1138
1138
* </li>
1139
1139
* </ul>
1140
- * <p>Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions.
1140
+ * <p>Specifying a valid ARN for this attribute is required for Firehose delivery stream subscriptions.
1141
1141
* For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html">Fanout
1142
- * to Kinesis Data Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
1142
+ * to Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
1143
1143
* </li>
1144
1144
* </ul>
1145
1145
* @public
@@ -2157,9 +2157,8 @@ export interface PublishInput {
2157
2157
* <p>Optional parameter to be used as the "Subject" line when the message is delivered to
2158
2158
* email endpoints. This field will also be included, if present, in the standard JSON
2159
2159
* messages delivered to other endpoints.</p>
2160
- * <p>Constraints: Subjects must be ASCII text that begins with a letter, number, or
2161
- * punctuation mark; must not include line breaks or control characters; and must be less
2162
- * than 100 characters long.</p>
2160
+ * <p>Constraints: Subjects must be UTF-8 text with no line breaks or control characters,
2161
+ * and less than 100 characters long.</p>
2163
2162
* @public
2164
2163
*/
2165
2164
Subject ?: string ;
@@ -2960,22 +2959,22 @@ export interface SetSubscriptionAttributesInput {
2960
2959
* in the dead-letter queue for further analysis or reprocessing.</p>
2961
2960
* </li>
2962
2961
* </ul>
2963
- * <p>The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:</p>
2962
+ * <p>The following attribute applies only to Amazon Data Firehose delivery stream subscriptions:</p>
2964
2963
* <ul>
2965
2964
* <li>
2966
2965
* <p>
2967
2966
* <code>SubscriptionRoleArn</code> – The ARN of the IAM role that has the following:</p>
2968
2967
* <ul>
2969
2968
* <li>
2970
- * <p>Permission to write to the Kinesis Data Firehose delivery stream</p>
2969
+ * <p>Permission to write to the Firehose delivery stream</p>
2971
2970
* </li>
2972
2971
* <li>
2973
2972
* <p>Amazon SNS listed as a trusted entity</p>
2974
2973
* </li>
2975
2974
* </ul>
2976
- * <p>Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions.
2975
+ * <p>Specifying a valid ARN for this attribute is required for Firehose delivery stream subscriptions.
2977
2976
* For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html">Fanout
2978
- * to Kinesis Data Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
2977
+ * to Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
2979
2978
* </li>
2980
2979
* </ul>
2981
2980
* @public
@@ -3374,22 +3373,22 @@ export interface SubscribeInput {
3374
3373
* in the dead-letter queue for further analysis or reprocessing.</p>
3375
3374
* </li>
3376
3375
* </ul>
3377
- * <p>The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:</p>
3376
+ * <p>The following attribute applies only to Amazon Data Firehose delivery stream subscriptions:</p>
3378
3377
* <ul>
3379
3378
* <li>
3380
3379
* <p>
3381
3380
* <code>SubscriptionRoleArn</code> – The ARN of the IAM role that has the following:</p>
3382
3381
* <ul>
3383
3382
* <li>
3384
- * <p>Permission to write to the Kinesis Data Firehose delivery stream</p>
3383
+ * <p>Permission to write to the Firehose delivery stream</p>
3385
3384
* </li>
3386
3385
* <li>
3387
3386
* <p>Amazon SNS listed as a trusted entity</p>
3388
3387
* </li>
3389
3388
* </ul>
3390
- * <p>Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions.
3389
+ * <p>Specifying a valid ARN for this attribute is required for Firehose delivery stream subscriptions.
3391
3390
* For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html">Fanout
3392
- * to Kinesis Data Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
3391
+ * to Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
3393
3392
* </li>
3394
3393
* </ul>
3395
3394
* <p>The following attributes apply only to <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-fifo-topics.html">FIFO topics</a>:</p>
0 commit comments