Skip to content

Commit ea30ae8

Browse files
author
AWS
committed
Amazon Chime SDK Messaging Update: The Amazon Chime SDK now allows developers to execute business logic on in-flight messages before they are delivered to members of a messaging channel with channel flows.
1 parent 07a790b commit ea30ae8

File tree

3 files changed

+881
-3
lines changed

3 files changed

+881
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Chime SDK Messaging",
4+
"contributor": "",
5+
"description": "The Amazon Chime SDK now allows developers to execute business logic on in-flight messages before they are delivered to members of a messaging channel with channel flows."
6+
}

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

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"output_token": "NextToken",
66
"limit_key": "MaxResults"
77
},
8+
"ListChannelFlows": {
9+
"input_token": "NextToken",
10+
"output_token": "NextToken",
11+
"limit_key": "MaxResults"
12+
},
813
"ListChannelMemberships": {
914
"input_token": "NextToken",
1015
"output_token": "NextToken",
@@ -30,6 +35,11 @@
3035
"output_token": "NextToken",
3136
"limit_key": "MaxResults"
3237
},
38+
"ListChannelsAssociatedWithChannelFlow": {
39+
"input_token": "NextToken",
40+
"output_token": "NextToken",
41+
"limit_key": "MaxResults"
42+
},
3343
"ListChannelsModeratedByAppInstanceUser": {
3444
"input_token": "NextToken",
3545
"output_token": "NextToken",

0 commit comments

Comments
 (0)