@aws-sdk/client-chatbot 3.934.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,315 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ChatbotServiceException as __BaseException } from "./ChatbotServiceException";
3
+ export declare class InternalServiceError extends __BaseException {
4
+ readonly name: "InternalServiceError";
5
+ readonly $fault: "server";
6
+ Message?: string | undefined;
7
+ constructor(
8
+ opts: __ExceptionOptionType<InternalServiceError, __BaseException>
9
+ );
10
+ }
11
+ export declare class InvalidRequestException extends __BaseException {
12
+ readonly name: "InvalidRequestException";
13
+ readonly $fault: "client";
14
+ constructor(
15
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
16
+ );
17
+ }
18
+ export declare class UnauthorizedException extends __BaseException {
19
+ readonly name: "UnauthorizedException";
20
+ readonly $fault: "client";
21
+ constructor(
22
+ opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
23
+ );
24
+ }
25
+ export declare class ConflictException extends __BaseException {
26
+ readonly name: "ConflictException";
27
+ readonly $fault: "client";
28
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
29
+ }
30
+ export declare class CreateChimeWebhookConfigurationException extends __BaseException {
31
+ readonly name: "CreateChimeWebhookConfigurationException";
32
+ readonly $fault: "server";
33
+ Message?: string | undefined;
34
+ constructor(
35
+ opts: __ExceptionOptionType<
36
+ CreateChimeWebhookConfigurationException,
37
+ __BaseException
38
+ >
39
+ );
40
+ }
41
+ export declare class InvalidParameterException extends __BaseException {
42
+ readonly name: "InvalidParameterException";
43
+ readonly $fault: "client";
44
+ constructor(
45
+ opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
46
+ );
47
+ }
48
+ export declare class LimitExceededException extends __BaseException {
49
+ readonly name: "LimitExceededException";
50
+ readonly $fault: "client";
51
+ constructor(
52
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
53
+ );
54
+ }
55
+ export declare class CreateTeamsChannelConfigurationException extends __BaseException {
56
+ readonly name: "CreateTeamsChannelConfigurationException";
57
+ readonly $fault: "server";
58
+ Message?: string | undefined;
59
+ constructor(
60
+ opts: __ExceptionOptionType<
61
+ CreateTeamsChannelConfigurationException,
62
+ __BaseException
63
+ >
64
+ );
65
+ }
66
+ export declare class CreateSlackChannelConfigurationException extends __BaseException {
67
+ readonly name: "CreateSlackChannelConfigurationException";
68
+ readonly $fault: "server";
69
+ Message?: string | undefined;
70
+ constructor(
71
+ opts: __ExceptionOptionType<
72
+ CreateSlackChannelConfigurationException,
73
+ __BaseException
74
+ >
75
+ );
76
+ }
77
+ export declare class ResourceNotFoundException extends __BaseException {
78
+ readonly name: "ResourceNotFoundException";
79
+ readonly $fault: "client";
80
+ Message?: string | undefined;
81
+ constructor(
82
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
83
+ );
84
+ }
85
+ export declare class DeleteChimeWebhookConfigurationException extends __BaseException {
86
+ readonly name: "DeleteChimeWebhookConfigurationException";
87
+ readonly $fault: "server";
88
+ Message?: string | undefined;
89
+ constructor(
90
+ opts: __ExceptionOptionType<
91
+ DeleteChimeWebhookConfigurationException,
92
+ __BaseException
93
+ >
94
+ );
95
+ }
96
+ export declare class DeleteTeamsChannelConfigurationException extends __BaseException {
97
+ readonly name: "DeleteTeamsChannelConfigurationException";
98
+ readonly $fault: "server";
99
+ Message?: string | undefined;
100
+ constructor(
101
+ opts: __ExceptionOptionType<
102
+ DeleteTeamsChannelConfigurationException,
103
+ __BaseException
104
+ >
105
+ );
106
+ }
107
+ export declare class DeleteTeamsConfiguredTeamException extends __BaseException {
108
+ readonly name: "DeleteTeamsConfiguredTeamException";
109
+ readonly $fault: "server";
110
+ Message?: string | undefined;
111
+ constructor(
112
+ opts: __ExceptionOptionType<
113
+ DeleteTeamsConfiguredTeamException,
114
+ __BaseException
115
+ >
116
+ );
117
+ }
118
+ export declare class DeleteMicrosoftTeamsUserIdentityException extends __BaseException {
119
+ readonly name: "DeleteMicrosoftTeamsUserIdentityException";
120
+ readonly $fault: "server";
121
+ Message?: string | undefined;
122
+ constructor(
123
+ opts: __ExceptionOptionType<
124
+ DeleteMicrosoftTeamsUserIdentityException,
125
+ __BaseException
126
+ >
127
+ );
128
+ }
129
+ export declare class DeleteSlackChannelConfigurationException extends __BaseException {
130
+ readonly name: "DeleteSlackChannelConfigurationException";
131
+ readonly $fault: "server";
132
+ Message?: string | undefined;
133
+ constructor(
134
+ opts: __ExceptionOptionType<
135
+ DeleteSlackChannelConfigurationException,
136
+ __BaseException
137
+ >
138
+ );
139
+ }
140
+ export declare class DeleteSlackUserIdentityException extends __BaseException {
141
+ readonly name: "DeleteSlackUserIdentityException";
142
+ readonly $fault: "server";
143
+ Message?: string | undefined;
144
+ constructor(
145
+ opts: __ExceptionOptionType<
146
+ DeleteSlackUserIdentityException,
147
+ __BaseException
148
+ >
149
+ );
150
+ }
151
+ export declare class DeleteSlackWorkspaceAuthorizationFault extends __BaseException {
152
+ readonly name: "DeleteSlackWorkspaceAuthorizationFault";
153
+ readonly $fault: "server";
154
+ Message?: string | undefined;
155
+ constructor(
156
+ opts: __ExceptionOptionType<
157
+ DeleteSlackWorkspaceAuthorizationFault,
158
+ __BaseException
159
+ >
160
+ );
161
+ }
162
+ export declare class DescribeChimeWebhookConfigurationsException extends __BaseException {
163
+ readonly name: "DescribeChimeWebhookConfigurationsException";
164
+ readonly $fault: "server";
165
+ Message?: string | undefined;
166
+ constructor(
167
+ opts: __ExceptionOptionType<
168
+ DescribeChimeWebhookConfigurationsException,
169
+ __BaseException
170
+ >
171
+ );
172
+ }
173
+ export declare class DescribeSlackChannelConfigurationsException extends __BaseException {
174
+ readonly name: "DescribeSlackChannelConfigurationsException";
175
+ readonly $fault: "server";
176
+ Message?: string | undefined;
177
+ constructor(
178
+ opts: __ExceptionOptionType<
179
+ DescribeSlackChannelConfigurationsException,
180
+ __BaseException
181
+ >
182
+ );
183
+ }
184
+ export declare class DescribeSlackUserIdentitiesException extends __BaseException {
185
+ readonly name: "DescribeSlackUserIdentitiesException";
186
+ readonly $fault: "server";
187
+ Message?: string | undefined;
188
+ constructor(
189
+ opts: __ExceptionOptionType<
190
+ DescribeSlackUserIdentitiesException,
191
+ __BaseException
192
+ >
193
+ );
194
+ }
195
+ export declare class DescribeSlackWorkspacesException extends __BaseException {
196
+ readonly name: "DescribeSlackWorkspacesException";
197
+ readonly $fault: "server";
198
+ Message?: string | undefined;
199
+ constructor(
200
+ opts: __ExceptionOptionType<
201
+ DescribeSlackWorkspacesException,
202
+ __BaseException
203
+ >
204
+ );
205
+ }
206
+ export declare class GetAccountPreferencesException extends __BaseException {
207
+ readonly name: "GetAccountPreferencesException";
208
+ readonly $fault: "server";
209
+ Message?: string | undefined;
210
+ constructor(
211
+ opts: __ExceptionOptionType<GetAccountPreferencesException, __BaseException>
212
+ );
213
+ }
214
+ export declare class GetTeamsChannelConfigurationException extends __BaseException {
215
+ readonly name: "GetTeamsChannelConfigurationException";
216
+ readonly $fault: "server";
217
+ Message?: string | undefined;
218
+ constructor(
219
+ opts: __ExceptionOptionType<
220
+ GetTeamsChannelConfigurationException,
221
+ __BaseException
222
+ >
223
+ );
224
+ }
225
+ export declare class ListTeamsChannelConfigurationsException extends __BaseException {
226
+ readonly name: "ListTeamsChannelConfigurationsException";
227
+ readonly $fault: "server";
228
+ Message?: string | undefined;
229
+ constructor(
230
+ opts: __ExceptionOptionType<
231
+ ListTeamsChannelConfigurationsException,
232
+ __BaseException
233
+ >
234
+ );
235
+ }
236
+ export declare class ListMicrosoftTeamsConfiguredTeamsException extends __BaseException {
237
+ readonly name: "ListMicrosoftTeamsConfiguredTeamsException";
238
+ readonly $fault: "server";
239
+ Message?: string | undefined;
240
+ constructor(
241
+ opts: __ExceptionOptionType<
242
+ ListMicrosoftTeamsConfiguredTeamsException,
243
+ __BaseException
244
+ >
245
+ );
246
+ }
247
+ export declare class ListMicrosoftTeamsUserIdentitiesException extends __BaseException {
248
+ readonly name: "ListMicrosoftTeamsUserIdentitiesException";
249
+ readonly $fault: "server";
250
+ Message?: string | undefined;
251
+ constructor(
252
+ opts: __ExceptionOptionType<
253
+ ListMicrosoftTeamsUserIdentitiesException,
254
+ __BaseException
255
+ >
256
+ );
257
+ }
258
+ export declare class ServiceUnavailableException extends __BaseException {
259
+ readonly name: "ServiceUnavailableException";
260
+ readonly $fault: "client";
261
+ constructor(
262
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
263
+ );
264
+ }
265
+ export declare class TooManyTagsException extends __BaseException {
266
+ readonly name: "TooManyTagsException";
267
+ readonly $fault: "client";
268
+ constructor(
269
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
270
+ );
271
+ }
272
+ export declare class UpdateAccountPreferencesException extends __BaseException {
273
+ readonly name: "UpdateAccountPreferencesException";
274
+ readonly $fault: "server";
275
+ Message?: string | undefined;
276
+ constructor(
277
+ opts: __ExceptionOptionType<
278
+ UpdateAccountPreferencesException,
279
+ __BaseException
280
+ >
281
+ );
282
+ }
283
+ export declare class UpdateChimeWebhookConfigurationException extends __BaseException {
284
+ readonly name: "UpdateChimeWebhookConfigurationException";
285
+ readonly $fault: "server";
286
+ Message?: string | undefined;
287
+ constructor(
288
+ opts: __ExceptionOptionType<
289
+ UpdateChimeWebhookConfigurationException,
290
+ __BaseException
291
+ >
292
+ );
293
+ }
294
+ export declare class UpdateTeamsChannelConfigurationException extends __BaseException {
295
+ readonly name: "UpdateTeamsChannelConfigurationException";
296
+ readonly $fault: "server";
297
+ Message?: string | undefined;
298
+ constructor(
299
+ opts: __ExceptionOptionType<
300
+ UpdateTeamsChannelConfigurationException,
301
+ __BaseException
302
+ >
303
+ );
304
+ }
305
+ export declare class UpdateSlackChannelConfigurationException extends __BaseException {
306
+ readonly name: "UpdateSlackChannelConfigurationException";
307
+ readonly $fault: "server";
308
+ Message?: string | undefined;
309
+ constructor(
310
+ opts: __ExceptionOptionType<
311
+ UpdateSlackChannelConfigurationException,
312
+ __BaseException
313
+ >
314
+ );
315
+ }