@aws-sdk/client-cloudformation 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 (113) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/CloudFormationClient.js +13 -13
  3. package/dist-cjs/commands/ActivateTypeCommand.js +3 -3
  4. package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +3 -3
  5. package/dist-cjs/commands/CancelUpdateStackCommand.js +3 -3
  6. package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +3 -3
  7. package/dist-cjs/commands/CreateChangeSetCommand.js +3 -3
  8. package/dist-cjs/commands/CreateStackCommand.js +3 -3
  9. package/dist-cjs/commands/CreateStackInstancesCommand.js +3 -3
  10. package/dist-cjs/commands/CreateStackSetCommand.js +3 -3
  11. package/dist-cjs/commands/DeactivateTypeCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteChangeSetCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteStackCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteStackInstancesCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteStackSetCommand.js +3 -3
  16. package/dist-cjs/commands/DeregisterTypeCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeChangeSetCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +3 -3
  20. package/dist-cjs/commands/DescribePublisherCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeStackEventsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeStackInstanceCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeStackResourceCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeStackResourcesCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeStackSetCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeStackSetOperationCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeStacksCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeTypeCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +3 -3
  32. package/dist-cjs/commands/DetectStackDriftCommand.js +3 -3
  33. package/dist-cjs/commands/DetectStackResourceDriftCommand.js +3 -3
  34. package/dist-cjs/commands/DetectStackSetDriftCommand.js +3 -3
  35. package/dist-cjs/commands/EstimateTemplateCostCommand.js +3 -3
  36. package/dist-cjs/commands/ExecuteChangeSetCommand.js +3 -3
  37. package/dist-cjs/commands/GetStackPolicyCommand.js +3 -3
  38. package/dist-cjs/commands/GetTemplateCommand.js +3 -3
  39. package/dist-cjs/commands/GetTemplateSummaryCommand.js +3 -3
  40. package/dist-cjs/commands/ImportStacksToStackSetCommand.js +3 -3
  41. package/dist-cjs/commands/ListChangeSetsCommand.js +3 -3
  42. package/dist-cjs/commands/ListExportsCommand.js +3 -3
  43. package/dist-cjs/commands/ListImportsCommand.js +3 -3
  44. package/dist-cjs/commands/ListStackInstancesCommand.js +3 -3
  45. package/dist-cjs/commands/ListStackResourcesCommand.js +3 -3
  46. package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +3 -3
  47. package/dist-cjs/commands/ListStackSetOperationsCommand.js +3 -3
  48. package/dist-cjs/commands/ListStackSetsCommand.js +3 -3
  49. package/dist-cjs/commands/ListStacksCommand.js +3 -3
  50. package/dist-cjs/commands/ListTypeRegistrationsCommand.js +3 -3
  51. package/dist-cjs/commands/ListTypeVersionsCommand.js +3 -3
  52. package/dist-cjs/commands/ListTypesCommand.js +3 -3
  53. package/dist-cjs/commands/PublishTypeCommand.js +3 -3
  54. package/dist-cjs/commands/RecordHandlerProgressCommand.js +3 -3
  55. package/dist-cjs/commands/RegisterPublisherCommand.js +3 -3
  56. package/dist-cjs/commands/RegisterTypeCommand.js +3 -3
  57. package/dist-cjs/commands/RollbackStackCommand.js +3 -3
  58. package/dist-cjs/commands/SetStackPolicyCommand.js +3 -3
  59. package/dist-cjs/commands/SetTypeConfigurationCommand.js +3 -3
  60. package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +3 -3
  61. package/dist-cjs/commands/SignalResourceCommand.js +3 -3
  62. package/dist-cjs/commands/StopStackSetOperationCommand.js +3 -3
  63. package/dist-cjs/commands/TestTypeCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateStackCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateStackInstancesCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateStackSetCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +3 -3
  68. package/dist-cjs/commands/ValidateTemplateCommand.js +3 -3
  69. package/dist-cjs/endpoints.js +1 -1
  70. package/dist-cjs/protocols/Aws_query.js +564 -564
  71. package/dist-cjs/runtimeConfig.browser.js +4 -4
  72. package/dist-cjs/runtimeConfig.js +9 -9
  73. package/dist-cjs/runtimeConfig.native.js +1 -1
  74. package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +3 -3
  75. package/dist-cjs/waiters/waitForStackCreateComplete.js +3 -3
  76. package/dist-cjs/waiters/waitForStackDeleteComplete.js +3 -3
  77. package/dist-cjs/waiters/waitForStackExists.js +3 -3
  78. package/dist-cjs/waiters/waitForStackImportComplete.js +3 -3
  79. package/dist-cjs/waiters/waitForStackRollbackComplete.js +3 -3
  80. package/dist-cjs/waiters/waitForStackUpdateComplete.js +3 -3
  81. package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +3 -3
  82. package/dist-es/CloudFormation.js +66 -66
  83. package/dist-es/pagination/DescribeAccountLimitsPaginator.js +4 -4
  84. package/dist-es/pagination/DescribeStackEventsPaginator.js +4 -4
  85. package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +4 -4
  86. package/dist-es/pagination/DescribeStacksPaginator.js +4 -4
  87. package/dist-es/pagination/ListChangeSetsPaginator.js +4 -4
  88. package/dist-es/pagination/ListExportsPaginator.js +4 -4
  89. package/dist-es/pagination/ListImportsPaginator.js +4 -4
  90. package/dist-es/pagination/ListStackInstancesPaginator.js +4 -4
  91. package/dist-es/pagination/ListStackResourcesPaginator.js +4 -4
  92. package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +4 -4
  93. package/dist-es/pagination/ListStackSetOperationsPaginator.js +4 -4
  94. package/dist-es/pagination/ListStackSetsPaginator.js +4 -4
  95. package/dist-es/pagination/ListStacksPaginator.js +4 -4
  96. package/dist-es/pagination/ListTypeRegistrationsPaginator.js +4 -4
  97. package/dist-es/pagination/ListTypeVersionsPaginator.js +4 -4
  98. package/dist-es/pagination/ListTypesPaginator.js +4 -4
  99. package/dist-es/protocols/Aws_query.js +87 -87
  100. package/dist-es/waiters/waitForStackCreateComplete.js +6 -6
  101. package/dist-es/waiters/waitForStackDeleteComplete.js +7 -7
  102. package/dist-es/waiters/waitForStackImportComplete.js +6 -6
  103. package/dist-es/waiters/waitForStackRollbackComplete.js +4 -4
  104. package/dist-es/waiters/waitForStackUpdateComplete.js +4 -4
  105. package/dist-types/CloudFormationClient.d.ts +2 -2
  106. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/runtimeConfig.d.ts +1 -1
  108. package/dist-types/runtimeConfig.native.d.ts +3 -3
  109. package/dist-types/ts3.4/CloudFormationClient.d.ts +2 -2
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  113. package/package.json +35 -35
@@ -78,7 +78,7 @@ var CloudFormation = (function (_super) {
78
78
  }
79
79
  else if (typeof cb === "function") {
80
80
  if (typeof optionsOrCb !== "object")
81
- throw new Error("Expect http options but get " + typeof optionsOrCb);
81
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
82
82
  this.send(command, optionsOrCb || {}, cb);
83
83
  }
84
84
  else {
@@ -92,7 +92,7 @@ var CloudFormation = (function (_super) {
92
92
  }
93
93
  else if (typeof cb === "function") {
94
94
  if (typeof optionsOrCb !== "object")
95
- throw new Error("Expect http options but get " + typeof optionsOrCb);
95
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
96
96
  this.send(command, optionsOrCb || {}, cb);
97
97
  }
98
98
  else {
@@ -106,7 +106,7 @@ var CloudFormation = (function (_super) {
106
106
  }
107
107
  else if (typeof cb === "function") {
108
108
  if (typeof optionsOrCb !== "object")
109
- throw new Error("Expect http options but get " + typeof optionsOrCb);
109
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
110
110
  this.send(command, optionsOrCb || {}, cb);
111
111
  }
112
112
  else {
@@ -120,7 +120,7 @@ var CloudFormation = (function (_super) {
120
120
  }
121
121
  else if (typeof cb === "function") {
122
122
  if (typeof optionsOrCb !== "object")
123
- throw new Error("Expect http options but get " + typeof optionsOrCb);
123
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
124
124
  this.send(command, optionsOrCb || {}, cb);
125
125
  }
126
126
  else {
@@ -134,7 +134,7 @@ var CloudFormation = (function (_super) {
134
134
  }
135
135
  else if (typeof cb === "function") {
136
136
  if (typeof optionsOrCb !== "object")
137
- throw new Error("Expect http options but get " + typeof optionsOrCb);
137
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
138
138
  this.send(command, optionsOrCb || {}, cb);
139
139
  }
140
140
  else {
@@ -148,7 +148,7 @@ var CloudFormation = (function (_super) {
148
148
  }
149
149
  else if (typeof cb === "function") {
150
150
  if (typeof optionsOrCb !== "object")
151
- throw new Error("Expect http options but get " + typeof optionsOrCb);
151
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
152
152
  this.send(command, optionsOrCb || {}, cb);
153
153
  }
154
154
  else {
@@ -162,7 +162,7 @@ var CloudFormation = (function (_super) {
162
162
  }
163
163
  else if (typeof cb === "function") {
164
164
  if (typeof optionsOrCb !== "object")
165
- throw new Error("Expect http options but get " + typeof optionsOrCb);
165
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
166
166
  this.send(command, optionsOrCb || {}, cb);
167
167
  }
168
168
  else {
@@ -176,7 +176,7 @@ var CloudFormation = (function (_super) {
176
176
  }
177
177
  else if (typeof cb === "function") {
178
178
  if (typeof optionsOrCb !== "object")
179
- throw new Error("Expect http options but get " + typeof optionsOrCb);
179
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
180
180
  this.send(command, optionsOrCb || {}, cb);
181
181
  }
182
182
  else {
@@ -190,7 +190,7 @@ var CloudFormation = (function (_super) {
190
190
  }
191
191
  else if (typeof cb === "function") {
192
192
  if (typeof optionsOrCb !== "object")
193
- throw new Error("Expect http options but get " + typeof optionsOrCb);
193
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
194
194
  this.send(command, optionsOrCb || {}, cb);
195
195
  }
196
196
  else {
@@ -204,7 +204,7 @@ var CloudFormation = (function (_super) {
204
204
  }
205
205
  else if (typeof cb === "function") {
206
206
  if (typeof optionsOrCb !== "object")
207
- throw new Error("Expect http options but get " + typeof optionsOrCb);
207
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
208
208
  this.send(command, optionsOrCb || {}, cb);
209
209
  }
210
210
  else {
@@ -218,7 +218,7 @@ var CloudFormation = (function (_super) {
218
218
  }
219
219
  else if (typeof cb === "function") {
220
220
  if (typeof optionsOrCb !== "object")
221
- throw new Error("Expect http options but get " + typeof optionsOrCb);
221
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
222
222
  this.send(command, optionsOrCb || {}, cb);
223
223
  }
224
224
  else {
@@ -232,7 +232,7 @@ var CloudFormation = (function (_super) {
232
232
  }
233
233
  else if (typeof cb === "function") {
234
234
  if (typeof optionsOrCb !== "object")
235
- throw new Error("Expect http options but get " + typeof optionsOrCb);
235
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
236
236
  this.send(command, optionsOrCb || {}, cb);
237
237
  }
238
238
  else {
@@ -246,7 +246,7 @@ var CloudFormation = (function (_super) {
246
246
  }
247
247
  else if (typeof cb === "function") {
248
248
  if (typeof optionsOrCb !== "object")
249
- throw new Error("Expect http options but get " + typeof optionsOrCb);
249
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
250
250
  this.send(command, optionsOrCb || {}, cb);
251
251
  }
252
252
  else {
@@ -260,7 +260,7 @@ var CloudFormation = (function (_super) {
260
260
  }
261
261
  else if (typeof cb === "function") {
262
262
  if (typeof optionsOrCb !== "object")
263
- throw new Error("Expect http options but get " + typeof optionsOrCb);
263
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
264
264
  this.send(command, optionsOrCb || {}, cb);
265
265
  }
266
266
  else {
@@ -274,7 +274,7 @@ var CloudFormation = (function (_super) {
274
274
  }
275
275
  else if (typeof cb === "function") {
276
276
  if (typeof optionsOrCb !== "object")
277
- throw new Error("Expect http options but get " + typeof optionsOrCb);
277
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
278
278
  this.send(command, optionsOrCb || {}, cb);
279
279
  }
280
280
  else {
@@ -288,7 +288,7 @@ var CloudFormation = (function (_super) {
288
288
  }
289
289
  else if (typeof cb === "function") {
290
290
  if (typeof optionsOrCb !== "object")
291
- throw new Error("Expect http options but get " + typeof optionsOrCb);
291
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
292
292
  this.send(command, optionsOrCb || {}, cb);
293
293
  }
294
294
  else {
@@ -302,7 +302,7 @@ var CloudFormation = (function (_super) {
302
302
  }
303
303
  else if (typeof cb === "function") {
304
304
  if (typeof optionsOrCb !== "object")
305
- throw new Error("Expect http options but get " + typeof optionsOrCb);
305
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
306
306
  this.send(command, optionsOrCb || {}, cb);
307
307
  }
308
308
  else {
@@ -316,7 +316,7 @@ var CloudFormation = (function (_super) {
316
316
  }
317
317
  else if (typeof cb === "function") {
318
318
  if (typeof optionsOrCb !== "object")
319
- throw new Error("Expect http options but get " + typeof optionsOrCb);
319
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
320
320
  this.send(command, optionsOrCb || {}, cb);
321
321
  }
322
322
  else {
@@ -330,7 +330,7 @@ var CloudFormation = (function (_super) {
330
330
  }
331
331
  else if (typeof cb === "function") {
332
332
  if (typeof optionsOrCb !== "object")
333
- throw new Error("Expect http options but get " + typeof optionsOrCb);
333
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
334
334
  this.send(command, optionsOrCb || {}, cb);
335
335
  }
336
336
  else {
@@ -344,7 +344,7 @@ var CloudFormation = (function (_super) {
344
344
  }
345
345
  else if (typeof cb === "function") {
346
346
  if (typeof optionsOrCb !== "object")
347
- throw new Error("Expect http options but get " + typeof optionsOrCb);
347
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
348
348
  this.send(command, optionsOrCb || {}, cb);
349
349
  }
350
350
  else {
@@ -358,7 +358,7 @@ var CloudFormation = (function (_super) {
358
358
  }
359
359
  else if (typeof cb === "function") {
360
360
  if (typeof optionsOrCb !== "object")
361
- throw new Error("Expect http options but get " + typeof optionsOrCb);
361
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
362
362
  this.send(command, optionsOrCb || {}, cb);
363
363
  }
364
364
  else {
@@ -372,7 +372,7 @@ var CloudFormation = (function (_super) {
372
372
  }
373
373
  else if (typeof cb === "function") {
374
374
  if (typeof optionsOrCb !== "object")
375
- throw new Error("Expect http options but get " + typeof optionsOrCb);
375
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
376
376
  this.send(command, optionsOrCb || {}, cb);
377
377
  }
378
378
  else {
@@ -386,7 +386,7 @@ var CloudFormation = (function (_super) {
386
386
  }
387
387
  else if (typeof cb === "function") {
388
388
  if (typeof optionsOrCb !== "object")
389
- throw new Error("Expect http options but get " + typeof optionsOrCb);
389
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
390
390
  this.send(command, optionsOrCb || {}, cb);
391
391
  }
392
392
  else {
@@ -400,7 +400,7 @@ var CloudFormation = (function (_super) {
400
400
  }
401
401
  else if (typeof cb === "function") {
402
402
  if (typeof optionsOrCb !== "object")
403
- throw new Error("Expect http options but get " + typeof optionsOrCb);
403
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
404
404
  this.send(command, optionsOrCb || {}, cb);
405
405
  }
406
406
  else {
@@ -414,7 +414,7 @@ var CloudFormation = (function (_super) {
414
414
  }
415
415
  else if (typeof cb === "function") {
416
416
  if (typeof optionsOrCb !== "object")
417
- throw new Error("Expect http options but get " + typeof optionsOrCb);
417
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
418
418
  this.send(command, optionsOrCb || {}, cb);
419
419
  }
420
420
  else {
@@ -428,7 +428,7 @@ var CloudFormation = (function (_super) {
428
428
  }
429
429
  else if (typeof cb === "function") {
430
430
  if (typeof optionsOrCb !== "object")
431
- throw new Error("Expect http options but get " + typeof optionsOrCb);
431
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
432
432
  this.send(command, optionsOrCb || {}, cb);
433
433
  }
434
434
  else {
@@ -442,7 +442,7 @@ var CloudFormation = (function (_super) {
442
442
  }
443
443
  else if (typeof cb === "function") {
444
444
  if (typeof optionsOrCb !== "object")
445
- throw new Error("Expect http options but get " + typeof optionsOrCb);
445
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
446
446
  this.send(command, optionsOrCb || {}, cb);
447
447
  }
448
448
  else {
@@ -456,7 +456,7 @@ var CloudFormation = (function (_super) {
456
456
  }
457
457
  else if (typeof cb === "function") {
458
458
  if (typeof optionsOrCb !== "object")
459
- throw new Error("Expect http options but get " + typeof optionsOrCb);
459
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
460
460
  this.send(command, optionsOrCb || {}, cb);
461
461
  }
462
462
  else {
@@ -470,7 +470,7 @@ var CloudFormation = (function (_super) {
470
470
  }
471
471
  else if (typeof cb === "function") {
472
472
  if (typeof optionsOrCb !== "object")
473
- throw new Error("Expect http options but get " + typeof optionsOrCb);
473
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
474
474
  this.send(command, optionsOrCb || {}, cb);
475
475
  }
476
476
  else {
@@ -484,7 +484,7 @@ var CloudFormation = (function (_super) {
484
484
  }
485
485
  else if (typeof cb === "function") {
486
486
  if (typeof optionsOrCb !== "object")
487
- throw new Error("Expect http options but get " + typeof optionsOrCb);
487
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
488
488
  this.send(command, optionsOrCb || {}, cb);
489
489
  }
490
490
  else {
@@ -498,7 +498,7 @@ var CloudFormation = (function (_super) {
498
498
  }
499
499
  else if (typeof cb === "function") {
500
500
  if (typeof optionsOrCb !== "object")
501
- throw new Error("Expect http options but get " + typeof optionsOrCb);
501
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
502
502
  this.send(command, optionsOrCb || {}, cb);
503
503
  }
504
504
  else {
@@ -512,7 +512,7 @@ var CloudFormation = (function (_super) {
512
512
  }
513
513
  else if (typeof cb === "function") {
514
514
  if (typeof optionsOrCb !== "object")
515
- throw new Error("Expect http options but get " + typeof optionsOrCb);
515
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
516
516
  this.send(command, optionsOrCb || {}, cb);
517
517
  }
518
518
  else {
@@ -526,7 +526,7 @@ var CloudFormation = (function (_super) {
526
526
  }
527
527
  else if (typeof cb === "function") {
528
528
  if (typeof optionsOrCb !== "object")
529
- throw new Error("Expect http options but get " + typeof optionsOrCb);
529
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
530
530
  this.send(command, optionsOrCb || {}, cb);
531
531
  }
532
532
  else {
@@ -540,7 +540,7 @@ var CloudFormation = (function (_super) {
540
540
  }
541
541
  else if (typeof cb === "function") {
542
542
  if (typeof optionsOrCb !== "object")
543
- throw new Error("Expect http options but get " + typeof optionsOrCb);
543
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
544
544
  this.send(command, optionsOrCb || {}, cb);
545
545
  }
546
546
  else {
@@ -554,7 +554,7 @@ var CloudFormation = (function (_super) {
554
554
  }
555
555
  else if (typeof cb === "function") {
556
556
  if (typeof optionsOrCb !== "object")
557
- throw new Error("Expect http options but get " + typeof optionsOrCb);
557
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
558
558
  this.send(command, optionsOrCb || {}, cb);
559
559
  }
560
560
  else {
@@ -568,7 +568,7 @@ var CloudFormation = (function (_super) {
568
568
  }
569
569
  else if (typeof cb === "function") {
570
570
  if (typeof optionsOrCb !== "object")
571
- throw new Error("Expect http options but get " + typeof optionsOrCb);
571
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
572
572
  this.send(command, optionsOrCb || {}, cb);
573
573
  }
574
574
  else {
@@ -582,7 +582,7 @@ var CloudFormation = (function (_super) {
582
582
  }
583
583
  else if (typeof cb === "function") {
584
584
  if (typeof optionsOrCb !== "object")
585
- throw new Error("Expect http options but get " + typeof optionsOrCb);
585
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
586
586
  this.send(command, optionsOrCb || {}, cb);
587
587
  }
588
588
  else {
@@ -596,7 +596,7 @@ var CloudFormation = (function (_super) {
596
596
  }
597
597
  else if (typeof cb === "function") {
598
598
  if (typeof optionsOrCb !== "object")
599
- throw new Error("Expect http options but get " + typeof optionsOrCb);
599
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
600
600
  this.send(command, optionsOrCb || {}, cb);
601
601
  }
602
602
  else {
@@ -610,7 +610,7 @@ var CloudFormation = (function (_super) {
610
610
  }
611
611
  else if (typeof cb === "function") {
612
612
  if (typeof optionsOrCb !== "object")
613
- throw new Error("Expect http options but get " + typeof optionsOrCb);
613
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
614
614
  this.send(command, optionsOrCb || {}, cb);
615
615
  }
616
616
  else {
@@ -624,7 +624,7 @@ var CloudFormation = (function (_super) {
624
624
  }
625
625
  else if (typeof cb === "function") {
626
626
  if (typeof optionsOrCb !== "object")
627
- throw new Error("Expect http options but get " + typeof optionsOrCb);
627
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
628
628
  this.send(command, optionsOrCb || {}, cb);
629
629
  }
630
630
  else {
@@ -638,7 +638,7 @@ var CloudFormation = (function (_super) {
638
638
  }
639
639
  else if (typeof cb === "function") {
640
640
  if (typeof optionsOrCb !== "object")
641
- throw new Error("Expect http options but get " + typeof optionsOrCb);
641
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
642
642
  this.send(command, optionsOrCb || {}, cb);
643
643
  }
644
644
  else {
@@ -652,7 +652,7 @@ var CloudFormation = (function (_super) {
652
652
  }
653
653
  else if (typeof cb === "function") {
654
654
  if (typeof optionsOrCb !== "object")
655
- throw new Error("Expect http options but get " + typeof optionsOrCb);
655
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
656
656
  this.send(command, optionsOrCb || {}, cb);
657
657
  }
658
658
  else {
@@ -666,7 +666,7 @@ var CloudFormation = (function (_super) {
666
666
  }
667
667
  else if (typeof cb === "function") {
668
668
  if (typeof optionsOrCb !== "object")
669
- throw new Error("Expect http options but get " + typeof optionsOrCb);
669
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
670
670
  this.send(command, optionsOrCb || {}, cb);
671
671
  }
672
672
  else {
@@ -680,7 +680,7 @@ var CloudFormation = (function (_super) {
680
680
  }
681
681
  else if (typeof cb === "function") {
682
682
  if (typeof optionsOrCb !== "object")
683
- throw new Error("Expect http options but get " + typeof optionsOrCb);
683
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
684
684
  this.send(command, optionsOrCb || {}, cb);
685
685
  }
686
686
  else {
@@ -694,7 +694,7 @@ var CloudFormation = (function (_super) {
694
694
  }
695
695
  else if (typeof cb === "function") {
696
696
  if (typeof optionsOrCb !== "object")
697
- throw new Error("Expect http options but get " + typeof optionsOrCb);
697
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
698
698
  this.send(command, optionsOrCb || {}, cb);
699
699
  }
700
700
  else {
@@ -708,7 +708,7 @@ var CloudFormation = (function (_super) {
708
708
  }
709
709
  else if (typeof cb === "function") {
710
710
  if (typeof optionsOrCb !== "object")
711
- throw new Error("Expect http options but get " + typeof optionsOrCb);
711
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
712
712
  this.send(command, optionsOrCb || {}, cb);
713
713
  }
714
714
  else {
@@ -722,7 +722,7 @@ var CloudFormation = (function (_super) {
722
722
  }
723
723
  else if (typeof cb === "function") {
724
724
  if (typeof optionsOrCb !== "object")
725
- throw new Error("Expect http options but get " + typeof optionsOrCb);
725
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
726
726
  this.send(command, optionsOrCb || {}, cb);
727
727
  }
728
728
  else {
@@ -736,7 +736,7 @@ var CloudFormation = (function (_super) {
736
736
  }
737
737
  else if (typeof cb === "function") {
738
738
  if (typeof optionsOrCb !== "object")
739
- throw new Error("Expect http options but get " + typeof optionsOrCb);
739
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
740
740
  this.send(command, optionsOrCb || {}, cb);
741
741
  }
742
742
  else {
@@ -750,7 +750,7 @@ var CloudFormation = (function (_super) {
750
750
  }
751
751
  else if (typeof cb === "function") {
752
752
  if (typeof optionsOrCb !== "object")
753
- throw new Error("Expect http options but get " + typeof optionsOrCb);
753
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
754
754
  this.send(command, optionsOrCb || {}, cb);
755
755
  }
756
756
  else {
@@ -764,7 +764,7 @@ var CloudFormation = (function (_super) {
764
764
  }
765
765
  else if (typeof cb === "function") {
766
766
  if (typeof optionsOrCb !== "object")
767
- throw new Error("Expect http options but get " + typeof optionsOrCb);
767
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
768
768
  this.send(command, optionsOrCb || {}, cb);
769
769
  }
770
770
  else {
@@ -778,7 +778,7 @@ var CloudFormation = (function (_super) {
778
778
  }
779
779
  else if (typeof cb === "function") {
780
780
  if (typeof optionsOrCb !== "object")
781
- throw new Error("Expect http options but get " + typeof optionsOrCb);
781
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
782
782
  this.send(command, optionsOrCb || {}, cb);
783
783
  }
784
784
  else {
@@ -792,7 +792,7 @@ var CloudFormation = (function (_super) {
792
792
  }
793
793
  else if (typeof cb === "function") {
794
794
  if (typeof optionsOrCb !== "object")
795
- throw new Error("Expect http options but get " + typeof optionsOrCb);
795
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
796
796
  this.send(command, optionsOrCb || {}, cb);
797
797
  }
798
798
  else {
@@ -806,7 +806,7 @@ var CloudFormation = (function (_super) {
806
806
  }
807
807
  else if (typeof cb === "function") {
808
808
  if (typeof optionsOrCb !== "object")
809
- throw new Error("Expect http options but get " + typeof optionsOrCb);
809
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
810
810
  this.send(command, optionsOrCb || {}, cb);
811
811
  }
812
812
  else {
@@ -820,7 +820,7 @@ var CloudFormation = (function (_super) {
820
820
  }
821
821
  else if (typeof cb === "function") {
822
822
  if (typeof optionsOrCb !== "object")
823
- throw new Error("Expect http options but get " + typeof optionsOrCb);
823
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
824
824
  this.send(command, optionsOrCb || {}, cb);
825
825
  }
826
826
  else {
@@ -834,7 +834,7 @@ var CloudFormation = (function (_super) {
834
834
  }
835
835
  else if (typeof cb === "function") {
836
836
  if (typeof optionsOrCb !== "object")
837
- throw new Error("Expect http options but get " + typeof optionsOrCb);
837
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
838
838
  this.send(command, optionsOrCb || {}, cb);
839
839
  }
840
840
  else {
@@ -848,7 +848,7 @@ var CloudFormation = (function (_super) {
848
848
  }
849
849
  else if (typeof cb === "function") {
850
850
  if (typeof optionsOrCb !== "object")
851
- throw new Error("Expect http options but get " + typeof optionsOrCb);
851
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
852
852
  this.send(command, optionsOrCb || {}, cb);
853
853
  }
854
854
  else {
@@ -862,7 +862,7 @@ var CloudFormation = (function (_super) {
862
862
  }
863
863
  else if (typeof cb === "function") {
864
864
  if (typeof optionsOrCb !== "object")
865
- throw new Error("Expect http options but get " + typeof optionsOrCb);
865
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
866
866
  this.send(command, optionsOrCb || {}, cb);
867
867
  }
868
868
  else {
@@ -876,7 +876,7 @@ var CloudFormation = (function (_super) {
876
876
  }
877
877
  else if (typeof cb === "function") {
878
878
  if (typeof optionsOrCb !== "object")
879
- throw new Error("Expect http options but get " + typeof optionsOrCb);
879
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
880
880
  this.send(command, optionsOrCb || {}, cb);
881
881
  }
882
882
  else {
@@ -890,7 +890,7 @@ var CloudFormation = (function (_super) {
890
890
  }
891
891
  else if (typeof cb === "function") {
892
892
  if (typeof optionsOrCb !== "object")
893
- throw new Error("Expect http options but get " + typeof optionsOrCb);
893
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
894
894
  this.send(command, optionsOrCb || {}, cb);
895
895
  }
896
896
  else {
@@ -904,7 +904,7 @@ var CloudFormation = (function (_super) {
904
904
  }
905
905
  else if (typeof cb === "function") {
906
906
  if (typeof optionsOrCb !== "object")
907
- throw new Error("Expect http options but get " + typeof optionsOrCb);
907
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
908
908
  this.send(command, optionsOrCb || {}, cb);
909
909
  }
910
910
  else {
@@ -918,7 +918,7 @@ var CloudFormation = (function (_super) {
918
918
  }
919
919
  else if (typeof cb === "function") {
920
920
  if (typeof optionsOrCb !== "object")
921
- throw new Error("Expect http options but get " + typeof optionsOrCb);
921
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
922
922
  this.send(command, optionsOrCb || {}, cb);
923
923
  }
924
924
  else {
@@ -932,7 +932,7 @@ var CloudFormation = (function (_super) {
932
932
  }
933
933
  else if (typeof cb === "function") {
934
934
  if (typeof optionsOrCb !== "object")
935
- throw new Error("Expect http options but get " + typeof optionsOrCb);
935
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
936
936
  this.send(command, optionsOrCb || {}, cb);
937
937
  }
938
938
  else {
@@ -946,7 +946,7 @@ var CloudFormation = (function (_super) {
946
946
  }
947
947
  else if (typeof cb === "function") {
948
948
  if (typeof optionsOrCb !== "object")
949
- throw new Error("Expect http options but get " + typeof optionsOrCb);
949
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
950
950
  this.send(command, optionsOrCb || {}, cb);
951
951
  }
952
952
  else {
@@ -960,7 +960,7 @@ var CloudFormation = (function (_super) {
960
960
  }
961
961
  else if (typeof cb === "function") {
962
962
  if (typeof optionsOrCb !== "object")
963
- throw new Error("Expect http options but get " + typeof optionsOrCb);
963
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
964
964
  this.send(command, optionsOrCb || {}, cb);
965
965
  }
966
966
  else {
@@ -974,7 +974,7 @@ var CloudFormation = (function (_super) {
974
974
  }
975
975
  else if (typeof cb === "function") {
976
976
  if (typeof optionsOrCb !== "object")
977
- throw new Error("Expect http options but get " + typeof optionsOrCb);
977
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
978
978
  this.send(command, optionsOrCb || {}, cb);
979
979
  }
980
980
  else {
@@ -988,7 +988,7 @@ var CloudFormation = (function (_super) {
988
988
  }
989
989
  else if (typeof cb === "function") {
990
990
  if (typeof optionsOrCb !== "object")
991
- throw new Error("Expect http options but get " + typeof optionsOrCb);
991
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
992
992
  this.send(command, optionsOrCb || {}, cb);
993
993
  }
994
994
  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 DescribeAccountLimitsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeAccountLimitsCommand(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.describeAccountLimits.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeAccountLimits.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -47,13 +47,13 @@ export function paginateDescribeAccountLimits(config, input) {
47
47
  if (!hasNext) return [3, 9];
48
48
  input.NextToken = token;
49
49
  if (!(config.client instanceof CloudFormation)) return [3, 3];
50
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
50
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
51
51
  case 2:
52
52
  page = _a.sent();
53
53
  return [3, 6];
54
54
  case 3:
55
55
  if (!(config.client instanceof CloudFormationClient)) return [3, 5];
56
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
56
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
57
57
  case 4:
58
58
  page = _a.sent();
59
59
  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 DescribeStackEventsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeStackEventsCommand(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.describeStackEvents.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeStackEvents.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -47,13 +47,13 @@ export function paginateDescribeStackEvents(config, input) {
47
47
  if (!hasNext) return [3, 9];
48
48
  input.NextToken = token;
49
49
  if (!(config.client instanceof CloudFormation)) return [3, 3];
50
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
50
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
51
51
  case 2:
52
52
  page = _a.sent();
53
53
  return [3, 6];
54
54
  case 3:
55
55
  if (!(config.client instanceof CloudFormationClient)) return [3, 5];
56
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
56
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
57
57
  case 4:
58
58
  page = _a.sent();
59
59
  return [3, 6];