Skip to content

Commit 449eca1

Browse files
author
AWS
committed
AWS Chatbot Update: Adds support for programmatic management of custom actions and aliases which can be associated with channel configurations.
1 parent 091fffb commit 449eca1

File tree

3 files changed

+626
-12
lines changed

3 files changed

+626
-12
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 Chatbot",
4+
"contributor": "",
5+
"description": "Adds support for programmatic management of custom actions and aliases which can be associated with channel configurations."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
"limit_key": "MaxResults",
2525
"result_key": "SlackWorkspaces"
2626
},
27+
"ListAssociations": {
28+
"input_token": "NextToken",
29+
"output_token": "NextToken",
30+
"limit_key": "MaxResults",
31+
"result_key": "Associations"
32+
},
33+
"ListCustomActions": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults",
37+
"result_key": "CustomActions"
38+
},
2739
"ListMicrosoftTeamsChannelConfigurations": {
2840
"input_token": "NextToken",
2941
"output_token": "NextToken",

0 commit comments

Comments
 (0)