@aws-sdk/client-workmail 3.53.0 → 3.55.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 (96) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/WorkMailClient.js +13 -13
  3. package/dist-cjs/commands/AssociateDelegateToResourceCommand.js +3 -3
  4. package/dist-cjs/commands/AssociateMemberToGroupCommand.js +3 -3
  5. package/dist-cjs/commands/CancelMailboxExportJobCommand.js +3 -3
  6. package/dist-cjs/commands/CreateAliasCommand.js +3 -3
  7. package/dist-cjs/commands/CreateGroupCommand.js +3 -3
  8. package/dist-cjs/commands/CreateMobileDeviceAccessRuleCommand.js +3 -3
  9. package/dist-cjs/commands/CreateOrganizationCommand.js +3 -3
  10. package/dist-cjs/commands/CreateResourceCommand.js +3 -3
  11. package/dist-cjs/commands/CreateUserCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteAccessControlRuleCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteAliasCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteEmailMonitoringConfigurationCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteGroupCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteMailboxPermissionsCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteMobileDeviceAccessOverrideCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteMobileDeviceAccessRuleCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteOrganizationCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteResourceCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteRetentionPolicyCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteUserCommand.js +3 -3
  23. package/dist-cjs/commands/DeregisterFromWorkMailCommand.js +3 -3
  24. package/dist-cjs/commands/DeregisterMailDomainCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeEmailMonitoringConfigurationCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeGroupCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeInboundDmarcSettingsCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeMailboxExportJobCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeOrganizationCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeResourceCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeUserCommand.js +3 -3
  32. package/dist-cjs/commands/DisassociateDelegateFromResourceCommand.js +3 -3
  33. package/dist-cjs/commands/DisassociateMemberFromGroupCommand.js +3 -3
  34. package/dist-cjs/commands/GetAccessControlEffectCommand.js +3 -3
  35. package/dist-cjs/commands/GetDefaultRetentionPolicyCommand.js +3 -3
  36. package/dist-cjs/commands/GetMailDomainCommand.js +3 -3
  37. package/dist-cjs/commands/GetMailboxDetailsCommand.js +3 -3
  38. package/dist-cjs/commands/GetMobileDeviceAccessEffectCommand.js +3 -3
  39. package/dist-cjs/commands/GetMobileDeviceAccessOverrideCommand.js +3 -3
  40. package/dist-cjs/commands/ListAccessControlRulesCommand.js +3 -3
  41. package/dist-cjs/commands/ListAliasesCommand.js +3 -3
  42. package/dist-cjs/commands/ListGroupMembersCommand.js +3 -3
  43. package/dist-cjs/commands/ListGroupsCommand.js +3 -3
  44. package/dist-cjs/commands/ListMailDomainsCommand.js +3 -3
  45. package/dist-cjs/commands/ListMailboxExportJobsCommand.js +3 -3
  46. package/dist-cjs/commands/ListMailboxPermissionsCommand.js +3 -3
  47. package/dist-cjs/commands/ListMobileDeviceAccessOverridesCommand.js +3 -3
  48. package/dist-cjs/commands/ListMobileDeviceAccessRulesCommand.js +3 -3
  49. package/dist-cjs/commands/ListOrganizationsCommand.js +3 -3
  50. package/dist-cjs/commands/ListResourceDelegatesCommand.js +3 -3
  51. package/dist-cjs/commands/ListResourcesCommand.js +3 -3
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  53. package/dist-cjs/commands/ListUsersCommand.js +3 -3
  54. package/dist-cjs/commands/PutAccessControlRuleCommand.js +3 -3
  55. package/dist-cjs/commands/PutEmailMonitoringConfigurationCommand.js +3 -3
  56. package/dist-cjs/commands/PutInboundDmarcSettingsCommand.js +3 -3
  57. package/dist-cjs/commands/PutMailboxPermissionsCommand.js +3 -3
  58. package/dist-cjs/commands/PutMobileDeviceAccessOverrideCommand.js +3 -3
  59. package/dist-cjs/commands/PutRetentionPolicyCommand.js +3 -3
  60. package/dist-cjs/commands/RegisterMailDomainCommand.js +3 -3
  61. package/dist-cjs/commands/RegisterToWorkMailCommand.js +3 -3
  62. package/dist-cjs/commands/ResetPasswordCommand.js +3 -3
  63. package/dist-cjs/commands/StartMailboxExportJobCommand.js +3 -3
  64. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  65. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateDefaultMailDomainCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateMailboxQuotaCommand.js +3 -3
  68. package/dist-cjs/commands/UpdateMobileDeviceAccessRuleCommand.js +3 -3
  69. package/dist-cjs/commands/UpdatePrimaryEmailAddressCommand.js +3 -3
  70. package/dist-cjs/commands/UpdateResourceCommand.js +3 -3
  71. package/dist-cjs/endpoints.js +1 -1
  72. package/dist-cjs/protocols/Aws_json1_1.js +286 -286
  73. package/dist-cjs/runtimeConfig.browser.js +4 -4
  74. package/dist-cjs/runtimeConfig.js +9 -9
  75. package/dist-cjs/runtimeConfig.native.js +1 -1
  76. package/dist-es/WorkMail.js +68 -68
  77. package/dist-es/pagination/ListAliasesPaginator.js +4 -4
  78. package/dist-es/pagination/ListGroupMembersPaginator.js +4 -4
  79. package/dist-es/pagination/ListGroupsPaginator.js +4 -4
  80. package/dist-es/pagination/ListMailDomainsPaginator.js +4 -4
  81. package/dist-es/pagination/ListMailboxExportJobsPaginator.js +4 -4
  82. package/dist-es/pagination/ListMailboxPermissionsPaginator.js +4 -4
  83. package/dist-es/pagination/ListMobileDeviceAccessOverridesPaginator.js +4 -4
  84. package/dist-es/pagination/ListOrganizationsPaginator.js +4 -4
  85. package/dist-es/pagination/ListResourceDelegatesPaginator.js +4 -4
  86. package/dist-es/pagination/ListResourcesPaginator.js +4 -4
  87. package/dist-es/pagination/ListUsersPaginator.js +4 -4
  88. package/dist-types/WorkMailClient.d.ts +2 -2
  89. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  90. package/dist-types/runtimeConfig.d.ts +1 -1
  91. package/dist-types/runtimeConfig.native.d.ts +3 -3
  92. package/dist-types/ts3.4/WorkMailClient.d.ts +2 -2
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  96. package/package.json +34 -34
@@ -80,7 +80,7 @@ var WorkMail = (function (_super) {
80
80
  }
81
81
  else if (typeof cb === "function") {
82
82
  if (typeof optionsOrCb !== "object")
83
- throw new Error("Expect http options but get " + typeof optionsOrCb);
83
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
84
84
  this.send(command, optionsOrCb || {}, cb);
85
85
  }
86
86
  else {
@@ -94,7 +94,7 @@ var WorkMail = (function (_super) {
94
94
  }
95
95
  else if (typeof cb === "function") {
96
96
  if (typeof optionsOrCb !== "object")
97
- throw new Error("Expect http options but get " + typeof optionsOrCb);
97
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
98
98
  this.send(command, optionsOrCb || {}, cb);
99
99
  }
100
100
  else {
@@ -108,7 +108,7 @@ var WorkMail = (function (_super) {
108
108
  }
109
109
  else if (typeof cb === "function") {
110
110
  if (typeof optionsOrCb !== "object")
111
- throw new Error("Expect http options but get " + typeof optionsOrCb);
111
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
112
112
  this.send(command, optionsOrCb || {}, cb);
113
113
  }
114
114
  else {
@@ -122,7 +122,7 @@ var WorkMail = (function (_super) {
122
122
  }
123
123
  else if (typeof cb === "function") {
124
124
  if (typeof optionsOrCb !== "object")
125
- throw new Error("Expect http options but get " + typeof optionsOrCb);
125
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
126
126
  this.send(command, optionsOrCb || {}, cb);
127
127
  }
128
128
  else {
@@ -136,7 +136,7 @@ var WorkMail = (function (_super) {
136
136
  }
137
137
  else if (typeof cb === "function") {
138
138
  if (typeof optionsOrCb !== "object")
139
- throw new Error("Expect http options but get " + typeof optionsOrCb);
139
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
140
140
  this.send(command, optionsOrCb || {}, cb);
141
141
  }
142
142
  else {
@@ -150,7 +150,7 @@ var WorkMail = (function (_super) {
150
150
  }
151
151
  else if (typeof cb === "function") {
152
152
  if (typeof optionsOrCb !== "object")
153
- throw new Error("Expect http options but get " + typeof optionsOrCb);
153
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
154
154
  this.send(command, optionsOrCb || {}, cb);
155
155
  }
156
156
  else {
@@ -164,7 +164,7 @@ var WorkMail = (function (_super) {
164
164
  }
165
165
  else if (typeof cb === "function") {
166
166
  if (typeof optionsOrCb !== "object")
167
- throw new Error("Expect http options but get " + typeof optionsOrCb);
167
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
168
168
  this.send(command, optionsOrCb || {}, cb);
169
169
  }
170
170
  else {
@@ -178,7 +178,7 @@ var WorkMail = (function (_super) {
178
178
  }
179
179
  else if (typeof cb === "function") {
180
180
  if (typeof optionsOrCb !== "object")
181
- throw new Error("Expect http options but get " + typeof optionsOrCb);
181
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
182
182
  this.send(command, optionsOrCb || {}, cb);
183
183
  }
184
184
  else {
@@ -192,7 +192,7 @@ var WorkMail = (function (_super) {
192
192
  }
193
193
  else if (typeof cb === "function") {
194
194
  if (typeof optionsOrCb !== "object")
195
- throw new Error("Expect http options but get " + typeof optionsOrCb);
195
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
196
196
  this.send(command, optionsOrCb || {}, cb);
197
197
  }
198
198
  else {
@@ -206,7 +206,7 @@ var WorkMail = (function (_super) {
206
206
  }
207
207
  else if (typeof cb === "function") {
208
208
  if (typeof optionsOrCb !== "object")
209
- throw new Error("Expect http options but get " + typeof optionsOrCb);
209
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
210
210
  this.send(command, optionsOrCb || {}, cb);
211
211
  }
212
212
  else {
@@ -220,7 +220,7 @@ var WorkMail = (function (_super) {
220
220
  }
221
221
  else if (typeof cb === "function") {
222
222
  if (typeof optionsOrCb !== "object")
223
- throw new Error("Expect http options but get " + typeof optionsOrCb);
223
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
224
224
  this.send(command, optionsOrCb || {}, cb);
225
225
  }
226
226
  else {
@@ -234,7 +234,7 @@ var WorkMail = (function (_super) {
234
234
  }
235
235
  else if (typeof cb === "function") {
236
236
  if (typeof optionsOrCb !== "object")
237
- throw new Error("Expect http options but get " + typeof optionsOrCb);
237
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
238
238
  this.send(command, optionsOrCb || {}, cb);
239
239
  }
240
240
  else {
@@ -248,7 +248,7 @@ var WorkMail = (function (_super) {
248
248
  }
249
249
  else if (typeof cb === "function") {
250
250
  if (typeof optionsOrCb !== "object")
251
- throw new Error("Expect http options but get " + typeof optionsOrCb);
251
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
252
252
  this.send(command, optionsOrCb || {}, cb);
253
253
  }
254
254
  else {
@@ -262,7 +262,7 @@ var WorkMail = (function (_super) {
262
262
  }
263
263
  else if (typeof cb === "function") {
264
264
  if (typeof optionsOrCb !== "object")
265
- throw new Error("Expect http options but get " + typeof optionsOrCb);
265
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
266
266
  this.send(command, optionsOrCb || {}, cb);
267
267
  }
268
268
  else {
@@ -276,7 +276,7 @@ var WorkMail = (function (_super) {
276
276
  }
277
277
  else if (typeof cb === "function") {
278
278
  if (typeof optionsOrCb !== "object")
279
- throw new Error("Expect http options but get " + typeof optionsOrCb);
279
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
280
280
  this.send(command, optionsOrCb || {}, cb);
281
281
  }
282
282
  else {
@@ -290,7 +290,7 @@ var WorkMail = (function (_super) {
290
290
  }
291
291
  else if (typeof cb === "function") {
292
292
  if (typeof optionsOrCb !== "object")
293
- throw new Error("Expect http options but get " + typeof optionsOrCb);
293
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
294
294
  this.send(command, optionsOrCb || {}, cb);
295
295
  }
296
296
  else {
@@ -304,7 +304,7 @@ var WorkMail = (function (_super) {
304
304
  }
305
305
  else if (typeof cb === "function") {
306
306
  if (typeof optionsOrCb !== "object")
307
- throw new Error("Expect http options but get " + typeof optionsOrCb);
307
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
308
308
  this.send(command, optionsOrCb || {}, cb);
309
309
  }
310
310
  else {
@@ -318,7 +318,7 @@ var WorkMail = (function (_super) {
318
318
  }
319
319
  else if (typeof cb === "function") {
320
320
  if (typeof optionsOrCb !== "object")
321
- throw new Error("Expect http options but get " + typeof optionsOrCb);
321
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
322
322
  this.send(command, optionsOrCb || {}, cb);
323
323
  }
324
324
  else {
@@ -332,7 +332,7 @@ var WorkMail = (function (_super) {
332
332
  }
333
333
  else if (typeof cb === "function") {
334
334
  if (typeof optionsOrCb !== "object")
335
- throw new Error("Expect http options but get " + typeof optionsOrCb);
335
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
336
336
  this.send(command, optionsOrCb || {}, cb);
337
337
  }
338
338
  else {
@@ -346,7 +346,7 @@ var WorkMail = (function (_super) {
346
346
  }
347
347
  else if (typeof cb === "function") {
348
348
  if (typeof optionsOrCb !== "object")
349
- throw new Error("Expect http options but get " + typeof optionsOrCb);
349
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
350
350
  this.send(command, optionsOrCb || {}, cb);
351
351
  }
352
352
  else {
@@ -360,7 +360,7 @@ var WorkMail = (function (_super) {
360
360
  }
361
361
  else if (typeof cb === "function") {
362
362
  if (typeof optionsOrCb !== "object")
363
- throw new Error("Expect http options but get " + typeof optionsOrCb);
363
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
364
364
  this.send(command, optionsOrCb || {}, cb);
365
365
  }
366
366
  else {
@@ -374,7 +374,7 @@ var WorkMail = (function (_super) {
374
374
  }
375
375
  else if (typeof cb === "function") {
376
376
  if (typeof optionsOrCb !== "object")
377
- throw new Error("Expect http options but get " + typeof optionsOrCb);
377
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
378
378
  this.send(command, optionsOrCb || {}, cb);
379
379
  }
380
380
  else {
@@ -388,7 +388,7 @@ var WorkMail = (function (_super) {
388
388
  }
389
389
  else if (typeof cb === "function") {
390
390
  if (typeof optionsOrCb !== "object")
391
- throw new Error("Expect http options but get " + typeof optionsOrCb);
391
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
392
392
  this.send(command, optionsOrCb || {}, cb);
393
393
  }
394
394
  else {
@@ -402,7 +402,7 @@ var WorkMail = (function (_super) {
402
402
  }
403
403
  else if (typeof cb === "function") {
404
404
  if (typeof optionsOrCb !== "object")
405
- throw new Error("Expect http options but get " + typeof optionsOrCb);
405
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
406
406
  this.send(command, optionsOrCb || {}, cb);
407
407
  }
408
408
  else {
@@ -416,7 +416,7 @@ var WorkMail = (function (_super) {
416
416
  }
417
417
  else if (typeof cb === "function") {
418
418
  if (typeof optionsOrCb !== "object")
419
- throw new Error("Expect http options but get " + typeof optionsOrCb);
419
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
420
420
  this.send(command, optionsOrCb || {}, cb);
421
421
  }
422
422
  else {
@@ -430,7 +430,7 @@ var WorkMail = (function (_super) {
430
430
  }
431
431
  else if (typeof cb === "function") {
432
432
  if (typeof optionsOrCb !== "object")
433
- throw new Error("Expect http options but get " + typeof optionsOrCb);
433
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
434
434
  this.send(command, optionsOrCb || {}, cb);
435
435
  }
436
436
  else {
@@ -444,7 +444,7 @@ var WorkMail = (function (_super) {
444
444
  }
445
445
  else if (typeof cb === "function") {
446
446
  if (typeof optionsOrCb !== "object")
447
- throw new Error("Expect http options but get " + typeof optionsOrCb);
447
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
448
448
  this.send(command, optionsOrCb || {}, cb);
449
449
  }
450
450
  else {
@@ -458,7 +458,7 @@ var WorkMail = (function (_super) {
458
458
  }
459
459
  else if (typeof cb === "function") {
460
460
  if (typeof optionsOrCb !== "object")
461
- throw new Error("Expect http options but get " + typeof optionsOrCb);
461
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
462
462
  this.send(command, optionsOrCb || {}, cb);
463
463
  }
464
464
  else {
@@ -472,7 +472,7 @@ var WorkMail = (function (_super) {
472
472
  }
473
473
  else if (typeof cb === "function") {
474
474
  if (typeof optionsOrCb !== "object")
475
- throw new Error("Expect http options but get " + typeof optionsOrCb);
475
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
476
476
  this.send(command, optionsOrCb || {}, cb);
477
477
  }
478
478
  else {
@@ -486,7 +486,7 @@ var WorkMail = (function (_super) {
486
486
  }
487
487
  else if (typeof cb === "function") {
488
488
  if (typeof optionsOrCb !== "object")
489
- throw new Error("Expect http options but get " + typeof optionsOrCb);
489
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
490
490
  this.send(command, optionsOrCb || {}, cb);
491
491
  }
492
492
  else {
@@ -500,7 +500,7 @@ var WorkMail = (function (_super) {
500
500
  }
501
501
  else if (typeof cb === "function") {
502
502
  if (typeof optionsOrCb !== "object")
503
- throw new Error("Expect http options but get " + typeof optionsOrCb);
503
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
504
504
  this.send(command, optionsOrCb || {}, cb);
505
505
  }
506
506
  else {
@@ -514,7 +514,7 @@ var WorkMail = (function (_super) {
514
514
  }
515
515
  else if (typeof cb === "function") {
516
516
  if (typeof optionsOrCb !== "object")
517
- throw new Error("Expect http options but get " + typeof optionsOrCb);
517
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
518
518
  this.send(command, optionsOrCb || {}, cb);
519
519
  }
520
520
  else {
@@ -528,7 +528,7 @@ var WorkMail = (function (_super) {
528
528
  }
529
529
  else if (typeof cb === "function") {
530
530
  if (typeof optionsOrCb !== "object")
531
- throw new Error("Expect http options but get " + typeof optionsOrCb);
531
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
532
532
  this.send(command, optionsOrCb || {}, cb);
533
533
  }
534
534
  else {
@@ -542,7 +542,7 @@ var WorkMail = (function (_super) {
542
542
  }
543
543
  else if (typeof cb === "function") {
544
544
  if (typeof optionsOrCb !== "object")
545
- throw new Error("Expect http options but get " + typeof optionsOrCb);
545
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
546
546
  this.send(command, optionsOrCb || {}, cb);
547
547
  }
548
548
  else {
@@ -556,7 +556,7 @@ var WorkMail = (function (_super) {
556
556
  }
557
557
  else if (typeof cb === "function") {
558
558
  if (typeof optionsOrCb !== "object")
559
- throw new Error("Expect http options but get " + typeof optionsOrCb);
559
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
560
560
  this.send(command, optionsOrCb || {}, cb);
561
561
  }
562
562
  else {
@@ -570,7 +570,7 @@ var WorkMail = (function (_super) {
570
570
  }
571
571
  else if (typeof cb === "function") {
572
572
  if (typeof optionsOrCb !== "object")
573
- throw new Error("Expect http options but get " + typeof optionsOrCb);
573
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
574
574
  this.send(command, optionsOrCb || {}, cb);
575
575
  }
576
576
  else {
@@ -584,7 +584,7 @@ var WorkMail = (function (_super) {
584
584
  }
585
585
  else if (typeof cb === "function") {
586
586
  if (typeof optionsOrCb !== "object")
587
- throw new Error("Expect http options but get " + typeof optionsOrCb);
587
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
588
588
  this.send(command, optionsOrCb || {}, cb);
589
589
  }
590
590
  else {
@@ -598,7 +598,7 @@ var WorkMail = (function (_super) {
598
598
  }
599
599
  else if (typeof cb === "function") {
600
600
  if (typeof optionsOrCb !== "object")
601
- throw new Error("Expect http options but get " + typeof optionsOrCb);
601
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
602
602
  this.send(command, optionsOrCb || {}, cb);
603
603
  }
604
604
  else {
@@ -612,7 +612,7 @@ var WorkMail = (function (_super) {
612
612
  }
613
613
  else if (typeof cb === "function") {
614
614
  if (typeof optionsOrCb !== "object")
615
- throw new Error("Expect http options but get " + typeof optionsOrCb);
615
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
616
616
  this.send(command, optionsOrCb || {}, cb);
617
617
  }
618
618
  else {
@@ -626,7 +626,7 @@ var WorkMail = (function (_super) {
626
626
  }
627
627
  else if (typeof cb === "function") {
628
628
  if (typeof optionsOrCb !== "object")
629
- throw new Error("Expect http options but get " + typeof optionsOrCb);
629
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
630
630
  this.send(command, optionsOrCb || {}, cb);
631
631
  }
632
632
  else {
@@ -640,7 +640,7 @@ var WorkMail = (function (_super) {
640
640
  }
641
641
  else if (typeof cb === "function") {
642
642
  if (typeof optionsOrCb !== "object")
643
- throw new Error("Expect http options but get " + typeof optionsOrCb);
643
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
644
644
  this.send(command, optionsOrCb || {}, cb);
645
645
  }
646
646
  else {
@@ -654,7 +654,7 @@ var WorkMail = (function (_super) {
654
654
  }
655
655
  else if (typeof cb === "function") {
656
656
  if (typeof optionsOrCb !== "object")
657
- throw new Error("Expect http options but get " + typeof optionsOrCb);
657
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
658
658
  this.send(command, optionsOrCb || {}, cb);
659
659
  }
660
660
  else {
@@ -668,7 +668,7 @@ var WorkMail = (function (_super) {
668
668
  }
669
669
  else if (typeof cb === "function") {
670
670
  if (typeof optionsOrCb !== "object")
671
- throw new Error("Expect http options but get " + typeof optionsOrCb);
671
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
672
672
  this.send(command, optionsOrCb || {}, cb);
673
673
  }
674
674
  else {
@@ -682,7 +682,7 @@ var WorkMail = (function (_super) {
682
682
  }
683
683
  else if (typeof cb === "function") {
684
684
  if (typeof optionsOrCb !== "object")
685
- throw new Error("Expect http options but get " + typeof optionsOrCb);
685
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
686
686
  this.send(command, optionsOrCb || {}, cb);
687
687
  }
688
688
  else {
@@ -696,7 +696,7 @@ var WorkMail = (function (_super) {
696
696
  }
697
697
  else if (typeof cb === "function") {
698
698
  if (typeof optionsOrCb !== "object")
699
- throw new Error("Expect http options but get " + typeof optionsOrCb);
699
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
700
700
  this.send(command, optionsOrCb || {}, cb);
701
701
  }
702
702
  else {
@@ -710,7 +710,7 @@ var WorkMail = (function (_super) {
710
710
  }
711
711
  else if (typeof cb === "function") {
712
712
  if (typeof optionsOrCb !== "object")
713
- throw new Error("Expect http options but get " + typeof optionsOrCb);
713
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
714
714
  this.send(command, optionsOrCb || {}, cb);
715
715
  }
716
716
  else {
@@ -724,7 +724,7 @@ var WorkMail = (function (_super) {
724
724
  }
725
725
  else if (typeof cb === "function") {
726
726
  if (typeof optionsOrCb !== "object")
727
- throw new Error("Expect http options but get " + typeof optionsOrCb);
727
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
728
728
  this.send(command, optionsOrCb || {}, cb);
729
729
  }
730
730
  else {
@@ -738,7 +738,7 @@ var WorkMail = (function (_super) {
738
738
  }
739
739
  else if (typeof cb === "function") {
740
740
  if (typeof optionsOrCb !== "object")
741
- throw new Error("Expect http options but get " + typeof optionsOrCb);
741
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
742
742
  this.send(command, optionsOrCb || {}, cb);
743
743
  }
744
744
  else {
@@ -752,7 +752,7 @@ var WorkMail = (function (_super) {
752
752
  }
753
753
  else if (typeof cb === "function") {
754
754
  if (typeof optionsOrCb !== "object")
755
- throw new Error("Expect http options but get " + typeof optionsOrCb);
755
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
756
756
  this.send(command, optionsOrCb || {}, cb);
757
757
  }
758
758
  else {
@@ -766,7 +766,7 @@ var WorkMail = (function (_super) {
766
766
  }
767
767
  else if (typeof cb === "function") {
768
768
  if (typeof optionsOrCb !== "object")
769
- throw new Error("Expect http options but get " + typeof optionsOrCb);
769
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
770
770
  this.send(command, optionsOrCb || {}, cb);
771
771
  }
772
772
  else {
@@ -780,7 +780,7 @@ var WorkMail = (function (_super) {
780
780
  }
781
781
  else if (typeof cb === "function") {
782
782
  if (typeof optionsOrCb !== "object")
783
- throw new Error("Expect http options but get " + typeof optionsOrCb);
783
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
784
784
  this.send(command, optionsOrCb || {}, cb);
785
785
  }
786
786
  else {
@@ -794,7 +794,7 @@ var WorkMail = (function (_super) {
794
794
  }
795
795
  else if (typeof cb === "function") {
796
796
  if (typeof optionsOrCb !== "object")
797
- throw new Error("Expect http options but get " + typeof optionsOrCb);
797
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
798
798
  this.send(command, optionsOrCb || {}, cb);
799
799
  }
800
800
  else {
@@ -808,7 +808,7 @@ var WorkMail = (function (_super) {
808
808
  }
809
809
  else if (typeof cb === "function") {
810
810
  if (typeof optionsOrCb !== "object")
811
- throw new Error("Expect http options but get " + typeof optionsOrCb);
811
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
812
812
  this.send(command, optionsOrCb || {}, cb);
813
813
  }
814
814
  else {
@@ -822,7 +822,7 @@ var WorkMail = (function (_super) {
822
822
  }
823
823
  else if (typeof cb === "function") {
824
824
  if (typeof optionsOrCb !== "object")
825
- throw new Error("Expect http options but get " + typeof optionsOrCb);
825
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
826
826
  this.send(command, optionsOrCb || {}, cb);
827
827
  }
828
828
  else {
@@ -836,7 +836,7 @@ var WorkMail = (function (_super) {
836
836
  }
837
837
  else if (typeof cb === "function") {
838
838
  if (typeof optionsOrCb !== "object")
839
- throw new Error("Expect http options but get " + typeof optionsOrCb);
839
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
840
840
  this.send(command, optionsOrCb || {}, cb);
841
841
  }
842
842
  else {
@@ -850,7 +850,7 @@ var WorkMail = (function (_super) {
850
850
  }
851
851
  else if (typeof cb === "function") {
852
852
  if (typeof optionsOrCb !== "object")
853
- throw new Error("Expect http options but get " + typeof optionsOrCb);
853
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
854
854
  this.send(command, optionsOrCb || {}, cb);
855
855
  }
856
856
  else {
@@ -864,7 +864,7 @@ var WorkMail = (function (_super) {
864
864
  }
865
865
  else if (typeof cb === "function") {
866
866
  if (typeof optionsOrCb !== "object")
867
- throw new Error("Expect http options but get " + typeof optionsOrCb);
867
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
868
868
  this.send(command, optionsOrCb || {}, cb);
869
869
  }
870
870
  else {
@@ -878,7 +878,7 @@ var WorkMail = (function (_super) {
878
878
  }
879
879
  else if (typeof cb === "function") {
880
880
  if (typeof optionsOrCb !== "object")
881
- throw new Error("Expect http options but get " + typeof optionsOrCb);
881
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
882
882
  this.send(command, optionsOrCb || {}, cb);
883
883
  }
884
884
  else {
@@ -892,7 +892,7 @@ var WorkMail = (function (_super) {
892
892
  }
893
893
  else if (typeof cb === "function") {
894
894
  if (typeof optionsOrCb !== "object")
895
- throw new Error("Expect http options but get " + typeof optionsOrCb);
895
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
896
896
  this.send(command, optionsOrCb || {}, cb);
897
897
  }
898
898
  else {
@@ -906,7 +906,7 @@ var WorkMail = (function (_super) {
906
906
  }
907
907
  else if (typeof cb === "function") {
908
908
  if (typeof optionsOrCb !== "object")
909
- throw new Error("Expect http options but get " + typeof optionsOrCb);
909
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
910
910
  this.send(command, optionsOrCb || {}, cb);
911
911
  }
912
912
  else {
@@ -920,7 +920,7 @@ var WorkMail = (function (_super) {
920
920
  }
921
921
  else if (typeof cb === "function") {
922
922
  if (typeof optionsOrCb !== "object")
923
- throw new Error("Expect http options but get " + typeof optionsOrCb);
923
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
924
924
  this.send(command, optionsOrCb || {}, cb);
925
925
  }
926
926
  else {
@@ -934,7 +934,7 @@ var WorkMail = (function (_super) {
934
934
  }
935
935
  else if (typeof cb === "function") {
936
936
  if (typeof optionsOrCb !== "object")
937
- throw new Error("Expect http options but get " + typeof optionsOrCb);
937
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
938
938
  this.send(command, optionsOrCb || {}, cb);
939
939
  }
940
940
  else {
@@ -948,7 +948,7 @@ var WorkMail = (function (_super) {
948
948
  }
949
949
  else if (typeof cb === "function") {
950
950
  if (typeof optionsOrCb !== "object")
951
- throw new Error("Expect http options but get " + typeof optionsOrCb);
951
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
952
952
  this.send(command, optionsOrCb || {}, cb);
953
953
  }
954
954
  else {
@@ -962,7 +962,7 @@ var WorkMail = (function (_super) {
962
962
  }
963
963
  else if (typeof cb === "function") {
964
964
  if (typeof optionsOrCb !== "object")
965
- throw new Error("Expect http options but get " + typeof optionsOrCb);
965
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
966
966
  this.send(command, optionsOrCb || {}, cb);
967
967
  }
968
968
  else {
@@ -976,7 +976,7 @@ var WorkMail = (function (_super) {
976
976
  }
977
977
  else if (typeof cb === "function") {
978
978
  if (typeof optionsOrCb !== "object")
979
- throw new Error("Expect http options but get " + typeof optionsOrCb);
979
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
980
980
  this.send(command, optionsOrCb || {}, cb);
981
981
  }
982
982
  else {
@@ -990,7 +990,7 @@ var WorkMail = (function (_super) {
990
990
  }
991
991
  else if (typeof cb === "function") {
992
992
  if (typeof optionsOrCb !== "object")
993
- throw new Error("Expect http options but get " + typeof optionsOrCb);
993
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
994
994
  this.send(command, optionsOrCb || {}, cb);
995
995
  }
996
996
  else {
@@ -1004,7 +1004,7 @@ var WorkMail = (function (_super) {
1004
1004
  }
1005
1005
  else if (typeof cb === "function") {
1006
1006
  if (typeof optionsOrCb !== "object")
1007
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1007
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1008
1008
  this.send(command, optionsOrCb || {}, cb);
1009
1009
  }
1010
1010
  else {
@@ -1018,7 +1018,7 @@ var WorkMail = (function (_super) {
1018
1018
  }
1019
1019
  else if (typeof cb === "function") {
1020
1020
  if (typeof optionsOrCb !== "object")
1021
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1021
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1022
1022
  this.send(command, optionsOrCb || {}, cb);
1023
1023
  }
1024
1024
  else {
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new ListAliasesCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListAliasesCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.listAliases.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.listAliases.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateListAliases(config, input) {
48
48
  input.NextToken = token;
49
49
  input["MaxResults"] = config.pageSize;
50
50
  if (!(config.client instanceof WorkMail)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof WorkMailClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new ListGroupMembersCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListGroupMembersCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.listGroupMembers.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.listGroupMembers.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateListGroupMembers(config, input) {
48
48
  input.NextToken = token;
49
49
  input["MaxResults"] = config.pageSize;
50
50
  if (!(config.client instanceof WorkMail)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof WorkMailClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];