@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.
- package/dist-cjs/index.js +5 -4
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +4 -0
- package/dist-es/models/errors.js +435 -0
- package/dist-es/models/models_0.js +1 -439
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/errors.d.ts +411 -0
- package/dist-types/models/models_0.d.ts +1 -423
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/errors.d.ts +315 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -321
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,411 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ChatbotServiceException as __BaseException } from "./ChatbotServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Unexpected error during processing of request.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare class InternalServiceError extends __BaseException {
|
|
8
|
+
readonly name: "InternalServiceError";
|
|
9
|
+
readonly $fault: "server";
|
|
10
|
+
Message?: string | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
constructor(opts: __ExceptionOptionType<InternalServiceError, __BaseException>);
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>Your request input doesn't meet the constraints required by AWS Chatbot.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
21
|
+
readonly name: "InvalidRequestException";
|
|
22
|
+
readonly $fault: "client";
|
|
23
|
+
/**
|
|
24
|
+
* @internal
|
|
25
|
+
*/
|
|
26
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* <p>The request was rejected because it doesn't have valid credentials for the target resource.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
33
|
+
readonly name: "UnauthorizedException";
|
|
34
|
+
readonly $fault: "client";
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* <p>There was an issue processing your request.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export declare class ConflictException extends __BaseException {
|
|
45
|
+
readonly name: "ConflictException";
|
|
46
|
+
readonly $fault: "client";
|
|
47
|
+
/**
|
|
48
|
+
* @internal
|
|
49
|
+
*/
|
|
50
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export declare class CreateChimeWebhookConfigurationException extends __BaseException {
|
|
57
|
+
readonly name: "CreateChimeWebhookConfigurationException";
|
|
58
|
+
readonly $fault: "server";
|
|
59
|
+
Message?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
63
|
+
constructor(opts: __ExceptionOptionType<CreateChimeWebhookConfigurationException, __BaseException>);
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* <p>Your request input doesn't meet the constraints required by AWS Chatbot.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
70
|
+
readonly name: "InvalidParameterException";
|
|
71
|
+
readonly $fault: "client";
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
75
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* <p>You have exceeded a service limit for AWS Chatbot.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export declare class LimitExceededException extends __BaseException {
|
|
82
|
+
readonly name: "LimitExceededException";
|
|
83
|
+
readonly $fault: "client";
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
87
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export declare class CreateTeamsChannelConfigurationException extends __BaseException {
|
|
94
|
+
readonly name: "CreateTeamsChannelConfigurationException";
|
|
95
|
+
readonly $fault: "server";
|
|
96
|
+
Message?: string | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
constructor(opts: __ExceptionOptionType<CreateTeamsChannelConfigurationException, __BaseException>);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export declare class CreateSlackChannelConfigurationException extends __BaseException {
|
|
107
|
+
readonly name: "CreateSlackChannelConfigurationException";
|
|
108
|
+
readonly $fault: "server";
|
|
109
|
+
Message?: string | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
constructor(opts: __ExceptionOptionType<CreateSlackChannelConfigurationException, __BaseException>);
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* <p>We were unable to find the resource for your request</p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
120
|
+
readonly name: "ResourceNotFoundException";
|
|
121
|
+
readonly $fault: "client";
|
|
122
|
+
Message?: string | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* @internal
|
|
125
|
+
*/
|
|
126
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export declare class DeleteChimeWebhookConfigurationException extends __BaseException {
|
|
133
|
+
readonly name: "DeleteChimeWebhookConfigurationException";
|
|
134
|
+
readonly $fault: "server";
|
|
135
|
+
Message?: string | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* @internal
|
|
138
|
+
*/
|
|
139
|
+
constructor(opts: __ExceptionOptionType<DeleteChimeWebhookConfigurationException, __BaseException>);
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
export declare class DeleteTeamsChannelConfigurationException extends __BaseException {
|
|
146
|
+
readonly name: "DeleteTeamsChannelConfigurationException";
|
|
147
|
+
readonly $fault: "server";
|
|
148
|
+
Message?: string | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* @internal
|
|
151
|
+
*/
|
|
152
|
+
constructor(opts: __ExceptionOptionType<DeleteTeamsChannelConfigurationException, __BaseException>);
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
export declare class DeleteTeamsConfiguredTeamException extends __BaseException {
|
|
159
|
+
readonly name: "DeleteTeamsConfiguredTeamException";
|
|
160
|
+
readonly $fault: "server";
|
|
161
|
+
Message?: string | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* @internal
|
|
164
|
+
*/
|
|
165
|
+
constructor(opts: __ExceptionOptionType<DeleteTeamsConfiguredTeamException, __BaseException>);
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
export declare class DeleteMicrosoftTeamsUserIdentityException extends __BaseException {
|
|
172
|
+
readonly name: "DeleteMicrosoftTeamsUserIdentityException";
|
|
173
|
+
readonly $fault: "server";
|
|
174
|
+
Message?: string | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* @internal
|
|
177
|
+
*/
|
|
178
|
+
constructor(opts: __ExceptionOptionType<DeleteMicrosoftTeamsUserIdentityException, __BaseException>);
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
export declare class DeleteSlackChannelConfigurationException extends __BaseException {
|
|
185
|
+
readonly name: "DeleteSlackChannelConfigurationException";
|
|
186
|
+
readonly $fault: "server";
|
|
187
|
+
Message?: string | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* @internal
|
|
190
|
+
*/
|
|
191
|
+
constructor(opts: __ExceptionOptionType<DeleteSlackChannelConfigurationException, __BaseException>);
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
export declare class DeleteSlackUserIdentityException extends __BaseException {
|
|
198
|
+
readonly name: "DeleteSlackUserIdentityException";
|
|
199
|
+
readonly $fault: "server";
|
|
200
|
+
Message?: string | undefined;
|
|
201
|
+
/**
|
|
202
|
+
* @internal
|
|
203
|
+
*/
|
|
204
|
+
constructor(opts: __ExceptionOptionType<DeleteSlackUserIdentityException, __BaseException>);
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* <p>There was an issue deleting your Slack workspace.</p>
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
export declare class DeleteSlackWorkspaceAuthorizationFault extends __BaseException {
|
|
211
|
+
readonly name: "DeleteSlackWorkspaceAuthorizationFault";
|
|
212
|
+
readonly $fault: "server";
|
|
213
|
+
Message?: string | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* @internal
|
|
216
|
+
*/
|
|
217
|
+
constructor(opts: __ExceptionOptionType<DeleteSlackWorkspaceAuthorizationFault, __BaseException>);
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
export declare class DescribeChimeWebhookConfigurationsException extends __BaseException {
|
|
224
|
+
readonly name: "DescribeChimeWebhookConfigurationsException";
|
|
225
|
+
readonly $fault: "server";
|
|
226
|
+
Message?: string | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* @internal
|
|
229
|
+
*/
|
|
230
|
+
constructor(opts: __ExceptionOptionType<DescribeChimeWebhookConfigurationsException, __BaseException>);
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
export declare class DescribeSlackChannelConfigurationsException extends __BaseException {
|
|
237
|
+
readonly name: "DescribeSlackChannelConfigurationsException";
|
|
238
|
+
readonly $fault: "server";
|
|
239
|
+
Message?: string | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* @internal
|
|
242
|
+
*/
|
|
243
|
+
constructor(opts: __ExceptionOptionType<DescribeSlackChannelConfigurationsException, __BaseException>);
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
247
|
+
* @public
|
|
248
|
+
*/
|
|
249
|
+
export declare class DescribeSlackUserIdentitiesException extends __BaseException {
|
|
250
|
+
readonly name: "DescribeSlackUserIdentitiesException";
|
|
251
|
+
readonly $fault: "server";
|
|
252
|
+
Message?: string | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* @internal
|
|
255
|
+
*/
|
|
256
|
+
constructor(opts: __ExceptionOptionType<DescribeSlackUserIdentitiesException, __BaseException>);
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
260
|
+
* @public
|
|
261
|
+
*/
|
|
262
|
+
export declare class DescribeSlackWorkspacesException extends __BaseException {
|
|
263
|
+
readonly name: "DescribeSlackWorkspacesException";
|
|
264
|
+
readonly $fault: "server";
|
|
265
|
+
Message?: string | undefined;
|
|
266
|
+
/**
|
|
267
|
+
* @internal
|
|
268
|
+
*/
|
|
269
|
+
constructor(opts: __ExceptionOptionType<DescribeSlackWorkspacesException, __BaseException>);
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
export declare class GetAccountPreferencesException extends __BaseException {
|
|
276
|
+
readonly name: "GetAccountPreferencesException";
|
|
277
|
+
readonly $fault: "server";
|
|
278
|
+
Message?: string | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* @internal
|
|
281
|
+
*/
|
|
282
|
+
constructor(opts: __ExceptionOptionType<GetAccountPreferencesException, __BaseException>);
|
|
283
|
+
}
|
|
284
|
+
/**
|
|
285
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
export declare class GetTeamsChannelConfigurationException extends __BaseException {
|
|
289
|
+
readonly name: "GetTeamsChannelConfigurationException";
|
|
290
|
+
readonly $fault: "server";
|
|
291
|
+
Message?: string | undefined;
|
|
292
|
+
/**
|
|
293
|
+
* @internal
|
|
294
|
+
*/
|
|
295
|
+
constructor(opts: __ExceptionOptionType<GetTeamsChannelConfigurationException, __BaseException>);
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
301
|
+
export declare class ListTeamsChannelConfigurationsException extends __BaseException {
|
|
302
|
+
readonly name: "ListTeamsChannelConfigurationsException";
|
|
303
|
+
readonly $fault: "server";
|
|
304
|
+
Message?: string | undefined;
|
|
305
|
+
/**
|
|
306
|
+
* @internal
|
|
307
|
+
*/
|
|
308
|
+
constructor(opts: __ExceptionOptionType<ListTeamsChannelConfigurationsException, __BaseException>);
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
314
|
+
export declare class ListMicrosoftTeamsConfiguredTeamsException extends __BaseException {
|
|
315
|
+
readonly name: "ListMicrosoftTeamsConfiguredTeamsException";
|
|
316
|
+
readonly $fault: "server";
|
|
317
|
+
Message?: string | undefined;
|
|
318
|
+
/**
|
|
319
|
+
* @internal
|
|
320
|
+
*/
|
|
321
|
+
constructor(opts: __ExceptionOptionType<ListMicrosoftTeamsConfiguredTeamsException, __BaseException>);
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
export declare class ListMicrosoftTeamsUserIdentitiesException extends __BaseException {
|
|
328
|
+
readonly name: "ListMicrosoftTeamsUserIdentitiesException";
|
|
329
|
+
readonly $fault: "server";
|
|
330
|
+
Message?: string | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* @internal
|
|
333
|
+
*/
|
|
334
|
+
constructor(opts: __ExceptionOptionType<ListMicrosoftTeamsUserIdentitiesException, __BaseException>);
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
338
|
+
* @public
|
|
339
|
+
*/
|
|
340
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
341
|
+
readonly name: "ServiceUnavailableException";
|
|
342
|
+
readonly $fault: "client";
|
|
343
|
+
/**
|
|
344
|
+
* @internal
|
|
345
|
+
*/
|
|
346
|
+
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* <p>The supplied list of tags contains too many tags.</p>
|
|
350
|
+
* @public
|
|
351
|
+
*/
|
|
352
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
353
|
+
readonly name: "TooManyTagsException";
|
|
354
|
+
readonly $fault: "client";
|
|
355
|
+
/**
|
|
356
|
+
* @internal
|
|
357
|
+
*/
|
|
358
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
359
|
+
}
|
|
360
|
+
/**
|
|
361
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
export declare class UpdateAccountPreferencesException extends __BaseException {
|
|
365
|
+
readonly name: "UpdateAccountPreferencesException";
|
|
366
|
+
readonly $fault: "server";
|
|
367
|
+
Message?: string | undefined;
|
|
368
|
+
/**
|
|
369
|
+
* @internal
|
|
370
|
+
*/
|
|
371
|
+
constructor(opts: __ExceptionOptionType<UpdateAccountPreferencesException, __BaseException>);
|
|
372
|
+
}
|
|
373
|
+
/**
|
|
374
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
375
|
+
* @public
|
|
376
|
+
*/
|
|
377
|
+
export declare class UpdateChimeWebhookConfigurationException extends __BaseException {
|
|
378
|
+
readonly name: "UpdateChimeWebhookConfigurationException";
|
|
379
|
+
readonly $fault: "server";
|
|
380
|
+
Message?: string | undefined;
|
|
381
|
+
/**
|
|
382
|
+
* @internal
|
|
383
|
+
*/
|
|
384
|
+
constructor(opts: __ExceptionOptionType<UpdateChimeWebhookConfigurationException, __BaseException>);
|
|
385
|
+
}
|
|
386
|
+
/**
|
|
387
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
export declare class UpdateTeamsChannelConfigurationException extends __BaseException {
|
|
391
|
+
readonly name: "UpdateTeamsChannelConfigurationException";
|
|
392
|
+
readonly $fault: "server";
|
|
393
|
+
Message?: string | undefined;
|
|
394
|
+
/**
|
|
395
|
+
* @internal
|
|
396
|
+
*/
|
|
397
|
+
constructor(opts: __ExceptionOptionType<UpdateTeamsChannelConfigurationException, __BaseException>);
|
|
398
|
+
}
|
|
399
|
+
/**
|
|
400
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
401
|
+
* @public
|
|
402
|
+
*/
|
|
403
|
+
export declare class UpdateSlackChannelConfigurationException extends __BaseException {
|
|
404
|
+
readonly name: "UpdateSlackChannelConfigurationException";
|
|
405
|
+
readonly $fault: "server";
|
|
406
|
+
Message?: string | undefined;
|
|
407
|
+
/**
|
|
408
|
+
* @internal
|
|
409
|
+
*/
|
|
410
|
+
constructor(opts: __ExceptionOptionType<UpdateSlackChannelConfigurationException, __BaseException>);
|
|
411
|
+
}
|