Skip to content

Commit 98ea0bc

Browse files
author
AWS
committed
Amazon Simple Notification Service Update: This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions
1 parent 02791a0 commit 98ea0bc

File tree

4 files changed

+295
-289
lines changed

4 files changed

+295
-289
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Notification Service",
4+
"contributor": "",
5+
"description": "This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions"
6+
}

services/sns/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@
236236
{
237237
"ref": "Region"
238238
},
239-
"us-gov-west-1"
239+
"us-gov-east-1"
240240
]
241241
}
242242
],
243243
"endpoint": {
244-
"url": "https://sns.us-gov-west-1.amazonaws.com",
244+
"url": "https://sns.us-gov-east-1.amazonaws.com",
245245
"properties": {},
246246
"headers": {}
247247
},
@@ -255,12 +255,12 @@
255255
{
256256
"ref": "Region"
257257
},
258-
"us-gov-east-1"
258+
"us-gov-west-1"
259259
]
260260
}
261261
],
262262
"endpoint": {
263-
"url": "https://sns.us-gov-east-1.amazonaws.com",
263+
"url": "https://sns.us-gov-west-1.amazonaws.com",
264264
"properties": {},
265265
"headers": {}
266266
},

0 commit comments

Comments
 (0)