Skip to content

Commit 9dfcfe8

Browse files
author
awstools
committed
feat(client-chatbot): Return State and StateReason fields for Chatbot Channel Configurations.
1 parent d2c0cef commit 9dfcfe8

14 files changed

+158
-0
lines changed

clients/client-chatbot/src/commands/CreateChimeWebhookConfigurationCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ export interface CreateChimeWebhookConfigurationCommandOutput
7979
* // TagValue: "STRING_VALUE", // required
8080
* // },
8181
* // ],
82+
* // State: "STRING_VALUE",
83+
* // StateReason: "STRING_VALUE",
8284
* // },
8385
* // };
8486
*

clients/client-chatbot/src/commands/CreateMicrosoftTeamsChannelConfigurationCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ export interface CreateMicrosoftTeamsChannelConfigurationCommandOutput
9494
* // TagValue: "STRING_VALUE", // required
9595
* // },
9696
* // ],
97+
* // State: "STRING_VALUE",
98+
* // StateReason: "STRING_VALUE",
9799
* // },
98100
* // };
99101
*

clients/client-chatbot/src/commands/CreateSlackChannelConfigurationCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ export interface CreateSlackChannelConfigurationCommandOutput
9191
* // TagValue: "STRING_VALUE", // required
9292
* // },
9393
* // ],
94+
* // State: "STRING_VALUE",
95+
* // StateReason: "STRING_VALUE",
9496
* // },
9597
* // };
9698
*

clients/client-chatbot/src/commands/DescribeChimeWebhookConfigurationsCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ export interface DescribeChimeWebhookConfigurationsCommandOutput
6969
* // TagValue: "STRING_VALUE", // required
7070
* // },
7171
* // ],
72+
* // State: "STRING_VALUE",
73+
* // StateReason: "STRING_VALUE",
7274
* // },
7375
* // ],
7476
* // };

clients/client-chatbot/src/commands/DescribeSlackChannelConfigurationsCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ export interface DescribeSlackChannelConfigurationsCommandOutput
7676
* // TagValue: "STRING_VALUE", // required
7777
* // },
7878
* // ],
79+
* // State: "STRING_VALUE",
80+
* // StateReason: "STRING_VALUE",
7981
* // },
8082
* // ],
8183
* // };

clients/client-chatbot/src/commands/DescribeSlackWorkspacesCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ export interface DescribeSlackWorkspacesCommandOutput extends DescribeSlackWorks
4646
* // { // SlackWorkspace
4747
* // SlackTeamId: "STRING_VALUE", // required
4848
* // SlackTeamName: "STRING_VALUE", // required
49+
* // State: "STRING_VALUE",
50+
* // StateReason: "STRING_VALUE",
4951
* // },
5052
* // ],
5153
* // NextToken: "STRING_VALUE",

clients/client-chatbot/src/commands/GetMicrosoftTeamsChannelConfigurationCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export interface GetMicrosoftTeamsChannelConfigurationCommandOutput
7373
* // TagValue: "STRING_VALUE", // required
7474
* // },
7575
* // ],
76+
* // State: "STRING_VALUE",
77+
* // StateReason: "STRING_VALUE",
7678
* // },
7779
* // };
7880
*

clients/client-chatbot/src/commands/ListMicrosoftTeamsChannelConfigurationsCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ export interface ListMicrosoftTeamsChannelConfigurationsCommandOutput
7777
* // TagValue: "STRING_VALUE", // required
7878
* // },
7979
* // ],
80+
* // State: "STRING_VALUE",
81+
* // StateReason: "STRING_VALUE",
8082
* // },
8183
* // ],
8284
* // };

clients/client-chatbot/src/commands/ListMicrosoftTeamsConfiguredTeamsCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ export interface ListMicrosoftTeamsConfiguredTeamsCommandOutput
5252
* // TenantId: "STRING_VALUE", // required
5353
* // TeamId: "STRING_VALUE", // required
5454
* // TeamName: "STRING_VALUE",
55+
* // State: "STRING_VALUE",
56+
* // StateReason: "STRING_VALUE",
5557
* // },
5658
* // ],
5759
* // NextToken: "STRING_VALUE",

clients/client-chatbot/src/commands/UpdateChimeWebhookConfigurationCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export interface UpdateChimeWebhookConfigurationCommandOutput
7373
* // TagValue: "STRING_VALUE", // required
7474
* // },
7575
* // ],
76+
* // State: "STRING_VALUE",
77+
* // StateReason: "STRING_VALUE",
7678
* // },
7779
* // };
7880
*

0 commit comments

Comments
 (0)