@aws-sdk/client-proton 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 (109) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/ProtonClient.js +13 -13
  3. package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -3
  4. package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +3 -3
  5. package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +3 -3
  6. package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +3 -3
  7. package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateEnvironmentCommand.js +3 -3
  9. package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +3 -3
  10. package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +3 -3
  11. package/dist-cjs/commands/CreateRepositoryCommand.js +3 -3
  12. package/dist-cjs/commands/CreateServiceCommand.js +3 -3
  13. package/dist-cjs/commands/CreateServiceTemplateCommand.js +3 -3
  14. package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +3 -3
  15. package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteEnvironmentCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteRepositoryCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteServiceCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteServiceTemplateCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +3 -3
  25. package/dist-cjs/commands/GetAccountSettingsCommand.js +3 -3
  26. package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +3 -3
  27. package/dist-cjs/commands/GetEnvironmentCommand.js +3 -3
  28. package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +3 -3
  29. package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +3 -3
  30. package/dist-cjs/commands/GetRepositoryCommand.js +3 -3
  31. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +3 -3
  32. package/dist-cjs/commands/GetServiceCommand.js +3 -3
  33. package/dist-cjs/commands/GetServiceInstanceCommand.js +3 -3
  34. package/dist-cjs/commands/GetServiceTemplateCommand.js +3 -3
  35. package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +3 -3
  36. package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +3 -3
  37. package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +3 -3
  38. package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +3 -3
  39. package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +3 -3
  40. package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -3
  41. package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +3 -3
  42. package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +3 -3
  43. package/dist-cjs/commands/ListEnvironmentsCommand.js +3 -3
  44. package/dist-cjs/commands/ListRepositoriesCommand.js +3 -3
  45. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +3 -3
  46. package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +3 -3
  47. package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -3
  48. package/dist-cjs/commands/ListServiceInstancesCommand.js +3 -3
  49. package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +3 -3
  50. package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -3
  51. package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +3 -3
  52. package/dist-cjs/commands/ListServiceTemplatesCommand.js +3 -3
  53. package/dist-cjs/commands/ListServicesCommand.js +3 -3
  54. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  55. package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -3
  56. package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +3 -3
  57. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  58. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -3
  61. package/dist-cjs/commands/UpdateEnvironmentCommand.js +3 -3
  62. package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateServiceCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateServiceInstanceCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateServicePipelineCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateServiceTemplateCommand.js +3 -3
  68. package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +3 -3
  69. package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +3 -3
  70. package/dist-cjs/endpoints.js +1 -1
  71. package/dist-cjs/protocols/Aws_json1_0.js +331 -331
  72. package/dist-cjs/runtimeConfig.browser.js +4 -4
  73. package/dist-cjs/runtimeConfig.js +9 -9
  74. package/dist-cjs/runtimeConfig.native.js +1 -1
  75. package/dist-cjs/waiters/waitForEnvironmentDeployed.js +3 -3
  76. package/dist-cjs/waiters/waitForEnvironmentTemplateVersionRegistered.js +3 -3
  77. package/dist-cjs/waiters/waitForServiceCreated.js +3 -3
  78. package/dist-cjs/waiters/waitForServiceDeleted.js +3 -3
  79. package/dist-cjs/waiters/waitForServiceInstanceDeployed.js +3 -3
  80. package/dist-cjs/waiters/waitForServicePipelineDeployed.js +3 -3
  81. package/dist-cjs/waiters/waitForServiceTemplateVersionRegistered.js +3 -3
  82. package/dist-cjs/waiters/waitForServiceUpdated.js +3 -3
  83. package/dist-es/Proton.js +67 -67
  84. package/dist-es/pagination/ListEnvironmentAccountConnectionsPaginator.js +4 -4
  85. package/dist-es/pagination/ListEnvironmentOutputsPaginator.js +4 -4
  86. package/dist-es/pagination/ListEnvironmentProvisionedResourcesPaginator.js +4 -4
  87. package/dist-es/pagination/ListEnvironmentTemplateVersionsPaginator.js +4 -4
  88. package/dist-es/pagination/ListEnvironmentTemplatesPaginator.js +4 -4
  89. package/dist-es/pagination/ListEnvironmentsPaginator.js +4 -4
  90. package/dist-es/pagination/ListRepositoriesPaginator.js +4 -4
  91. package/dist-es/pagination/ListRepositorySyncDefinitionsPaginator.js +4 -4
  92. package/dist-es/pagination/ListServiceInstanceOutputsPaginator.js +4 -4
  93. package/dist-es/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +4 -4
  94. package/dist-es/pagination/ListServiceInstancesPaginator.js +4 -4
  95. package/dist-es/pagination/ListServicePipelineOutputsPaginator.js +4 -4
  96. package/dist-es/pagination/ListServicePipelineProvisionedResourcesPaginator.js +4 -4
  97. package/dist-es/pagination/ListServiceTemplateVersionsPaginator.js +4 -4
  98. package/dist-es/pagination/ListServiceTemplatesPaginator.js +4 -4
  99. package/dist-es/pagination/ListServicesPaginator.js +4 -4
  100. package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
  101. package/dist-types/ProtonClient.d.ts +2 -2
  102. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  103. package/dist-types/runtimeConfig.d.ts +1 -1
  104. package/dist-types/runtimeConfig.native.d.ts +3 -3
  105. package/dist-types/ts3.4/ProtonClient.d.ts +2 -2
  106. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  108. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  109. package/package.json +35 -35
package/dist-es/Proton.js CHANGED
@@ -79,7 +79,7 @@ var Proton = (function (_super) {
79
79
  }
80
80
  else if (typeof cb === "function") {
81
81
  if (typeof optionsOrCb !== "object")
82
- throw new Error("Expect http options but get " + typeof optionsOrCb);
82
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
83
83
  this.send(command, optionsOrCb || {}, cb);
84
84
  }
85
85
  else {
@@ -93,7 +93,7 @@ var Proton = (function (_super) {
93
93
  }
94
94
  else if (typeof cb === "function") {
95
95
  if (typeof optionsOrCb !== "object")
96
- throw new Error("Expect http options but get " + typeof optionsOrCb);
96
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
97
97
  this.send(command, optionsOrCb || {}, cb);
98
98
  }
99
99
  else {
@@ -107,7 +107,7 @@ var Proton = (function (_super) {
107
107
  }
108
108
  else if (typeof cb === "function") {
109
109
  if (typeof optionsOrCb !== "object")
110
- throw new Error("Expect http options but get " + typeof optionsOrCb);
110
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
111
111
  this.send(command, optionsOrCb || {}, cb);
112
112
  }
113
113
  else {
@@ -121,7 +121,7 @@ var Proton = (function (_super) {
121
121
  }
122
122
  else if (typeof cb === "function") {
123
123
  if (typeof optionsOrCb !== "object")
124
- throw new Error("Expect http options but get " + typeof optionsOrCb);
124
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
125
125
  this.send(command, optionsOrCb || {}, cb);
126
126
  }
127
127
  else {
@@ -135,7 +135,7 @@ var Proton = (function (_super) {
135
135
  }
136
136
  else if (typeof cb === "function") {
137
137
  if (typeof optionsOrCb !== "object")
138
- throw new Error("Expect http options but get " + typeof optionsOrCb);
138
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
139
139
  this.send(command, optionsOrCb || {}, cb);
140
140
  }
141
141
  else {
@@ -149,7 +149,7 @@ var Proton = (function (_super) {
149
149
  }
150
150
  else if (typeof cb === "function") {
151
151
  if (typeof optionsOrCb !== "object")
152
- throw new Error("Expect http options but get " + typeof optionsOrCb);
152
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
153
153
  this.send(command, optionsOrCb || {}, cb);
154
154
  }
155
155
  else {
@@ -163,7 +163,7 @@ var Proton = (function (_super) {
163
163
  }
164
164
  else if (typeof cb === "function") {
165
165
  if (typeof optionsOrCb !== "object")
166
- throw new Error("Expect http options but get " + typeof optionsOrCb);
166
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
167
167
  this.send(command, optionsOrCb || {}, cb);
168
168
  }
169
169
  else {
@@ -177,7 +177,7 @@ var Proton = (function (_super) {
177
177
  }
178
178
  else if (typeof cb === "function") {
179
179
  if (typeof optionsOrCb !== "object")
180
- throw new Error("Expect http options but get " + typeof optionsOrCb);
180
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
181
181
  this.send(command, optionsOrCb || {}, cb);
182
182
  }
183
183
  else {
@@ -191,7 +191,7 @@ var Proton = (function (_super) {
191
191
  }
192
192
  else if (typeof cb === "function") {
193
193
  if (typeof optionsOrCb !== "object")
194
- throw new Error("Expect http options but get " + typeof optionsOrCb);
194
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
195
195
  this.send(command, optionsOrCb || {}, cb);
196
196
  }
197
197
  else {
@@ -205,7 +205,7 @@ var Proton = (function (_super) {
205
205
  }
206
206
  else if (typeof cb === "function") {
207
207
  if (typeof optionsOrCb !== "object")
208
- throw new Error("Expect http options but get " + typeof optionsOrCb);
208
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
209
209
  this.send(command, optionsOrCb || {}, cb);
210
210
  }
211
211
  else {
@@ -219,7 +219,7 @@ var Proton = (function (_super) {
219
219
  }
220
220
  else if (typeof cb === "function") {
221
221
  if (typeof optionsOrCb !== "object")
222
- throw new Error("Expect http options but get " + typeof optionsOrCb);
222
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
223
223
  this.send(command, optionsOrCb || {}, cb);
224
224
  }
225
225
  else {
@@ -233,7 +233,7 @@ var Proton = (function (_super) {
233
233
  }
234
234
  else if (typeof cb === "function") {
235
235
  if (typeof optionsOrCb !== "object")
236
- throw new Error("Expect http options but get " + typeof optionsOrCb);
236
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
237
237
  this.send(command, optionsOrCb || {}, cb);
238
238
  }
239
239
  else {
@@ -247,7 +247,7 @@ var Proton = (function (_super) {
247
247
  }
248
248
  else if (typeof cb === "function") {
249
249
  if (typeof optionsOrCb !== "object")
250
- throw new Error("Expect http options but get " + typeof optionsOrCb);
250
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
251
251
  this.send(command, optionsOrCb || {}, cb);
252
252
  }
253
253
  else {
@@ -261,7 +261,7 @@ var Proton = (function (_super) {
261
261
  }
262
262
  else if (typeof cb === "function") {
263
263
  if (typeof optionsOrCb !== "object")
264
- throw new Error("Expect http options but get " + typeof optionsOrCb);
264
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
265
265
  this.send(command, optionsOrCb || {}, cb);
266
266
  }
267
267
  else {
@@ -275,7 +275,7 @@ var Proton = (function (_super) {
275
275
  }
276
276
  else if (typeof cb === "function") {
277
277
  if (typeof optionsOrCb !== "object")
278
- throw new Error("Expect http options but get " + typeof optionsOrCb);
278
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
279
279
  this.send(command, optionsOrCb || {}, cb);
280
280
  }
281
281
  else {
@@ -289,7 +289,7 @@ var Proton = (function (_super) {
289
289
  }
290
290
  else if (typeof cb === "function") {
291
291
  if (typeof optionsOrCb !== "object")
292
- throw new Error("Expect http options but get " + typeof optionsOrCb);
292
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
293
293
  this.send(command, optionsOrCb || {}, cb);
294
294
  }
295
295
  else {
@@ -303,7 +303,7 @@ var Proton = (function (_super) {
303
303
  }
304
304
  else if (typeof cb === "function") {
305
305
  if (typeof optionsOrCb !== "object")
306
- throw new Error("Expect http options but get " + typeof optionsOrCb);
306
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
307
307
  this.send(command, optionsOrCb || {}, cb);
308
308
  }
309
309
  else {
@@ -317,7 +317,7 @@ var Proton = (function (_super) {
317
317
  }
318
318
  else if (typeof cb === "function") {
319
319
  if (typeof optionsOrCb !== "object")
320
- throw new Error("Expect http options but get " + typeof optionsOrCb);
320
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
321
321
  this.send(command, optionsOrCb || {}, cb);
322
322
  }
323
323
  else {
@@ -331,7 +331,7 @@ var Proton = (function (_super) {
331
331
  }
332
332
  else if (typeof cb === "function") {
333
333
  if (typeof optionsOrCb !== "object")
334
- throw new Error("Expect http options but get " + typeof optionsOrCb);
334
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
335
335
  this.send(command, optionsOrCb || {}, cb);
336
336
  }
337
337
  else {
@@ -345,7 +345,7 @@ var Proton = (function (_super) {
345
345
  }
346
346
  else if (typeof cb === "function") {
347
347
  if (typeof optionsOrCb !== "object")
348
- throw new Error("Expect http options but get " + typeof optionsOrCb);
348
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
349
349
  this.send(command, optionsOrCb || {}, cb);
350
350
  }
351
351
  else {
@@ -359,7 +359,7 @@ var Proton = (function (_super) {
359
359
  }
360
360
  else if (typeof cb === "function") {
361
361
  if (typeof optionsOrCb !== "object")
362
- throw new Error("Expect http options but get " + typeof optionsOrCb);
362
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
363
363
  this.send(command, optionsOrCb || {}, cb);
364
364
  }
365
365
  else {
@@ -373,7 +373,7 @@ var Proton = (function (_super) {
373
373
  }
374
374
  else if (typeof cb === "function") {
375
375
  if (typeof optionsOrCb !== "object")
376
- throw new Error("Expect http options but get " + typeof optionsOrCb);
376
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
377
377
  this.send(command, optionsOrCb || {}, cb);
378
378
  }
379
379
  else {
@@ -387,7 +387,7 @@ var Proton = (function (_super) {
387
387
  }
388
388
  else if (typeof cb === "function") {
389
389
  if (typeof optionsOrCb !== "object")
390
- throw new Error("Expect http options but get " + typeof optionsOrCb);
390
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
391
391
  this.send(command, optionsOrCb || {}, cb);
392
392
  }
393
393
  else {
@@ -401,7 +401,7 @@ var Proton = (function (_super) {
401
401
  }
402
402
  else if (typeof cb === "function") {
403
403
  if (typeof optionsOrCb !== "object")
404
- throw new Error("Expect http options but get " + typeof optionsOrCb);
404
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
405
405
  this.send(command, optionsOrCb || {}, cb);
406
406
  }
407
407
  else {
@@ -415,7 +415,7 @@ var Proton = (function (_super) {
415
415
  }
416
416
  else if (typeof cb === "function") {
417
417
  if (typeof optionsOrCb !== "object")
418
- throw new Error("Expect http options but get " + typeof optionsOrCb);
418
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
419
419
  this.send(command, optionsOrCb || {}, cb);
420
420
  }
421
421
  else {
@@ -429,7 +429,7 @@ var Proton = (function (_super) {
429
429
  }
430
430
  else if (typeof cb === "function") {
431
431
  if (typeof optionsOrCb !== "object")
432
- throw new Error("Expect http options but get " + typeof optionsOrCb);
432
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
433
433
  this.send(command, optionsOrCb || {}, cb);
434
434
  }
435
435
  else {
@@ -443,7 +443,7 @@ var Proton = (function (_super) {
443
443
  }
444
444
  else if (typeof cb === "function") {
445
445
  if (typeof optionsOrCb !== "object")
446
- throw new Error("Expect http options but get " + typeof optionsOrCb);
446
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
447
447
  this.send(command, optionsOrCb || {}, cb);
448
448
  }
449
449
  else {
@@ -457,7 +457,7 @@ var Proton = (function (_super) {
457
457
  }
458
458
  else if (typeof cb === "function") {
459
459
  if (typeof optionsOrCb !== "object")
460
- throw new Error("Expect http options but get " + typeof optionsOrCb);
460
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
461
461
  this.send(command, optionsOrCb || {}, cb);
462
462
  }
463
463
  else {
@@ -471,7 +471,7 @@ var Proton = (function (_super) {
471
471
  }
472
472
  else if (typeof cb === "function") {
473
473
  if (typeof optionsOrCb !== "object")
474
- throw new Error("Expect http options but get " + typeof optionsOrCb);
474
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
475
475
  this.send(command, optionsOrCb || {}, cb);
476
476
  }
477
477
  else {
@@ -485,7 +485,7 @@ var Proton = (function (_super) {
485
485
  }
486
486
  else if (typeof cb === "function") {
487
487
  if (typeof optionsOrCb !== "object")
488
- throw new Error("Expect http options but get " + typeof optionsOrCb);
488
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
489
489
  this.send(command, optionsOrCb || {}, cb);
490
490
  }
491
491
  else {
@@ -499,7 +499,7 @@ var Proton = (function (_super) {
499
499
  }
500
500
  else if (typeof cb === "function") {
501
501
  if (typeof optionsOrCb !== "object")
502
- throw new Error("Expect http options but get " + typeof optionsOrCb);
502
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
503
503
  this.send(command, optionsOrCb || {}, cb);
504
504
  }
505
505
  else {
@@ -513,7 +513,7 @@ var Proton = (function (_super) {
513
513
  }
514
514
  else if (typeof cb === "function") {
515
515
  if (typeof optionsOrCb !== "object")
516
- throw new Error("Expect http options but get " + typeof optionsOrCb);
516
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
517
517
  this.send(command, optionsOrCb || {}, cb);
518
518
  }
519
519
  else {
@@ -527,7 +527,7 @@ var Proton = (function (_super) {
527
527
  }
528
528
  else if (typeof cb === "function") {
529
529
  if (typeof optionsOrCb !== "object")
530
- throw new Error("Expect http options but get " + typeof optionsOrCb);
530
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
531
531
  this.send(command, optionsOrCb || {}, cb);
532
532
  }
533
533
  else {
@@ -541,7 +541,7 @@ var Proton = (function (_super) {
541
541
  }
542
542
  else if (typeof cb === "function") {
543
543
  if (typeof optionsOrCb !== "object")
544
- throw new Error("Expect http options but get " + typeof optionsOrCb);
544
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
545
545
  this.send(command, optionsOrCb || {}, cb);
546
546
  }
547
547
  else {
@@ -555,7 +555,7 @@ var Proton = (function (_super) {
555
555
  }
556
556
  else if (typeof cb === "function") {
557
557
  if (typeof optionsOrCb !== "object")
558
- throw new Error("Expect http options but get " + typeof optionsOrCb);
558
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
559
559
  this.send(command, optionsOrCb || {}, cb);
560
560
  }
561
561
  else {
@@ -569,7 +569,7 @@ var Proton = (function (_super) {
569
569
  }
570
570
  else if (typeof cb === "function") {
571
571
  if (typeof optionsOrCb !== "object")
572
- throw new Error("Expect http options but get " + typeof optionsOrCb);
572
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
573
573
  this.send(command, optionsOrCb || {}, cb);
574
574
  }
575
575
  else {
@@ -583,7 +583,7 @@ var Proton = (function (_super) {
583
583
  }
584
584
  else if (typeof cb === "function") {
585
585
  if (typeof optionsOrCb !== "object")
586
- throw new Error("Expect http options but get " + typeof optionsOrCb);
586
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
587
587
  this.send(command, optionsOrCb || {}, cb);
588
588
  }
589
589
  else {
@@ -597,7 +597,7 @@ var Proton = (function (_super) {
597
597
  }
598
598
  else if (typeof cb === "function") {
599
599
  if (typeof optionsOrCb !== "object")
600
- throw new Error("Expect http options but get " + typeof optionsOrCb);
600
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
601
601
  this.send(command, optionsOrCb || {}, cb);
602
602
  }
603
603
  else {
@@ -611,7 +611,7 @@ var Proton = (function (_super) {
611
611
  }
612
612
  else if (typeof cb === "function") {
613
613
  if (typeof optionsOrCb !== "object")
614
- throw new Error("Expect http options but get " + typeof optionsOrCb);
614
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
615
615
  this.send(command, optionsOrCb || {}, cb);
616
616
  }
617
617
  else {
@@ -625,7 +625,7 @@ var Proton = (function (_super) {
625
625
  }
626
626
  else if (typeof cb === "function") {
627
627
  if (typeof optionsOrCb !== "object")
628
- throw new Error("Expect http options but get " + typeof optionsOrCb);
628
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
629
629
  this.send(command, optionsOrCb || {}, cb);
630
630
  }
631
631
  else {
@@ -639,7 +639,7 @@ var Proton = (function (_super) {
639
639
  }
640
640
  else if (typeof cb === "function") {
641
641
  if (typeof optionsOrCb !== "object")
642
- throw new Error("Expect http options but get " + typeof optionsOrCb);
642
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
643
643
  this.send(command, optionsOrCb || {}, cb);
644
644
  }
645
645
  else {
@@ -653,7 +653,7 @@ var Proton = (function (_super) {
653
653
  }
654
654
  else if (typeof cb === "function") {
655
655
  if (typeof optionsOrCb !== "object")
656
- throw new Error("Expect http options but get " + typeof optionsOrCb);
656
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
657
657
  this.send(command, optionsOrCb || {}, cb);
658
658
  }
659
659
  else {
@@ -667,7 +667,7 @@ var Proton = (function (_super) {
667
667
  }
668
668
  else if (typeof cb === "function") {
669
669
  if (typeof optionsOrCb !== "object")
670
- throw new Error("Expect http options but get " + typeof optionsOrCb);
670
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
671
671
  this.send(command, optionsOrCb || {}, cb);
672
672
  }
673
673
  else {
@@ -681,7 +681,7 @@ var Proton = (function (_super) {
681
681
  }
682
682
  else if (typeof cb === "function") {
683
683
  if (typeof optionsOrCb !== "object")
684
- throw new Error("Expect http options but get " + typeof optionsOrCb);
684
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
685
685
  this.send(command, optionsOrCb || {}, cb);
686
686
  }
687
687
  else {
@@ -695,7 +695,7 @@ var Proton = (function (_super) {
695
695
  }
696
696
  else if (typeof cb === "function") {
697
697
  if (typeof optionsOrCb !== "object")
698
- throw new Error("Expect http options but get " + typeof optionsOrCb);
698
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
699
699
  this.send(command, optionsOrCb || {}, cb);
700
700
  }
701
701
  else {
@@ -709,7 +709,7 @@ var Proton = (function (_super) {
709
709
  }
710
710
  else if (typeof cb === "function") {
711
711
  if (typeof optionsOrCb !== "object")
712
- throw new Error("Expect http options but get " + typeof optionsOrCb);
712
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
713
713
  this.send(command, optionsOrCb || {}, cb);
714
714
  }
715
715
  else {
@@ -723,7 +723,7 @@ var Proton = (function (_super) {
723
723
  }
724
724
  else if (typeof cb === "function") {
725
725
  if (typeof optionsOrCb !== "object")
726
- throw new Error("Expect http options but get " + typeof optionsOrCb);
726
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
727
727
  this.send(command, optionsOrCb || {}, cb);
728
728
  }
729
729
  else {
@@ -737,7 +737,7 @@ var Proton = (function (_super) {
737
737
  }
738
738
  else if (typeof cb === "function") {
739
739
  if (typeof optionsOrCb !== "object")
740
- throw new Error("Expect http options but get " + typeof optionsOrCb);
740
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
741
741
  this.send(command, optionsOrCb || {}, cb);
742
742
  }
743
743
  else {
@@ -751,7 +751,7 @@ var Proton = (function (_super) {
751
751
  }
752
752
  else if (typeof cb === "function") {
753
753
  if (typeof optionsOrCb !== "object")
754
- throw new Error("Expect http options but get " + typeof optionsOrCb);
754
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
755
755
  this.send(command, optionsOrCb || {}, cb);
756
756
  }
757
757
  else {
@@ -765,7 +765,7 @@ var Proton = (function (_super) {
765
765
  }
766
766
  else if (typeof cb === "function") {
767
767
  if (typeof optionsOrCb !== "object")
768
- throw new Error("Expect http options but get " + typeof optionsOrCb);
768
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
769
769
  this.send(command, optionsOrCb || {}, cb);
770
770
  }
771
771
  else {
@@ -779,7 +779,7 @@ var Proton = (function (_super) {
779
779
  }
780
780
  else if (typeof cb === "function") {
781
781
  if (typeof optionsOrCb !== "object")
782
- throw new Error("Expect http options but get " + typeof optionsOrCb);
782
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
783
783
  this.send(command, optionsOrCb || {}, cb);
784
784
  }
785
785
  else {
@@ -793,7 +793,7 @@ var Proton = (function (_super) {
793
793
  }
794
794
  else if (typeof cb === "function") {
795
795
  if (typeof optionsOrCb !== "object")
796
- throw new Error("Expect http options but get " + typeof optionsOrCb);
796
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
797
797
  this.send(command, optionsOrCb || {}, cb);
798
798
  }
799
799
  else {
@@ -807,7 +807,7 @@ var Proton = (function (_super) {
807
807
  }
808
808
  else if (typeof cb === "function") {
809
809
  if (typeof optionsOrCb !== "object")
810
- throw new Error("Expect http options but get " + typeof optionsOrCb);
810
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
811
811
  this.send(command, optionsOrCb || {}, cb);
812
812
  }
813
813
  else {
@@ -821,7 +821,7 @@ var Proton = (function (_super) {
821
821
  }
822
822
  else if (typeof cb === "function") {
823
823
  if (typeof optionsOrCb !== "object")
824
- throw new Error("Expect http options but get " + typeof optionsOrCb);
824
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
825
825
  this.send(command, optionsOrCb || {}, cb);
826
826
  }
827
827
  else {
@@ -835,7 +835,7 @@ var Proton = (function (_super) {
835
835
  }
836
836
  else if (typeof cb === "function") {
837
837
  if (typeof optionsOrCb !== "object")
838
- throw new Error("Expect http options but get " + typeof optionsOrCb);
838
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
839
839
  this.send(command, optionsOrCb || {}, cb);
840
840
  }
841
841
  else {
@@ -849,7 +849,7 @@ var Proton = (function (_super) {
849
849
  }
850
850
  else if (typeof cb === "function") {
851
851
  if (typeof optionsOrCb !== "object")
852
- throw new Error("Expect http options but get " + typeof optionsOrCb);
852
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
853
853
  this.send(command, optionsOrCb || {}, cb);
854
854
  }
855
855
  else {
@@ -863,7 +863,7 @@ var Proton = (function (_super) {
863
863
  }
864
864
  else if (typeof cb === "function") {
865
865
  if (typeof optionsOrCb !== "object")
866
- throw new Error("Expect http options but get " + typeof optionsOrCb);
866
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
867
867
  this.send(command, optionsOrCb || {}, cb);
868
868
  }
869
869
  else {
@@ -877,7 +877,7 @@ var Proton = (function (_super) {
877
877
  }
878
878
  else if (typeof cb === "function") {
879
879
  if (typeof optionsOrCb !== "object")
880
- throw new Error("Expect http options but get " + typeof optionsOrCb);
880
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
881
881
  this.send(command, optionsOrCb || {}, cb);
882
882
  }
883
883
  else {
@@ -891,7 +891,7 @@ var Proton = (function (_super) {
891
891
  }
892
892
  else if (typeof cb === "function") {
893
893
  if (typeof optionsOrCb !== "object")
894
- throw new Error("Expect http options but get " + typeof optionsOrCb);
894
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
895
895
  this.send(command, optionsOrCb || {}, cb);
896
896
  }
897
897
  else {
@@ -905,7 +905,7 @@ var Proton = (function (_super) {
905
905
  }
906
906
  else if (typeof cb === "function") {
907
907
  if (typeof optionsOrCb !== "object")
908
- throw new Error("Expect http options but get " + typeof optionsOrCb);
908
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
909
909
  this.send(command, optionsOrCb || {}, cb);
910
910
  }
911
911
  else {
@@ -919,7 +919,7 @@ var Proton = (function (_super) {
919
919
  }
920
920
  else if (typeof cb === "function") {
921
921
  if (typeof optionsOrCb !== "object")
922
- throw new Error("Expect http options but get " + typeof optionsOrCb);
922
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
923
923
  this.send(command, optionsOrCb || {}, cb);
924
924
  }
925
925
  else {
@@ -933,7 +933,7 @@ var Proton = (function (_super) {
933
933
  }
934
934
  else if (typeof cb === "function") {
935
935
  if (typeof optionsOrCb !== "object")
936
- throw new Error("Expect http options but get " + typeof optionsOrCb);
936
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
937
937
  this.send(command, optionsOrCb || {}, cb);
938
938
  }
939
939
  else {
@@ -947,7 +947,7 @@ var Proton = (function (_super) {
947
947
  }
948
948
  else if (typeof cb === "function") {
949
949
  if (typeof optionsOrCb !== "object")
950
- throw new Error("Expect http options but get " + typeof optionsOrCb);
950
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
951
951
  this.send(command, optionsOrCb || {}, cb);
952
952
  }
953
953
  else {
@@ -961,7 +961,7 @@ var Proton = (function (_super) {
961
961
  }
962
962
  else if (typeof cb === "function") {
963
963
  if (typeof optionsOrCb !== "object")
964
- throw new Error("Expect http options but get " + typeof optionsOrCb);
964
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
965
965
  this.send(command, optionsOrCb || {}, cb);
966
966
  }
967
967
  else {
@@ -975,7 +975,7 @@ var Proton = (function (_super) {
975
975
  }
976
976
  else if (typeof cb === "function") {
977
977
  if (typeof optionsOrCb !== "object")
978
- throw new Error("Expect http options but get " + typeof optionsOrCb);
978
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
979
979
  this.send(command, optionsOrCb || {}, cb);
980
980
  }
981
981
  else {
@@ -989,7 +989,7 @@ var Proton = (function (_super) {
989
989
  }
990
990
  else if (typeof cb === "function") {
991
991
  if (typeof optionsOrCb !== "object")
992
- throw new Error("Expect http options but get " + typeof optionsOrCb);
992
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
993
993
  this.send(command, optionsOrCb || {}, cb);
994
994
  }
995
995
  else {
@@ -1003,7 +1003,7 @@ var Proton = (function (_super) {
1003
1003
  }
1004
1004
  else if (typeof cb === "function") {
1005
1005
  if (typeof optionsOrCb !== "object")
1006
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1006
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1007
1007
  this.send(command, optionsOrCb || {}, cb);
1008
1008
  }
1009
1009
  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 ListEnvironmentAccountConnectionsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListEnvironmentAccountConnectionsCommand(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.listEnvironmentAccountConnections.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.listEnvironmentAccountConnections.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 paginateListEnvironmentAccountConnections(config, input) {
48
48
  input.nextToken = token;
49
49
  input["maxResults"] = config.pageSize;
50
50
  if (!(config.client instanceof Proton)) 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 ProtonClient)) 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 ListEnvironmentOutputsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListEnvironmentOutputsCommand(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.listEnvironmentOutputs.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.listEnvironmentOutputs.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 paginateListEnvironmentOutputs(config, input) {
47
47
  if (!hasNext) return [3, 9];
48
48
  input.nextToken = token;
49
49
  if (!(config.client instanceof Proton)) 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 ProtonClient)) 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];