Skip to content

Commit 4ea722b

Browse files
author
AWS
committed
AWS User Notifications Update: Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications
1 parent 4a82089 commit 4ea722b

File tree

3 files changed

+1628
-254
lines changed

3 files changed

+1628
-254
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": "AWS User Notifications",
4+
"contributor": "",
5+
"description": "Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications"
6+
}

services/notifications/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@
1212
"limit_key": "maxResults",
1313
"result_key": "eventRules"
1414
},
15+
"ListManagedNotificationChannelAssociations": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "channelAssociations"
20+
},
21+
"ListManagedNotificationChildEvents": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "managedNotificationChildEvents"
26+
},
27+
"ListManagedNotificationConfigurations": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "managedNotificationConfigurations"
32+
},
33+
"ListManagedNotificationEvents": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "managedNotificationEvents"
38+
},
1539
"ListNotificationConfigurations": {
1640
"input_token": "nextToken",
1741
"output_token": "nextToken",

0 commit comments

Comments
 (0)