|
3 | 3 | "DescribeChimeWebhookConfigurations": {
|
4 | 4 | "input_token": "NextToken",
|
5 | 5 | "output_token": "NextToken",
|
6 |
| - "limit_key": "MaxResults" |
| 6 | + "limit_key": "MaxResults", |
| 7 | + "result_key": "WebhookConfigurations" |
7 | 8 | },
|
8 | 9 | "DescribeSlackChannelConfigurations": {
|
9 | 10 | "input_token": "NextToken",
|
10 | 11 | "output_token": "NextToken",
|
11 |
| - "limit_key": "MaxResults" |
| 12 | + "limit_key": "MaxResults", |
| 13 | + "result_key": "SlackChannelConfigurations" |
12 | 14 | },
|
13 | 15 | "DescribeSlackUserIdentities": {
|
14 | 16 | "input_token": "NextToken",
|
15 | 17 | "output_token": "NextToken",
|
16 |
| - "limit_key": "MaxResults" |
| 18 | + "limit_key": "MaxResults", |
| 19 | + "result_key": "SlackUserIdentities" |
17 | 20 | },
|
18 | 21 | "DescribeSlackWorkspaces": {
|
19 | 22 | "input_token": "NextToken",
|
20 | 23 | "output_token": "NextToken",
|
21 |
| - "limit_key": "MaxResults" |
| 24 | + "limit_key": "MaxResults", |
| 25 | + "result_key": "SlackWorkspaces" |
22 | 26 | },
|
23 | 27 | "ListMicrosoftTeamsChannelConfigurations": {
|
24 | 28 | "input_token": "NextToken",
|
25 | 29 | "output_token": "NextToken",
|
26 |
| - "limit_key": "MaxResults" |
| 30 | + "limit_key": "MaxResults", |
| 31 | + "result_key": "TeamChannelConfigurations" |
27 | 32 | },
|
28 | 33 | "ListMicrosoftTeamsConfiguredTeams": {
|
29 | 34 | "input_token": "NextToken",
|
30 | 35 | "output_token": "NextToken",
|
31 |
| - "limit_key": "MaxResults" |
| 36 | + "limit_key": "MaxResults", |
| 37 | + "result_key": "ConfiguredTeams" |
32 | 38 | },
|
33 | 39 | "ListMicrosoftTeamsUserIdentities": {
|
34 | 40 | "input_token": "NextToken",
|
35 | 41 | "output_token": "NextToken",
|
36 |
| - "limit_key": "MaxResults" |
| 42 | + "limit_key": "MaxResults", |
| 43 | + "result_key": "TeamsUserIdentities" |
37 | 44 | }
|
38 | 45 | }
|
39 | 46 | }
|
0 commit comments