@aws-sdk/client-ivschat 3.952.0 → 3.954.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 (37) hide show
  1. package/dist-cjs/index.js +235 -169
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateChatTokenCommand.js +2 -2
  4. package/dist-es/commands/CreateLoggingConfigurationCommand.js +2 -2
  5. package/dist-es/commands/CreateRoomCommand.js +2 -2
  6. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -2
  7. package/dist-es/commands/DeleteMessageCommand.js +2 -2
  8. package/dist-es/commands/DeleteRoomCommand.js +2 -2
  9. package/dist-es/commands/DisconnectUserCommand.js +2 -2
  10. package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -2
  11. package/dist-es/commands/GetRoomCommand.js +2 -2
  12. package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -2
  13. package/dist-es/commands/ListRoomsCommand.js +2 -2
  14. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-es/commands/SendEventCommand.js +2 -2
  16. package/dist-es/commands/TagResourceCommand.js +2 -2
  17. package/dist-es/commands/UntagResourceCommand.js +2 -2
  18. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -2
  19. package/dist-es/commands/UpdateRoomCommand.js +2 -2
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/runtimeConfig.shared.js +6 -1
  22. package/dist-es/schemas/schemas_0.js +137 -137
  23. package/dist-types/IvschatClient.d.ts +1 -10
  24. package/dist-types/index.d.ts +1 -0
  25. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  26. package/dist-types/runtimeConfig.d.ts +6 -2
  27. package/dist-types/runtimeConfig.native.d.ts +6 -2
  28. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  29. package/dist-types/schemas/schemas_0.d.ts +67 -79
  30. package/dist-types/ts3.4/IvschatClient.d.ts +0 -4
  31. package/dist-types/ts3.4/index.d.ts +1 -0
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +66 -81
  37. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class IvschatClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let IvschatServiceException$1 = class IvschatServiceException extends smithyClient.ServiceException {
113
+ class IvschatServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, IvschatServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends IvschatServiceException$1 {
120
+ class AccessDeniedException extends IvschatServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends IvschatService
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- };
132
- let PendingVerification$1 = class PendingVerification extends IvschatServiceException$1 {
131
+ }
132
+ class PendingVerification extends IvschatServiceException {
133
133
  name = "PendingVerification";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let PendingVerification$1 = class PendingVerification extends IvschatServiceExce
140
140
  });
141
141
  Object.setPrototypeOf(this, PendingVerification.prototype);
142
142
  }
143
- };
144
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends IvschatServiceException$1 {
143
+ }
144
+ class ResourceNotFoundException extends IvschatServiceException {
145
145
  name = "ResourceNotFoundException";
146
146
  $fault = "client";
147
147
  resourceId;
@@ -156,8 +156,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Ivscha
156
156
  this.resourceId = opts.resourceId;
157
157
  this.resourceType = opts.resourceType;
158
158
  }
159
- };
160
- let ValidationException$1 = class ValidationException extends IvschatServiceException$1 {
159
+ }
160
+ class ValidationException extends IvschatServiceException {
161
161
  name = "ValidationException";
162
162
  $fault = "client";
163
163
  reason;
@@ -172,8 +172,8 @@ let ValidationException$1 = class ValidationException extends IvschatServiceExce
172
172
  this.reason = opts.reason;
173
173
  this.fieldList = opts.fieldList;
174
174
  }
175
- };
176
- let ConflictException$1 = class ConflictException extends IvschatServiceException$1 {
175
+ }
176
+ class ConflictException extends IvschatServiceException {
177
177
  name = "ConflictException";
178
178
  $fault = "client";
179
179
  resourceId;
@@ -188,8 +188,8 @@ let ConflictException$1 = class ConflictException extends IvschatServiceExceptio
188
188
  this.resourceId = opts.resourceId;
189
189
  this.resourceType = opts.resourceType;
190
190
  }
191
- };
192
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends IvschatServiceException$1 {
191
+ }
192
+ class ServiceQuotaExceededException extends IvschatServiceException {
193
193
  name = "ServiceQuotaExceededException";
194
194
  $fault = "client";
195
195
  resourceId;
@@ -206,8 +206,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
206
206
  this.resourceType = opts.resourceType;
207
207
  this.limit = opts.limit;
208
208
  }
209
- };
210
- let ThrottlingException$1 = class ThrottlingException extends IvschatServiceException$1 {
209
+ }
210
+ class ThrottlingException extends IvschatServiceException {
211
211
  name = "ThrottlingException";
212
212
  $fault = "client";
213
213
  resourceId;
@@ -224,8 +224,8 @@ let ThrottlingException$1 = class ThrottlingException extends IvschatServiceExce
224
224
  this.resourceType = opts.resourceType;
225
225
  this.limit = opts.limit;
226
226
  }
227
- };
228
- let InternalServerException$1 = class InternalServerException extends IvschatServiceException$1 {
227
+ }
228
+ class InternalServerException extends IvschatServiceException {
229
229
  name = "InternalServerException";
230
230
  $fault = "server";
231
231
  constructor(opts) {
@@ -236,7 +236,7 @@ let InternalServerException$1 = class InternalServerException extends IvschatSer
236
236
  });
237
237
  Object.setPrototypeOf(this, InternalServerException.prototype);
238
238
  }
239
- };
239
+ }
240
240
 
241
241
  const _ADE = "AccessDeniedException";
242
242
  const _CCT = "CreateChatToken";
@@ -363,12 +363,12 @@ const _uT = "updateTime";
363
363
  const n0 = "com.amazonaws.ivschat";
364
364
  var ChatToken = [0, n0, _CT, 8, 0];
365
365
  var UserID = [0, n0, _UID, 8, 0];
366
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
367
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
368
- var CloudWatchLogsDestinationConfiguration = [3, n0, _CWLDC, 0, [_lGN], [0]];
369
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
370
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
371
- var CreateChatTokenRequest = [
366
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
367
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
368
+ var CloudWatchLogsDestinationConfiguration$ = [3, n0, _CWLDC, 0, [_lGN], [0]];
369
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
370
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
371
+ var CreateChatTokenRequest$ = [
372
372
  3,
373
373
  n0,
374
374
  _CCTR,
@@ -376,7 +376,7 @@ var CreateChatTokenRequest = [
376
376
  [_rIo, _uI, _ca, _sDIM, _a],
377
377
  [0, [() => UserID, 0], 64 | 0, 1, [() => ChatTokenAttributes, 0]],
378
378
  ];
379
- var CreateChatTokenResponse = [
379
+ var CreateChatTokenResponse$ = [
380
380
  3,
381
381
  n0,
382
382
  _CCTRr,
@@ -384,67 +384,67 @@ var CreateChatTokenResponse = [
384
384
  [_t, _tET, _sET],
385
385
  [[() => ChatToken, 0], 5, 5],
386
386
  ];
387
- var CreateLoggingConfigurationRequest = [
387
+ var CreateLoggingConfigurationRequest$ = [
388
388
  3,
389
389
  n0,
390
390
  _CLCR,
391
391
  0,
392
392
  [_n, _dC, _ta],
393
- [0, () => DestinationConfiguration, 128 | 0],
393
+ [0, () => DestinationConfiguration$, 128 | 0],
394
394
  ];
395
- var CreateLoggingConfigurationResponse = [
395
+ var CreateLoggingConfigurationResponse$ = [
396
396
  3,
397
397
  n0,
398
398
  _CLCRr,
399
399
  0,
400
400
  [_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
401
- [0, 0, 5, 5, 0, () => DestinationConfiguration, 0, 128 | 0],
401
+ [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0],
402
402
  ];
403
- var CreateRoomRequest = [
403
+ var CreateRoomRequest$ = [
404
404
  3,
405
405
  n0,
406
406
  _CRR,
407
407
  0,
408
408
  [_n, _mMRPS, _mML, _mRH, _ta, _lCI],
409
- [0, 1, 1, () => MessageReviewHandler, 128 | 0, 64 | 0],
409
+ [0, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0],
410
410
  ];
411
- var CreateRoomResponse = [
411
+ var CreateRoomResponse$ = [
412
412
  3,
413
413
  n0,
414
414
  _CRRr,
415
415
  0,
416
416
  [_ar, _i, _n, _cT, _uT, _mMRPS, _mML, _mRH, _ta, _lCI],
417
- [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler, 128 | 0, 64 | 0],
417
+ [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0],
418
418
  ];
419
- var DeleteLoggingConfigurationRequest = [3, n0, _DLCR, 0, [_id], [0]];
420
- var DeleteMessageRequest = [3, n0, _DMR, 0, [_rIo, _i, _r], [0, 0, 0]];
421
- var DeleteMessageResponse = [3, n0, _DMRe, 0, [_i], [0]];
422
- var DeleteRoomRequest = [3, n0, _DRR, 0, [_id], [0]];
423
- var DisconnectUserRequest = [3, n0, _DUR, 0, [_rIo, _uI, _r], [0, [() => UserID, 0], 0]];
424
- var DisconnectUserResponse = [3, n0, _DURi, 0, [], []];
425
- var FirehoseDestinationConfiguration = [3, n0, _FDC, 0, [_dSN], [0]];
426
- var GetLoggingConfigurationRequest = [3, n0, _GLCR, 0, [_id], [0]];
427
- var GetLoggingConfigurationResponse = [
419
+ var DeleteLoggingConfigurationRequest$ = [3, n0, _DLCR, 0, [_id], [0]];
420
+ var DeleteMessageRequest$ = [3, n0, _DMR, 0, [_rIo, _i, _r], [0, 0, 0]];
421
+ var DeleteMessageResponse$ = [3, n0, _DMRe, 0, [_i], [0]];
422
+ var DeleteRoomRequest$ = [3, n0, _DRR, 0, [_id], [0]];
423
+ var DisconnectUserRequest$ = [3, n0, _DUR, 0, [_rIo, _uI, _r], [0, [() => UserID, 0], 0]];
424
+ var DisconnectUserResponse$ = [3, n0, _DURi, 0, [], []];
425
+ var FirehoseDestinationConfiguration$ = [3, n0, _FDC, 0, [_dSN], [0]];
426
+ var GetLoggingConfigurationRequest$ = [3, n0, _GLCR, 0, [_id], [0]];
427
+ var GetLoggingConfigurationResponse$ = [
428
428
  3,
429
429
  n0,
430
430
  _GLCRe,
431
431
  0,
432
432
  [_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
433
- [0, 0, 5, 5, 0, () => DestinationConfiguration, 0, 128 | 0],
433
+ [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0],
434
434
  ];
435
- var GetRoomRequest = [3, n0, _GRR, 0, [_id], [0]];
436
- var GetRoomResponse = [
435
+ var GetRoomRequest$ = [3, n0, _GRR, 0, [_id], [0]];
436
+ var GetRoomResponse$ = [
437
437
  3,
438
438
  n0,
439
439
  _GRRe,
440
440
  0,
441
441
  [_ar, _i, _n, _cT, _uT, _mMRPS, _mML, _mRH, _ta, _lCI],
442
- [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler, 128 | 0, 64 | 0],
442
+ [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0],
443
443
  ];
444
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
445
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
446
- var ListLoggingConfigurationsRequest = [3, n0, _LLCR, 0, [_nT, _mR], [0, 1]];
447
- var ListLoggingConfigurationsResponse = [
444
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
445
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
446
+ var ListLoggingConfigurationsRequest$ = [3, n0, _LLCR, 0, [_nT, _mR], [0, 1]];
447
+ var ListLoggingConfigurationsResponse$ = [
448
448
  3,
449
449
  n0,
450
450
  _LLCRi,
@@ -452,22 +452,22 @@ var ListLoggingConfigurationsResponse = [
452
452
  [_lC, _nT],
453
453
  [() => LoggingConfigurationList, 0],
454
454
  ];
455
- var ListRoomsRequest = [3, n0, _LRR, 0, [_n, _nT, _mR, _mRHU, _lCIo], [0, 0, 1, 0, 0]];
456
- var ListRoomsResponse = [3, n0, _LRRi, 0, [_ro, _nT], [() => RoomList, 0]];
457
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
458
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
459
- var LoggingConfigurationSummary = [
455
+ var ListRoomsRequest$ = [3, n0, _LRR, 0, [_n, _nT, _mR, _mRHU, _lCIo], [0, 0, 1, 0, 0]];
456
+ var ListRoomsResponse$ = [3, n0, _LRRi, 0, [_ro, _nT], [() => RoomList, 0]];
457
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
458
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
459
+ var LoggingConfigurationSummary$ = [
460
460
  3,
461
461
  n0,
462
462
  _LCS,
463
463
  0,
464
464
  [_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
465
- [0, 0, 5, 5, 0, () => DestinationConfiguration, 0, 128 | 0],
465
+ [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0],
466
466
  ];
467
- var MessageReviewHandler = [3, n0, _MRH, 0, [_u, _fR], [0, 0]];
468
- var PendingVerification = [-3, n0, _PV, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
469
- schema.TypeRegistry.for(n0).registerError(PendingVerification, PendingVerification$1);
470
- var ResourceNotFoundException = [
467
+ var MessageReviewHandler$ = [3, n0, _MRH, 0, [_u, _fR], [0, 0]];
468
+ var PendingVerification$ = [-3, n0, _PV, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
469
+ schema.TypeRegistry.for(n0).registerError(PendingVerification$, PendingVerification);
470
+ var ResourceNotFoundException$ = [
471
471
  -3,
472
472
  n0,
473
473
  _RNFE,
@@ -475,19 +475,19 @@ var ResourceNotFoundException = [
475
475
  [_m, _rI, _rT],
476
476
  [0, 0, 0],
477
477
  ];
478
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
479
- var RoomSummary = [
478
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
479
+ var RoomSummary$ = [
480
480
  3,
481
481
  n0,
482
482
  _RS,
483
483
  0,
484
484
  [_ar, _i, _n, _mRH, _cT, _uT, _ta, _lCI],
485
- [0, 0, 0, () => MessageReviewHandler, 5, 5, 128 | 0, 64 | 0],
485
+ [0, 0, 0, () => MessageReviewHandler$, 5, 5, 128 | 0, 64 | 0],
486
486
  ];
487
- var S3DestinationConfiguration = [3, n0, _SDC, 0, [_bN], [0]];
488
- var SendEventRequest = [3, n0, _SER, 0, [_rIo, _eN, _a], [0, 0, 128 | 0]];
489
- var SendEventResponse = [3, n0, _SERe, 0, [_i], [0]];
490
- var ServiceQuotaExceededException = [
487
+ var S3DestinationConfiguration$ = [3, n0, _SDC, 0, [_bN], [0]];
488
+ var SendEventRequest$ = [3, n0, _SER, 0, [_rIo, _eN, _a], [0, 0, 128 | 0]];
489
+ var SendEventResponse$ = [3, n0, _SERe, 0, [_i], [0]];
490
+ var ServiceQuotaExceededException$ = [
491
491
  -3,
492
492
  n0,
493
493
  _SQEE,
@@ -495,10 +495,10 @@ var ServiceQuotaExceededException = [
495
495
  [_m, _rI, _rT, _l],
496
496
  [0, 0, 0, 1],
497
497
  ];
498
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
499
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
500
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
501
- var ThrottlingException = [
498
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
499
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
500
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
501
+ var ThrottlingException$ = [
502
502
  -3,
503
503
  n0,
504
504
  _TE,
@@ -506,8 +506,8 @@ var ThrottlingException = [
506
506
  [_m, _rI, _rT, _l],
507
507
  [0, 0, 0, 1],
508
508
  ];
509
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
510
- var UntagResourceRequest = [
509
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
510
+ var UntagResourceRequest$ = [
511
511
  3,
512
512
  n0,
513
513
  _URR,
@@ -518,40 +518,40 @@ var UntagResourceRequest = [
518
518
  [64 | 0, { [_hQ]: _tK }],
519
519
  ],
520
520
  ];
521
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
522
- var UpdateLoggingConfigurationRequest = [
521
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
522
+ var UpdateLoggingConfigurationRequest$ = [
523
523
  3,
524
524
  n0,
525
525
  _ULCR,
526
526
  0,
527
527
  [_id, _n, _dC],
528
- [0, 0, () => DestinationConfiguration],
528
+ [0, 0, () => DestinationConfiguration$],
529
529
  ];
530
- var UpdateLoggingConfigurationResponse = [
530
+ var UpdateLoggingConfigurationResponse$ = [
531
531
  3,
532
532
  n0,
533
533
  _ULCRp,
534
534
  0,
535
535
  [_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
536
- [0, 0, 5, 5, 0, () => DestinationConfiguration, 0, 128 | 0],
536
+ [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0],
537
537
  ];
538
- var UpdateRoomRequest = [
538
+ var UpdateRoomRequest$ = [
539
539
  3,
540
540
  n0,
541
541
  _URRp,
542
542
  0,
543
543
  [_id, _n, _mMRPS, _mML, _mRH, _lCI],
544
- [0, 0, 1, 1, () => MessageReviewHandler, 64 | 0],
544
+ [0, 0, 1, 1, () => MessageReviewHandler$, 64 | 0],
545
545
  ];
546
- var UpdateRoomResponse = [
546
+ var UpdateRoomResponse$ = [
547
547
  3,
548
548
  n0,
549
549
  _URRpd,
550
550
  0,
551
551
  [_ar, _i, _n, _cT, _uT, _mMRPS, _mML, _mRH, _ta, _lCI],
552
- [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler, 128 | 0, 64 | 0],
552
+ [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0],
553
553
  ];
554
- var ValidationException = [
554
+ var ValidationException$ = [
555
555
  -3,
556
556
  n0,
557
557
  _VE,
@@ -559,162 +559,162 @@ var ValidationException = [
559
559
  [_m, _r, _fL],
560
560
  [0, 0, () => ValidationExceptionFieldList],
561
561
  ];
562
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
563
- var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
562
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
563
+ var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
564
564
  var __Unit = "unit";
565
- var IvschatServiceException = [-3, _sm, "IvschatServiceException", 0, [], []];
566
- schema.TypeRegistry.for(_sm).registerError(IvschatServiceException, IvschatServiceException$1);
567
- var LoggingConfigurationList = [1, n0, _LCL, 0, () => LoggingConfigurationSummary];
568
- var RoomList = [1, n0, _RL, 0, () => RoomSummary];
569
- var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
565
+ var IvschatServiceException$ = [-3, _sm, "IvschatServiceException", 0, [], []];
566
+ schema.TypeRegistry.for(_sm).registerError(IvschatServiceException$, IvschatServiceException);
567
+ var LoggingConfigurationList = [1, n0, _LCL, 0, () => LoggingConfigurationSummary$];
568
+ var RoomList = [1, n0, _RL, 0, () => RoomSummary$];
569
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
570
570
  var ChatTokenAttributes = [2, n0, _CTA, 8, 0, 0];
571
- var DestinationConfiguration = [
571
+ var DestinationConfiguration$ = [
572
572
  3,
573
573
  n0,
574
574
  _DC,
575
575
  0,
576
576
  [_s_, _cWL, _f],
577
577
  [
578
- () => S3DestinationConfiguration,
579
- () => CloudWatchLogsDestinationConfiguration,
580
- () => FirehoseDestinationConfiguration,
578
+ () => S3DestinationConfiguration$,
579
+ () => CloudWatchLogsDestinationConfiguration$,
580
+ () => FirehoseDestinationConfiguration$,
581
581
  ],
582
582
  ];
583
- var CreateChatToken = [
583
+ var CreateChatToken$ = [
584
584
  9,
585
585
  n0,
586
586
  _CCT,
587
587
  { [_h]: ["POST", "/CreateChatToken", 200] },
588
- () => CreateChatTokenRequest,
589
- () => CreateChatTokenResponse,
588
+ () => CreateChatTokenRequest$,
589
+ () => CreateChatTokenResponse$,
590
590
  ];
591
- var CreateLoggingConfiguration = [
591
+ var CreateLoggingConfiguration$ = [
592
592
  9,
593
593
  n0,
594
594
  _CLC,
595
595
  { [_h]: ["POST", "/CreateLoggingConfiguration", 200] },
596
- () => CreateLoggingConfigurationRequest,
597
- () => CreateLoggingConfigurationResponse,
596
+ () => CreateLoggingConfigurationRequest$,
597
+ () => CreateLoggingConfigurationResponse$,
598
598
  ];
599
- var CreateRoom = [
599
+ var CreateRoom$ = [
600
600
  9,
601
601
  n0,
602
602
  _CR,
603
603
  { [_h]: ["POST", "/CreateRoom", 200] },
604
- () => CreateRoomRequest,
605
- () => CreateRoomResponse,
604
+ () => CreateRoomRequest$,
605
+ () => CreateRoomResponse$,
606
606
  ];
607
- var DeleteLoggingConfiguration = [
607
+ var DeleteLoggingConfiguration$ = [
608
608
  9,
609
609
  n0,
610
610
  _DLC,
611
611
  { [_h]: ["POST", "/DeleteLoggingConfiguration", 204] },
612
- () => DeleteLoggingConfigurationRequest,
612
+ () => DeleteLoggingConfigurationRequest$,
613
613
  () => __Unit,
614
614
  ];
615
- var DeleteMessage = [
615
+ var DeleteMessage$ = [
616
616
  9,
617
617
  n0,
618
618
  _DM,
619
619
  { [_h]: ["POST", "/DeleteMessage", 200] },
620
- () => DeleteMessageRequest,
621
- () => DeleteMessageResponse,
620
+ () => DeleteMessageRequest$,
621
+ () => DeleteMessageResponse$,
622
622
  ];
623
- var DeleteRoom = [
623
+ var DeleteRoom$ = [
624
624
  9,
625
625
  n0,
626
626
  _DR,
627
627
  { [_h]: ["POST", "/DeleteRoom", 204] },
628
- () => DeleteRoomRequest,
628
+ () => DeleteRoomRequest$,
629
629
  () => __Unit,
630
630
  ];
631
- var DisconnectUser = [
631
+ var DisconnectUser$ = [
632
632
  9,
633
633
  n0,
634
634
  _DU,
635
635
  { [_h]: ["POST", "/DisconnectUser", 200] },
636
- () => DisconnectUserRequest,
637
- () => DisconnectUserResponse,
636
+ () => DisconnectUserRequest$,
637
+ () => DisconnectUserResponse$,
638
638
  ];
639
- var GetLoggingConfiguration = [
639
+ var GetLoggingConfiguration$ = [
640
640
  9,
641
641
  n0,
642
642
  _GLC,
643
643
  { [_h]: ["POST", "/GetLoggingConfiguration", 200] },
644
- () => GetLoggingConfigurationRequest,
645
- () => GetLoggingConfigurationResponse,
644
+ () => GetLoggingConfigurationRequest$,
645
+ () => GetLoggingConfigurationResponse$,
646
646
  ];
647
- var GetRoom = [
647
+ var GetRoom$ = [
648
648
  9,
649
649
  n0,
650
650
  _GR,
651
651
  { [_h]: ["POST", "/GetRoom", 200] },
652
- () => GetRoomRequest,
653
- () => GetRoomResponse,
652
+ () => GetRoomRequest$,
653
+ () => GetRoomResponse$,
654
654
  ];
655
- var ListLoggingConfigurations = [
655
+ var ListLoggingConfigurations$ = [
656
656
  9,
657
657
  n0,
658
658
  _LLC,
659
659
  { [_h]: ["POST", "/ListLoggingConfigurations", 200] },
660
- () => ListLoggingConfigurationsRequest,
661
- () => ListLoggingConfigurationsResponse,
660
+ () => ListLoggingConfigurationsRequest$,
661
+ () => ListLoggingConfigurationsResponse$,
662
662
  ];
663
- var ListRooms = [
663
+ var ListRooms$ = [
664
664
  9,
665
665
  n0,
666
666
  _LR,
667
667
  { [_h]: ["POST", "/ListRooms", 200] },
668
- () => ListRoomsRequest,
669
- () => ListRoomsResponse,
668
+ () => ListRoomsRequest$,
669
+ () => ListRoomsResponse$,
670
670
  ];
671
- var ListTagsForResource = [
671
+ var ListTagsForResource$ = [
672
672
  9,
673
673
  n0,
674
674
  _LTFR,
675
675
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
676
- () => ListTagsForResourceRequest,
677
- () => ListTagsForResourceResponse,
676
+ () => ListTagsForResourceRequest$,
677
+ () => ListTagsForResourceResponse$,
678
678
  ];
679
- var SendEvent = [
679
+ var SendEvent$ = [
680
680
  9,
681
681
  n0,
682
682
  _SE,
683
683
  { [_h]: ["POST", "/SendEvent", 200] },
684
- () => SendEventRequest,
685
- () => SendEventResponse,
684
+ () => SendEventRequest$,
685
+ () => SendEventResponse$,
686
686
  ];
687
- var TagResource = [
687
+ var TagResource$ = [
688
688
  9,
689
689
  n0,
690
690
  _TR,
691
691
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
692
- () => TagResourceRequest,
693
- () => TagResourceResponse,
692
+ () => TagResourceRequest$,
693
+ () => TagResourceResponse$,
694
694
  ];
695
- var UntagResource = [
695
+ var UntagResource$ = [
696
696
  9,
697
697
  n0,
698
698
  _UR,
699
699
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
700
- () => UntagResourceRequest,
701
- () => UntagResourceResponse,
700
+ () => UntagResourceRequest$,
701
+ () => UntagResourceResponse$,
702
702
  ];
703
- var UpdateLoggingConfiguration = [
703
+ var UpdateLoggingConfiguration$ = [
704
704
  9,
705
705
  n0,
706
706
  _ULC,
707
707
  { [_h]: ["POST", "/UpdateLoggingConfiguration", 200] },
708
- () => UpdateLoggingConfigurationRequest,
709
- () => UpdateLoggingConfigurationResponse,
708
+ () => UpdateLoggingConfigurationRequest$,
709
+ () => UpdateLoggingConfigurationResponse$,
710
710
  ];
711
- var UpdateRoom = [
711
+ var UpdateRoom$ = [
712
712
  9,
713
713
  n0,
714
714
  _URp,
715
715
  { [_h]: ["POST", "/UpdateRoom", 200] },
716
- () => UpdateRoomRequest,
717
- () => UpdateRoomResponse,
716
+ () => UpdateRoomRequest$,
717
+ () => UpdateRoomResponse$,
718
718
  ];
719
719
 
720
720
  class CreateChatTokenCommand extends smithyClient.Command
@@ -725,7 +725,7 @@ class CreateChatTokenCommand extends smithyClient.Command
725
725
  })
726
726
  .s("AmazonInteractiveVideoServiceChat", "CreateChatToken", {})
727
727
  .n("IvschatClient", "CreateChatTokenCommand")
728
- .sc(CreateChatToken)
728
+ .sc(CreateChatToken$)
729
729
  .build() {
730
730
  }
731
731
 
@@ -737,7 +737,7 @@ class CreateLoggingConfigurationCommand extends smithyClient.Command
737
737
  })
738
738
  .s("AmazonInteractiveVideoServiceChat", "CreateLoggingConfiguration", {})
739
739
  .n("IvschatClient", "CreateLoggingConfigurationCommand")
740
- .sc(CreateLoggingConfiguration)
740
+ .sc(CreateLoggingConfiguration$)
741
741
  .build() {
742
742
  }
743
743
 
@@ -749,7 +749,7 @@ class CreateRoomCommand extends smithyClient.Command
749
749
  })
750
750
  .s("AmazonInteractiveVideoServiceChat", "CreateRoom", {})
751
751
  .n("IvschatClient", "CreateRoomCommand")
752
- .sc(CreateRoom)
752
+ .sc(CreateRoom$)
753
753
  .build() {
754
754
  }
755
755
 
@@ -761,7 +761,7 @@ class DeleteLoggingConfigurationCommand extends smithyClient.Command
761
761
  })
762
762
  .s("AmazonInteractiveVideoServiceChat", "DeleteLoggingConfiguration", {})
763
763
  .n("IvschatClient", "DeleteLoggingConfigurationCommand")
764
- .sc(DeleteLoggingConfiguration)
764
+ .sc(DeleteLoggingConfiguration$)
765
765
  .build() {
766
766
  }
767
767
 
@@ -773,7 +773,7 @@ class DeleteMessageCommand extends smithyClient.Command
773
773
  })
774
774
  .s("AmazonInteractiveVideoServiceChat", "DeleteMessage", {})
775
775
  .n("IvschatClient", "DeleteMessageCommand")
776
- .sc(DeleteMessage)
776
+ .sc(DeleteMessage$)
777
777
  .build() {
778
778
  }
779
779
 
@@ -785,7 +785,7 @@ class DeleteRoomCommand extends smithyClient.Command
785
785
  })
786
786
  .s("AmazonInteractiveVideoServiceChat", "DeleteRoom", {})
787
787
  .n("IvschatClient", "DeleteRoomCommand")
788
- .sc(DeleteRoom)
788
+ .sc(DeleteRoom$)
789
789
  .build() {
790
790
  }
791
791
 
@@ -797,7 +797,7 @@ class DisconnectUserCommand extends smithyClient.Command
797
797
  })
798
798
  .s("AmazonInteractiveVideoServiceChat", "DisconnectUser", {})
799
799
  .n("IvschatClient", "DisconnectUserCommand")
800
- .sc(DisconnectUser)
800
+ .sc(DisconnectUser$)
801
801
  .build() {
802
802
  }
803
803
 
@@ -809,7 +809,7 @@ class GetLoggingConfigurationCommand extends smithyClient.Command
809
809
  })
810
810
  .s("AmazonInteractiveVideoServiceChat", "GetLoggingConfiguration", {})
811
811
  .n("IvschatClient", "GetLoggingConfigurationCommand")
812
- .sc(GetLoggingConfiguration)
812
+ .sc(GetLoggingConfiguration$)
813
813
  .build() {
814
814
  }
815
815
 
@@ -821,7 +821,7 @@ class GetRoomCommand extends smithyClient.Command
821
821
  })
822
822
  .s("AmazonInteractiveVideoServiceChat", "GetRoom", {})
823
823
  .n("IvschatClient", "GetRoomCommand")
824
- .sc(GetRoom)
824
+ .sc(GetRoom$)
825
825
  .build() {
826
826
  }
827
827
 
@@ -833,7 +833,7 @@ class ListLoggingConfigurationsCommand extends smithyClient.Command
833
833
  })
834
834
  .s("AmazonInteractiveVideoServiceChat", "ListLoggingConfigurations", {})
835
835
  .n("IvschatClient", "ListLoggingConfigurationsCommand")
836
- .sc(ListLoggingConfigurations)
836
+ .sc(ListLoggingConfigurations$)
837
837
  .build() {
838
838
  }
839
839
 
@@ -845,7 +845,7 @@ class ListRoomsCommand extends smithyClient.Command
845
845
  })
846
846
  .s("AmazonInteractiveVideoServiceChat", "ListRooms", {})
847
847
  .n("IvschatClient", "ListRoomsCommand")
848
- .sc(ListRooms)
848
+ .sc(ListRooms$)
849
849
  .build() {
850
850
  }
851
851
 
@@ -857,7 +857,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
857
857
  })
858
858
  .s("AmazonInteractiveVideoServiceChat", "ListTagsForResource", {})
859
859
  .n("IvschatClient", "ListTagsForResourceCommand")
860
- .sc(ListTagsForResource)
860
+ .sc(ListTagsForResource$)
861
861
  .build() {
862
862
  }
863
863
 
@@ -869,7 +869,7 @@ class SendEventCommand extends smithyClient.Command
869
869
  })
870
870
  .s("AmazonInteractiveVideoServiceChat", "SendEvent", {})
871
871
  .n("IvschatClient", "SendEventCommand")
872
- .sc(SendEvent)
872
+ .sc(SendEvent$)
873
873
  .build() {
874
874
  }
875
875
 
@@ -881,7 +881,7 @@ class TagResourceCommand extends smithyClient.Command
881
881
  })
882
882
  .s("AmazonInteractiveVideoServiceChat", "TagResource", {})
883
883
  .n("IvschatClient", "TagResourceCommand")
884
- .sc(TagResource)
884
+ .sc(TagResource$)
885
885
  .build() {
886
886
  }
887
887
 
@@ -893,7 +893,7 @@ class UntagResourceCommand extends smithyClient.Command
893
893
  })
894
894
  .s("AmazonInteractiveVideoServiceChat", "UntagResource", {})
895
895
  .n("IvschatClient", "UntagResourceCommand")
896
- .sc(UntagResource)
896
+ .sc(UntagResource$)
897
897
  .build() {
898
898
  }
899
899
 
@@ -905,7 +905,7 @@ class UpdateLoggingConfigurationCommand extends smithyClient.Command
905
905
  })
906
906
  .s("AmazonInteractiveVideoServiceChat", "UpdateLoggingConfiguration", {})
907
907
  .n("IvschatClient", "UpdateLoggingConfigurationCommand")
908
- .sc(UpdateLoggingConfiguration)
908
+ .sc(UpdateLoggingConfiguration$)
909
909
  .build() {
910
910
  }
911
911
 
@@ -917,7 +917,7 @@ class UpdateRoomCommand extends smithyClient.Command
917
917
  })
918
918
  .s("AmazonInteractiveVideoServiceChat", "UpdateRoom", {})
919
919
  .n("IvschatClient", "UpdateRoomCommand")
920
- .sc(UpdateRoom)
920
+ .sc(UpdateRoom$)
921
921
  .build() {
922
922
  }
923
923
 
@@ -989,40 +989,106 @@ Object.defineProperty(exports, "__Client", {
989
989
  enumerable: true,
990
990
  get: function () { return smithyClient.Client; }
991
991
  });
992
- exports.AccessDeniedException = AccessDeniedException$1;
992
+ exports.AccessDeniedException = AccessDeniedException;
993
+ exports.AccessDeniedException$ = AccessDeniedException$;
993
994
  exports.ChatTokenCapability = ChatTokenCapability;
994
- exports.ConflictException = ConflictException$1;
995
+ exports.CloudWatchLogsDestinationConfiguration$ = CloudWatchLogsDestinationConfiguration$;
996
+ exports.ConflictException = ConflictException;
997
+ exports.ConflictException$ = ConflictException$;
998
+ exports.CreateChatToken$ = CreateChatToken$;
995
999
  exports.CreateChatTokenCommand = CreateChatTokenCommand;
1000
+ exports.CreateChatTokenRequest$ = CreateChatTokenRequest$;
1001
+ exports.CreateChatTokenResponse$ = CreateChatTokenResponse$;
1002
+ exports.CreateLoggingConfiguration$ = CreateLoggingConfiguration$;
996
1003
  exports.CreateLoggingConfigurationCommand = CreateLoggingConfigurationCommand;
1004
+ exports.CreateLoggingConfigurationRequest$ = CreateLoggingConfigurationRequest$;
1005
+ exports.CreateLoggingConfigurationResponse$ = CreateLoggingConfigurationResponse$;
997
1006
  exports.CreateLoggingConfigurationState = CreateLoggingConfigurationState;
1007
+ exports.CreateRoom$ = CreateRoom$;
998
1008
  exports.CreateRoomCommand = CreateRoomCommand;
1009
+ exports.CreateRoomRequest$ = CreateRoomRequest$;
1010
+ exports.CreateRoomResponse$ = CreateRoomResponse$;
1011
+ exports.DeleteLoggingConfiguration$ = DeleteLoggingConfiguration$;
999
1012
  exports.DeleteLoggingConfigurationCommand = DeleteLoggingConfigurationCommand;
1013
+ exports.DeleteLoggingConfigurationRequest$ = DeleteLoggingConfigurationRequest$;
1014
+ exports.DeleteMessage$ = DeleteMessage$;
1000
1015
  exports.DeleteMessageCommand = DeleteMessageCommand;
1016
+ exports.DeleteMessageRequest$ = DeleteMessageRequest$;
1017
+ exports.DeleteMessageResponse$ = DeleteMessageResponse$;
1018
+ exports.DeleteRoom$ = DeleteRoom$;
1001
1019
  exports.DeleteRoomCommand = DeleteRoomCommand;
1020
+ exports.DeleteRoomRequest$ = DeleteRoomRequest$;
1021
+ exports.DestinationConfiguration$ = DestinationConfiguration$;
1022
+ exports.DisconnectUser$ = DisconnectUser$;
1002
1023
  exports.DisconnectUserCommand = DisconnectUserCommand;
1024
+ exports.DisconnectUserRequest$ = DisconnectUserRequest$;
1025
+ exports.DisconnectUserResponse$ = DisconnectUserResponse$;
1003
1026
  exports.FallbackResult = FallbackResult;
1027
+ exports.FirehoseDestinationConfiguration$ = FirehoseDestinationConfiguration$;
1028
+ exports.GetLoggingConfiguration$ = GetLoggingConfiguration$;
1004
1029
  exports.GetLoggingConfigurationCommand = GetLoggingConfigurationCommand;
1030
+ exports.GetLoggingConfigurationRequest$ = GetLoggingConfigurationRequest$;
1031
+ exports.GetLoggingConfigurationResponse$ = GetLoggingConfigurationResponse$;
1032
+ exports.GetRoom$ = GetRoom$;
1005
1033
  exports.GetRoomCommand = GetRoomCommand;
1006
- exports.InternalServerException = InternalServerException$1;
1034
+ exports.GetRoomRequest$ = GetRoomRequest$;
1035
+ exports.GetRoomResponse$ = GetRoomResponse$;
1036
+ exports.InternalServerException = InternalServerException;
1037
+ exports.InternalServerException$ = InternalServerException$;
1007
1038
  exports.Ivschat = Ivschat;
1008
1039
  exports.IvschatClient = IvschatClient;
1009
- exports.IvschatServiceException = IvschatServiceException$1;
1040
+ exports.IvschatServiceException = IvschatServiceException;
1041
+ exports.IvschatServiceException$ = IvschatServiceException$;
1042
+ exports.ListLoggingConfigurations$ = ListLoggingConfigurations$;
1010
1043
  exports.ListLoggingConfigurationsCommand = ListLoggingConfigurationsCommand;
1044
+ exports.ListLoggingConfigurationsRequest$ = ListLoggingConfigurationsRequest$;
1045
+ exports.ListLoggingConfigurationsResponse$ = ListLoggingConfigurationsResponse$;
1046
+ exports.ListRooms$ = ListRooms$;
1011
1047
  exports.ListRoomsCommand = ListRoomsCommand;
1048
+ exports.ListRoomsRequest$ = ListRoomsRequest$;
1049
+ exports.ListRoomsResponse$ = ListRoomsResponse$;
1050
+ exports.ListTagsForResource$ = ListTagsForResource$;
1012
1051
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1052
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1053
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1013
1054
  exports.LoggingConfigurationState = LoggingConfigurationState;
1014
- exports.PendingVerification = PendingVerification$1;
1015
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1055
+ exports.LoggingConfigurationSummary$ = LoggingConfigurationSummary$;
1056
+ exports.MessageReviewHandler$ = MessageReviewHandler$;
1057
+ exports.PendingVerification = PendingVerification;
1058
+ exports.PendingVerification$ = PendingVerification$;
1059
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1060
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1016
1061
  exports.ResourceType = ResourceType;
1062
+ exports.RoomSummary$ = RoomSummary$;
1063
+ exports.S3DestinationConfiguration$ = S3DestinationConfiguration$;
1064
+ exports.SendEvent$ = SendEvent$;
1017
1065
  exports.SendEventCommand = SendEventCommand;
1018
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1066
+ exports.SendEventRequest$ = SendEventRequest$;
1067
+ exports.SendEventResponse$ = SendEventResponse$;
1068
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1069
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1070
+ exports.TagResource$ = TagResource$;
1019
1071
  exports.TagResourceCommand = TagResourceCommand;
1020
- exports.ThrottlingException = ThrottlingException$1;
1072
+ exports.TagResourceRequest$ = TagResourceRequest$;
1073
+ exports.TagResourceResponse$ = TagResourceResponse$;
1074
+ exports.ThrottlingException = ThrottlingException;
1075
+ exports.ThrottlingException$ = ThrottlingException$;
1076
+ exports.UntagResource$ = UntagResource$;
1021
1077
  exports.UntagResourceCommand = UntagResourceCommand;
1078
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1079
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1080
+ exports.UpdateLoggingConfiguration$ = UpdateLoggingConfiguration$;
1022
1081
  exports.UpdateLoggingConfigurationCommand = UpdateLoggingConfigurationCommand;
1082
+ exports.UpdateLoggingConfigurationRequest$ = UpdateLoggingConfigurationRequest$;
1083
+ exports.UpdateLoggingConfigurationResponse$ = UpdateLoggingConfigurationResponse$;
1023
1084
  exports.UpdateLoggingConfigurationState = UpdateLoggingConfigurationState;
1085
+ exports.UpdateRoom$ = UpdateRoom$;
1024
1086
  exports.UpdateRoomCommand = UpdateRoomCommand;
1025
- exports.ValidationException = ValidationException$1;
1087
+ exports.UpdateRoomRequest$ = UpdateRoomRequest$;
1088
+ exports.UpdateRoomResponse$ = UpdateRoomResponse$;
1089
+ exports.ValidationException = ValidationException;
1090
+ exports.ValidationException$ = ValidationException$;
1091
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
1026
1092
  exports.ValidationExceptionReason = ValidationExceptionReason;
1027
1093
  exports.paginateListLoggingConfigurations = paginateListLoggingConfigurations;
1028
1094
  exports.paginateListRooms = paginateListRooms;