@aws-sdk/client-chatbot 3.928.0 → 3.930.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.
Files changed (58) hide show
  1. package/dist-cjs/index.js +1477 -1944
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ChatbotClient.js +2 -0
  4. package/dist-es/commands/AssociateToConfigurationCommand.js +3 -9
  5. package/dist-es/commands/CreateChimeWebhookConfigurationCommand.js +3 -10
  6. package/dist-es/commands/CreateCustomActionCommand.js +3 -9
  7. package/dist-es/commands/CreateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  8. package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +3 -10
  9. package/dist-es/commands/DeleteChimeWebhookConfigurationCommand.js +3 -9
  10. package/dist-es/commands/DeleteCustomActionCommand.js +3 -9
  11. package/dist-es/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.js +3 -9
  12. package/dist-es/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.js +3 -9
  13. package/dist-es/commands/DeleteMicrosoftTeamsUserIdentityCommand.js +3 -9
  14. package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +3 -9
  15. package/dist-es/commands/DeleteSlackUserIdentityCommand.js +3 -9
  16. package/dist-es/commands/DeleteSlackWorkspaceAuthorizationCommand.js +3 -9
  17. package/dist-es/commands/DescribeChimeWebhookConfigurationsCommand.js +3 -10
  18. package/dist-es/commands/DescribeSlackChannelConfigurationsCommand.js +3 -10
  19. package/dist-es/commands/DescribeSlackUserIdentitiesCommand.js +3 -9
  20. package/dist-es/commands/DescribeSlackWorkspacesCommand.js +3 -9
  21. package/dist-es/commands/DisassociateFromConfigurationCommand.js +3 -9
  22. package/dist-es/commands/GetAccountPreferencesCommand.js +3 -9
  23. package/dist-es/commands/GetCustomActionCommand.js +3 -9
  24. package/dist-es/commands/GetMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  25. package/dist-es/commands/ListAssociationsCommand.js +3 -9
  26. package/dist-es/commands/ListCustomActionsCommand.js +3 -9
  27. package/dist-es/commands/ListMicrosoftTeamsChannelConfigurationsCommand.js +3 -10
  28. package/dist-es/commands/ListMicrosoftTeamsConfiguredTeamsCommand.js +3 -9
  29. package/dist-es/commands/ListMicrosoftTeamsUserIdentitiesCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/TagResourceCommand.js +3 -9
  32. package/dist-es/commands/UntagResourceCommand.js +3 -9
  33. package/dist-es/commands/UpdateAccountPreferencesCommand.js +3 -9
  34. package/dist-es/commands/UpdateChimeWebhookConfigurationCommand.js +3 -10
  35. package/dist-es/commands/UpdateCustomActionCommand.js +3 -9
  36. package/dist-es/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  37. package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +3 -10
  38. package/dist-es/models/models_0.js +0 -101
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-es/schemas/schemas_0.js +1317 -0
  41. package/dist-types/ChatbotClient.d.ts +10 -1
  42. package/dist-types/models/models_0.d.ts +0 -76
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +173 -0
  48. package/dist-types/ts3.4/ChatbotClient.d.ts +4 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -57
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +179 -0
  55. package/package.json +33 -34
  56. package/dist-es/protocols/Aws_restJson1.js +0 -1492
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -413
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
- var uuid = require('@smithy/uuid');
20
18
 
21
19
  const resolveClientEndpointParameters = (options) => {
22
20
  return Object.assign(options, {
@@ -92,6 +90,7 @@ class ChatbotClient extends smithyClient.Client {
92
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
93
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
94
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
95
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
96
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
97
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -111,14 +110,14 @@ class ChatbotClient extends smithyClient.Client {
111
110
  }
112
111
  }
113
112
 
114
- class ChatbotServiceException extends smithyClient.ServiceException {
113
+ let ChatbotServiceException$1 = class ChatbotServiceException extends smithyClient.ServiceException {
115
114
  constructor(options) {
116
115
  super(options);
117
116
  Object.setPrototypeOf(this, ChatbotServiceException.prototype);
118
117
  }
119
- }
118
+ };
120
119
 
121
- class InternalServiceError extends ChatbotServiceException {
120
+ let InternalServiceError$1 = class InternalServiceError extends ChatbotServiceException$1 {
122
121
  name = "InternalServiceError";
123
122
  $fault = "server";
124
123
  Message;
@@ -131,8 +130,8 @@ class InternalServiceError extends ChatbotServiceException {
131
130
  Object.setPrototypeOf(this, InternalServiceError.prototype);
132
131
  this.Message = opts.Message;
133
132
  }
134
- }
135
- class InvalidRequestException extends ChatbotServiceException {
133
+ };
134
+ let InvalidRequestException$1 = class InvalidRequestException extends ChatbotServiceException$1 {
136
135
  name = "InvalidRequestException";
137
136
  $fault = "client";
138
137
  constructor(opts) {
@@ -143,8 +142,8 @@ class InvalidRequestException extends ChatbotServiceException {
143
142
  });
144
143
  Object.setPrototypeOf(this, InvalidRequestException.prototype);
145
144
  }
146
- }
147
- class UnauthorizedException extends ChatbotServiceException {
145
+ };
146
+ let UnauthorizedException$1 = class UnauthorizedException extends ChatbotServiceException$1 {
148
147
  name = "UnauthorizedException";
149
148
  $fault = "client";
150
149
  constructor(opts) {
@@ -155,8 +154,8 @@ class UnauthorizedException extends ChatbotServiceException {
155
154
  });
156
155
  Object.setPrototypeOf(this, UnauthorizedException.prototype);
157
156
  }
158
- }
159
- class ConflictException extends ChatbotServiceException {
157
+ };
158
+ let ConflictException$1 = class ConflictException extends ChatbotServiceException$1 {
160
159
  name = "ConflictException";
161
160
  $fault = "client";
162
161
  constructor(opts) {
@@ -167,8 +166,8 @@ class ConflictException extends ChatbotServiceException {
167
166
  });
168
167
  Object.setPrototypeOf(this, ConflictException.prototype);
169
168
  }
170
- }
171
- class CreateChimeWebhookConfigurationException extends ChatbotServiceException {
169
+ };
170
+ let CreateChimeWebhookConfigurationException$1 = class CreateChimeWebhookConfigurationException extends ChatbotServiceException$1 {
172
171
  name = "CreateChimeWebhookConfigurationException";
173
172
  $fault = "server";
174
173
  Message;
@@ -181,8 +180,8 @@ class CreateChimeWebhookConfigurationException extends ChatbotServiceException {
181
180
  Object.setPrototypeOf(this, CreateChimeWebhookConfigurationException.prototype);
182
181
  this.Message = opts.Message;
183
182
  }
184
- }
185
- class InvalidParameterException extends ChatbotServiceException {
183
+ };
184
+ let InvalidParameterException$1 = class InvalidParameterException extends ChatbotServiceException$1 {
186
185
  name = "InvalidParameterException";
187
186
  $fault = "client";
188
187
  constructor(opts) {
@@ -193,8 +192,8 @@ class InvalidParameterException extends ChatbotServiceException {
193
192
  });
194
193
  Object.setPrototypeOf(this, InvalidParameterException.prototype);
195
194
  }
196
- }
197
- class LimitExceededException extends ChatbotServiceException {
195
+ };
196
+ let LimitExceededException$1 = class LimitExceededException extends ChatbotServiceException$1 {
198
197
  name = "LimitExceededException";
199
198
  $fault = "client";
200
199
  constructor(opts) {
@@ -205,12 +204,12 @@ class LimitExceededException extends ChatbotServiceException {
205
204
  });
206
205
  Object.setPrototypeOf(this, LimitExceededException.prototype);
207
206
  }
208
- }
207
+ };
209
208
  const CustomActionAttachmentCriteriaOperator = {
210
209
  EQUALS: "EQUALS",
211
210
  HAS_VALUE: "HAS_VALUE",
212
211
  };
213
- class CreateTeamsChannelConfigurationException extends ChatbotServiceException {
212
+ let CreateTeamsChannelConfigurationException$1 = class CreateTeamsChannelConfigurationException extends ChatbotServiceException$1 {
214
213
  name = "CreateTeamsChannelConfigurationException";
215
214
  $fault = "server";
216
215
  Message;
@@ -223,8 +222,8 @@ class CreateTeamsChannelConfigurationException extends ChatbotServiceException {
223
222
  Object.setPrototypeOf(this, CreateTeamsChannelConfigurationException.prototype);
224
223
  this.Message = opts.Message;
225
224
  }
226
- }
227
- class CreateSlackChannelConfigurationException extends ChatbotServiceException {
225
+ };
226
+ let CreateSlackChannelConfigurationException$1 = class CreateSlackChannelConfigurationException extends ChatbotServiceException$1 {
228
227
  name = "CreateSlackChannelConfigurationException";
229
228
  $fault = "server";
230
229
  Message;
@@ -237,8 +236,8 @@ class CreateSlackChannelConfigurationException extends ChatbotServiceException {
237
236
  Object.setPrototypeOf(this, CreateSlackChannelConfigurationException.prototype);
238
237
  this.Message = opts.Message;
239
238
  }
240
- }
241
- class ResourceNotFoundException extends ChatbotServiceException {
239
+ };
240
+ let ResourceNotFoundException$1 = class ResourceNotFoundException extends ChatbotServiceException$1 {
242
241
  name = "ResourceNotFoundException";
243
242
  $fault = "client";
244
243
  Message;
@@ -251,8 +250,8 @@ class ResourceNotFoundException extends ChatbotServiceException {
251
250
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
252
251
  this.Message = opts.Message;
253
252
  }
254
- }
255
- class DeleteChimeWebhookConfigurationException extends ChatbotServiceException {
253
+ };
254
+ let DeleteChimeWebhookConfigurationException$1 = class DeleteChimeWebhookConfigurationException extends ChatbotServiceException$1 {
256
255
  name = "DeleteChimeWebhookConfigurationException";
257
256
  $fault = "server";
258
257
  Message;
@@ -265,8 +264,8 @@ class DeleteChimeWebhookConfigurationException extends ChatbotServiceException {
265
264
  Object.setPrototypeOf(this, DeleteChimeWebhookConfigurationException.prototype);
266
265
  this.Message = opts.Message;
267
266
  }
268
- }
269
- class DeleteTeamsChannelConfigurationException extends ChatbotServiceException {
267
+ };
268
+ let DeleteTeamsChannelConfigurationException$1 = class DeleteTeamsChannelConfigurationException extends ChatbotServiceException$1 {
270
269
  name = "DeleteTeamsChannelConfigurationException";
271
270
  $fault = "server";
272
271
  Message;
@@ -279,8 +278,8 @@ class DeleteTeamsChannelConfigurationException extends ChatbotServiceException {
279
278
  Object.setPrototypeOf(this, DeleteTeamsChannelConfigurationException.prototype);
280
279
  this.Message = opts.Message;
281
280
  }
282
- }
283
- class DeleteTeamsConfiguredTeamException extends ChatbotServiceException {
281
+ };
282
+ let DeleteTeamsConfiguredTeamException$1 = class DeleteTeamsConfiguredTeamException extends ChatbotServiceException$1 {
284
283
  name = "DeleteTeamsConfiguredTeamException";
285
284
  $fault = "server";
286
285
  Message;
@@ -293,8 +292,8 @@ class DeleteTeamsConfiguredTeamException extends ChatbotServiceException {
293
292
  Object.setPrototypeOf(this, DeleteTeamsConfiguredTeamException.prototype);
294
293
  this.Message = opts.Message;
295
294
  }
296
- }
297
- class DeleteMicrosoftTeamsUserIdentityException extends ChatbotServiceException {
295
+ };
296
+ let DeleteMicrosoftTeamsUserIdentityException$1 = class DeleteMicrosoftTeamsUserIdentityException extends ChatbotServiceException$1 {
298
297
  name = "DeleteMicrosoftTeamsUserIdentityException";
299
298
  $fault = "server";
300
299
  Message;
@@ -307,8 +306,8 @@ class DeleteMicrosoftTeamsUserIdentityException extends ChatbotServiceException
307
306
  Object.setPrototypeOf(this, DeleteMicrosoftTeamsUserIdentityException.prototype);
308
307
  this.Message = opts.Message;
309
308
  }
310
- }
311
- class DeleteSlackChannelConfigurationException extends ChatbotServiceException {
309
+ };
310
+ let DeleteSlackChannelConfigurationException$1 = class DeleteSlackChannelConfigurationException extends ChatbotServiceException$1 {
312
311
  name = "DeleteSlackChannelConfigurationException";
313
312
  $fault = "server";
314
313
  Message;
@@ -321,8 +320,8 @@ class DeleteSlackChannelConfigurationException extends ChatbotServiceException {
321
320
  Object.setPrototypeOf(this, DeleteSlackChannelConfigurationException.prototype);
322
321
  this.Message = opts.Message;
323
322
  }
324
- }
325
- class DeleteSlackUserIdentityException extends ChatbotServiceException {
323
+ };
324
+ let DeleteSlackUserIdentityException$1 = class DeleteSlackUserIdentityException extends ChatbotServiceException$1 {
326
325
  name = "DeleteSlackUserIdentityException";
327
326
  $fault = "server";
328
327
  Message;
@@ -335,8 +334,8 @@ class DeleteSlackUserIdentityException extends ChatbotServiceException {
335
334
  Object.setPrototypeOf(this, DeleteSlackUserIdentityException.prototype);
336
335
  this.Message = opts.Message;
337
336
  }
338
- }
339
- class DeleteSlackWorkspaceAuthorizationFault extends ChatbotServiceException {
337
+ };
338
+ let DeleteSlackWorkspaceAuthorizationFault$1 = class DeleteSlackWorkspaceAuthorizationFault extends ChatbotServiceException$1 {
340
339
  name = "DeleteSlackWorkspaceAuthorizationFault";
341
340
  $fault = "server";
342
341
  Message;
@@ -349,8 +348,8 @@ class DeleteSlackWorkspaceAuthorizationFault extends ChatbotServiceException {
349
348
  Object.setPrototypeOf(this, DeleteSlackWorkspaceAuthorizationFault.prototype);
350
349
  this.Message = opts.Message;
351
350
  }
352
- }
353
- class DescribeChimeWebhookConfigurationsException extends ChatbotServiceException {
351
+ };
352
+ let DescribeChimeWebhookConfigurationsException$1 = class DescribeChimeWebhookConfigurationsException extends ChatbotServiceException$1 {
354
353
  name = "DescribeChimeWebhookConfigurationsException";
355
354
  $fault = "server";
356
355
  Message;
@@ -363,8 +362,8 @@ class DescribeChimeWebhookConfigurationsException extends ChatbotServiceExceptio
363
362
  Object.setPrototypeOf(this, DescribeChimeWebhookConfigurationsException.prototype);
364
363
  this.Message = opts.Message;
365
364
  }
366
- }
367
- class DescribeSlackChannelConfigurationsException extends ChatbotServiceException {
365
+ };
366
+ let DescribeSlackChannelConfigurationsException$1 = class DescribeSlackChannelConfigurationsException extends ChatbotServiceException$1 {
368
367
  name = "DescribeSlackChannelConfigurationsException";
369
368
  $fault = "server";
370
369
  Message;
@@ -377,8 +376,8 @@ class DescribeSlackChannelConfigurationsException extends ChatbotServiceExceptio
377
376
  Object.setPrototypeOf(this, DescribeSlackChannelConfigurationsException.prototype);
378
377
  this.Message = opts.Message;
379
378
  }
380
- }
381
- class DescribeSlackUserIdentitiesException extends ChatbotServiceException {
379
+ };
380
+ let DescribeSlackUserIdentitiesException$1 = class DescribeSlackUserIdentitiesException extends ChatbotServiceException$1 {
382
381
  name = "DescribeSlackUserIdentitiesException";
383
382
  $fault = "server";
384
383
  Message;
@@ -391,8 +390,8 @@ class DescribeSlackUserIdentitiesException extends ChatbotServiceException {
391
390
  Object.setPrototypeOf(this, DescribeSlackUserIdentitiesException.prototype);
392
391
  this.Message = opts.Message;
393
392
  }
394
- }
395
- class DescribeSlackWorkspacesException extends ChatbotServiceException {
393
+ };
394
+ let DescribeSlackWorkspacesException$1 = class DescribeSlackWorkspacesException extends ChatbotServiceException$1 {
396
395
  name = "DescribeSlackWorkspacesException";
397
396
  $fault = "server";
398
397
  Message;
@@ -405,8 +404,8 @@ class DescribeSlackWorkspacesException extends ChatbotServiceException {
405
404
  Object.setPrototypeOf(this, DescribeSlackWorkspacesException.prototype);
406
405
  this.Message = opts.Message;
407
406
  }
408
- }
409
- class GetAccountPreferencesException extends ChatbotServiceException {
407
+ };
408
+ let GetAccountPreferencesException$1 = class GetAccountPreferencesException extends ChatbotServiceException$1 {
410
409
  name = "GetAccountPreferencesException";
411
410
  $fault = "server";
412
411
  Message;
@@ -419,8 +418,8 @@ class GetAccountPreferencesException extends ChatbotServiceException {
419
418
  Object.setPrototypeOf(this, GetAccountPreferencesException.prototype);
420
419
  this.Message = opts.Message;
421
420
  }
422
- }
423
- class GetTeamsChannelConfigurationException extends ChatbotServiceException {
421
+ };
422
+ let GetTeamsChannelConfigurationException$1 = class GetTeamsChannelConfigurationException extends ChatbotServiceException$1 {
424
423
  name = "GetTeamsChannelConfigurationException";
425
424
  $fault = "server";
426
425
  Message;
@@ -433,8 +432,8 @@ class GetTeamsChannelConfigurationException extends ChatbotServiceException {
433
432
  Object.setPrototypeOf(this, GetTeamsChannelConfigurationException.prototype);
434
433
  this.Message = opts.Message;
435
434
  }
436
- }
437
- class ListTeamsChannelConfigurationsException extends ChatbotServiceException {
435
+ };
436
+ let ListTeamsChannelConfigurationsException$1 = class ListTeamsChannelConfigurationsException extends ChatbotServiceException$1 {
438
437
  name = "ListTeamsChannelConfigurationsException";
439
438
  $fault = "server";
440
439
  Message;
@@ -447,8 +446,8 @@ class ListTeamsChannelConfigurationsException extends ChatbotServiceException {
447
446
  Object.setPrototypeOf(this, ListTeamsChannelConfigurationsException.prototype);
448
447
  this.Message = opts.Message;
449
448
  }
450
- }
451
- class ListMicrosoftTeamsConfiguredTeamsException extends ChatbotServiceException {
449
+ };
450
+ let ListMicrosoftTeamsConfiguredTeamsException$1 = class ListMicrosoftTeamsConfiguredTeamsException extends ChatbotServiceException$1 {
452
451
  name = "ListMicrosoftTeamsConfiguredTeamsException";
453
452
  $fault = "server";
454
453
  Message;
@@ -461,8 +460,8 @@ class ListMicrosoftTeamsConfiguredTeamsException extends ChatbotServiceException
461
460
  Object.setPrototypeOf(this, ListMicrosoftTeamsConfiguredTeamsException.prototype);
462
461
  this.Message = opts.Message;
463
462
  }
464
- }
465
- class ListMicrosoftTeamsUserIdentitiesException extends ChatbotServiceException {
463
+ };
464
+ let ListMicrosoftTeamsUserIdentitiesException$1 = class ListMicrosoftTeamsUserIdentitiesException extends ChatbotServiceException$1 {
466
465
  name = "ListMicrosoftTeamsUserIdentitiesException";
467
466
  $fault = "server";
468
467
  Message;
@@ -475,8 +474,8 @@ class ListMicrosoftTeamsUserIdentitiesException extends ChatbotServiceException
475
474
  Object.setPrototypeOf(this, ListMicrosoftTeamsUserIdentitiesException.prototype);
476
475
  this.Message = opts.Message;
477
476
  }
478
- }
479
- class ServiceUnavailableException extends ChatbotServiceException {
477
+ };
478
+ let ServiceUnavailableException$1 = class ServiceUnavailableException extends ChatbotServiceException$1 {
480
479
  name = "ServiceUnavailableException";
481
480
  $fault = "client";
482
481
  constructor(opts) {
@@ -487,8 +486,8 @@ class ServiceUnavailableException extends ChatbotServiceException {
487
486
  });
488
487
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
489
488
  }
490
- }
491
- class TooManyTagsException extends ChatbotServiceException {
489
+ };
490
+ let TooManyTagsException$1 = class TooManyTagsException extends ChatbotServiceException$1 {
492
491
  name = "TooManyTagsException";
493
492
  $fault = "client";
494
493
  constructor(opts) {
@@ -499,8 +498,8 @@ class TooManyTagsException extends ChatbotServiceException {
499
498
  });
500
499
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
501
500
  }
502
- }
503
- class UpdateAccountPreferencesException extends ChatbotServiceException {
501
+ };
502
+ let UpdateAccountPreferencesException$1 = class UpdateAccountPreferencesException extends ChatbotServiceException$1 {
504
503
  name = "UpdateAccountPreferencesException";
505
504
  $fault = "server";
506
505
  Message;
@@ -513,8 +512,8 @@ class UpdateAccountPreferencesException extends ChatbotServiceException {
513
512
  Object.setPrototypeOf(this, UpdateAccountPreferencesException.prototype);
514
513
  this.Message = opts.Message;
515
514
  }
516
- }
517
- class UpdateChimeWebhookConfigurationException extends ChatbotServiceException {
515
+ };
516
+ let UpdateChimeWebhookConfigurationException$1 = class UpdateChimeWebhookConfigurationException extends ChatbotServiceException$1 {
518
517
  name = "UpdateChimeWebhookConfigurationException";
519
518
  $fault = "server";
520
519
  Message;
@@ -527,8 +526,8 @@ class UpdateChimeWebhookConfigurationException extends ChatbotServiceException {
527
526
  Object.setPrototypeOf(this, UpdateChimeWebhookConfigurationException.prototype);
528
527
  this.Message = opts.Message;
529
528
  }
530
- }
531
- class UpdateTeamsChannelConfigurationException extends ChatbotServiceException {
529
+ };
530
+ let UpdateTeamsChannelConfigurationException$1 = class UpdateTeamsChannelConfigurationException extends ChatbotServiceException$1 {
532
531
  name = "UpdateTeamsChannelConfigurationException";
533
532
  $fault = "server";
534
533
  Message;
@@ -541,8 +540,8 @@ class UpdateTeamsChannelConfigurationException extends ChatbotServiceException {
541
540
  Object.setPrototypeOf(this, UpdateTeamsChannelConfigurationException.prototype);
542
541
  this.Message = opts.Message;
543
542
  }
544
- }
545
- class UpdateSlackChannelConfigurationException extends ChatbotServiceException {
543
+ };
544
+ let UpdateSlackChannelConfigurationException$1 = class UpdateSlackChannelConfigurationException extends ChatbotServiceException$1 {
546
545
  name = "UpdateSlackChannelConfigurationException";
547
546
  $fault = "server";
548
547
  Message;
@@ -555,1608 +554,1326 @@ class UpdateSlackChannelConfigurationException extends ChatbotServiceException {
555
554
  Object.setPrototypeOf(this, UpdateSlackChannelConfigurationException.prototype);
556
555
  this.Message = opts.Message;
557
556
  }
558
- }
559
- const ChimeWebhookConfigurationFilterSensitiveLog = (obj) => ({
560
- ...obj,
561
- ...(obj.WebhookDescription && { WebhookDescription: smithyClient.SENSITIVE_STRING }),
562
- });
563
- const CreateChimeWebhookConfigurationRequestFilterSensitiveLog = (obj) => ({
564
- ...obj,
565
- ...(obj.WebhookDescription && { WebhookDescription: smithyClient.SENSITIVE_STRING }),
566
- ...(obj.WebhookUrl && { WebhookUrl: smithyClient.SENSITIVE_STRING }),
567
- });
568
- const CreateChimeWebhookConfigurationResultFilterSensitiveLog = (obj) => ({
569
- ...obj,
570
- ...(obj.WebhookConfiguration && {
571
- WebhookConfiguration: ChimeWebhookConfigurationFilterSensitiveLog(obj.WebhookConfiguration),
572
- }),
573
- });
574
- const CreateTeamsChannelConfigurationRequestFilterSensitiveLog = (obj) => ({
575
- ...obj,
576
- ...(obj.ChannelName && { ChannelName: smithyClient.SENSITIVE_STRING }),
577
- ...(obj.TeamName && { TeamName: smithyClient.SENSITIVE_STRING }),
578
- });
579
- const TeamsChannelConfigurationFilterSensitiveLog = (obj) => ({
580
- ...obj,
581
- ...(obj.ChannelName && { ChannelName: smithyClient.SENSITIVE_STRING }),
582
- ...(obj.TeamName && { TeamName: smithyClient.SENSITIVE_STRING }),
583
- });
584
- const CreateTeamsChannelConfigurationResultFilterSensitiveLog = (obj) => ({
585
- ...obj,
586
- ...(obj.ChannelConfiguration && {
587
- ChannelConfiguration: TeamsChannelConfigurationFilterSensitiveLog(obj.ChannelConfiguration),
588
- }),
589
- });
590
- const CreateSlackChannelConfigurationRequestFilterSensitiveLog = (obj) => ({
591
- ...obj,
592
- ...(obj.SlackChannelName && { SlackChannelName: smithyClient.SENSITIVE_STRING }),
593
- });
594
- const SlackChannelConfigurationFilterSensitiveLog = (obj) => ({
595
- ...obj,
596
- ...(obj.SlackChannelName && { SlackChannelName: smithyClient.SENSITIVE_STRING }),
597
- });
598
- const CreateSlackChannelConfigurationResultFilterSensitiveLog = (obj) => ({
599
- ...obj,
600
- ...(obj.ChannelConfiguration && {
601
- ChannelConfiguration: SlackChannelConfigurationFilterSensitiveLog(obj.ChannelConfiguration),
602
- }),
603
- });
604
- const DescribeChimeWebhookConfigurationsResultFilterSensitiveLog = (obj) => ({
605
- ...obj,
606
- ...(obj.WebhookConfigurations && {
607
- WebhookConfigurations: obj.WebhookConfigurations.map((item) => ChimeWebhookConfigurationFilterSensitiveLog(item)),
608
- }),
609
- });
610
- const DescribeSlackChannelConfigurationsResultFilterSensitiveLog = (obj) => ({
611
- ...obj,
612
- ...(obj.SlackChannelConfigurations && {
613
- SlackChannelConfigurations: obj.SlackChannelConfigurations.map((item) => SlackChannelConfigurationFilterSensitiveLog(item)),
614
- }),
615
- });
616
- const GetTeamsChannelConfigurationResultFilterSensitiveLog = (obj) => ({
617
- ...obj,
618
- ...(obj.ChannelConfiguration && {
619
- ChannelConfiguration: TeamsChannelConfigurationFilterSensitiveLog(obj.ChannelConfiguration),
620
- }),
621
- });
622
- const ListTeamsChannelConfigurationsResultFilterSensitiveLog = (obj) => ({
623
- ...obj,
624
- ...(obj.TeamChannelConfigurations && {
625
- TeamChannelConfigurations: obj.TeamChannelConfigurations.map((item) => TeamsChannelConfigurationFilterSensitiveLog(item)),
626
- }),
627
- });
628
- const UpdateChimeWebhookConfigurationRequestFilterSensitiveLog = (obj) => ({
629
- ...obj,
630
- ...(obj.WebhookDescription && { WebhookDescription: smithyClient.SENSITIVE_STRING }),
631
- ...(obj.WebhookUrl && { WebhookUrl: smithyClient.SENSITIVE_STRING }),
632
- });
633
- const UpdateChimeWebhookConfigurationResultFilterSensitiveLog = (obj) => ({
634
- ...obj,
635
- ...(obj.WebhookConfiguration && {
636
- WebhookConfiguration: ChimeWebhookConfigurationFilterSensitiveLog(obj.WebhookConfiguration),
637
- }),
638
- });
639
- const UpdateTeamsChannelConfigurationRequestFilterSensitiveLog = (obj) => ({
640
- ...obj,
641
- ...(obj.ChannelName && { ChannelName: smithyClient.SENSITIVE_STRING }),
642
- });
643
- const UpdateTeamsChannelConfigurationResultFilterSensitiveLog = (obj) => ({
644
- ...obj,
645
- ...(obj.ChannelConfiguration && {
646
- ChannelConfiguration: TeamsChannelConfigurationFilterSensitiveLog(obj.ChannelConfiguration),
647
- }),
648
- });
649
- const UpdateSlackChannelConfigurationRequestFilterSensitiveLog = (obj) => ({
650
- ...obj,
651
- ...(obj.SlackChannelName && { SlackChannelName: smithyClient.SENSITIVE_STRING }),
652
- });
653
- const UpdateSlackChannelConfigurationResultFilterSensitiveLog = (obj) => ({
654
- ...obj,
655
- ...(obj.ChannelConfiguration && {
656
- ChannelConfiguration: SlackChannelConfigurationFilterSensitiveLog(obj.ChannelConfiguration),
657
- }),
658
- });
659
-
660
- const se_AssociateToConfigurationCommand = async (input, context) => {
661
- const b = core.requestBuilder(input, context);
662
- const headers = {
663
- "content-type": "application/json",
664
- };
665
- b.bp("/associate-to-configuration");
666
- let body;
667
- body = JSON.stringify(smithyClient.take(input, {
668
- ChatConfiguration: [],
669
- Resource: [],
670
- }));
671
- b.m("POST").h(headers).b(body);
672
- return b.build();
673
- };
674
- const se_CreateChimeWebhookConfigurationCommand = async (input, context) => {
675
- const b = core.requestBuilder(input, context);
676
- const headers = {
677
- "content-type": "application/json",
678
- };
679
- b.bp("/create-chime-webhook-configuration");
680
- let body;
681
- body = JSON.stringify(smithyClient.take(input, {
682
- ConfigurationName: [],
683
- IamRoleArn: [],
684
- LoggingLevel: [],
685
- SnsTopicArns: (_) => smithyClient._json(_),
686
- Tags: (_) => smithyClient._json(_),
687
- WebhookDescription: [],
688
- WebhookUrl: [],
689
- }));
690
- b.m("POST").h(headers).b(body);
691
- return b.build();
692
- };
693
- const se_CreateCustomActionCommand = async (input, context) => {
694
- const b = core.requestBuilder(input, context);
695
- const headers = {
696
- "content-type": "application/json",
697
- };
698
- b.bp("/create-custom-action");
699
- let body;
700
- body = JSON.stringify(smithyClient.take(input, {
701
- ActionName: [],
702
- AliasName: [],
703
- Attachments: (_) => smithyClient._json(_),
704
- ClientToken: [true, (_) => _ ?? uuid.v4()],
705
- Definition: (_) => smithyClient._json(_),
706
- Tags: (_) => smithyClient._json(_),
707
- }));
708
- b.m("POST").h(headers).b(body);
709
- return b.build();
710
- };
711
- const se_CreateMicrosoftTeamsChannelConfigurationCommand = async (input, context) => {
712
- const b = core.requestBuilder(input, context);
713
- const headers = {
714
- "content-type": "application/json",
715
- };
716
- b.bp("/create-ms-teams-channel-configuration");
717
- let body;
718
- body = JSON.stringify(smithyClient.take(input, {
719
- ChannelId: [],
720
- ChannelName: [],
721
- ConfigurationName: [],
722
- GuardrailPolicyArns: (_) => smithyClient._json(_),
723
- IamRoleArn: [],
724
- LoggingLevel: [],
725
- SnsTopicArns: (_) => smithyClient._json(_),
726
- Tags: (_) => smithyClient._json(_),
727
- TeamId: [],
728
- TeamName: [],
729
- TenantId: [],
730
- UserAuthorizationRequired: [],
731
- }));
732
- b.m("POST").h(headers).b(body);
733
- return b.build();
734
- };
735
- const se_CreateSlackChannelConfigurationCommand = async (input, context) => {
736
- const b = core.requestBuilder(input, context);
737
- const headers = {
738
- "content-type": "application/json",
739
- };
740
- b.bp("/create-slack-channel-configuration");
741
- let body;
742
- body = JSON.stringify(smithyClient.take(input, {
743
- ConfigurationName: [],
744
- GuardrailPolicyArns: (_) => smithyClient._json(_),
745
- IamRoleArn: [],
746
- LoggingLevel: [],
747
- SlackChannelId: [],
748
- SlackChannelName: [],
749
- SlackTeamId: [],
750
- SnsTopicArns: (_) => smithyClient._json(_),
751
- Tags: (_) => smithyClient._json(_),
752
- UserAuthorizationRequired: [],
753
- }));
754
- b.m("POST").h(headers).b(body);
755
- return b.build();
756
- };
757
- const se_DeleteChimeWebhookConfigurationCommand = async (input, context) => {
758
- const b = core.requestBuilder(input, context);
759
- const headers = {
760
- "content-type": "application/json",
761
- };
762
- b.bp("/delete-chime-webhook-configuration");
763
- let body;
764
- body = JSON.stringify(smithyClient.take(input, {
765
- ChatConfigurationArn: [],
766
- }));
767
- b.m("POST").h(headers).b(body);
768
- return b.build();
769
- };
770
- const se_DeleteCustomActionCommand = async (input, context) => {
771
- const b = core.requestBuilder(input, context);
772
- const headers = {
773
- "content-type": "application/json",
774
- };
775
- b.bp("/delete-custom-action");
776
- let body;
777
- body = JSON.stringify(smithyClient.take(input, {
778
- CustomActionArn: [],
779
- }));
780
- b.m("POST").h(headers).b(body);
781
- return b.build();
782
- };
783
- const se_DeleteMicrosoftTeamsChannelConfigurationCommand = async (input, context) => {
784
- const b = core.requestBuilder(input, context);
785
- const headers = {
786
- "content-type": "application/json",
787
- };
788
- b.bp("/delete-ms-teams-channel-configuration");
789
- let body;
790
- body = JSON.stringify(smithyClient.take(input, {
791
- ChatConfigurationArn: [],
792
- }));
793
- b.m("POST").h(headers).b(body);
794
- return b.build();
795
- };
796
- const se_DeleteMicrosoftTeamsConfiguredTeamCommand = async (input, context) => {
797
- const b = core.requestBuilder(input, context);
798
- const headers = {
799
- "content-type": "application/json",
800
- };
801
- b.bp("/delete-ms-teams-configured-teams");
802
- let body;
803
- body = JSON.stringify(smithyClient.take(input, {
804
- TeamId: [],
805
- }));
806
- b.m("POST").h(headers).b(body);
807
- return b.build();
808
- };
809
- const se_DeleteMicrosoftTeamsUserIdentityCommand = async (input, context) => {
810
- const b = core.requestBuilder(input, context);
811
- const headers = {
812
- "content-type": "application/json",
813
- };
814
- b.bp("/delete-ms-teams-user-identity");
815
- let body;
816
- body = JSON.stringify(smithyClient.take(input, {
817
- ChatConfigurationArn: [],
818
- UserId: [],
819
- }));
820
- b.m("POST").h(headers).b(body);
821
- return b.build();
822
- };
823
- const se_DeleteSlackChannelConfigurationCommand = async (input, context) => {
824
- const b = core.requestBuilder(input, context);
825
- const headers = {
826
- "content-type": "application/json",
827
- };
828
- b.bp("/delete-slack-channel-configuration");
829
- let body;
830
- body = JSON.stringify(smithyClient.take(input, {
831
- ChatConfigurationArn: [],
832
- }));
833
- b.m("POST").h(headers).b(body);
834
- return b.build();
835
- };
836
- const se_DeleteSlackUserIdentityCommand = async (input, context) => {
837
- const b = core.requestBuilder(input, context);
838
- const headers = {
839
- "content-type": "application/json",
840
- };
841
- b.bp("/delete-slack-user-identity");
842
- let body;
843
- body = JSON.stringify(smithyClient.take(input, {
844
- ChatConfigurationArn: [],
845
- SlackTeamId: [],
846
- SlackUserId: [],
847
- }));
848
- b.m("POST").h(headers).b(body);
849
- return b.build();
850
- };
851
- const se_DeleteSlackWorkspaceAuthorizationCommand = async (input, context) => {
852
- const b = core.requestBuilder(input, context);
853
- const headers = {
854
- "content-type": "application/json",
855
- };
856
- b.bp("/delete-slack-workspace-authorization");
857
- let body;
858
- body = JSON.stringify(smithyClient.take(input, {
859
- SlackTeamId: [],
860
- }));
861
- b.m("POST").h(headers).b(body);
862
- return b.build();
863
- };
864
- const se_DescribeChimeWebhookConfigurationsCommand = async (input, context) => {
865
- const b = core.requestBuilder(input, context);
866
- const headers = {
867
- "content-type": "application/json",
868
- };
869
- b.bp("/describe-chime-webhook-configurations");
870
- let body;
871
- body = JSON.stringify(smithyClient.take(input, {
872
- ChatConfigurationArn: [],
873
- MaxResults: [],
874
- NextToken: [],
875
- }));
876
- b.m("POST").h(headers).b(body);
877
- return b.build();
878
- };
879
- const se_DescribeSlackChannelConfigurationsCommand = async (input, context) => {
880
- const b = core.requestBuilder(input, context);
881
- const headers = {
882
- "content-type": "application/json",
883
- };
884
- b.bp("/describe-slack-channel-configurations");
885
- let body;
886
- body = JSON.stringify(smithyClient.take(input, {
887
- ChatConfigurationArn: [],
888
- MaxResults: [],
889
- NextToken: [],
890
- }));
891
- b.m("POST").h(headers).b(body);
892
- return b.build();
893
- };
894
- const se_DescribeSlackUserIdentitiesCommand = async (input, context) => {
895
- const b = core.requestBuilder(input, context);
896
- const headers = {
897
- "content-type": "application/json",
898
- };
899
- b.bp("/describe-slack-user-identities");
900
- let body;
901
- body = JSON.stringify(smithyClient.take(input, {
902
- ChatConfigurationArn: [],
903
- MaxResults: [],
904
- NextToken: [],
905
- }));
906
- b.m("POST").h(headers).b(body);
907
- return b.build();
908
- };
909
- const se_DescribeSlackWorkspacesCommand = async (input, context) => {
910
- const b = core.requestBuilder(input, context);
911
- const headers = {
912
- "content-type": "application/json",
913
- };
914
- b.bp("/describe-slack-workspaces");
915
- let body;
916
- body = JSON.stringify(smithyClient.take(input, {
917
- MaxResults: [],
918
- NextToken: [],
919
- }));
920
- b.m("POST").h(headers).b(body);
921
- return b.build();
922
- };
923
- const se_DisassociateFromConfigurationCommand = async (input, context) => {
924
- const b = core.requestBuilder(input, context);
925
- const headers = {
926
- "content-type": "application/json",
927
- };
928
- b.bp("/disassociate-from-configuration");
929
- let body;
930
- body = JSON.stringify(smithyClient.take(input, {
931
- ChatConfiguration: [],
932
- Resource: [],
933
- }));
934
- b.m("POST").h(headers).b(body);
935
- return b.build();
936
- };
937
- const se_GetAccountPreferencesCommand = async (input, context) => {
938
- const b = core.requestBuilder(input, context);
939
- const headers = {};
940
- b.bp("/get-account-preferences");
941
- let body;
942
- b.m("POST").h(headers).b(body);
943
- return b.build();
944
- };
945
- const se_GetCustomActionCommand = async (input, context) => {
946
- const b = core.requestBuilder(input, context);
947
- const headers = {
948
- "content-type": "application/json",
949
- };
950
- b.bp("/get-custom-action");
951
- let body;
952
- body = JSON.stringify(smithyClient.take(input, {
953
- CustomActionArn: [],
954
- }));
955
- b.m("POST").h(headers).b(body);
956
- return b.build();
957
- };
958
- const se_GetMicrosoftTeamsChannelConfigurationCommand = async (input, context) => {
959
- const b = core.requestBuilder(input, context);
960
- const headers = {
961
- "content-type": "application/json",
962
- };
963
- b.bp("/get-ms-teams-channel-configuration");
964
- let body;
965
- body = JSON.stringify(smithyClient.take(input, {
966
- ChatConfigurationArn: [],
967
- }));
968
- b.m("POST").h(headers).b(body);
969
- return b.build();
970
- };
971
- const se_ListAssociationsCommand = async (input, context) => {
972
- const b = core.requestBuilder(input, context);
973
- const headers = {
974
- "content-type": "application/json",
975
- };
976
- b.bp("/list-associations");
977
- let body;
978
- body = JSON.stringify(smithyClient.take(input, {
979
- ChatConfiguration: [],
980
- MaxResults: [],
981
- NextToken: [],
982
- }));
983
- b.m("POST").h(headers).b(body);
984
- return b.build();
985
- };
986
- const se_ListCustomActionsCommand = async (input, context) => {
987
- const b = core.requestBuilder(input, context);
988
- const headers = {
989
- "content-type": "application/json",
990
- };
991
- b.bp("/list-custom-actions");
992
- let body;
993
- body = JSON.stringify(smithyClient.take(input, {
994
- MaxResults: [],
995
- NextToken: [],
996
- }));
997
- b.m("POST").h(headers).b(body);
998
- return b.build();
999
- };
1000
- const se_ListMicrosoftTeamsChannelConfigurationsCommand = async (input, context) => {
1001
- const b = core.requestBuilder(input, context);
1002
- const headers = {
1003
- "content-type": "application/json",
1004
- };
1005
- b.bp("/list-ms-teams-channel-configurations");
1006
- let body;
1007
- body = JSON.stringify(smithyClient.take(input, {
1008
- MaxResults: [],
1009
- NextToken: [],
1010
- TeamId: [],
1011
- }));
1012
- b.m("POST").h(headers).b(body);
1013
- return b.build();
1014
- };
1015
- const se_ListMicrosoftTeamsConfiguredTeamsCommand = async (input, context) => {
1016
- const b = core.requestBuilder(input, context);
1017
- const headers = {
1018
- "content-type": "application/json",
1019
- };
1020
- b.bp("/list-ms-teams-configured-teams");
1021
- let body;
1022
- body = JSON.stringify(smithyClient.take(input, {
1023
- MaxResults: [],
1024
- NextToken: [],
1025
- }));
1026
- b.m("POST").h(headers).b(body);
1027
- return b.build();
1028
- };
1029
- const se_ListMicrosoftTeamsUserIdentitiesCommand = async (input, context) => {
1030
- const b = core.requestBuilder(input, context);
1031
- const headers = {
1032
- "content-type": "application/json",
1033
- };
1034
- b.bp("/list-ms-teams-user-identities");
1035
- let body;
1036
- body = JSON.stringify(smithyClient.take(input, {
1037
- ChatConfigurationArn: [],
1038
- MaxResults: [],
1039
- NextToken: [],
1040
- }));
1041
- b.m("POST").h(headers).b(body);
1042
- return b.build();
1043
- };
1044
- const se_ListTagsForResourceCommand = async (input, context) => {
1045
- const b = core.requestBuilder(input, context);
1046
- const headers = {
1047
- "content-type": "application/json",
1048
- };
1049
- b.bp("/list-tags-for-resource");
1050
- let body;
1051
- body = JSON.stringify(smithyClient.take(input, {
1052
- ResourceARN: [],
1053
- }));
1054
- b.m("POST").h(headers).b(body);
1055
- return b.build();
1056
- };
1057
- const se_TagResourceCommand = async (input, context) => {
1058
- const b = core.requestBuilder(input, context);
1059
- const headers = {
1060
- "content-type": "application/json",
1061
- };
1062
- b.bp("/tag-resource");
1063
- let body;
1064
- body = JSON.stringify(smithyClient.take(input, {
1065
- ResourceARN: [],
1066
- Tags: (_) => smithyClient._json(_),
1067
- }));
1068
- b.m("POST").h(headers).b(body);
1069
- return b.build();
1070
- };
1071
- const se_UntagResourceCommand = async (input, context) => {
1072
- const b = core.requestBuilder(input, context);
1073
- const headers = {
1074
- "content-type": "application/json",
1075
- };
1076
- b.bp("/untag-resource");
1077
- let body;
1078
- body = JSON.stringify(smithyClient.take(input, {
1079
- ResourceARN: [],
1080
- TagKeys: (_) => smithyClient._json(_),
1081
- }));
1082
- b.m("POST").h(headers).b(body);
1083
- return b.build();
1084
- };
1085
- const se_UpdateAccountPreferencesCommand = async (input, context) => {
1086
- const b = core.requestBuilder(input, context);
1087
- const headers = {
1088
- "content-type": "application/json",
1089
- };
1090
- b.bp("/update-account-preferences");
1091
- let body;
1092
- body = JSON.stringify(smithyClient.take(input, {
1093
- TrainingDataCollectionEnabled: [],
1094
- UserAuthorizationRequired: [],
1095
- }));
1096
- b.m("POST").h(headers).b(body);
1097
- return b.build();
1098
- };
1099
- const se_UpdateChimeWebhookConfigurationCommand = async (input, context) => {
1100
- const b = core.requestBuilder(input, context);
1101
- const headers = {
1102
- "content-type": "application/json",
1103
- };
1104
- b.bp("/update-chime-webhook-configuration");
1105
- let body;
1106
- body = JSON.stringify(smithyClient.take(input, {
1107
- ChatConfigurationArn: [],
1108
- IamRoleArn: [],
1109
- LoggingLevel: [],
1110
- SnsTopicArns: (_) => smithyClient._json(_),
1111
- WebhookDescription: [],
1112
- WebhookUrl: [],
1113
- }));
1114
- b.m("POST").h(headers).b(body);
1115
- return b.build();
1116
- };
1117
- const se_UpdateCustomActionCommand = async (input, context) => {
1118
- const b = core.requestBuilder(input, context);
1119
- const headers = {
1120
- "content-type": "application/json",
1121
- };
1122
- b.bp("/update-custom-action");
1123
- let body;
1124
- body = JSON.stringify(smithyClient.take(input, {
1125
- AliasName: [],
1126
- Attachments: (_) => smithyClient._json(_),
1127
- CustomActionArn: [],
1128
- Definition: (_) => smithyClient._json(_),
1129
- }));
1130
- b.m("POST").h(headers).b(body);
1131
- return b.build();
1132
- };
1133
- const se_UpdateMicrosoftTeamsChannelConfigurationCommand = async (input, context) => {
1134
- const b = core.requestBuilder(input, context);
1135
- const headers = {
1136
- "content-type": "application/json",
1137
- };
1138
- b.bp("/update-ms-teams-channel-configuration");
1139
- let body;
1140
- body = JSON.stringify(smithyClient.take(input, {
1141
- ChannelId: [],
1142
- ChannelName: [],
1143
- ChatConfigurationArn: [],
1144
- GuardrailPolicyArns: (_) => smithyClient._json(_),
1145
- IamRoleArn: [],
1146
- LoggingLevel: [],
1147
- SnsTopicArns: (_) => smithyClient._json(_),
1148
- UserAuthorizationRequired: [],
1149
- }));
1150
- b.m("POST").h(headers).b(body);
1151
- return b.build();
1152
- };
1153
- const se_UpdateSlackChannelConfigurationCommand = async (input, context) => {
1154
- const b = core.requestBuilder(input, context);
1155
- const headers = {
1156
- "content-type": "application/json",
1157
- };
1158
- b.bp("/update-slack-channel-configuration");
1159
- let body;
1160
- body = JSON.stringify(smithyClient.take(input, {
1161
- ChatConfigurationArn: [],
1162
- GuardrailPolicyArns: (_) => smithyClient._json(_),
1163
- IamRoleArn: [],
1164
- LoggingLevel: [],
1165
- SlackChannelId: [],
1166
- SlackChannelName: [],
1167
- SnsTopicArns: (_) => smithyClient._json(_),
1168
- UserAuthorizationRequired: [],
1169
- }));
1170
- b.m("POST").h(headers).b(body);
1171
- return b.build();
1172
- };
1173
- const de_AssociateToConfigurationCommand = async (output, context) => {
1174
- if (output.statusCode !== 201 && output.statusCode >= 300) {
1175
- return de_CommandError(output, context);
1176
- }
1177
- const contents = smithyClient.map({
1178
- $metadata: deserializeMetadata(output),
1179
- });
1180
- await smithyClient.collectBody(output.body, context);
1181
- return contents;
1182
- };
1183
- const de_CreateChimeWebhookConfigurationCommand = async (output, context) => {
1184
- if (output.statusCode !== 201 && output.statusCode >= 300) {
1185
- return de_CommandError(output, context);
1186
- }
1187
- const contents = smithyClient.map({
1188
- $metadata: deserializeMetadata(output),
1189
- });
1190
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1191
- const doc = smithyClient.take(data, {
1192
- WebhookConfiguration: smithyClient._json,
1193
- });
1194
- Object.assign(contents, doc);
1195
- return contents;
1196
- };
1197
- const de_CreateCustomActionCommand = async (output, context) => {
1198
- if (output.statusCode !== 201 && output.statusCode >= 300) {
1199
- return de_CommandError(output, context);
1200
- }
1201
- const contents = smithyClient.map({
1202
- $metadata: deserializeMetadata(output),
1203
- });
1204
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1205
- const doc = smithyClient.take(data, {
1206
- CustomActionArn: smithyClient.expectString,
1207
- });
1208
- Object.assign(contents, doc);
1209
- return contents;
1210
- };
1211
- const de_CreateMicrosoftTeamsChannelConfigurationCommand = async (output, context) => {
1212
- if (output.statusCode !== 201 && output.statusCode >= 300) {
1213
- return de_CommandError(output, context);
1214
- }
1215
- const contents = smithyClient.map({
1216
- $metadata: deserializeMetadata(output),
1217
- });
1218
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1219
- const doc = smithyClient.take(data, {
1220
- ChannelConfiguration: smithyClient._json,
1221
- });
1222
- Object.assign(contents, doc);
1223
- return contents;
1224
- };
1225
- const de_CreateSlackChannelConfigurationCommand = async (output, context) => {
1226
- if (output.statusCode !== 201 && output.statusCode >= 300) {
1227
- return de_CommandError(output, context);
1228
- }
1229
- const contents = smithyClient.map({
1230
- $metadata: deserializeMetadata(output),
1231
- });
1232
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1233
- const doc = smithyClient.take(data, {
1234
- ChannelConfiguration: smithyClient._json,
1235
- });
1236
- Object.assign(contents, doc);
1237
- return contents;
1238
- };
1239
- const de_DeleteChimeWebhookConfigurationCommand = async (output, context) => {
1240
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1241
- return de_CommandError(output, context);
1242
- }
1243
- const contents = smithyClient.map({
1244
- $metadata: deserializeMetadata(output),
1245
- });
1246
- await smithyClient.collectBody(output.body, context);
1247
- return contents;
1248
- };
1249
- const de_DeleteCustomActionCommand = async (output, context) => {
1250
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1251
- return de_CommandError(output, context);
1252
- }
1253
- const contents = smithyClient.map({
1254
- $metadata: deserializeMetadata(output),
1255
- });
1256
- await smithyClient.collectBody(output.body, context);
1257
- return contents;
1258
- };
1259
- const de_DeleteMicrosoftTeamsChannelConfigurationCommand = async (output, context) => {
1260
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1261
- return de_CommandError(output, context);
1262
- }
1263
- const contents = smithyClient.map({
1264
- $metadata: deserializeMetadata(output),
1265
- });
1266
- await smithyClient.collectBody(output.body, context);
1267
- return contents;
1268
- };
1269
- const de_DeleteMicrosoftTeamsConfiguredTeamCommand = async (output, context) => {
1270
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1271
- return de_CommandError(output, context);
1272
- }
1273
- const contents = smithyClient.map({
1274
- $metadata: deserializeMetadata(output),
1275
- });
1276
- await smithyClient.collectBody(output.body, context);
1277
- return contents;
1278
- };
1279
- const de_DeleteMicrosoftTeamsUserIdentityCommand = async (output, context) => {
1280
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1281
- return de_CommandError(output, context);
1282
- }
1283
- const contents = smithyClient.map({
1284
- $metadata: deserializeMetadata(output),
1285
- });
1286
- await smithyClient.collectBody(output.body, context);
1287
- return contents;
1288
- };
1289
- const de_DeleteSlackChannelConfigurationCommand = async (output, context) => {
1290
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1291
- return de_CommandError(output, context);
1292
- }
1293
- const contents = smithyClient.map({
1294
- $metadata: deserializeMetadata(output),
1295
- });
1296
- await smithyClient.collectBody(output.body, context);
1297
- return contents;
1298
- };
1299
- const de_DeleteSlackUserIdentityCommand = async (output, context) => {
1300
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1301
- return de_CommandError(output, context);
1302
- }
1303
- const contents = smithyClient.map({
1304
- $metadata: deserializeMetadata(output),
1305
- });
1306
- await smithyClient.collectBody(output.body, context);
1307
- return contents;
1308
- };
1309
- const de_DeleteSlackWorkspaceAuthorizationCommand = async (output, context) => {
1310
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1311
- return de_CommandError(output, context);
1312
- }
1313
- const contents = smithyClient.map({
1314
- $metadata: deserializeMetadata(output),
1315
- });
1316
- await smithyClient.collectBody(output.body, context);
1317
- return contents;
1318
- };
1319
- const de_DescribeChimeWebhookConfigurationsCommand = async (output, context) => {
1320
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1321
- return de_CommandError(output, context);
1322
- }
1323
- const contents = smithyClient.map({
1324
- $metadata: deserializeMetadata(output),
1325
- });
1326
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1327
- const doc = smithyClient.take(data, {
1328
- NextToken: smithyClient.expectString,
1329
- WebhookConfigurations: smithyClient._json,
1330
- });
1331
- Object.assign(contents, doc);
1332
- return contents;
1333
- };
1334
- const de_DescribeSlackChannelConfigurationsCommand = async (output, context) => {
1335
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1336
- return de_CommandError(output, context);
1337
- }
1338
- const contents = smithyClient.map({
1339
- $metadata: deserializeMetadata(output),
1340
- });
1341
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1342
- const doc = smithyClient.take(data, {
1343
- NextToken: smithyClient.expectString,
1344
- SlackChannelConfigurations: smithyClient._json,
1345
- });
1346
- Object.assign(contents, doc);
1347
- return contents;
1348
- };
1349
- const de_DescribeSlackUserIdentitiesCommand = async (output, context) => {
1350
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1351
- return de_CommandError(output, context);
1352
- }
1353
- const contents = smithyClient.map({
1354
- $metadata: deserializeMetadata(output),
1355
- });
1356
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1357
- const doc = smithyClient.take(data, {
1358
- NextToken: smithyClient.expectString,
1359
- SlackUserIdentities: smithyClient._json,
1360
- });
1361
- Object.assign(contents, doc);
1362
- return contents;
1363
- };
1364
- const de_DescribeSlackWorkspacesCommand = async (output, context) => {
1365
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1366
- return de_CommandError(output, context);
1367
- }
1368
- const contents = smithyClient.map({
1369
- $metadata: deserializeMetadata(output),
1370
- });
1371
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1372
- const doc = smithyClient.take(data, {
1373
- NextToken: smithyClient.expectString,
1374
- SlackWorkspaces: smithyClient._json,
1375
- });
1376
- Object.assign(contents, doc);
1377
- return contents;
1378
- };
1379
- const de_DisassociateFromConfigurationCommand = async (output, context) => {
1380
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1381
- return de_CommandError(output, context);
1382
- }
1383
- const contents = smithyClient.map({
1384
- $metadata: deserializeMetadata(output),
1385
- });
1386
- await smithyClient.collectBody(output.body, context);
1387
- return contents;
1388
- };
1389
- const de_GetAccountPreferencesCommand = async (output, context) => {
1390
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1391
- return de_CommandError(output, context);
1392
- }
1393
- const contents = smithyClient.map({
1394
- $metadata: deserializeMetadata(output),
1395
- });
1396
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1397
- const doc = smithyClient.take(data, {
1398
- AccountPreferences: smithyClient._json,
1399
- });
1400
- Object.assign(contents, doc);
1401
- return contents;
1402
- };
1403
- const de_GetCustomActionCommand = async (output, context) => {
1404
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1405
- return de_CommandError(output, context);
1406
- }
1407
- const contents = smithyClient.map({
1408
- $metadata: deserializeMetadata(output),
1409
- });
1410
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1411
- const doc = smithyClient.take(data, {
1412
- CustomAction: smithyClient._json,
1413
- });
1414
- Object.assign(contents, doc);
1415
- return contents;
1416
- };
1417
- const de_GetMicrosoftTeamsChannelConfigurationCommand = async (output, context) => {
1418
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1419
- return de_CommandError(output, context);
1420
- }
1421
- const contents = smithyClient.map({
1422
- $metadata: deserializeMetadata(output),
1423
- });
1424
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1425
- const doc = smithyClient.take(data, {
1426
- ChannelConfiguration: smithyClient._json,
1427
- });
1428
- Object.assign(contents, doc);
1429
- return contents;
1430
- };
1431
- const de_ListAssociationsCommand = async (output, context) => {
1432
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1433
- return de_CommandError(output, context);
1434
- }
1435
- const contents = smithyClient.map({
1436
- $metadata: deserializeMetadata(output),
1437
- });
1438
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1439
- const doc = smithyClient.take(data, {
1440
- Associations: smithyClient._json,
1441
- NextToken: smithyClient.expectString,
1442
- });
1443
- Object.assign(contents, doc);
1444
- return contents;
1445
- };
1446
- const de_ListCustomActionsCommand = async (output, context) => {
1447
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1448
- return de_CommandError(output, context);
1449
- }
1450
- const contents = smithyClient.map({
1451
- $metadata: deserializeMetadata(output),
1452
- });
1453
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1454
- const doc = smithyClient.take(data, {
1455
- CustomActions: smithyClient._json,
1456
- NextToken: smithyClient.expectString,
1457
- });
1458
- Object.assign(contents, doc);
1459
- return contents;
1460
- };
1461
- const de_ListMicrosoftTeamsChannelConfigurationsCommand = async (output, context) => {
1462
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1463
- return de_CommandError(output, context);
1464
- }
1465
- const contents = smithyClient.map({
1466
- $metadata: deserializeMetadata(output),
1467
- });
1468
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1469
- const doc = smithyClient.take(data, {
1470
- NextToken: smithyClient.expectString,
1471
- TeamChannelConfigurations: smithyClient._json,
1472
- });
1473
- Object.assign(contents, doc);
1474
- return contents;
1475
- };
1476
- const de_ListMicrosoftTeamsConfiguredTeamsCommand = async (output, context) => {
1477
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1478
- return de_CommandError(output, context);
1479
- }
1480
- const contents = smithyClient.map({
1481
- $metadata: deserializeMetadata(output),
1482
- });
1483
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1484
- const doc = smithyClient.take(data, {
1485
- ConfiguredTeams: smithyClient._json,
1486
- NextToken: smithyClient.expectString,
1487
- });
1488
- Object.assign(contents, doc);
1489
- return contents;
1490
- };
1491
- const de_ListMicrosoftTeamsUserIdentitiesCommand = async (output, context) => {
1492
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1493
- return de_CommandError(output, context);
1494
- }
1495
- const contents = smithyClient.map({
1496
- $metadata: deserializeMetadata(output),
1497
- });
1498
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1499
- const doc = smithyClient.take(data, {
1500
- NextToken: smithyClient.expectString,
1501
- TeamsUserIdentities: smithyClient._json,
1502
- });
1503
- Object.assign(contents, doc);
1504
- return contents;
1505
- };
1506
- const de_ListTagsForResourceCommand = async (output, context) => {
1507
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1508
- return de_CommandError(output, context);
1509
- }
1510
- const contents = smithyClient.map({
1511
- $metadata: deserializeMetadata(output),
1512
- });
1513
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1514
- const doc = smithyClient.take(data, {
1515
- Tags: smithyClient._json,
1516
- });
1517
- Object.assign(contents, doc);
1518
- return contents;
1519
- };
1520
- const de_TagResourceCommand = async (output, context) => {
1521
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1522
- return de_CommandError(output, context);
1523
- }
1524
- const contents = smithyClient.map({
1525
- $metadata: deserializeMetadata(output),
1526
- });
1527
- await smithyClient.collectBody(output.body, context);
1528
- return contents;
1529
- };
1530
- const de_UntagResourceCommand = async (output, context) => {
1531
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1532
- return de_CommandError(output, context);
1533
- }
1534
- const contents = smithyClient.map({
1535
- $metadata: deserializeMetadata(output),
1536
- });
1537
- await smithyClient.collectBody(output.body, context);
1538
- return contents;
1539
- };
1540
- const de_UpdateAccountPreferencesCommand = async (output, context) => {
1541
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1542
- return de_CommandError(output, context);
1543
- }
1544
- const contents = smithyClient.map({
1545
- $metadata: deserializeMetadata(output),
1546
- });
1547
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1548
- const doc = smithyClient.take(data, {
1549
- AccountPreferences: smithyClient._json,
1550
- });
1551
- Object.assign(contents, doc);
1552
- return contents;
1553
- };
1554
- const de_UpdateChimeWebhookConfigurationCommand = async (output, context) => {
1555
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1556
- return de_CommandError(output, context);
1557
- }
1558
- const contents = smithyClient.map({
1559
- $metadata: deserializeMetadata(output),
1560
- });
1561
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1562
- const doc = smithyClient.take(data, {
1563
- WebhookConfiguration: smithyClient._json,
1564
- });
1565
- Object.assign(contents, doc);
1566
- return contents;
1567
- };
1568
- const de_UpdateCustomActionCommand = async (output, context) => {
1569
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1570
- return de_CommandError(output, context);
1571
- }
1572
- const contents = smithyClient.map({
1573
- $metadata: deserializeMetadata(output),
1574
- });
1575
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1576
- const doc = smithyClient.take(data, {
1577
- CustomActionArn: smithyClient.expectString,
1578
- });
1579
- Object.assign(contents, doc);
1580
- return contents;
1581
- };
1582
- const de_UpdateMicrosoftTeamsChannelConfigurationCommand = async (output, context) => {
1583
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1584
- return de_CommandError(output, context);
1585
- }
1586
- const contents = smithyClient.map({
1587
- $metadata: deserializeMetadata(output),
1588
- });
1589
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1590
- const doc = smithyClient.take(data, {
1591
- ChannelConfiguration: smithyClient._json,
1592
- });
1593
- Object.assign(contents, doc);
1594
- return contents;
1595
- };
1596
- const de_UpdateSlackChannelConfigurationCommand = async (output, context) => {
1597
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1598
- return de_CommandError(output, context);
1599
- }
1600
- const contents = smithyClient.map({
1601
- $metadata: deserializeMetadata(output),
1602
- });
1603
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1604
- const doc = smithyClient.take(data, {
1605
- ChannelConfiguration: smithyClient._json,
1606
- });
1607
- Object.assign(contents, doc);
1608
- return contents;
1609
- };
1610
- const de_CommandError = async (output, context) => {
1611
- const parsedOutput = {
1612
- ...output,
1613
- body: await core$1.parseJsonErrorBody(output.body, context),
1614
- };
1615
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1616
- switch (errorCode) {
1617
- case "InternalServiceError":
1618
- case "com.amazonaws.chatbot#InternalServiceError":
1619
- throw await de_InternalServiceErrorRes(parsedOutput);
1620
- case "InvalidRequestException":
1621
- case "com.amazonaws.chatbot#InvalidRequestException":
1622
- throw await de_InvalidRequestExceptionRes(parsedOutput);
1623
- case "UnauthorizedException":
1624
- case "com.amazonaws.chatbot#UnauthorizedException":
1625
- throw await de_UnauthorizedExceptionRes(parsedOutput);
1626
- case "ConflictException":
1627
- case "com.amazonaws.chatbot#ConflictException":
1628
- throw await de_ConflictExceptionRes(parsedOutput);
1629
- case "CreateChimeWebhookConfigurationException":
1630
- case "com.amazonaws.chatbot#CreateChimeWebhookConfigurationException":
1631
- throw await de_CreateChimeWebhookConfigurationExceptionRes(parsedOutput);
1632
- case "InvalidParameterException":
1633
- case "com.amazonaws.chatbot#InvalidParameterException":
1634
- throw await de_InvalidParameterExceptionRes(parsedOutput);
1635
- case "LimitExceededException":
1636
- case "com.amazonaws.chatbot#LimitExceededException":
1637
- throw await de_LimitExceededExceptionRes(parsedOutput);
1638
- case "CreateTeamsChannelConfigurationException":
1639
- case "com.amazonaws.chatbot#CreateTeamsChannelConfigurationException":
1640
- throw await de_CreateTeamsChannelConfigurationExceptionRes(parsedOutput);
1641
- case "CreateSlackChannelConfigurationException":
1642
- case "com.amazonaws.chatbot#CreateSlackChannelConfigurationException":
1643
- throw await de_CreateSlackChannelConfigurationExceptionRes(parsedOutput);
1644
- case "DeleteChimeWebhookConfigurationException":
1645
- case "com.amazonaws.chatbot#DeleteChimeWebhookConfigurationException":
1646
- throw await de_DeleteChimeWebhookConfigurationExceptionRes(parsedOutput);
1647
- case "ResourceNotFoundException":
1648
- case "com.amazonaws.chatbot#ResourceNotFoundException":
1649
- throw await de_ResourceNotFoundExceptionRes(parsedOutput);
1650
- case "DeleteTeamsChannelConfigurationException":
1651
- case "com.amazonaws.chatbot#DeleteTeamsChannelConfigurationException":
1652
- throw await de_DeleteTeamsChannelConfigurationExceptionRes(parsedOutput);
1653
- case "DeleteTeamsConfiguredTeamException":
1654
- case "com.amazonaws.chatbot#DeleteTeamsConfiguredTeamException":
1655
- throw await de_DeleteTeamsConfiguredTeamExceptionRes(parsedOutput);
1656
- case "DeleteMicrosoftTeamsUserIdentityException":
1657
- case "com.amazonaws.chatbot#DeleteMicrosoftTeamsUserIdentityException":
1658
- throw await de_DeleteMicrosoftTeamsUserIdentityExceptionRes(parsedOutput);
1659
- case "DeleteSlackChannelConfigurationException":
1660
- case "com.amazonaws.chatbot#DeleteSlackChannelConfigurationException":
1661
- throw await de_DeleteSlackChannelConfigurationExceptionRes(parsedOutput);
1662
- case "DeleteSlackUserIdentityException":
1663
- case "com.amazonaws.chatbot#DeleteSlackUserIdentityException":
1664
- throw await de_DeleteSlackUserIdentityExceptionRes(parsedOutput);
1665
- case "DeleteSlackWorkspaceAuthorizationFault":
1666
- case "com.amazonaws.chatbot#DeleteSlackWorkspaceAuthorizationFault":
1667
- throw await de_DeleteSlackWorkspaceAuthorizationFaultRes(parsedOutput);
1668
- case "DescribeChimeWebhookConfigurationsException":
1669
- case "com.amazonaws.chatbot#DescribeChimeWebhookConfigurationsException":
1670
- throw await de_DescribeChimeWebhookConfigurationsExceptionRes(parsedOutput);
1671
- case "DescribeSlackChannelConfigurationsException":
1672
- case "com.amazonaws.chatbot#DescribeSlackChannelConfigurationsException":
1673
- throw await de_DescribeSlackChannelConfigurationsExceptionRes(parsedOutput);
1674
- case "DescribeSlackUserIdentitiesException":
1675
- case "com.amazonaws.chatbot#DescribeSlackUserIdentitiesException":
1676
- throw await de_DescribeSlackUserIdentitiesExceptionRes(parsedOutput);
1677
- case "DescribeSlackWorkspacesException":
1678
- case "com.amazonaws.chatbot#DescribeSlackWorkspacesException":
1679
- throw await de_DescribeSlackWorkspacesExceptionRes(parsedOutput);
1680
- case "GetAccountPreferencesException":
1681
- case "com.amazonaws.chatbot#GetAccountPreferencesException":
1682
- throw await de_GetAccountPreferencesExceptionRes(parsedOutput);
1683
- case "GetTeamsChannelConfigurationException":
1684
- case "com.amazonaws.chatbot#GetTeamsChannelConfigurationException":
1685
- throw await de_GetTeamsChannelConfigurationExceptionRes(parsedOutput);
1686
- case "ListTeamsChannelConfigurationsException":
1687
- case "com.amazonaws.chatbot#ListTeamsChannelConfigurationsException":
1688
- throw await de_ListTeamsChannelConfigurationsExceptionRes(parsedOutput);
1689
- case "ListMicrosoftTeamsConfiguredTeamsException":
1690
- case "com.amazonaws.chatbot#ListMicrosoftTeamsConfiguredTeamsException":
1691
- throw await de_ListMicrosoftTeamsConfiguredTeamsExceptionRes(parsedOutput);
1692
- case "ListMicrosoftTeamsUserIdentitiesException":
1693
- case "com.amazonaws.chatbot#ListMicrosoftTeamsUserIdentitiesException":
1694
- throw await de_ListMicrosoftTeamsUserIdentitiesExceptionRes(parsedOutput);
1695
- case "ServiceUnavailableException":
1696
- case "com.amazonaws.chatbot#ServiceUnavailableException":
1697
- throw await de_ServiceUnavailableExceptionRes(parsedOutput);
1698
- case "TooManyTagsException":
1699
- case "com.amazonaws.chatbot#TooManyTagsException":
1700
- throw await de_TooManyTagsExceptionRes(parsedOutput);
1701
- case "UpdateAccountPreferencesException":
1702
- case "com.amazonaws.chatbot#UpdateAccountPreferencesException":
1703
- throw await de_UpdateAccountPreferencesExceptionRes(parsedOutput);
1704
- case "UpdateChimeWebhookConfigurationException":
1705
- case "com.amazonaws.chatbot#UpdateChimeWebhookConfigurationException":
1706
- throw await de_UpdateChimeWebhookConfigurationExceptionRes(parsedOutput);
1707
- case "UpdateTeamsChannelConfigurationException":
1708
- case "com.amazonaws.chatbot#UpdateTeamsChannelConfigurationException":
1709
- throw await de_UpdateTeamsChannelConfigurationExceptionRes(parsedOutput);
1710
- case "UpdateSlackChannelConfigurationException":
1711
- case "com.amazonaws.chatbot#UpdateSlackChannelConfigurationException":
1712
- throw await de_UpdateSlackChannelConfigurationExceptionRes(parsedOutput);
1713
- default:
1714
- const parsedBody = parsedOutput.body;
1715
- return throwDefaultError({
1716
- output,
1717
- parsedBody,
1718
- errorCode,
1719
- });
1720
- }
1721
- };
1722
- const throwDefaultError = smithyClient.withBaseException(ChatbotServiceException);
1723
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1724
- const contents = smithyClient.map({});
1725
- const data = parsedOutput.body;
1726
- const doc = smithyClient.take(data, {
1727
- message: smithyClient.expectString,
1728
- });
1729
- Object.assign(contents, doc);
1730
- const exception = new ConflictException({
1731
- $metadata: deserializeMetadata(parsedOutput),
1732
- ...contents,
1733
- });
1734
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1735
- };
1736
- const de_CreateChimeWebhookConfigurationExceptionRes = async (parsedOutput, context) => {
1737
- const contents = smithyClient.map({});
1738
- const data = parsedOutput.body;
1739
- const doc = smithyClient.take(data, {
1740
- Message: smithyClient.expectString,
1741
- });
1742
- Object.assign(contents, doc);
1743
- const exception = new CreateChimeWebhookConfigurationException({
1744
- $metadata: deserializeMetadata(parsedOutput),
1745
- ...contents,
1746
- });
1747
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1748
- };
1749
- const de_CreateSlackChannelConfigurationExceptionRes = async (parsedOutput, context) => {
1750
- const contents = smithyClient.map({});
1751
- const data = parsedOutput.body;
1752
- const doc = smithyClient.take(data, {
1753
- Message: smithyClient.expectString,
1754
- });
1755
- Object.assign(contents, doc);
1756
- const exception = new CreateSlackChannelConfigurationException({
1757
- $metadata: deserializeMetadata(parsedOutput),
1758
- ...contents,
1759
- });
1760
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1761
- };
1762
- const de_CreateTeamsChannelConfigurationExceptionRes = async (parsedOutput, context) => {
1763
- const contents = smithyClient.map({});
1764
- const data = parsedOutput.body;
1765
- const doc = smithyClient.take(data, {
1766
- Message: smithyClient.expectString,
1767
- });
1768
- Object.assign(contents, doc);
1769
- const exception = new CreateTeamsChannelConfigurationException({
1770
- $metadata: deserializeMetadata(parsedOutput),
1771
- ...contents,
1772
- });
1773
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1774
- };
1775
- const de_DeleteChimeWebhookConfigurationExceptionRes = async (parsedOutput, context) => {
1776
- const contents = smithyClient.map({});
1777
- const data = parsedOutput.body;
1778
- const doc = smithyClient.take(data, {
1779
- Message: smithyClient.expectString,
1780
- });
1781
- Object.assign(contents, doc);
1782
- const exception = new DeleteChimeWebhookConfigurationException({
1783
- $metadata: deserializeMetadata(parsedOutput),
1784
- ...contents,
1785
- });
1786
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1787
- };
1788
- const de_DeleteMicrosoftTeamsUserIdentityExceptionRes = async (parsedOutput, context) => {
1789
- const contents = smithyClient.map({});
1790
- const data = parsedOutput.body;
1791
- const doc = smithyClient.take(data, {
1792
- Message: smithyClient.expectString,
1793
- });
1794
- Object.assign(contents, doc);
1795
- const exception = new DeleteMicrosoftTeamsUserIdentityException({
1796
- $metadata: deserializeMetadata(parsedOutput),
1797
- ...contents,
1798
- });
1799
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1800
- };
1801
- const de_DeleteSlackChannelConfigurationExceptionRes = async (parsedOutput, context) => {
1802
- const contents = smithyClient.map({});
1803
- const data = parsedOutput.body;
1804
- const doc = smithyClient.take(data, {
1805
- Message: smithyClient.expectString,
1806
- });
1807
- Object.assign(contents, doc);
1808
- const exception = new DeleteSlackChannelConfigurationException({
1809
- $metadata: deserializeMetadata(parsedOutput),
1810
- ...contents,
1811
- });
1812
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1813
- };
1814
- const de_DeleteSlackUserIdentityExceptionRes = async (parsedOutput, context) => {
1815
- const contents = smithyClient.map({});
1816
- const data = parsedOutput.body;
1817
- const doc = smithyClient.take(data, {
1818
- Message: smithyClient.expectString,
1819
- });
1820
- Object.assign(contents, doc);
1821
- const exception = new DeleteSlackUserIdentityException({
1822
- $metadata: deserializeMetadata(parsedOutput),
1823
- ...contents,
1824
- });
1825
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1826
- };
1827
- const de_DeleteSlackWorkspaceAuthorizationFaultRes = async (parsedOutput, context) => {
1828
- const contents = smithyClient.map({});
1829
- const data = parsedOutput.body;
1830
- const doc = smithyClient.take(data, {
1831
- Message: smithyClient.expectString,
1832
- });
1833
- Object.assign(contents, doc);
1834
- const exception = new DeleteSlackWorkspaceAuthorizationFault({
1835
- $metadata: deserializeMetadata(parsedOutput),
1836
- ...contents,
1837
- });
1838
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1839
- };
1840
- const de_DeleteTeamsChannelConfigurationExceptionRes = async (parsedOutput, context) => {
1841
- const contents = smithyClient.map({});
1842
- const data = parsedOutput.body;
1843
- const doc = smithyClient.take(data, {
1844
- Message: smithyClient.expectString,
1845
- });
1846
- Object.assign(contents, doc);
1847
- const exception = new DeleteTeamsChannelConfigurationException({
1848
- $metadata: deserializeMetadata(parsedOutput),
1849
- ...contents,
1850
- });
1851
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1852
- };
1853
- const de_DeleteTeamsConfiguredTeamExceptionRes = async (parsedOutput, context) => {
1854
- const contents = smithyClient.map({});
1855
- const data = parsedOutput.body;
1856
- const doc = smithyClient.take(data, {
1857
- Message: smithyClient.expectString,
1858
- });
1859
- Object.assign(contents, doc);
1860
- const exception = new DeleteTeamsConfiguredTeamException({
1861
- $metadata: deserializeMetadata(parsedOutput),
1862
- ...contents,
1863
- });
1864
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1865
- };
1866
- const de_DescribeChimeWebhookConfigurationsExceptionRes = async (parsedOutput, context) => {
1867
- const contents = smithyClient.map({});
1868
- const data = parsedOutput.body;
1869
- const doc = smithyClient.take(data, {
1870
- Message: smithyClient.expectString,
1871
- });
1872
- Object.assign(contents, doc);
1873
- const exception = new DescribeChimeWebhookConfigurationsException({
1874
- $metadata: deserializeMetadata(parsedOutput),
1875
- ...contents,
1876
- });
1877
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1878
- };
1879
- const de_DescribeSlackChannelConfigurationsExceptionRes = async (parsedOutput, context) => {
1880
- const contents = smithyClient.map({});
1881
- const data = parsedOutput.body;
1882
- const doc = smithyClient.take(data, {
1883
- Message: smithyClient.expectString,
1884
- });
1885
- Object.assign(contents, doc);
1886
- const exception = new DescribeSlackChannelConfigurationsException({
1887
- $metadata: deserializeMetadata(parsedOutput),
1888
- ...contents,
1889
- });
1890
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1891
- };
1892
- const de_DescribeSlackUserIdentitiesExceptionRes = async (parsedOutput, context) => {
1893
- const contents = smithyClient.map({});
1894
- const data = parsedOutput.body;
1895
- const doc = smithyClient.take(data, {
1896
- Message: smithyClient.expectString,
1897
- });
1898
- Object.assign(contents, doc);
1899
- const exception = new DescribeSlackUserIdentitiesException({
1900
- $metadata: deserializeMetadata(parsedOutput),
1901
- ...contents,
1902
- });
1903
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1904
- };
1905
- const de_DescribeSlackWorkspacesExceptionRes = async (parsedOutput, context) => {
1906
- const contents = smithyClient.map({});
1907
- const data = parsedOutput.body;
1908
- const doc = smithyClient.take(data, {
1909
- Message: smithyClient.expectString,
1910
- });
1911
- Object.assign(contents, doc);
1912
- const exception = new DescribeSlackWorkspacesException({
1913
- $metadata: deserializeMetadata(parsedOutput),
1914
- ...contents,
1915
- });
1916
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1917
- };
1918
- const de_GetAccountPreferencesExceptionRes = async (parsedOutput, context) => {
1919
- const contents = smithyClient.map({});
1920
- const data = parsedOutput.body;
1921
- const doc = smithyClient.take(data, {
1922
- Message: smithyClient.expectString,
1923
- });
1924
- Object.assign(contents, doc);
1925
- const exception = new GetAccountPreferencesException({
1926
- $metadata: deserializeMetadata(parsedOutput),
1927
- ...contents,
1928
- });
1929
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1930
- };
1931
- const de_GetTeamsChannelConfigurationExceptionRes = async (parsedOutput, context) => {
1932
- const contents = smithyClient.map({});
1933
- const data = parsedOutput.body;
1934
- const doc = smithyClient.take(data, {
1935
- Message: smithyClient.expectString,
1936
- });
1937
- Object.assign(contents, doc);
1938
- const exception = new GetTeamsChannelConfigurationException({
1939
- $metadata: deserializeMetadata(parsedOutput),
1940
- ...contents,
1941
- });
1942
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1943
557
  };
1944
- const de_InternalServiceErrorRes = async (parsedOutput, context) => {
1945
- const contents = smithyClient.map({});
1946
- const data = parsedOutput.body;
1947
- const doc = smithyClient.take(data, {
1948
- Message: smithyClient.expectString,
1949
- });
1950
- Object.assign(contents, doc);
1951
- const exception = new InternalServiceError({
1952
- $metadata: deserializeMetadata(parsedOutput),
1953
- ...contents,
1954
- });
1955
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1956
- };
1957
- const de_InvalidParameterExceptionRes = async (parsedOutput, context) => {
1958
- const contents = smithyClient.map({});
1959
- const data = parsedOutput.body;
1960
- const doc = smithyClient.take(data, {
1961
- message: smithyClient.expectString,
1962
- });
1963
- Object.assign(contents, doc);
1964
- const exception = new InvalidParameterException({
1965
- $metadata: deserializeMetadata(parsedOutput),
1966
- ...contents,
1967
- });
1968
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1969
- };
1970
- const de_InvalidRequestExceptionRes = async (parsedOutput, context) => {
1971
- const contents = smithyClient.map({});
1972
- const data = parsedOutput.body;
1973
- const doc = smithyClient.take(data, {
1974
- message: smithyClient.expectString,
1975
- });
1976
- Object.assign(contents, doc);
1977
- const exception = new InvalidRequestException({
1978
- $metadata: deserializeMetadata(parsedOutput),
1979
- ...contents,
1980
- });
1981
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1982
- };
1983
- const de_LimitExceededExceptionRes = async (parsedOutput, context) => {
1984
- const contents = smithyClient.map({});
1985
- const data = parsedOutput.body;
1986
- const doc = smithyClient.take(data, {
1987
- message: smithyClient.expectString,
1988
- });
1989
- Object.assign(contents, doc);
1990
- const exception = new LimitExceededException({
1991
- $metadata: deserializeMetadata(parsedOutput),
1992
- ...contents,
1993
- });
1994
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1995
- };
1996
- const de_ListMicrosoftTeamsConfiguredTeamsExceptionRes = async (parsedOutput, context) => {
1997
- const contents = smithyClient.map({});
1998
- const data = parsedOutput.body;
1999
- const doc = smithyClient.take(data, {
2000
- Message: smithyClient.expectString,
2001
- });
2002
- Object.assign(contents, doc);
2003
- const exception = new ListMicrosoftTeamsConfiguredTeamsException({
2004
- $metadata: deserializeMetadata(parsedOutput),
2005
- ...contents,
2006
- });
2007
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
2008
- };
2009
- const de_ListMicrosoftTeamsUserIdentitiesExceptionRes = async (parsedOutput, context) => {
2010
- const contents = smithyClient.map({});
2011
- const data = parsedOutput.body;
2012
- const doc = smithyClient.take(data, {
2013
- Message: smithyClient.expectString,
2014
- });
2015
- Object.assign(contents, doc);
2016
- const exception = new ListMicrosoftTeamsUserIdentitiesException({
2017
- $metadata: deserializeMetadata(parsedOutput),
2018
- ...contents,
2019
- });
2020
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
2021
- };
2022
- const de_ListTeamsChannelConfigurationsExceptionRes = async (parsedOutput, context) => {
2023
- const contents = smithyClient.map({});
2024
- const data = parsedOutput.body;
2025
- const doc = smithyClient.take(data, {
2026
- Message: smithyClient.expectString,
2027
- });
2028
- Object.assign(contents, doc);
2029
- const exception = new ListTeamsChannelConfigurationsException({
2030
- $metadata: deserializeMetadata(parsedOutput),
2031
- ...contents,
2032
- });
2033
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
2034
- };
2035
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
2036
- const contents = smithyClient.map({});
2037
- const data = parsedOutput.body;
2038
- const doc = smithyClient.take(data, {
2039
- Message: smithyClient.expectString,
2040
- });
2041
- Object.assign(contents, doc);
2042
- const exception = new ResourceNotFoundException({
2043
- $metadata: deserializeMetadata(parsedOutput),
2044
- ...contents,
2045
- });
2046
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
2047
- };
2048
- const de_ServiceUnavailableExceptionRes = async (parsedOutput, context) => {
2049
- const contents = smithyClient.map({});
2050
- const data = parsedOutput.body;
2051
- const doc = smithyClient.take(data, {
2052
- message: smithyClient.expectString,
2053
- });
2054
- Object.assign(contents, doc);
2055
- const exception = new ServiceUnavailableException({
2056
- $metadata: deserializeMetadata(parsedOutput),
2057
- ...contents,
2058
- });
2059
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
2060
- };
2061
- const de_TooManyTagsExceptionRes = async (parsedOutput, context) => {
2062
- const contents = smithyClient.map({});
2063
- const data = parsedOutput.body;
2064
- const doc = smithyClient.take(data, {
2065
- message: smithyClient.expectString,
2066
- });
2067
- Object.assign(contents, doc);
2068
- const exception = new TooManyTagsException({
2069
- $metadata: deserializeMetadata(parsedOutput),
2070
- ...contents,
2071
- });
2072
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
2073
- };
2074
- const de_UnauthorizedExceptionRes = async (parsedOutput, context) => {
2075
- const contents = smithyClient.map({});
2076
- const data = parsedOutput.body;
2077
- const doc = smithyClient.take(data, {
2078
- message: smithyClient.expectString,
2079
- });
2080
- Object.assign(contents, doc);
2081
- const exception = new UnauthorizedException({
2082
- $metadata: deserializeMetadata(parsedOutput),
2083
- ...contents,
2084
- });
2085
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
2086
- };
2087
- const de_UpdateAccountPreferencesExceptionRes = async (parsedOutput, context) => {
2088
- const contents = smithyClient.map({});
2089
- const data = parsedOutput.body;
2090
- const doc = smithyClient.take(data, {
2091
- Message: smithyClient.expectString,
2092
- });
2093
- Object.assign(contents, doc);
2094
- const exception = new UpdateAccountPreferencesException({
2095
- $metadata: deserializeMetadata(parsedOutput),
2096
- ...contents,
2097
- });
2098
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
2099
- };
2100
- const de_UpdateChimeWebhookConfigurationExceptionRes = async (parsedOutput, context) => {
2101
- const contents = smithyClient.map({});
2102
- const data = parsedOutput.body;
2103
- const doc = smithyClient.take(data, {
2104
- Message: smithyClient.expectString,
2105
- });
2106
- Object.assign(contents, doc);
2107
- const exception = new UpdateChimeWebhookConfigurationException({
2108
- $metadata: deserializeMetadata(parsedOutput),
2109
- ...contents,
2110
- });
2111
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
2112
- };
2113
- const de_UpdateSlackChannelConfigurationExceptionRes = async (parsedOutput, context) => {
2114
- const contents = smithyClient.map({});
2115
- const data = parsedOutput.body;
2116
- const doc = smithyClient.take(data, {
2117
- Message: smithyClient.expectString,
2118
- });
2119
- Object.assign(contents, doc);
2120
- const exception = new UpdateSlackChannelConfigurationException({
2121
- $metadata: deserializeMetadata(parsedOutput),
2122
- ...contents,
2123
- });
2124
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
2125
- };
2126
- const de_UpdateTeamsChannelConfigurationExceptionRes = async (parsedOutput, context) => {
2127
- const contents = smithyClient.map({});
2128
- const data = parsedOutput.body;
2129
- const doc = smithyClient.take(data, {
2130
- Message: smithyClient.expectString,
2131
- });
2132
- Object.assign(contents, doc);
2133
- const exception = new UpdateTeamsChannelConfigurationException({
2134
- $metadata: deserializeMetadata(parsedOutput),
2135
- ...contents,
2136
- });
2137
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
2138
- };
2139
- const deserializeMetadata = (output) => ({
2140
- httpStatusCode: output.statusCode,
2141
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
2142
- extendedRequestId: output.headers["x-amz-id-2"],
2143
- cfId: output.headers["x-amz-cf-id"],
2144
- });
558
+
559
+ const _A = "Attachments";
560
+ const _AL = "AssociationListing";
561
+ const _ALs = "AssociationList";
562
+ const _AN = "AliasName";
563
+ const _ANc = "ActionName";
564
+ const _AP = "AccountPreferences";
565
+ const _ATC = "AssociateToConfiguration";
566
+ const _ATCR = "AssociateToConfigurationRequest";
567
+ const _ATCRs = "AssociateToConfigurationResult";
568
+ const _AUI = "AwsUserIdentity";
569
+ const _As = "Associations";
570
+ const _BT = "ButtonText";
571
+ const _C = "Criteria";
572
+ const _CA = "CustomAction";
573
+ const _CAA = "CustomActionArn";
574
+ const _CAAC = "CustomActionAttachmentCriteria";
575
+ const _CAACL = "CustomActionAttachmentCriteriaList";
576
+ const _CAAL = "CustomActionAttachmentList";
577
+ const _CAAu = "CustomActionAttachment";
578
+ const _CAD = "CustomActionDefinition";
579
+ const _CAu = "CustomActions";
580
+ const _CC = "ChatConfiguration";
581
+ const _CCA = "ChatConfigurationArn";
582
+ const _CCAR = "CreateCustomActionRequest";
583
+ const _CCARr = "CreateCustomActionResult";
584
+ const _CCAr = "CreateCustomAction";
585
+ const _CCWC = "CreateChimeWebhookConfiguration";
586
+ const _CCWCE = "CreateChimeWebhookConfigurationException";
587
+ const _CCWCR = "CreateChimeWebhookConfigurationRequest";
588
+ const _CCWCRr = "CreateChimeWebhookConfigurationResult";
589
+ const _CCh = "ChannelConfiguration";
590
+ const _CE = "ConflictException";
591
+ const _CI = "ChannelId";
592
+ const _CMTCC = "CreateMicrosoftTeamsChannelConfiguration";
593
+ const _CN = "ConfigurationName";
594
+ const _CNh = "ChannelName";
595
+ const _CSCC = "CreateSlackChannelConfiguration";
596
+ const _CSCCE = "CreateSlackChannelConfigurationException";
597
+ const _CSCCR = "CreateSlackChannelConfigurationRequest";
598
+ const _CSCCRr = "CreateSlackChannelConfigurationResult";
599
+ const _CT = "ConfiguredTeam";
600
+ const _CTCCE = "CreateTeamsChannelConfigurationException";
601
+ const _CTCCR = "CreateTeamsChannelConfigurationRequest";
602
+ const _CTCCRr = "CreateTeamsChannelConfigurationResult";
603
+ const _CTL = "ConfiguredTeamsList";
604
+ const _CTl = "ClientToken";
605
+ const _CTo = "CommandText";
606
+ const _CTon = "ConfiguredTeams";
607
+ const _CWC = "ChimeWebhookConfiguration";
608
+ const _CWCL = "ChimeWebhookConfigurationList";
609
+ const _CWD = "ChimeWebhookDescription";
610
+ const _CWU = "ChimeWebhookUrl";
611
+ const _D = "Definition";
612
+ const _DCA = "DeleteCustomAction";
613
+ const _DCAR = "DeleteCustomActionRequest";
614
+ const _DCARe = "DeleteCustomActionResult";
615
+ const _DCWC = "DeleteChimeWebhookConfiguration";
616
+ const _DCWCE = "DeleteChimeWebhookConfigurationException";
617
+ const _DCWCEe = "DescribeChimeWebhookConfigurationsException";
618
+ const _DCWCR = "DeleteChimeWebhookConfigurationRequest";
619
+ const _DCWCRe = "DeleteChimeWebhookConfigurationResult";
620
+ const _DCWCRes = "DescribeChimeWebhookConfigurationsRequest";
621
+ const _DCWCResc = "DescribeChimeWebhookConfigurationsResult";
622
+ const _DCWCe = "DescribeChimeWebhookConfigurations";
623
+ const _DFC = "DisassociateFromConfiguration";
624
+ const _DFCR = "DisassociateFromConfigurationRequest";
625
+ const _DFCRi = "DisassociateFromConfigurationResult";
626
+ const _DMTCC = "DeleteMicrosoftTeamsChannelConfiguration";
627
+ const _DMTCT = "DeleteMicrosoftTeamsConfiguredTeam";
628
+ const _DMTUI = "DeleteMicrosoftTeamsUserIdentity";
629
+ const _DMTUIE = "DeleteMicrosoftTeamsUserIdentityException";
630
+ const _DMTUIR = "DeleteMicrosoftTeamsUserIdentityRequest";
631
+ const _DMTUIRe = "DeleteMicrosoftTeamsUserIdentityResult";
632
+ const _DSCC = "DeleteSlackChannelConfiguration";
633
+ const _DSCCE = "DeleteSlackChannelConfigurationException";
634
+ const _DSCCEe = "DescribeSlackChannelConfigurationsException";
635
+ const _DSCCR = "DeleteSlackChannelConfigurationRequest";
636
+ const _DSCCRe = "DeleteSlackChannelConfigurationResult";
637
+ const _DSCCRes = "DescribeSlackChannelConfigurationsRequest";
638
+ const _DSCCResc = "DescribeSlackChannelConfigurationsResult";
639
+ const _DSCCe = "DescribeSlackChannelConfigurations";
640
+ const _DSUI = "DeleteSlackUserIdentity";
641
+ const _DSUIE = "DeleteSlackUserIdentityException";
642
+ const _DSUIEe = "DescribeSlackUserIdentitiesException";
643
+ const _DSUIR = "DeleteSlackUserIdentityRequest";
644
+ const _DSUIRe = "DeleteSlackUserIdentityResult";
645
+ const _DSUIRes = "DescribeSlackUserIdentitiesRequest";
646
+ const _DSUIResc = "DescribeSlackUserIdentitiesResult";
647
+ const _DSUIe = "DescribeSlackUserIdentities";
648
+ const _DSW = "DescribeSlackWorkspaces";
649
+ const _DSWA = "DeleteSlackWorkspaceAuthorization";
650
+ const _DSWAF = "DeleteSlackWorkspaceAuthorizationFault";
651
+ const _DSWAR = "DeleteSlackWorkspaceAuthorizationRequest";
652
+ const _DSWARe = "DeleteSlackWorkspaceAuthorizationResult";
653
+ const _DSWE = "DescribeSlackWorkspacesException";
654
+ const _DSWR = "DescribeSlackWorkspacesRequest";
655
+ const _DSWRe = "DescribeSlackWorkspacesResult";
656
+ const _DTCCE = "DeleteTeamsChannelConfigurationException";
657
+ const _DTCCR = "DeleteTeamsChannelConfigurationRequest";
658
+ const _DTCCRe = "DeleteTeamsChannelConfigurationResult";
659
+ const _DTCTE = "DeleteTeamsConfiguredTeamException";
660
+ const _DTCTR = "DeleteTeamsConfiguredTeamRequest";
661
+ const _DTCTRe = "DeleteTeamsConfiguredTeamResult";
662
+ const _GAP = "GetAccountPreferences";
663
+ const _GAPE = "GetAccountPreferencesException";
664
+ const _GAPR = "GetAccountPreferencesRequest";
665
+ const _GAPRe = "GetAccountPreferencesResult";
666
+ const _GCA = "GetCustomAction";
667
+ const _GCAR = "GetCustomActionRequest";
668
+ const _GCARe = "GetCustomActionResult";
669
+ const _GMTCC = "GetMicrosoftTeamsChannelConfiguration";
670
+ const _GPA = "GuardrailPolicyArns";
671
+ const _GTCCE = "GetTeamsChannelConfigurationException";
672
+ const _GTCCR = "GetTeamsChannelConfigurationRequest";
673
+ const _GTCCRe = "GetTeamsChannelConfigurationResult";
674
+ const _IPE = "InvalidParameterException";
675
+ const _IRA = "IamRoleArn";
676
+ const _IRE = "InvalidRequestException";
677
+ const _ISE = "InternalServiceError";
678
+ const _LA = "ListAssociations";
679
+ const _LAR = "ListAssociationsRequest";
680
+ const _LARi = "ListAssociationsResult";
681
+ const _LCA = "ListCustomActions";
682
+ const _LCAR = "ListCustomActionsRequest";
683
+ const _LCARi = "ListCustomActionsResult";
684
+ const _LEE = "LimitExceededException";
685
+ const _LL = "LoggingLevel";
686
+ const _LMTCC = "ListMicrosoftTeamsChannelConfigurations";
687
+ const _LMTCT = "ListMicrosoftTeamsConfiguredTeams";
688
+ const _LMTCTE = "ListMicrosoftTeamsConfiguredTeamsException";
689
+ const _LMTCTR = "ListMicrosoftTeamsConfiguredTeamsRequest";
690
+ const _LMTCTRi = "ListMicrosoftTeamsConfiguredTeamsResult";
691
+ const _LMTUI = "ListMicrosoftTeamsUserIdentities";
692
+ const _LMTUIE = "ListMicrosoftTeamsUserIdentitiesException";
693
+ const _LMTUIR = "ListMicrosoftTeamsUserIdentitiesRequest";
694
+ const _LMTUIRi = "ListMicrosoftTeamsUserIdentitiesResult";
695
+ const _LTCCE = "ListTeamsChannelConfigurationsException";
696
+ const _LTCCR = "ListTeamsChannelConfigurationsRequest";
697
+ const _LTCCRi = "ListTeamsChannelConfigurationsResult";
698
+ const _LTFR = "ListTagsForResource";
699
+ const _LTFRR = "ListTagsForResourceRequest";
700
+ const _LTFRRi = "ListTagsForResourceResponse";
701
+ const _M = "Message";
702
+ const _MR = "MaxResults";
703
+ const _NT = "NotificationType";
704
+ const _NTe = "NextToken";
705
+ const _O = "Operator";
706
+ const _R = "Resource";
707
+ const _RARN = "ResourceARN";
708
+ const _RNFE = "ResourceNotFoundException";
709
+ const _S = "State";
710
+ const _SCC = "SlackChannelConfigurations";
711
+ const _SCCL = "SlackChannelConfigurationList";
712
+ const _SCCl = "SlackChannelConfiguration";
713
+ const _SCDN = "SlackChannelDisplayName";
714
+ const _SCI = "SlackChannelId";
715
+ const _SCN = "SlackChannelName";
716
+ const _SR = "StateReason";
717
+ const _STA = "SnsTopicArns";
718
+ const _STI = "SlackTeamId";
719
+ const _STN = "SlackTeamName";
720
+ const _SUE = "ServiceUnavailableException";
721
+ const _SUI = "SlackUserId";
722
+ const _SUIL = "SlackUserIdentitiesList";
723
+ const _SUIl = "SlackUserIdentities";
724
+ const _SUIla = "SlackUserIdentity";
725
+ const _SW = "SlackWorkspaces";
726
+ const _SWL = "SlackWorkspacesList";
727
+ const _SWl = "SlackWorkspace";
728
+ const _T = "Tags";
729
+ const _TCC = "TeamChannelConfigurations";
730
+ const _TCCL = "TeamChannelConfigurationsList";
731
+ const _TCCe = "TeamsChannelConfiguration";
732
+ const _TCI = "TeamsChannelId";
733
+ const _TCN = "TeamsChannelName";
734
+ const _TDCE = "TrainingDataCollectionEnabled";
735
+ const _TI = "TenantId";
736
+ const _TIe = "TeamId";
737
+ const _TK = "TagKey";
738
+ const _TKa = "TagKeys";
739
+ const _TL = "TagList";
740
+ const _TMTE = "TooManyTagsException";
741
+ const _TN = "TeamName";
742
+ const _TR = "TagResource";
743
+ const _TRR = "TagResourceRequest";
744
+ const _TRRa = "TagResourceResponse";
745
+ const _TTI = "TeamsTenantId";
746
+ const _TUI = "TeamsUserIdentities";
747
+ const _TUIL = "TeamsUserIdentitiesList";
748
+ const _TUIe = "TeamsUserIdentity";
749
+ const _TV = "TagValue";
750
+ const _Ta = "Tag";
751
+ const _UAP = "UpdateAccountPreferences";
752
+ const _UAPE = "UpdateAccountPreferencesException";
753
+ const _UAPR = "UpdateAccountPreferencesRequest";
754
+ const _UAPRp = "UpdateAccountPreferencesResult";
755
+ const _UAR = "UserAuthorizationRequired";
756
+ const _UCA = "UpdateCustomAction";
757
+ const _UCAR = "UpdateCustomActionRequest";
758
+ const _UCARp = "UpdateCustomActionResult";
759
+ const _UCWC = "UpdateChimeWebhookConfiguration";
760
+ const _UCWCE = "UpdateChimeWebhookConfigurationException";
761
+ const _UCWCR = "UpdateChimeWebhookConfigurationRequest";
762
+ const _UCWCRp = "UpdateChimeWebhookConfigurationResult";
763
+ const _UE = "UnauthorizedException";
764
+ const _UI = "UserId";
765
+ const _UMTCC = "UpdateMicrosoftTeamsChannelConfiguration";
766
+ const _UR = "UntagResource";
767
+ const _URR = "UntagResourceRequest";
768
+ const _URRn = "UntagResourceResponse";
769
+ const _USCC = "UpdateSlackChannelConfiguration";
770
+ const _USCCE = "UpdateSlackChannelConfigurationException";
771
+ const _USCCR = "UpdateSlackChannelConfigurationRequest";
772
+ const _USCCRp = "UpdateSlackChannelConfigurationResult";
773
+ const _UTCCE = "UpdateTeamsChannelConfigurationException";
774
+ const _UTCCR = "UpdateTeamsChannelConfigurationRequest";
775
+ const _UTCCRp = "UpdateTeamsChannelConfigurationResult";
776
+ const _V = "Variables";
777
+ const _VN = "VariableName";
778
+ const _Va = "Value";
779
+ const _WC = "WebhookConfiguration";
780
+ const _WCe = "WebhookConfigurations";
781
+ const _WD = "WebhookDescription";
782
+ const _WU = "WebhookUrl";
783
+ const _c = "client";
784
+ const _e = "error";
785
+ const _h = "http";
786
+ const _hE = "httpError";
787
+ const _m = "message";
788
+ const _s = "server";
789
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.chatbot";
790
+ const n0 = "com.amazonaws.chatbot";
791
+ var ChimeWebhookDescription = [0, n0, _CWD, 8, 0];
792
+ var ChimeWebhookUrl = [0, n0, _CWU, 8, 0];
793
+ var SlackChannelDisplayName = [0, n0, _SCDN, 8, 0];
794
+ var TeamName = [0, n0, _TN, 8, 0];
795
+ var TeamsChannelName = [0, n0, _TCN, 8, 0];
796
+ var AccountPreferences = [3, n0, _AP, 0, [_UAR, _TDCE], [2, 2]];
797
+ var AssociateToConfigurationRequest = [3, n0, _ATCR, 0, [_R, _CC], [0, 0]];
798
+ var AssociateToConfigurationResult = [3, n0, _ATCRs, 0, [], []];
799
+ var AssociationListing = [3, n0, _AL, 0, [_R], [0]];
800
+ var ChimeWebhookConfiguration = [
801
+ 3,
802
+ n0,
803
+ _CWC,
804
+ 0,
805
+ [_WD, _CCA, _IRA, _STA, _CN, _LL, _T, _S, _SR],
806
+ [[() => ChimeWebhookDescription, 0], 0, 0, 64 | 0, 0, 0, () => Tags, 0, 0],
807
+ ];
808
+ var ConfiguredTeam = [3, n0, _CT, 0, [_TI, _TIe, _TN, _S, _SR], [0, 0, 0, 0, 0]];
809
+ var ConflictException = [
810
+ -3,
811
+ n0,
812
+ _CE,
813
+ {
814
+ [_e]: _c,
815
+ [_hE]: 409,
816
+ },
817
+ [_m],
818
+ [0],
819
+ ];
820
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
821
+ var CreateChimeWebhookConfigurationException = [
822
+ -3,
823
+ n0,
824
+ _CCWCE,
825
+ {
826
+ [_e]: _s,
827
+ [_hE]: 500,
828
+ },
829
+ [_M],
830
+ [0],
831
+ ];
832
+ schema.TypeRegistry.for(n0).registerError(CreateChimeWebhookConfigurationException, CreateChimeWebhookConfigurationException$1);
833
+ var CreateChimeWebhookConfigurationRequest = [
834
+ 3,
835
+ n0,
836
+ _CCWCR,
837
+ 0,
838
+ [_WD, _WU, _STA, _IRA, _CN, _LL, _T],
839
+ [[() => ChimeWebhookDescription, 0], [() => ChimeWebhookUrl, 0], 64 | 0, 0, 0, 0, () => Tags],
840
+ ];
841
+ var CreateChimeWebhookConfigurationResult = [
842
+ 3,
843
+ n0,
844
+ _CCWCRr,
845
+ 0,
846
+ [_WC],
847
+ [[() => ChimeWebhookConfiguration, 0]],
848
+ ];
849
+ var CreateCustomActionRequest = [
850
+ 3,
851
+ n0,
852
+ _CCAR,
853
+ 0,
854
+ [_D, _AN, _A, _T, _CTl, _ANc],
855
+ [() => CustomActionDefinition, 0, () => CustomActionAttachmentList, () => TagList, [0, 4], 0],
856
+ ];
857
+ var CreateCustomActionResult = [3, n0, _CCARr, 0, [_CAA], [0]];
858
+ var CreateSlackChannelConfigurationException = [
859
+ -3,
860
+ n0,
861
+ _CSCCE,
862
+ {
863
+ [_e]: _s,
864
+ [_hE]: 500,
865
+ },
866
+ [_M],
867
+ [0],
868
+ ];
869
+ schema.TypeRegistry.for(n0).registerError(CreateSlackChannelConfigurationException, CreateSlackChannelConfigurationException$1);
870
+ var CreateSlackChannelConfigurationRequest = [
871
+ 3,
872
+ n0,
873
+ _CSCCR,
874
+ 0,
875
+ [_STI, _SCI, _SCN, _STA, _IRA, _CN, _LL, _GPA, _UAR, _T],
876
+ [0, 0, [() => SlackChannelDisplayName, 0], 64 | 0, 0, 0, 0, 64 | 0, 2, () => Tags],
877
+ ];
878
+ var CreateSlackChannelConfigurationResult = [
879
+ 3,
880
+ n0,
881
+ _CSCCRr,
882
+ 0,
883
+ [_CCh],
884
+ [[() => SlackChannelConfiguration, 0]],
885
+ ];
886
+ var CreateTeamsChannelConfigurationException = [
887
+ -3,
888
+ n0,
889
+ _CTCCE,
890
+ {
891
+ [_e]: _s,
892
+ [_hE]: 500,
893
+ },
894
+ [_M],
895
+ [0],
896
+ ];
897
+ schema.TypeRegistry.for(n0).registerError(CreateTeamsChannelConfigurationException, CreateTeamsChannelConfigurationException$1);
898
+ var CreateTeamsChannelConfigurationRequest = [
899
+ 3,
900
+ n0,
901
+ _CTCCR,
902
+ 0,
903
+ [_CI, _CNh, _TIe, _TN, _TI, _STA, _IRA, _CN, _LL, _GPA, _UAR, _T],
904
+ [0, [() => TeamsChannelName, 0], 0, [() => TeamName, 0], 0, 64 | 0, 0, 0, 0, 64 | 0, 2, () => Tags],
905
+ ];
906
+ var CreateTeamsChannelConfigurationResult = [
907
+ 3,
908
+ n0,
909
+ _CTCCRr,
910
+ 0,
911
+ [_CCh],
912
+ [[() => TeamsChannelConfiguration, 0]],
913
+ ];
914
+ var CustomAction = [
915
+ 3,
916
+ n0,
917
+ _CA,
918
+ 0,
919
+ [_CAA, _D, _AN, _A, _ANc],
920
+ [0, () => CustomActionDefinition, 0, () => CustomActionAttachmentList, 0],
921
+ ];
922
+ var CustomActionAttachment = [
923
+ 3,
924
+ n0,
925
+ _CAAu,
926
+ 0,
927
+ [_NT, _BT, _C, _V],
928
+ [0, 0, () => CustomActionAttachmentCriteriaList, 128 | 0],
929
+ ];
930
+ var CustomActionAttachmentCriteria = [3, n0, _CAAC, 0, [_O, _VN, _Va], [0, 0, 0]];
931
+ var CustomActionDefinition = [3, n0, _CAD, 0, [_CTo], [0]];
932
+ var DeleteChimeWebhookConfigurationException = [
933
+ -3,
934
+ n0,
935
+ _DCWCE,
936
+ {
937
+ [_e]: _s,
938
+ [_hE]: 500,
939
+ },
940
+ [_M],
941
+ [0],
942
+ ];
943
+ schema.TypeRegistry.for(n0).registerError(DeleteChimeWebhookConfigurationException, DeleteChimeWebhookConfigurationException$1);
944
+ var DeleteChimeWebhookConfigurationRequest = [3, n0, _DCWCR, 0, [_CCA], [0]];
945
+ var DeleteChimeWebhookConfigurationResult = [3, n0, _DCWCRe, 0, [], []];
946
+ var DeleteCustomActionRequest = [3, n0, _DCAR, 0, [_CAA], [0]];
947
+ var DeleteCustomActionResult = [3, n0, _DCARe, 0, [], []];
948
+ var DeleteMicrosoftTeamsUserIdentityException = [
949
+ -3,
950
+ n0,
951
+ _DMTUIE,
952
+ {
953
+ [_e]: _s,
954
+ [_hE]: 500,
955
+ },
956
+ [_M],
957
+ [0],
958
+ ];
959
+ schema.TypeRegistry.for(n0).registerError(DeleteMicrosoftTeamsUserIdentityException, DeleteMicrosoftTeamsUserIdentityException$1);
960
+ var DeleteMicrosoftTeamsUserIdentityRequest = [3, n0, _DMTUIR, 0, [_CCA, _UI], [0, 0]];
961
+ var DeleteMicrosoftTeamsUserIdentityResult = [3, n0, _DMTUIRe, 0, [], []];
962
+ var DeleteSlackChannelConfigurationException = [
963
+ -3,
964
+ n0,
965
+ _DSCCE,
966
+ {
967
+ [_e]: _s,
968
+ [_hE]: 500,
969
+ },
970
+ [_M],
971
+ [0],
972
+ ];
973
+ schema.TypeRegistry.for(n0).registerError(DeleteSlackChannelConfigurationException, DeleteSlackChannelConfigurationException$1);
974
+ var DeleteSlackChannelConfigurationRequest = [3, n0, _DSCCR, 0, [_CCA], [0]];
975
+ var DeleteSlackChannelConfigurationResult = [3, n0, _DSCCRe, 0, [], []];
976
+ var DeleteSlackUserIdentityException = [
977
+ -3,
978
+ n0,
979
+ _DSUIE,
980
+ {
981
+ [_e]: _s,
982
+ [_hE]: 500,
983
+ },
984
+ [_M],
985
+ [0],
986
+ ];
987
+ schema.TypeRegistry.for(n0).registerError(DeleteSlackUserIdentityException, DeleteSlackUserIdentityException$1);
988
+ var DeleteSlackUserIdentityRequest = [3, n0, _DSUIR, 0, [_CCA, _STI, _SUI], [0, 0, 0]];
989
+ var DeleteSlackUserIdentityResult = [3, n0, _DSUIRe, 0, [], []];
990
+ var DeleteSlackWorkspaceAuthorizationFault = [
991
+ -3,
992
+ n0,
993
+ _DSWAF,
994
+ {
995
+ [_e]: _s,
996
+ [_hE]: 500,
997
+ },
998
+ [_M],
999
+ [0],
1000
+ ];
1001
+ schema.TypeRegistry.for(n0).registerError(DeleteSlackWorkspaceAuthorizationFault, DeleteSlackWorkspaceAuthorizationFault$1);
1002
+ var DeleteSlackWorkspaceAuthorizationRequest = [3, n0, _DSWAR, 0, [_STI], [0]];
1003
+ var DeleteSlackWorkspaceAuthorizationResult = [3, n0, _DSWARe, 0, [], []];
1004
+ var DeleteTeamsChannelConfigurationException = [
1005
+ -3,
1006
+ n0,
1007
+ _DTCCE,
1008
+ {
1009
+ [_e]: _s,
1010
+ [_hE]: 500,
1011
+ },
1012
+ [_M],
1013
+ [0],
1014
+ ];
1015
+ schema.TypeRegistry.for(n0).registerError(DeleteTeamsChannelConfigurationException, DeleteTeamsChannelConfigurationException$1);
1016
+ var DeleteTeamsChannelConfigurationRequest = [3, n0, _DTCCR, 0, [_CCA], [0]];
1017
+ var DeleteTeamsChannelConfigurationResult = [3, n0, _DTCCRe, 0, [], []];
1018
+ var DeleteTeamsConfiguredTeamException = [
1019
+ -3,
1020
+ n0,
1021
+ _DTCTE,
1022
+ {
1023
+ [_e]: _s,
1024
+ [_hE]: 500,
1025
+ },
1026
+ [_M],
1027
+ [0],
1028
+ ];
1029
+ schema.TypeRegistry.for(n0).registerError(DeleteTeamsConfiguredTeamException, DeleteTeamsConfiguredTeamException$1);
1030
+ var DeleteTeamsConfiguredTeamRequest = [3, n0, _DTCTR, 0, [_TIe], [0]];
1031
+ var DeleteTeamsConfiguredTeamResult = [3, n0, _DTCTRe, 0, [], []];
1032
+ var DescribeChimeWebhookConfigurationsException = [
1033
+ -3,
1034
+ n0,
1035
+ _DCWCEe,
1036
+ {
1037
+ [_e]: _s,
1038
+ [_hE]: 500,
1039
+ },
1040
+ [_M],
1041
+ [0],
1042
+ ];
1043
+ schema.TypeRegistry.for(n0).registerError(DescribeChimeWebhookConfigurationsException, DescribeChimeWebhookConfigurationsException$1);
1044
+ var DescribeChimeWebhookConfigurationsRequest = [
1045
+ 3,
1046
+ n0,
1047
+ _DCWCRes,
1048
+ 0,
1049
+ [_MR, _NTe, _CCA],
1050
+ [1, 0, 0],
1051
+ ];
1052
+ var DescribeChimeWebhookConfigurationsResult = [
1053
+ 3,
1054
+ n0,
1055
+ _DCWCResc,
1056
+ 0,
1057
+ [_NTe, _WCe],
1058
+ [0, [() => ChimeWebhookConfigurationList, 0]],
1059
+ ];
1060
+ var DescribeSlackChannelConfigurationsException = [
1061
+ -3,
1062
+ n0,
1063
+ _DSCCEe,
1064
+ {
1065
+ [_e]: _s,
1066
+ [_hE]: 500,
1067
+ },
1068
+ [_M],
1069
+ [0],
1070
+ ];
1071
+ schema.TypeRegistry.for(n0).registerError(DescribeSlackChannelConfigurationsException, DescribeSlackChannelConfigurationsException$1);
1072
+ var DescribeSlackChannelConfigurationsRequest = [
1073
+ 3,
1074
+ n0,
1075
+ _DSCCRes,
1076
+ 0,
1077
+ [_MR, _NTe, _CCA],
1078
+ [1, 0, 0],
1079
+ ];
1080
+ var DescribeSlackChannelConfigurationsResult = [
1081
+ 3,
1082
+ n0,
1083
+ _DSCCResc,
1084
+ 0,
1085
+ [_NTe, _SCC],
1086
+ [0, [() => SlackChannelConfigurationList, 0]],
1087
+ ];
1088
+ var DescribeSlackUserIdentitiesException = [
1089
+ -3,
1090
+ n0,
1091
+ _DSUIEe,
1092
+ {
1093
+ [_e]: _s,
1094
+ [_hE]: 500,
1095
+ },
1096
+ [_M],
1097
+ [0],
1098
+ ];
1099
+ schema.TypeRegistry.for(n0).registerError(DescribeSlackUserIdentitiesException, DescribeSlackUserIdentitiesException$1);
1100
+ var DescribeSlackUserIdentitiesRequest = [
1101
+ 3,
1102
+ n0,
1103
+ _DSUIRes,
1104
+ 0,
1105
+ [_CCA, _NTe, _MR],
1106
+ [0, 0, 1],
1107
+ ];
1108
+ var DescribeSlackUserIdentitiesResult = [
1109
+ 3,
1110
+ n0,
1111
+ _DSUIResc,
1112
+ 0,
1113
+ [_SUIl, _NTe],
1114
+ [() => SlackUserIdentitiesList, 0],
1115
+ ];
1116
+ var DescribeSlackWorkspacesException = [
1117
+ -3,
1118
+ n0,
1119
+ _DSWE,
1120
+ {
1121
+ [_e]: _s,
1122
+ [_hE]: 500,
1123
+ },
1124
+ [_M],
1125
+ [0],
1126
+ ];
1127
+ schema.TypeRegistry.for(n0).registerError(DescribeSlackWorkspacesException, DescribeSlackWorkspacesException$1);
1128
+ var DescribeSlackWorkspacesRequest = [3, n0, _DSWR, 0, [_MR, _NTe], [1, 0]];
1129
+ var DescribeSlackWorkspacesResult = [
1130
+ 3,
1131
+ n0,
1132
+ _DSWRe,
1133
+ 0,
1134
+ [_SW, _NTe],
1135
+ [() => SlackWorkspacesList, 0],
1136
+ ];
1137
+ var DisassociateFromConfigurationRequest = [3, n0, _DFCR, 0, [_R, _CC], [0, 0]];
1138
+ var DisassociateFromConfigurationResult = [3, n0, _DFCRi, 0, [], []];
1139
+ var GetAccountPreferencesException = [
1140
+ -3,
1141
+ n0,
1142
+ _GAPE,
1143
+ {
1144
+ [_e]: _s,
1145
+ [_hE]: 500,
1146
+ },
1147
+ [_M],
1148
+ [0],
1149
+ ];
1150
+ schema.TypeRegistry.for(n0).registerError(GetAccountPreferencesException, GetAccountPreferencesException$1);
1151
+ var GetAccountPreferencesRequest = [3, n0, _GAPR, 0, [], []];
1152
+ var GetAccountPreferencesResult = [3, n0, _GAPRe, 0, [_AP], [() => AccountPreferences]];
1153
+ var GetCustomActionRequest = [3, n0, _GCAR, 0, [_CAA], [0]];
1154
+ var GetCustomActionResult = [3, n0, _GCARe, 0, [_CA], [() => CustomAction]];
1155
+ var GetTeamsChannelConfigurationException = [
1156
+ -3,
1157
+ n0,
1158
+ _GTCCE,
1159
+ {
1160
+ [_e]: _s,
1161
+ [_hE]: 500,
1162
+ },
1163
+ [_M],
1164
+ [0],
1165
+ ];
1166
+ schema.TypeRegistry.for(n0).registerError(GetTeamsChannelConfigurationException, GetTeamsChannelConfigurationException$1);
1167
+ var GetTeamsChannelConfigurationRequest = [3, n0, _GTCCR, 0, [_CCA], [0]];
1168
+ var GetTeamsChannelConfigurationResult = [
1169
+ 3,
1170
+ n0,
1171
+ _GTCCRe,
1172
+ 0,
1173
+ [_CCh],
1174
+ [[() => TeamsChannelConfiguration, 0]],
1175
+ ];
1176
+ var InternalServiceError = [
1177
+ -3,
1178
+ n0,
1179
+ _ISE,
1180
+ {
1181
+ [_e]: _s,
1182
+ [_hE]: 500,
1183
+ },
1184
+ [_M],
1185
+ [0],
1186
+ ];
1187
+ schema.TypeRegistry.for(n0).registerError(InternalServiceError, InternalServiceError$1);
1188
+ var InvalidParameterException = [
1189
+ -3,
1190
+ n0,
1191
+ _IPE,
1192
+ {
1193
+ [_e]: _c,
1194
+ [_hE]: 400,
1195
+ },
1196
+ [_m],
1197
+ [0],
1198
+ ];
1199
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
1200
+ var InvalidRequestException = [
1201
+ -3,
1202
+ n0,
1203
+ _IRE,
1204
+ {
1205
+ [_e]: _c,
1206
+ [_hE]: 400,
1207
+ },
1208
+ [_m],
1209
+ [0],
1210
+ ];
1211
+ schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
1212
+ var LimitExceededException = [
1213
+ -3,
1214
+ n0,
1215
+ _LEE,
1216
+ {
1217
+ [_e]: _c,
1218
+ [_hE]: 403,
1219
+ },
1220
+ [_m],
1221
+ [0],
1222
+ ];
1223
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1224
+ var ListAssociationsRequest = [3, n0, _LAR, 0, [_CC, _MR, _NTe], [0, 1, 0]];
1225
+ var ListAssociationsResult = [3, n0, _LARi, 0, [_As, _NTe], [() => AssociationList, 0]];
1226
+ var ListCustomActionsRequest = [3, n0, _LCAR, 0, [_MR, _NTe], [1, 0]];
1227
+ var ListCustomActionsResult = [3, n0, _LCARi, 0, [_CAu, _NTe], [64 | 0, 0]];
1228
+ var ListMicrosoftTeamsConfiguredTeamsException = [
1229
+ -3,
1230
+ n0,
1231
+ _LMTCTE,
1232
+ {
1233
+ [_e]: _s,
1234
+ [_hE]: 500,
1235
+ },
1236
+ [_M],
1237
+ [0],
1238
+ ];
1239
+ schema.TypeRegistry.for(n0).registerError(ListMicrosoftTeamsConfiguredTeamsException, ListMicrosoftTeamsConfiguredTeamsException$1);
1240
+ var ListMicrosoftTeamsConfiguredTeamsRequest = [3, n0, _LMTCTR, 0, [_MR, _NTe], [1, 0]];
1241
+ var ListMicrosoftTeamsConfiguredTeamsResult = [
1242
+ 3,
1243
+ n0,
1244
+ _LMTCTRi,
1245
+ 0,
1246
+ [_CTon, _NTe],
1247
+ [() => ConfiguredTeamsList, 0],
1248
+ ];
1249
+ var ListMicrosoftTeamsUserIdentitiesException = [
1250
+ -3,
1251
+ n0,
1252
+ _LMTUIE,
1253
+ {
1254
+ [_e]: _s,
1255
+ [_hE]: 500,
1256
+ },
1257
+ [_M],
1258
+ [0],
1259
+ ];
1260
+ schema.TypeRegistry.for(n0).registerError(ListMicrosoftTeamsUserIdentitiesException, ListMicrosoftTeamsUserIdentitiesException$1);
1261
+ var ListMicrosoftTeamsUserIdentitiesRequest = [
1262
+ 3,
1263
+ n0,
1264
+ _LMTUIR,
1265
+ 0,
1266
+ [_CCA, _NTe, _MR],
1267
+ [0, 0, 1],
1268
+ ];
1269
+ var ListMicrosoftTeamsUserIdentitiesResult = [
1270
+ 3,
1271
+ n0,
1272
+ _LMTUIRi,
1273
+ 0,
1274
+ [_TUI, _NTe],
1275
+ [() => TeamsUserIdentitiesList, 0],
1276
+ ];
1277
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
1278
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => TagList]];
1279
+ var ListTeamsChannelConfigurationsException = [
1280
+ -3,
1281
+ n0,
1282
+ _LTCCE,
1283
+ {
1284
+ [_e]: _s,
1285
+ [_hE]: 500,
1286
+ },
1287
+ [_M],
1288
+ [0],
1289
+ ];
1290
+ schema.TypeRegistry.for(n0).registerError(ListTeamsChannelConfigurationsException, ListTeamsChannelConfigurationsException$1);
1291
+ var ListTeamsChannelConfigurationsRequest = [
1292
+ 3,
1293
+ n0,
1294
+ _LTCCR,
1295
+ 0,
1296
+ [_MR, _NTe, _TIe],
1297
+ [1, 0, 0],
1298
+ ];
1299
+ var ListTeamsChannelConfigurationsResult = [
1300
+ 3,
1301
+ n0,
1302
+ _LTCCRi,
1303
+ 0,
1304
+ [_NTe, _TCC],
1305
+ [0, [() => TeamChannelConfigurationsList, 0]],
1306
+ ];
1307
+ var ResourceNotFoundException = [
1308
+ -3,
1309
+ n0,
1310
+ _RNFE,
1311
+ {
1312
+ [_e]: _c,
1313
+ [_hE]: 404,
1314
+ },
1315
+ [_M],
1316
+ [0],
1317
+ ];
1318
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1319
+ var ServiceUnavailableException = [
1320
+ -3,
1321
+ n0,
1322
+ _SUE,
1323
+ {
1324
+ [_e]: _c,
1325
+ [_hE]: 429,
1326
+ },
1327
+ [_m],
1328
+ [0],
1329
+ ];
1330
+ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
1331
+ var SlackChannelConfiguration = [
1332
+ 3,
1333
+ n0,
1334
+ _SCCl,
1335
+ 0,
1336
+ [_STN, _STI, _SCI, _SCN, _CCA, _IRA, _STA, _CN, _LL, _GPA, _UAR, _T, _S, _SR],
1337
+ [0, 0, 0, [() => SlackChannelDisplayName, 0], 0, 0, 64 | 0, 0, 0, 64 | 0, 2, () => Tags, 0, 0],
1338
+ ];
1339
+ var SlackUserIdentity = [
1340
+ 3,
1341
+ n0,
1342
+ _SUIla,
1343
+ 0,
1344
+ [_IRA, _CCA, _STI, _SUI, _AUI],
1345
+ [0, 0, 0, 0, 0],
1346
+ ];
1347
+ var SlackWorkspace = [3, n0, _SWl, 0, [_STI, _STN, _S, _SR], [0, 0, 0, 0]];
1348
+ var Tag = [3, n0, _Ta, 0, [_TK, _TV], [0, 0]];
1349
+ var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
1350
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1351
+ var TeamsChannelConfiguration = [
1352
+ 3,
1353
+ n0,
1354
+ _TCCe,
1355
+ 0,
1356
+ [_CI, _CNh, _TIe, _TN, _TI, _CCA, _IRA, _STA, _CN, _LL, _GPA, _UAR, _T, _S, _SR],
1357
+ [0, [() => TeamsChannelName, 0], 0, [() => TeamName, 0], 0, 0, 0, 64 | 0, 0, 0, 64 | 0, 2, () => Tags, 0, 0],
1358
+ ];
1359
+ var TeamsUserIdentity = [
1360
+ 3,
1361
+ n0,
1362
+ _TUIe,
1363
+ 0,
1364
+ [_IRA, _CCA, _TIe, _UI, _AUI, _TCI, _TTI],
1365
+ [0, 0, 0, 0, 0, 0, 0],
1366
+ ];
1367
+ var TooManyTagsException = [
1368
+ -3,
1369
+ n0,
1370
+ _TMTE,
1371
+ {
1372
+ [_e]: _c,
1373
+ [_hE]: 400,
1374
+ },
1375
+ [_m],
1376
+ [0],
1377
+ ];
1378
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
1379
+ var UnauthorizedException = [
1380
+ -3,
1381
+ n0,
1382
+ _UE,
1383
+ {
1384
+ [_e]: _c,
1385
+ [_hE]: 403,
1386
+ },
1387
+ [_m],
1388
+ [0],
1389
+ ];
1390
+ schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
1391
+ var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TKa], [0, 64 | 0]];
1392
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1393
+ var UpdateAccountPreferencesException = [
1394
+ -3,
1395
+ n0,
1396
+ _UAPE,
1397
+ {
1398
+ [_e]: _s,
1399
+ [_hE]: 500,
1400
+ },
1401
+ [_M],
1402
+ [0],
1403
+ ];
1404
+ schema.TypeRegistry.for(n0).registerError(UpdateAccountPreferencesException, UpdateAccountPreferencesException$1);
1405
+ var UpdateAccountPreferencesRequest = [3, n0, _UAPR, 0, [_UAR, _TDCE], [2, 2]];
1406
+ var UpdateAccountPreferencesResult = [
1407
+ 3,
1408
+ n0,
1409
+ _UAPRp,
1410
+ 0,
1411
+ [_AP],
1412
+ [() => AccountPreferences],
1413
+ ];
1414
+ var UpdateChimeWebhookConfigurationException = [
1415
+ -3,
1416
+ n0,
1417
+ _UCWCE,
1418
+ {
1419
+ [_e]: _s,
1420
+ [_hE]: 500,
1421
+ },
1422
+ [_M],
1423
+ [0],
1424
+ ];
1425
+ schema.TypeRegistry.for(n0).registerError(UpdateChimeWebhookConfigurationException, UpdateChimeWebhookConfigurationException$1);
1426
+ var UpdateChimeWebhookConfigurationRequest = [
1427
+ 3,
1428
+ n0,
1429
+ _UCWCR,
1430
+ 0,
1431
+ [_CCA, _WD, _WU, _STA, _IRA, _LL],
1432
+ [0, [() => ChimeWebhookDescription, 0], [() => ChimeWebhookUrl, 0], 64 | 0, 0, 0],
1433
+ ];
1434
+ var UpdateChimeWebhookConfigurationResult = [
1435
+ 3,
1436
+ n0,
1437
+ _UCWCRp,
1438
+ 0,
1439
+ [_WC],
1440
+ [[() => ChimeWebhookConfiguration, 0]],
1441
+ ];
1442
+ var UpdateCustomActionRequest = [
1443
+ 3,
1444
+ n0,
1445
+ _UCAR,
1446
+ 0,
1447
+ [_CAA, _D, _AN, _A],
1448
+ [0, () => CustomActionDefinition, 0, () => CustomActionAttachmentList],
1449
+ ];
1450
+ var UpdateCustomActionResult = [3, n0, _UCARp, 0, [_CAA], [0]];
1451
+ var UpdateSlackChannelConfigurationException = [
1452
+ -3,
1453
+ n0,
1454
+ _USCCE,
1455
+ {
1456
+ [_e]: _s,
1457
+ [_hE]: 500,
1458
+ },
1459
+ [_M],
1460
+ [0],
1461
+ ];
1462
+ schema.TypeRegistry.for(n0).registerError(UpdateSlackChannelConfigurationException, UpdateSlackChannelConfigurationException$1);
1463
+ var UpdateSlackChannelConfigurationRequest = [
1464
+ 3,
1465
+ n0,
1466
+ _USCCR,
1467
+ 0,
1468
+ [_CCA, _SCI, _SCN, _STA, _IRA, _LL, _GPA, _UAR],
1469
+ [0, 0, [() => SlackChannelDisplayName, 0], 64 | 0, 0, 0, 64 | 0, 2],
1470
+ ];
1471
+ var UpdateSlackChannelConfigurationResult = [
1472
+ 3,
1473
+ n0,
1474
+ _USCCRp,
1475
+ 0,
1476
+ [_CCh],
1477
+ [[() => SlackChannelConfiguration, 0]],
1478
+ ];
1479
+ var UpdateTeamsChannelConfigurationException = [
1480
+ -3,
1481
+ n0,
1482
+ _UTCCE,
1483
+ {
1484
+ [_e]: _s,
1485
+ [_hE]: 500,
1486
+ },
1487
+ [_M],
1488
+ [0],
1489
+ ];
1490
+ schema.TypeRegistry.for(n0).registerError(UpdateTeamsChannelConfigurationException, UpdateTeamsChannelConfigurationException$1);
1491
+ var UpdateTeamsChannelConfigurationRequest = [
1492
+ 3,
1493
+ n0,
1494
+ _UTCCR,
1495
+ 0,
1496
+ [_CCA, _CI, _CNh, _STA, _IRA, _LL, _GPA, _UAR],
1497
+ [0, 0, [() => TeamsChannelName, 0], 64 | 0, 0, 0, 64 | 0, 2],
1498
+ ];
1499
+ var UpdateTeamsChannelConfigurationResult = [
1500
+ 3,
1501
+ n0,
1502
+ _UTCCRp,
1503
+ 0,
1504
+ [_CCh],
1505
+ [[() => TeamsChannelConfiguration, 0]],
1506
+ ];
1507
+ var ChatbotServiceException = [-3, _sm, "ChatbotServiceException", 0, [], []];
1508
+ schema.TypeRegistry.for(_sm).registerError(ChatbotServiceException, ChatbotServiceException$1);
1509
+ var AssociationList = [1, n0, _ALs, 0, () => AssociationListing];
1510
+ var ChimeWebhookConfigurationList = [1, n0, _CWCL, 0, [() => ChimeWebhookConfiguration, 0]];
1511
+ var ConfiguredTeamsList = [1, n0, _CTL, 0, () => ConfiguredTeam];
1512
+ var CustomActionAttachmentCriteriaList = [
1513
+ 1,
1514
+ n0,
1515
+ _CAACL,
1516
+ 0,
1517
+ () => CustomActionAttachmentCriteria,
1518
+ ];
1519
+ var CustomActionAttachmentList = [1, n0, _CAAL, 0, () => CustomActionAttachment];
1520
+ var SlackChannelConfigurationList = [1, n0, _SCCL, 0, [() => SlackChannelConfiguration, 0]];
1521
+ var SlackUserIdentitiesList = [1, n0, _SUIL, 0, () => SlackUserIdentity];
1522
+ var SlackWorkspacesList = [1, n0, _SWL, 0, () => SlackWorkspace];
1523
+ var TagList = [1, n0, _TL, 0, () => Tag];
1524
+ var Tags = [1, n0, _T, 0, () => Tag];
1525
+ var TeamChannelConfigurationsList = [1, n0, _TCCL, 0, [() => TeamsChannelConfiguration, 0]];
1526
+ var TeamsUserIdentitiesList = [1, n0, _TUIL, 0, () => TeamsUserIdentity];
1527
+ var AssociateToConfiguration = [
1528
+ 9,
1529
+ n0,
1530
+ _ATC,
1531
+ {
1532
+ [_h]: ["POST", "/associate-to-configuration", 201],
1533
+ },
1534
+ () => AssociateToConfigurationRequest,
1535
+ () => AssociateToConfigurationResult,
1536
+ ];
1537
+ var CreateChimeWebhookConfiguration = [
1538
+ 9,
1539
+ n0,
1540
+ _CCWC,
1541
+ {
1542
+ [_h]: ["POST", "/create-chime-webhook-configuration", 201],
1543
+ },
1544
+ () => CreateChimeWebhookConfigurationRequest,
1545
+ () => CreateChimeWebhookConfigurationResult,
1546
+ ];
1547
+ var CreateCustomAction = [
1548
+ 9,
1549
+ n0,
1550
+ _CCAr,
1551
+ {
1552
+ [_h]: ["POST", "/create-custom-action", 201],
1553
+ },
1554
+ () => CreateCustomActionRequest,
1555
+ () => CreateCustomActionResult,
1556
+ ];
1557
+ var CreateMicrosoftTeamsChannelConfiguration = [
1558
+ 9,
1559
+ n0,
1560
+ _CMTCC,
1561
+ {
1562
+ [_h]: ["POST", "/create-ms-teams-channel-configuration", 201],
1563
+ },
1564
+ () => CreateTeamsChannelConfigurationRequest,
1565
+ () => CreateTeamsChannelConfigurationResult,
1566
+ ];
1567
+ var CreateSlackChannelConfiguration = [
1568
+ 9,
1569
+ n0,
1570
+ _CSCC,
1571
+ {
1572
+ [_h]: ["POST", "/create-slack-channel-configuration", 201],
1573
+ },
1574
+ () => CreateSlackChannelConfigurationRequest,
1575
+ () => CreateSlackChannelConfigurationResult,
1576
+ ];
1577
+ var DeleteChimeWebhookConfiguration = [
1578
+ 9,
1579
+ n0,
1580
+ _DCWC,
1581
+ {
1582
+ [_h]: ["POST", "/delete-chime-webhook-configuration", 204],
1583
+ },
1584
+ () => DeleteChimeWebhookConfigurationRequest,
1585
+ () => DeleteChimeWebhookConfigurationResult,
1586
+ ];
1587
+ var DeleteCustomAction = [
1588
+ 9,
1589
+ n0,
1590
+ _DCA,
1591
+ {
1592
+ [_h]: ["POST", "/delete-custom-action", 204],
1593
+ },
1594
+ () => DeleteCustomActionRequest,
1595
+ () => DeleteCustomActionResult,
1596
+ ];
1597
+ var DeleteMicrosoftTeamsChannelConfiguration = [
1598
+ 9,
1599
+ n0,
1600
+ _DMTCC,
1601
+ {
1602
+ [_h]: ["POST", "/delete-ms-teams-channel-configuration", 204],
1603
+ },
1604
+ () => DeleteTeamsChannelConfigurationRequest,
1605
+ () => DeleteTeamsChannelConfigurationResult,
1606
+ ];
1607
+ var DeleteMicrosoftTeamsConfiguredTeam = [
1608
+ 9,
1609
+ n0,
1610
+ _DMTCT,
1611
+ {
1612
+ [_h]: ["POST", "/delete-ms-teams-configured-teams", 204],
1613
+ },
1614
+ () => DeleteTeamsConfiguredTeamRequest,
1615
+ () => DeleteTeamsConfiguredTeamResult,
1616
+ ];
1617
+ var DeleteMicrosoftTeamsUserIdentity = [
1618
+ 9,
1619
+ n0,
1620
+ _DMTUI,
1621
+ {
1622
+ [_h]: ["POST", "/delete-ms-teams-user-identity", 204],
1623
+ },
1624
+ () => DeleteMicrosoftTeamsUserIdentityRequest,
1625
+ () => DeleteMicrosoftTeamsUserIdentityResult,
1626
+ ];
1627
+ var DeleteSlackChannelConfiguration = [
1628
+ 9,
1629
+ n0,
1630
+ _DSCC,
1631
+ {
1632
+ [_h]: ["POST", "/delete-slack-channel-configuration", 204],
1633
+ },
1634
+ () => DeleteSlackChannelConfigurationRequest,
1635
+ () => DeleteSlackChannelConfigurationResult,
1636
+ ];
1637
+ var DeleteSlackUserIdentity = [
1638
+ 9,
1639
+ n0,
1640
+ _DSUI,
1641
+ {
1642
+ [_h]: ["POST", "/delete-slack-user-identity", 204],
1643
+ },
1644
+ () => DeleteSlackUserIdentityRequest,
1645
+ () => DeleteSlackUserIdentityResult,
1646
+ ];
1647
+ var DeleteSlackWorkspaceAuthorization = [
1648
+ 9,
1649
+ n0,
1650
+ _DSWA,
1651
+ {
1652
+ [_h]: ["POST", "/delete-slack-workspace-authorization", 204],
1653
+ },
1654
+ () => DeleteSlackWorkspaceAuthorizationRequest,
1655
+ () => DeleteSlackWorkspaceAuthorizationResult,
1656
+ ];
1657
+ var DescribeChimeWebhookConfigurations = [
1658
+ 9,
1659
+ n0,
1660
+ _DCWCe,
1661
+ {
1662
+ [_h]: ["POST", "/describe-chime-webhook-configurations", 200],
1663
+ },
1664
+ () => DescribeChimeWebhookConfigurationsRequest,
1665
+ () => DescribeChimeWebhookConfigurationsResult,
1666
+ ];
1667
+ var DescribeSlackChannelConfigurations = [
1668
+ 9,
1669
+ n0,
1670
+ _DSCCe,
1671
+ {
1672
+ [_h]: ["POST", "/describe-slack-channel-configurations", 200],
1673
+ },
1674
+ () => DescribeSlackChannelConfigurationsRequest,
1675
+ () => DescribeSlackChannelConfigurationsResult,
1676
+ ];
1677
+ var DescribeSlackUserIdentities = [
1678
+ 9,
1679
+ n0,
1680
+ _DSUIe,
1681
+ {
1682
+ [_h]: ["POST", "/describe-slack-user-identities", 200],
1683
+ },
1684
+ () => DescribeSlackUserIdentitiesRequest,
1685
+ () => DescribeSlackUserIdentitiesResult,
1686
+ ];
1687
+ var DescribeSlackWorkspaces = [
1688
+ 9,
1689
+ n0,
1690
+ _DSW,
1691
+ {
1692
+ [_h]: ["POST", "/describe-slack-workspaces", 200],
1693
+ },
1694
+ () => DescribeSlackWorkspacesRequest,
1695
+ () => DescribeSlackWorkspacesResult,
1696
+ ];
1697
+ var DisassociateFromConfiguration = [
1698
+ 9,
1699
+ n0,
1700
+ _DFC,
1701
+ {
1702
+ [_h]: ["POST", "/disassociate-from-configuration", 204],
1703
+ },
1704
+ () => DisassociateFromConfigurationRequest,
1705
+ () => DisassociateFromConfigurationResult,
1706
+ ];
1707
+ var GetAccountPreferences = [
1708
+ 9,
1709
+ n0,
1710
+ _GAP,
1711
+ {
1712
+ [_h]: ["POST", "/get-account-preferences", 200],
1713
+ },
1714
+ () => GetAccountPreferencesRequest,
1715
+ () => GetAccountPreferencesResult,
1716
+ ];
1717
+ var GetCustomAction = [
1718
+ 9,
1719
+ n0,
1720
+ _GCA,
1721
+ {
1722
+ [_h]: ["POST", "/get-custom-action", 200],
1723
+ },
1724
+ () => GetCustomActionRequest,
1725
+ () => GetCustomActionResult,
1726
+ ];
1727
+ var GetMicrosoftTeamsChannelConfiguration = [
1728
+ 9,
1729
+ n0,
1730
+ _GMTCC,
1731
+ {
1732
+ [_h]: ["POST", "/get-ms-teams-channel-configuration", 200],
1733
+ },
1734
+ () => GetTeamsChannelConfigurationRequest,
1735
+ () => GetTeamsChannelConfigurationResult,
1736
+ ];
1737
+ var ListAssociations = [
1738
+ 9,
1739
+ n0,
1740
+ _LA,
1741
+ {
1742
+ [_h]: ["POST", "/list-associations", 200],
1743
+ },
1744
+ () => ListAssociationsRequest,
1745
+ () => ListAssociationsResult,
1746
+ ];
1747
+ var ListCustomActions = [
1748
+ 9,
1749
+ n0,
1750
+ _LCA,
1751
+ {
1752
+ [_h]: ["POST", "/list-custom-actions", 200],
1753
+ },
1754
+ () => ListCustomActionsRequest,
1755
+ () => ListCustomActionsResult,
1756
+ ];
1757
+ var ListMicrosoftTeamsChannelConfigurations = [
1758
+ 9,
1759
+ n0,
1760
+ _LMTCC,
1761
+ {
1762
+ [_h]: ["POST", "/list-ms-teams-channel-configurations", 200],
1763
+ },
1764
+ () => ListTeamsChannelConfigurationsRequest,
1765
+ () => ListTeamsChannelConfigurationsResult,
1766
+ ];
1767
+ var ListMicrosoftTeamsConfiguredTeams = [
1768
+ 9,
1769
+ n0,
1770
+ _LMTCT,
1771
+ {
1772
+ [_h]: ["POST", "/list-ms-teams-configured-teams", 200],
1773
+ },
1774
+ () => ListMicrosoftTeamsConfiguredTeamsRequest,
1775
+ () => ListMicrosoftTeamsConfiguredTeamsResult,
1776
+ ];
1777
+ var ListMicrosoftTeamsUserIdentities = [
1778
+ 9,
1779
+ n0,
1780
+ _LMTUI,
1781
+ {
1782
+ [_h]: ["POST", "/list-ms-teams-user-identities", 200],
1783
+ },
1784
+ () => ListMicrosoftTeamsUserIdentitiesRequest,
1785
+ () => ListMicrosoftTeamsUserIdentitiesResult,
1786
+ ];
1787
+ var ListTagsForResource = [
1788
+ 9,
1789
+ n0,
1790
+ _LTFR,
1791
+ {
1792
+ [_h]: ["POST", "/list-tags-for-resource", 200],
1793
+ },
1794
+ () => ListTagsForResourceRequest,
1795
+ () => ListTagsForResourceResponse,
1796
+ ];
1797
+ var TagResource = [
1798
+ 9,
1799
+ n0,
1800
+ _TR,
1801
+ {
1802
+ [_h]: ["POST", "/tag-resource", 200],
1803
+ },
1804
+ () => TagResourceRequest,
1805
+ () => TagResourceResponse,
1806
+ ];
1807
+ var UntagResource = [
1808
+ 9,
1809
+ n0,
1810
+ _UR,
1811
+ {
1812
+ [_h]: ["POST", "/untag-resource", 200],
1813
+ },
1814
+ () => UntagResourceRequest,
1815
+ () => UntagResourceResponse,
1816
+ ];
1817
+ var UpdateAccountPreferences = [
1818
+ 9,
1819
+ n0,
1820
+ _UAP,
1821
+ {
1822
+ [_h]: ["POST", "/update-account-preferences", 200],
1823
+ },
1824
+ () => UpdateAccountPreferencesRequest,
1825
+ () => UpdateAccountPreferencesResult,
1826
+ ];
1827
+ var UpdateChimeWebhookConfiguration = [
1828
+ 9,
1829
+ n0,
1830
+ _UCWC,
1831
+ {
1832
+ [_h]: ["POST", "/update-chime-webhook-configuration", 200],
1833
+ },
1834
+ () => UpdateChimeWebhookConfigurationRequest,
1835
+ () => UpdateChimeWebhookConfigurationResult,
1836
+ ];
1837
+ var UpdateCustomAction = [
1838
+ 9,
1839
+ n0,
1840
+ _UCA,
1841
+ {
1842
+ [_h]: ["POST", "/update-custom-action", 200],
1843
+ },
1844
+ () => UpdateCustomActionRequest,
1845
+ () => UpdateCustomActionResult,
1846
+ ];
1847
+ var UpdateMicrosoftTeamsChannelConfiguration = [
1848
+ 9,
1849
+ n0,
1850
+ _UMTCC,
1851
+ {
1852
+ [_h]: ["POST", "/update-ms-teams-channel-configuration", 200],
1853
+ },
1854
+ () => UpdateTeamsChannelConfigurationRequest,
1855
+ () => UpdateTeamsChannelConfigurationResult,
1856
+ ];
1857
+ var UpdateSlackChannelConfiguration = [
1858
+ 9,
1859
+ n0,
1860
+ _USCC,
1861
+ {
1862
+ [_h]: ["POST", "/update-slack-channel-configuration", 200],
1863
+ },
1864
+ () => UpdateSlackChannelConfigurationRequest,
1865
+ () => UpdateSlackChannelConfigurationResult,
1866
+ ];
2145
1867
 
2146
1868
  class AssociateToConfigurationCommand extends smithyClient.Command
2147
1869
  .classBuilder()
2148
1870
  .ep(commonParams)
2149
1871
  .m(function (Command, cs, config, o) {
2150
- return [
2151
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2152
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2153
- ];
1872
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2154
1873
  })
2155
1874
  .s("WheatleyOrchestration_20171011", "AssociateToConfiguration", {})
2156
1875
  .n("ChatbotClient", "AssociateToConfigurationCommand")
2157
- .f(void 0, void 0)
2158
- .ser(se_AssociateToConfigurationCommand)
2159
- .de(de_AssociateToConfigurationCommand)
1876
+ .sc(AssociateToConfiguration)
2160
1877
  .build() {
2161
1878
  }
2162
1879
 
@@ -2164,16 +1881,11 @@ class CreateChimeWebhookConfigurationCommand extends smithyClient.Command
2164
1881
  .classBuilder()
2165
1882
  .ep(commonParams)
2166
1883
  .m(function (Command, cs, config, o) {
2167
- return [
2168
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2169
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2170
- ];
1884
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2171
1885
  })
2172
1886
  .s("WheatleyOrchestration_20171011", "CreateChimeWebhookConfiguration", {})
2173
1887
  .n("ChatbotClient", "CreateChimeWebhookConfigurationCommand")
2174
- .f(CreateChimeWebhookConfigurationRequestFilterSensitiveLog, CreateChimeWebhookConfigurationResultFilterSensitiveLog)
2175
- .ser(se_CreateChimeWebhookConfigurationCommand)
2176
- .de(de_CreateChimeWebhookConfigurationCommand)
1888
+ .sc(CreateChimeWebhookConfiguration)
2177
1889
  .build() {
2178
1890
  }
2179
1891
 
@@ -2181,16 +1893,11 @@ class CreateCustomActionCommand extends smithyClient.Command
2181
1893
  .classBuilder()
2182
1894
  .ep(commonParams)
2183
1895
  .m(function (Command, cs, config, o) {
2184
- return [
2185
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2186
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2187
- ];
1896
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2188
1897
  })
2189
1898
  .s("WheatleyOrchestration_20171011", "CreateCustomAction", {})
2190
1899
  .n("ChatbotClient", "CreateCustomActionCommand")
2191
- .f(void 0, void 0)
2192
- .ser(se_CreateCustomActionCommand)
2193
- .de(de_CreateCustomActionCommand)
1900
+ .sc(CreateCustomAction)
2194
1901
  .build() {
2195
1902
  }
2196
1903
 
@@ -2198,16 +1905,11 @@ class CreateMicrosoftTeamsChannelConfigurationCommand extends smithyClient.Comma
2198
1905
  .classBuilder()
2199
1906
  .ep(commonParams)
2200
1907
  .m(function (Command, cs, config, o) {
2201
- return [
2202
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2203
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2204
- ];
1908
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2205
1909
  })
2206
1910
  .s("WheatleyOrchestration_20171011", "CreateMicrosoftTeamsChannelConfiguration", {})
2207
1911
  .n("ChatbotClient", "CreateMicrosoftTeamsChannelConfigurationCommand")
2208
- .f(CreateTeamsChannelConfigurationRequestFilterSensitiveLog, CreateTeamsChannelConfigurationResultFilterSensitiveLog)
2209
- .ser(se_CreateMicrosoftTeamsChannelConfigurationCommand)
2210
- .de(de_CreateMicrosoftTeamsChannelConfigurationCommand)
1912
+ .sc(CreateMicrosoftTeamsChannelConfiguration)
2211
1913
  .build() {
2212
1914
  }
2213
1915
 
@@ -2215,16 +1917,11 @@ class CreateSlackChannelConfigurationCommand extends smithyClient.Command
2215
1917
  .classBuilder()
2216
1918
  .ep(commonParams)
2217
1919
  .m(function (Command, cs, config, o) {
2218
- return [
2219
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2220
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2221
- ];
1920
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2222
1921
  })
2223
1922
  .s("WheatleyOrchestration_20171011", "CreateSlackChannelConfiguration", {})
2224
1923
  .n("ChatbotClient", "CreateSlackChannelConfigurationCommand")
2225
- .f(CreateSlackChannelConfigurationRequestFilterSensitiveLog, CreateSlackChannelConfigurationResultFilterSensitiveLog)
2226
- .ser(se_CreateSlackChannelConfigurationCommand)
2227
- .de(de_CreateSlackChannelConfigurationCommand)
1924
+ .sc(CreateSlackChannelConfiguration)
2228
1925
  .build() {
2229
1926
  }
2230
1927
 
@@ -2232,16 +1929,11 @@ class DeleteChimeWebhookConfigurationCommand extends smithyClient.Command
2232
1929
  .classBuilder()
2233
1930
  .ep(commonParams)
2234
1931
  .m(function (Command, cs, config, o) {
2235
- return [
2236
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2237
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2238
- ];
1932
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2239
1933
  })
2240
1934
  .s("WheatleyOrchestration_20171011", "DeleteChimeWebhookConfiguration", {})
2241
1935
  .n("ChatbotClient", "DeleteChimeWebhookConfigurationCommand")
2242
- .f(void 0, void 0)
2243
- .ser(se_DeleteChimeWebhookConfigurationCommand)
2244
- .de(de_DeleteChimeWebhookConfigurationCommand)
1936
+ .sc(DeleteChimeWebhookConfiguration)
2245
1937
  .build() {
2246
1938
  }
2247
1939
 
@@ -2249,16 +1941,11 @@ class DeleteCustomActionCommand extends smithyClient.Command
2249
1941
  .classBuilder()
2250
1942
  .ep(commonParams)
2251
1943
  .m(function (Command, cs, config, o) {
2252
- return [
2253
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2254
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2255
- ];
1944
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2256
1945
  })
2257
1946
  .s("WheatleyOrchestration_20171011", "DeleteCustomAction", {})
2258
1947
  .n("ChatbotClient", "DeleteCustomActionCommand")
2259
- .f(void 0, void 0)
2260
- .ser(se_DeleteCustomActionCommand)
2261
- .de(de_DeleteCustomActionCommand)
1948
+ .sc(DeleteCustomAction)
2262
1949
  .build() {
2263
1950
  }
2264
1951
 
@@ -2266,16 +1953,11 @@ class DeleteMicrosoftTeamsChannelConfigurationCommand extends smithyClient.Comma
2266
1953
  .classBuilder()
2267
1954
  .ep(commonParams)
2268
1955
  .m(function (Command, cs, config, o) {
2269
- return [
2270
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2271
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2272
- ];
1956
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2273
1957
  })
2274
1958
  .s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsChannelConfiguration", {})
2275
1959
  .n("ChatbotClient", "DeleteMicrosoftTeamsChannelConfigurationCommand")
2276
- .f(void 0, void 0)
2277
- .ser(se_DeleteMicrosoftTeamsChannelConfigurationCommand)
2278
- .de(de_DeleteMicrosoftTeamsChannelConfigurationCommand)
1960
+ .sc(DeleteMicrosoftTeamsChannelConfiguration)
2279
1961
  .build() {
2280
1962
  }
2281
1963
 
@@ -2283,16 +1965,11 @@ class DeleteMicrosoftTeamsConfiguredTeamCommand extends smithyClient.Command
2283
1965
  .classBuilder()
2284
1966
  .ep(commonParams)
2285
1967
  .m(function (Command, cs, config, o) {
2286
- return [
2287
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2288
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2289
- ];
1968
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2290
1969
  })
2291
1970
  .s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsConfiguredTeam", {})
2292
1971
  .n("ChatbotClient", "DeleteMicrosoftTeamsConfiguredTeamCommand")
2293
- .f(void 0, void 0)
2294
- .ser(se_DeleteMicrosoftTeamsConfiguredTeamCommand)
2295
- .de(de_DeleteMicrosoftTeamsConfiguredTeamCommand)
1972
+ .sc(DeleteMicrosoftTeamsConfiguredTeam)
2296
1973
  .build() {
2297
1974
  }
2298
1975
 
@@ -2300,16 +1977,11 @@ class DeleteMicrosoftTeamsUserIdentityCommand extends smithyClient.Command
2300
1977
  .classBuilder()
2301
1978
  .ep(commonParams)
2302
1979
  .m(function (Command, cs, config, o) {
2303
- return [
2304
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2305
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2306
- ];
1980
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2307
1981
  })
2308
1982
  .s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsUserIdentity", {})
2309
1983
  .n("ChatbotClient", "DeleteMicrosoftTeamsUserIdentityCommand")
2310
- .f(void 0, void 0)
2311
- .ser(se_DeleteMicrosoftTeamsUserIdentityCommand)
2312
- .de(de_DeleteMicrosoftTeamsUserIdentityCommand)
1984
+ .sc(DeleteMicrosoftTeamsUserIdentity)
2313
1985
  .build() {
2314
1986
  }
2315
1987
 
@@ -2317,16 +1989,11 @@ class DeleteSlackChannelConfigurationCommand extends smithyClient.Command
2317
1989
  .classBuilder()
2318
1990
  .ep(commonParams)
2319
1991
  .m(function (Command, cs, config, o) {
2320
- return [
2321
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2322
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2323
- ];
1992
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2324
1993
  })
2325
1994
  .s("WheatleyOrchestration_20171011", "DeleteSlackChannelConfiguration", {})
2326
1995
  .n("ChatbotClient", "DeleteSlackChannelConfigurationCommand")
2327
- .f(void 0, void 0)
2328
- .ser(se_DeleteSlackChannelConfigurationCommand)
2329
- .de(de_DeleteSlackChannelConfigurationCommand)
1996
+ .sc(DeleteSlackChannelConfiguration)
2330
1997
  .build() {
2331
1998
  }
2332
1999
 
@@ -2334,16 +2001,11 @@ class DeleteSlackUserIdentityCommand extends smithyClient.Command
2334
2001
  .classBuilder()
2335
2002
  .ep(commonParams)
2336
2003
  .m(function (Command, cs, config, o) {
2337
- return [
2338
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2339
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2340
- ];
2004
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2341
2005
  })
2342
2006
  .s("WheatleyOrchestration_20171011", "DeleteSlackUserIdentity", {})
2343
2007
  .n("ChatbotClient", "DeleteSlackUserIdentityCommand")
2344
- .f(void 0, void 0)
2345
- .ser(se_DeleteSlackUserIdentityCommand)
2346
- .de(de_DeleteSlackUserIdentityCommand)
2008
+ .sc(DeleteSlackUserIdentity)
2347
2009
  .build() {
2348
2010
  }
2349
2011
 
@@ -2351,16 +2013,11 @@ class DeleteSlackWorkspaceAuthorizationCommand extends smithyClient.Command
2351
2013
  .classBuilder()
2352
2014
  .ep(commonParams)
2353
2015
  .m(function (Command, cs, config, o) {
2354
- return [
2355
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2356
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2357
- ];
2016
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2358
2017
  })
2359
2018
  .s("WheatleyOrchestration_20171011", "DeleteSlackWorkspaceAuthorization", {})
2360
2019
  .n("ChatbotClient", "DeleteSlackWorkspaceAuthorizationCommand")
2361
- .f(void 0, void 0)
2362
- .ser(se_DeleteSlackWorkspaceAuthorizationCommand)
2363
- .de(de_DeleteSlackWorkspaceAuthorizationCommand)
2020
+ .sc(DeleteSlackWorkspaceAuthorization)
2364
2021
  .build() {
2365
2022
  }
2366
2023
 
@@ -2368,16 +2025,11 @@ class DescribeChimeWebhookConfigurationsCommand extends smithyClient.Command
2368
2025
  .classBuilder()
2369
2026
  .ep(commonParams)
2370
2027
  .m(function (Command, cs, config, o) {
2371
- return [
2372
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2373
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2374
- ];
2028
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2375
2029
  })
2376
2030
  .s("WheatleyOrchestration_20171011", "DescribeChimeWebhookConfigurations", {})
2377
2031
  .n("ChatbotClient", "DescribeChimeWebhookConfigurationsCommand")
2378
- .f(void 0, DescribeChimeWebhookConfigurationsResultFilterSensitiveLog)
2379
- .ser(se_DescribeChimeWebhookConfigurationsCommand)
2380
- .de(de_DescribeChimeWebhookConfigurationsCommand)
2032
+ .sc(DescribeChimeWebhookConfigurations)
2381
2033
  .build() {
2382
2034
  }
2383
2035
 
@@ -2385,16 +2037,11 @@ class DescribeSlackChannelConfigurationsCommand extends smithyClient.Command
2385
2037
  .classBuilder()
2386
2038
  .ep(commonParams)
2387
2039
  .m(function (Command, cs, config, o) {
2388
- return [
2389
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2390
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2391
- ];
2040
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2392
2041
  })
2393
2042
  .s("WheatleyOrchestration_20171011", "DescribeSlackChannelConfigurations", {})
2394
2043
  .n("ChatbotClient", "DescribeSlackChannelConfigurationsCommand")
2395
- .f(void 0, DescribeSlackChannelConfigurationsResultFilterSensitiveLog)
2396
- .ser(se_DescribeSlackChannelConfigurationsCommand)
2397
- .de(de_DescribeSlackChannelConfigurationsCommand)
2044
+ .sc(DescribeSlackChannelConfigurations)
2398
2045
  .build() {
2399
2046
  }
2400
2047
 
@@ -2402,16 +2049,11 @@ class DescribeSlackUserIdentitiesCommand extends smithyClient.Command
2402
2049
  .classBuilder()
2403
2050
  .ep(commonParams)
2404
2051
  .m(function (Command, cs, config, o) {
2405
- return [
2406
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2407
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2408
- ];
2052
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2409
2053
  })
2410
2054
  .s("WheatleyOrchestration_20171011", "DescribeSlackUserIdentities", {})
2411
2055
  .n("ChatbotClient", "DescribeSlackUserIdentitiesCommand")
2412
- .f(void 0, void 0)
2413
- .ser(se_DescribeSlackUserIdentitiesCommand)
2414
- .de(de_DescribeSlackUserIdentitiesCommand)
2056
+ .sc(DescribeSlackUserIdentities)
2415
2057
  .build() {
2416
2058
  }
2417
2059
 
@@ -2419,16 +2061,11 @@ class DescribeSlackWorkspacesCommand extends smithyClient.Command
2419
2061
  .classBuilder()
2420
2062
  .ep(commonParams)
2421
2063
  .m(function (Command, cs, config, o) {
2422
- return [
2423
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2424
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2425
- ];
2064
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2426
2065
  })
2427
2066
  .s("WheatleyOrchestration_20171011", "DescribeSlackWorkspaces", {})
2428
2067
  .n("ChatbotClient", "DescribeSlackWorkspacesCommand")
2429
- .f(void 0, void 0)
2430
- .ser(se_DescribeSlackWorkspacesCommand)
2431
- .de(de_DescribeSlackWorkspacesCommand)
2068
+ .sc(DescribeSlackWorkspaces)
2432
2069
  .build() {
2433
2070
  }
2434
2071
 
@@ -2436,16 +2073,11 @@ class DisassociateFromConfigurationCommand extends smithyClient.Command
2436
2073
  .classBuilder()
2437
2074
  .ep(commonParams)
2438
2075
  .m(function (Command, cs, config, o) {
2439
- return [
2440
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2441
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2442
- ];
2076
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2443
2077
  })
2444
2078
  .s("WheatleyOrchestration_20171011", "DisassociateFromConfiguration", {})
2445
2079
  .n("ChatbotClient", "DisassociateFromConfigurationCommand")
2446
- .f(void 0, void 0)
2447
- .ser(se_DisassociateFromConfigurationCommand)
2448
- .de(de_DisassociateFromConfigurationCommand)
2080
+ .sc(DisassociateFromConfiguration)
2449
2081
  .build() {
2450
2082
  }
2451
2083
 
@@ -2453,16 +2085,11 @@ class GetAccountPreferencesCommand extends smithyClient.Command
2453
2085
  .classBuilder()
2454
2086
  .ep(commonParams)
2455
2087
  .m(function (Command, cs, config, o) {
2456
- return [
2457
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2458
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2459
- ];
2088
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2460
2089
  })
2461
2090
  .s("WheatleyOrchestration_20171011", "GetAccountPreferences", {})
2462
2091
  .n("ChatbotClient", "GetAccountPreferencesCommand")
2463
- .f(void 0, void 0)
2464
- .ser(se_GetAccountPreferencesCommand)
2465
- .de(de_GetAccountPreferencesCommand)
2092
+ .sc(GetAccountPreferences)
2466
2093
  .build() {
2467
2094
  }
2468
2095
 
@@ -2470,16 +2097,11 @@ class GetCustomActionCommand extends smithyClient.Command
2470
2097
  .classBuilder()
2471
2098
  .ep(commonParams)
2472
2099
  .m(function (Command, cs, config, o) {
2473
- return [
2474
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2475
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2476
- ];
2100
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2477
2101
  })
2478
2102
  .s("WheatleyOrchestration_20171011", "GetCustomAction", {})
2479
2103
  .n("ChatbotClient", "GetCustomActionCommand")
2480
- .f(void 0, void 0)
2481
- .ser(se_GetCustomActionCommand)
2482
- .de(de_GetCustomActionCommand)
2104
+ .sc(GetCustomAction)
2483
2105
  .build() {
2484
2106
  }
2485
2107
 
@@ -2487,16 +2109,11 @@ class GetMicrosoftTeamsChannelConfigurationCommand extends smithyClient.Command
2487
2109
  .classBuilder()
2488
2110
  .ep(commonParams)
2489
2111
  .m(function (Command, cs, config, o) {
2490
- return [
2491
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2492
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2493
- ];
2112
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2494
2113
  })
2495
2114
  .s("WheatleyOrchestration_20171011", "GetMicrosoftTeamsChannelConfiguration", {})
2496
2115
  .n("ChatbotClient", "GetMicrosoftTeamsChannelConfigurationCommand")
2497
- .f(void 0, GetTeamsChannelConfigurationResultFilterSensitiveLog)
2498
- .ser(se_GetMicrosoftTeamsChannelConfigurationCommand)
2499
- .de(de_GetMicrosoftTeamsChannelConfigurationCommand)
2116
+ .sc(GetMicrosoftTeamsChannelConfiguration)
2500
2117
  .build() {
2501
2118
  }
2502
2119
 
@@ -2504,16 +2121,11 @@ class ListAssociationsCommand extends smithyClient.Command
2504
2121
  .classBuilder()
2505
2122
  .ep(commonParams)
2506
2123
  .m(function (Command, cs, config, o) {
2507
- return [
2508
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2509
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2510
- ];
2124
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2511
2125
  })
2512
2126
  .s("WheatleyOrchestration_20171011", "ListAssociations", {})
2513
2127
  .n("ChatbotClient", "ListAssociationsCommand")
2514
- .f(void 0, void 0)
2515
- .ser(se_ListAssociationsCommand)
2516
- .de(de_ListAssociationsCommand)
2128
+ .sc(ListAssociations)
2517
2129
  .build() {
2518
2130
  }
2519
2131
 
@@ -2521,16 +2133,11 @@ class ListCustomActionsCommand extends smithyClient.Command
2521
2133
  .classBuilder()
2522
2134
  .ep(commonParams)
2523
2135
  .m(function (Command, cs, config, o) {
2524
- return [
2525
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2526
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2527
- ];
2136
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2528
2137
  })
2529
2138
  .s("WheatleyOrchestration_20171011", "ListCustomActions", {})
2530
2139
  .n("ChatbotClient", "ListCustomActionsCommand")
2531
- .f(void 0, void 0)
2532
- .ser(se_ListCustomActionsCommand)
2533
- .de(de_ListCustomActionsCommand)
2140
+ .sc(ListCustomActions)
2534
2141
  .build() {
2535
2142
  }
2536
2143
 
@@ -2538,16 +2145,11 @@ class ListMicrosoftTeamsChannelConfigurationsCommand extends smithyClient.Comman
2538
2145
  .classBuilder()
2539
2146
  .ep(commonParams)
2540
2147
  .m(function (Command, cs, config, o) {
2541
- return [
2542
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2543
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2544
- ];
2148
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2545
2149
  })
2546
2150
  .s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsChannelConfigurations", {})
2547
2151
  .n("ChatbotClient", "ListMicrosoftTeamsChannelConfigurationsCommand")
2548
- .f(void 0, ListTeamsChannelConfigurationsResultFilterSensitiveLog)
2549
- .ser(se_ListMicrosoftTeamsChannelConfigurationsCommand)
2550
- .de(de_ListMicrosoftTeamsChannelConfigurationsCommand)
2152
+ .sc(ListMicrosoftTeamsChannelConfigurations)
2551
2153
  .build() {
2552
2154
  }
2553
2155
 
@@ -2555,16 +2157,11 @@ class ListMicrosoftTeamsConfiguredTeamsCommand extends smithyClient.Command
2555
2157
  .classBuilder()
2556
2158
  .ep(commonParams)
2557
2159
  .m(function (Command, cs, config, o) {
2558
- return [
2559
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2560
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2561
- ];
2160
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2562
2161
  })
2563
2162
  .s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsConfiguredTeams", {})
2564
2163
  .n("ChatbotClient", "ListMicrosoftTeamsConfiguredTeamsCommand")
2565
- .f(void 0, void 0)
2566
- .ser(se_ListMicrosoftTeamsConfiguredTeamsCommand)
2567
- .de(de_ListMicrosoftTeamsConfiguredTeamsCommand)
2164
+ .sc(ListMicrosoftTeamsConfiguredTeams)
2568
2165
  .build() {
2569
2166
  }
2570
2167
 
@@ -2572,16 +2169,11 @@ class ListMicrosoftTeamsUserIdentitiesCommand extends smithyClient.Command
2572
2169
  .classBuilder()
2573
2170
  .ep(commonParams)
2574
2171
  .m(function (Command, cs, config, o) {
2575
- return [
2576
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2577
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2578
- ];
2172
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2579
2173
  })
2580
2174
  .s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsUserIdentities", {})
2581
2175
  .n("ChatbotClient", "ListMicrosoftTeamsUserIdentitiesCommand")
2582
- .f(void 0, void 0)
2583
- .ser(se_ListMicrosoftTeamsUserIdentitiesCommand)
2584
- .de(de_ListMicrosoftTeamsUserIdentitiesCommand)
2176
+ .sc(ListMicrosoftTeamsUserIdentities)
2585
2177
  .build() {
2586
2178
  }
2587
2179
 
@@ -2589,16 +2181,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2589
2181
  .classBuilder()
2590
2182
  .ep(commonParams)
2591
2183
  .m(function (Command, cs, config, o) {
2592
- return [
2593
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2594
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2595
- ];
2184
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2596
2185
  })
2597
2186
  .s("WheatleyOrchestration_20171011", "ListTagsForResource", {})
2598
2187
  .n("ChatbotClient", "ListTagsForResourceCommand")
2599
- .f(void 0, void 0)
2600
- .ser(se_ListTagsForResourceCommand)
2601
- .de(de_ListTagsForResourceCommand)
2188
+ .sc(ListTagsForResource)
2602
2189
  .build() {
2603
2190
  }
2604
2191
 
@@ -2606,16 +2193,11 @@ class TagResourceCommand extends smithyClient.Command
2606
2193
  .classBuilder()
2607
2194
  .ep(commonParams)
2608
2195
  .m(function (Command, cs, config, o) {
2609
- return [
2610
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2611
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2612
- ];
2196
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2613
2197
  })
2614
2198
  .s("WheatleyOrchestration_20171011", "TagResource", {})
2615
2199
  .n("ChatbotClient", "TagResourceCommand")
2616
- .f(void 0, void 0)
2617
- .ser(se_TagResourceCommand)
2618
- .de(de_TagResourceCommand)
2200
+ .sc(TagResource)
2619
2201
  .build() {
2620
2202
  }
2621
2203
 
@@ -2623,16 +2205,11 @@ class UntagResourceCommand extends smithyClient.Command
2623
2205
  .classBuilder()
2624
2206
  .ep(commonParams)
2625
2207
  .m(function (Command, cs, config, o) {
2626
- return [
2627
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2628
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2629
- ];
2208
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2630
2209
  })
2631
2210
  .s("WheatleyOrchestration_20171011", "UntagResource", {})
2632
2211
  .n("ChatbotClient", "UntagResourceCommand")
2633
- .f(void 0, void 0)
2634
- .ser(se_UntagResourceCommand)
2635
- .de(de_UntagResourceCommand)
2212
+ .sc(UntagResource)
2636
2213
  .build() {
2637
2214
  }
2638
2215
 
@@ -2640,16 +2217,11 @@ class UpdateAccountPreferencesCommand extends smithyClient.Command
2640
2217
  .classBuilder()
2641
2218
  .ep(commonParams)
2642
2219
  .m(function (Command, cs, config, o) {
2643
- return [
2644
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2645
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2646
- ];
2220
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2647
2221
  })
2648
2222
  .s("WheatleyOrchestration_20171011", "UpdateAccountPreferences", {})
2649
2223
  .n("ChatbotClient", "UpdateAccountPreferencesCommand")
2650
- .f(void 0, void 0)
2651
- .ser(se_UpdateAccountPreferencesCommand)
2652
- .de(de_UpdateAccountPreferencesCommand)
2224
+ .sc(UpdateAccountPreferences)
2653
2225
  .build() {
2654
2226
  }
2655
2227
 
@@ -2657,16 +2229,11 @@ class UpdateChimeWebhookConfigurationCommand extends smithyClient.Command
2657
2229
  .classBuilder()
2658
2230
  .ep(commonParams)
2659
2231
  .m(function (Command, cs, config, o) {
2660
- return [
2661
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2662
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2663
- ];
2232
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2664
2233
  })
2665
2234
  .s("WheatleyOrchestration_20171011", "UpdateChimeWebhookConfiguration", {})
2666
2235
  .n("ChatbotClient", "UpdateChimeWebhookConfigurationCommand")
2667
- .f(UpdateChimeWebhookConfigurationRequestFilterSensitiveLog, UpdateChimeWebhookConfigurationResultFilterSensitiveLog)
2668
- .ser(se_UpdateChimeWebhookConfigurationCommand)
2669
- .de(de_UpdateChimeWebhookConfigurationCommand)
2236
+ .sc(UpdateChimeWebhookConfiguration)
2670
2237
  .build() {
2671
2238
  }
2672
2239
 
@@ -2674,16 +2241,11 @@ class UpdateCustomActionCommand extends smithyClient.Command
2674
2241
  .classBuilder()
2675
2242
  .ep(commonParams)
2676
2243
  .m(function (Command, cs, config, o) {
2677
- return [
2678
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2679
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2680
- ];
2244
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2681
2245
  })
2682
2246
  .s("WheatleyOrchestration_20171011", "UpdateCustomAction", {})
2683
2247
  .n("ChatbotClient", "UpdateCustomActionCommand")
2684
- .f(void 0, void 0)
2685
- .ser(se_UpdateCustomActionCommand)
2686
- .de(de_UpdateCustomActionCommand)
2248
+ .sc(UpdateCustomAction)
2687
2249
  .build() {
2688
2250
  }
2689
2251
 
@@ -2691,16 +2253,11 @@ class UpdateMicrosoftTeamsChannelConfigurationCommand extends smithyClient.Comma
2691
2253
  .classBuilder()
2692
2254
  .ep(commonParams)
2693
2255
  .m(function (Command, cs, config, o) {
2694
- return [
2695
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2696
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2697
- ];
2256
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2698
2257
  })
2699
2258
  .s("WheatleyOrchestration_20171011", "UpdateMicrosoftTeamsChannelConfiguration", {})
2700
2259
  .n("ChatbotClient", "UpdateMicrosoftTeamsChannelConfigurationCommand")
2701
- .f(UpdateTeamsChannelConfigurationRequestFilterSensitiveLog, UpdateTeamsChannelConfigurationResultFilterSensitiveLog)
2702
- .ser(se_UpdateMicrosoftTeamsChannelConfigurationCommand)
2703
- .de(de_UpdateMicrosoftTeamsChannelConfigurationCommand)
2260
+ .sc(UpdateMicrosoftTeamsChannelConfiguration)
2704
2261
  .build() {
2705
2262
  }
2706
2263
 
@@ -2708,16 +2265,11 @@ class UpdateSlackChannelConfigurationCommand extends smithyClient.Command
2708
2265
  .classBuilder()
2709
2266
  .ep(commonParams)
2710
2267
  .m(function (Command, cs, config, o) {
2711
- return [
2712
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2713
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2714
- ];
2268
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2715
2269
  })
2716
2270
  .s("WheatleyOrchestration_20171011", "UpdateSlackChannelConfiguration", {})
2717
2271
  .n("ChatbotClient", "UpdateSlackChannelConfigurationCommand")
2718
- .f(UpdateSlackChannelConfigurationRequestFilterSensitiveLog, UpdateSlackChannelConfigurationResultFilterSensitiveLog)
2719
- .ser(se_UpdateSlackChannelConfigurationCommand)
2720
- .de(de_UpdateSlackChannelConfigurationCommand)
2272
+ .sc(UpdateSlackChannelConfiguration)
2721
2273
  .build() {
2722
2274
  }
2723
2275
 
@@ -2790,92 +2342,73 @@ Object.defineProperty(exports, "__Client", {
2790
2342
  exports.AssociateToConfigurationCommand = AssociateToConfigurationCommand;
2791
2343
  exports.Chatbot = Chatbot;
2792
2344
  exports.ChatbotClient = ChatbotClient;
2793
- exports.ChatbotServiceException = ChatbotServiceException;
2794
- exports.ChimeWebhookConfigurationFilterSensitiveLog = ChimeWebhookConfigurationFilterSensitiveLog;
2795
- exports.ConflictException = ConflictException;
2345
+ exports.ChatbotServiceException = ChatbotServiceException$1;
2346
+ exports.ConflictException = ConflictException$1;
2796
2347
  exports.CreateChimeWebhookConfigurationCommand = CreateChimeWebhookConfigurationCommand;
2797
- exports.CreateChimeWebhookConfigurationException = CreateChimeWebhookConfigurationException;
2798
- exports.CreateChimeWebhookConfigurationRequestFilterSensitiveLog = CreateChimeWebhookConfigurationRequestFilterSensitiveLog;
2799
- exports.CreateChimeWebhookConfigurationResultFilterSensitiveLog = CreateChimeWebhookConfigurationResultFilterSensitiveLog;
2348
+ exports.CreateChimeWebhookConfigurationException = CreateChimeWebhookConfigurationException$1;
2800
2349
  exports.CreateCustomActionCommand = CreateCustomActionCommand;
2801
2350
  exports.CreateMicrosoftTeamsChannelConfigurationCommand = CreateMicrosoftTeamsChannelConfigurationCommand;
2802
2351
  exports.CreateSlackChannelConfigurationCommand = CreateSlackChannelConfigurationCommand;
2803
- exports.CreateSlackChannelConfigurationException = CreateSlackChannelConfigurationException;
2804
- exports.CreateSlackChannelConfigurationRequestFilterSensitiveLog = CreateSlackChannelConfigurationRequestFilterSensitiveLog;
2805
- exports.CreateSlackChannelConfigurationResultFilterSensitiveLog = CreateSlackChannelConfigurationResultFilterSensitiveLog;
2806
- exports.CreateTeamsChannelConfigurationException = CreateTeamsChannelConfigurationException;
2807
- exports.CreateTeamsChannelConfigurationRequestFilterSensitiveLog = CreateTeamsChannelConfigurationRequestFilterSensitiveLog;
2808
- exports.CreateTeamsChannelConfigurationResultFilterSensitiveLog = CreateTeamsChannelConfigurationResultFilterSensitiveLog;
2352
+ exports.CreateSlackChannelConfigurationException = CreateSlackChannelConfigurationException$1;
2353
+ exports.CreateTeamsChannelConfigurationException = CreateTeamsChannelConfigurationException$1;
2809
2354
  exports.CustomActionAttachmentCriteriaOperator = CustomActionAttachmentCriteriaOperator;
2810
2355
  exports.DeleteChimeWebhookConfigurationCommand = DeleteChimeWebhookConfigurationCommand;
2811
- exports.DeleteChimeWebhookConfigurationException = DeleteChimeWebhookConfigurationException;
2356
+ exports.DeleteChimeWebhookConfigurationException = DeleteChimeWebhookConfigurationException$1;
2812
2357
  exports.DeleteCustomActionCommand = DeleteCustomActionCommand;
2813
2358
  exports.DeleteMicrosoftTeamsChannelConfigurationCommand = DeleteMicrosoftTeamsChannelConfigurationCommand;
2814
2359
  exports.DeleteMicrosoftTeamsConfiguredTeamCommand = DeleteMicrosoftTeamsConfiguredTeamCommand;
2815
2360
  exports.DeleteMicrosoftTeamsUserIdentityCommand = DeleteMicrosoftTeamsUserIdentityCommand;
2816
- exports.DeleteMicrosoftTeamsUserIdentityException = DeleteMicrosoftTeamsUserIdentityException;
2361
+ exports.DeleteMicrosoftTeamsUserIdentityException = DeleteMicrosoftTeamsUserIdentityException$1;
2817
2362
  exports.DeleteSlackChannelConfigurationCommand = DeleteSlackChannelConfigurationCommand;
2818
- exports.DeleteSlackChannelConfigurationException = DeleteSlackChannelConfigurationException;
2363
+ exports.DeleteSlackChannelConfigurationException = DeleteSlackChannelConfigurationException$1;
2819
2364
  exports.DeleteSlackUserIdentityCommand = DeleteSlackUserIdentityCommand;
2820
- exports.DeleteSlackUserIdentityException = DeleteSlackUserIdentityException;
2365
+ exports.DeleteSlackUserIdentityException = DeleteSlackUserIdentityException$1;
2821
2366
  exports.DeleteSlackWorkspaceAuthorizationCommand = DeleteSlackWorkspaceAuthorizationCommand;
2822
- exports.DeleteSlackWorkspaceAuthorizationFault = DeleteSlackWorkspaceAuthorizationFault;
2823
- exports.DeleteTeamsChannelConfigurationException = DeleteTeamsChannelConfigurationException;
2824
- exports.DeleteTeamsConfiguredTeamException = DeleteTeamsConfiguredTeamException;
2367
+ exports.DeleteSlackWorkspaceAuthorizationFault = DeleteSlackWorkspaceAuthorizationFault$1;
2368
+ exports.DeleteTeamsChannelConfigurationException = DeleteTeamsChannelConfigurationException$1;
2369
+ exports.DeleteTeamsConfiguredTeamException = DeleteTeamsConfiguredTeamException$1;
2825
2370
  exports.DescribeChimeWebhookConfigurationsCommand = DescribeChimeWebhookConfigurationsCommand;
2826
- exports.DescribeChimeWebhookConfigurationsException = DescribeChimeWebhookConfigurationsException;
2827
- exports.DescribeChimeWebhookConfigurationsResultFilterSensitiveLog = DescribeChimeWebhookConfigurationsResultFilterSensitiveLog;
2371
+ exports.DescribeChimeWebhookConfigurationsException = DescribeChimeWebhookConfigurationsException$1;
2828
2372
  exports.DescribeSlackChannelConfigurationsCommand = DescribeSlackChannelConfigurationsCommand;
2829
- exports.DescribeSlackChannelConfigurationsException = DescribeSlackChannelConfigurationsException;
2830
- exports.DescribeSlackChannelConfigurationsResultFilterSensitiveLog = DescribeSlackChannelConfigurationsResultFilterSensitiveLog;
2373
+ exports.DescribeSlackChannelConfigurationsException = DescribeSlackChannelConfigurationsException$1;
2831
2374
  exports.DescribeSlackUserIdentitiesCommand = DescribeSlackUserIdentitiesCommand;
2832
- exports.DescribeSlackUserIdentitiesException = DescribeSlackUserIdentitiesException;
2375
+ exports.DescribeSlackUserIdentitiesException = DescribeSlackUserIdentitiesException$1;
2833
2376
  exports.DescribeSlackWorkspacesCommand = DescribeSlackWorkspacesCommand;
2834
- exports.DescribeSlackWorkspacesException = DescribeSlackWorkspacesException;
2377
+ exports.DescribeSlackWorkspacesException = DescribeSlackWorkspacesException$1;
2835
2378
  exports.DisassociateFromConfigurationCommand = DisassociateFromConfigurationCommand;
2836
2379
  exports.GetAccountPreferencesCommand = GetAccountPreferencesCommand;
2837
- exports.GetAccountPreferencesException = GetAccountPreferencesException;
2380
+ exports.GetAccountPreferencesException = GetAccountPreferencesException$1;
2838
2381
  exports.GetCustomActionCommand = GetCustomActionCommand;
2839
2382
  exports.GetMicrosoftTeamsChannelConfigurationCommand = GetMicrosoftTeamsChannelConfigurationCommand;
2840
- exports.GetTeamsChannelConfigurationException = GetTeamsChannelConfigurationException;
2841
- exports.GetTeamsChannelConfigurationResultFilterSensitiveLog = GetTeamsChannelConfigurationResultFilterSensitiveLog;
2842
- exports.InternalServiceError = InternalServiceError;
2843
- exports.InvalidParameterException = InvalidParameterException;
2844
- exports.InvalidRequestException = InvalidRequestException;
2845
- exports.LimitExceededException = LimitExceededException;
2383
+ exports.GetTeamsChannelConfigurationException = GetTeamsChannelConfigurationException$1;
2384
+ exports.InternalServiceError = InternalServiceError$1;
2385
+ exports.InvalidParameterException = InvalidParameterException$1;
2386
+ exports.InvalidRequestException = InvalidRequestException$1;
2387
+ exports.LimitExceededException = LimitExceededException$1;
2846
2388
  exports.ListAssociationsCommand = ListAssociationsCommand;
2847
2389
  exports.ListCustomActionsCommand = ListCustomActionsCommand;
2848
2390
  exports.ListMicrosoftTeamsChannelConfigurationsCommand = ListMicrosoftTeamsChannelConfigurationsCommand;
2849
2391
  exports.ListMicrosoftTeamsConfiguredTeamsCommand = ListMicrosoftTeamsConfiguredTeamsCommand;
2850
- exports.ListMicrosoftTeamsConfiguredTeamsException = ListMicrosoftTeamsConfiguredTeamsException;
2392
+ exports.ListMicrosoftTeamsConfiguredTeamsException = ListMicrosoftTeamsConfiguredTeamsException$1;
2851
2393
  exports.ListMicrosoftTeamsUserIdentitiesCommand = ListMicrosoftTeamsUserIdentitiesCommand;
2852
- exports.ListMicrosoftTeamsUserIdentitiesException = ListMicrosoftTeamsUserIdentitiesException;
2394
+ exports.ListMicrosoftTeamsUserIdentitiesException = ListMicrosoftTeamsUserIdentitiesException$1;
2853
2395
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2854
- exports.ListTeamsChannelConfigurationsException = ListTeamsChannelConfigurationsException;
2855
- exports.ListTeamsChannelConfigurationsResultFilterSensitiveLog = ListTeamsChannelConfigurationsResultFilterSensitiveLog;
2856
- exports.ResourceNotFoundException = ResourceNotFoundException;
2857
- exports.ServiceUnavailableException = ServiceUnavailableException;
2858
- exports.SlackChannelConfigurationFilterSensitiveLog = SlackChannelConfigurationFilterSensitiveLog;
2396
+ exports.ListTeamsChannelConfigurationsException = ListTeamsChannelConfigurationsException$1;
2397
+ exports.ResourceNotFoundException = ResourceNotFoundException$1;
2398
+ exports.ServiceUnavailableException = ServiceUnavailableException$1;
2859
2399
  exports.TagResourceCommand = TagResourceCommand;
2860
- exports.TeamsChannelConfigurationFilterSensitiveLog = TeamsChannelConfigurationFilterSensitiveLog;
2861
- exports.TooManyTagsException = TooManyTagsException;
2862
- exports.UnauthorizedException = UnauthorizedException;
2400
+ exports.TooManyTagsException = TooManyTagsException$1;
2401
+ exports.UnauthorizedException = UnauthorizedException$1;
2863
2402
  exports.UntagResourceCommand = UntagResourceCommand;
2864
2403
  exports.UpdateAccountPreferencesCommand = UpdateAccountPreferencesCommand;
2865
- exports.UpdateAccountPreferencesException = UpdateAccountPreferencesException;
2404
+ exports.UpdateAccountPreferencesException = UpdateAccountPreferencesException$1;
2866
2405
  exports.UpdateChimeWebhookConfigurationCommand = UpdateChimeWebhookConfigurationCommand;
2867
- exports.UpdateChimeWebhookConfigurationException = UpdateChimeWebhookConfigurationException;
2868
- exports.UpdateChimeWebhookConfigurationRequestFilterSensitiveLog = UpdateChimeWebhookConfigurationRequestFilterSensitiveLog;
2869
- exports.UpdateChimeWebhookConfigurationResultFilterSensitiveLog = UpdateChimeWebhookConfigurationResultFilterSensitiveLog;
2406
+ exports.UpdateChimeWebhookConfigurationException = UpdateChimeWebhookConfigurationException$1;
2870
2407
  exports.UpdateCustomActionCommand = UpdateCustomActionCommand;
2871
2408
  exports.UpdateMicrosoftTeamsChannelConfigurationCommand = UpdateMicrosoftTeamsChannelConfigurationCommand;
2872
2409
  exports.UpdateSlackChannelConfigurationCommand = UpdateSlackChannelConfigurationCommand;
2873
- exports.UpdateSlackChannelConfigurationException = UpdateSlackChannelConfigurationException;
2874
- exports.UpdateSlackChannelConfigurationRequestFilterSensitiveLog = UpdateSlackChannelConfigurationRequestFilterSensitiveLog;
2875
- exports.UpdateSlackChannelConfigurationResultFilterSensitiveLog = UpdateSlackChannelConfigurationResultFilterSensitiveLog;
2876
- exports.UpdateTeamsChannelConfigurationException = UpdateTeamsChannelConfigurationException;
2877
- exports.UpdateTeamsChannelConfigurationRequestFilterSensitiveLog = UpdateTeamsChannelConfigurationRequestFilterSensitiveLog;
2878
- exports.UpdateTeamsChannelConfigurationResultFilterSensitiveLog = UpdateTeamsChannelConfigurationResultFilterSensitiveLog;
2410
+ exports.UpdateSlackChannelConfigurationException = UpdateSlackChannelConfigurationException$1;
2411
+ exports.UpdateTeamsChannelConfigurationException = UpdateTeamsChannelConfigurationException$1;
2879
2412
  exports.paginateDescribeChimeWebhookConfigurations = paginateDescribeChimeWebhookConfigurations;
2880
2413
  exports.paginateDescribeSlackChannelConfigurations = paginateDescribeSlackChannelConfigurations;
2881
2414
  exports.paginateDescribeSlackUserIdentities = paginateDescribeSlackUserIdentities;