@aws-sdk/client-lambda 3.54.0 → 3.56.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.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/LambdaClient.js +13 -13
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +3 -3
- package/dist-cjs/commands/AddPermissionCommand.js +3 -3
- package/dist-cjs/commands/CreateAliasCommand.js +3 -3
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +3 -3
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +3 -3
- package/dist-cjs/commands/CreateFunctionCommand.js +3 -3
- package/dist-cjs/commands/DeleteAliasCommand.js +3 -3
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +3 -3
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +3 -3
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +3 -3
- package/dist-cjs/commands/DeleteFunctionCommand.js +3 -3
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +3 -3
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +3 -3
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +3 -3
- package/dist-cjs/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/GetAliasCommand.js +3 -3
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +3 -3
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +3 -3
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +3 -3
- package/dist-cjs/commands/GetFunctionCommand.js +3 -3
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +3 -3
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +3 -3
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +3 -3
- package/dist-cjs/commands/GetLayerVersionCommand.js +3 -3
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +3 -3
- package/dist-cjs/commands/InvokeAsyncCommand.js +3 -3
- package/dist-cjs/commands/InvokeCommand.js +3 -3
- package/dist-cjs/commands/ListAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +3 -3
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -3
- package/dist-cjs/commands/ListFunctionsCommand.js +3 -3
- package/dist-cjs/commands/ListLayerVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListLayersCommand.js +3 -3
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsCommand.js +3 -3
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +3 -3
- package/dist-cjs/commands/PublishLayerVersionCommand.js +3 -3
- package/dist-cjs/commands/PublishVersionCommand.js +3 -3
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +3 -3
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +3 -3
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +3 -3
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +3 -3
- package/dist-cjs/commands/RemovePermissionCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAliasCommand.js +3 -3
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +3 -3
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +3 -3
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +3 -3
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +3 -3
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/models/models_0.js +10 -4
- package/dist-cjs/protocols/Aws_restJson1.js +692 -649
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForFunctionActive.js +3 -3
- package/dist-cjs/waiters/waitForFunctionActiveV2.js +3 -3
- package/dist-cjs/waiters/waitForFunctionExists.js +3 -3
- package/dist-cjs/waiters/waitForFunctionUpdated.js +3 -3
- package/dist-cjs/waiters/waitForFunctionUpdatedV2.js +3 -3
- package/dist-es/Lambda.js +58 -58
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/pagination/ListAliasesPaginator.js +4 -4
- package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +4 -4
- package/dist-es/pagination/ListEventSourceMappingsPaginator.js +4 -4
- package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +4 -4
- package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +4 -4
- package/dist-es/pagination/ListFunctionsPaginator.js +4 -4
- package/dist-es/pagination/ListLayerVersionsPaginator.js +4 -4
- package/dist-es/pagination/ListLayersPaginator.js +4 -4
- package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +4 -4
- package/dist-es/pagination/ListVersionsByFunctionPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +102 -64
- package/dist-types/Lambda.d.ts +9 -7
- package/dist-types/commands/AddPermissionCommand.d.ts +9 -7
- package/dist-types/models/models_0.d.ts +32 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +17 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +35 -35
package/dist-es/Lambda.js
CHANGED
|
@@ -70,7 +70,7 @@ var Lambda = (function (_super) {
|
|
|
70
70
|
}
|
|
71
71
|
else if (typeof cb === "function") {
|
|
72
72
|
if (typeof optionsOrCb !== "object")
|
|
73
|
-
throw new Error("Expect http options but get "
|
|
73
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
74
74
|
this.send(command, optionsOrCb || {}, cb);
|
|
75
75
|
}
|
|
76
76
|
else {
|
|
@@ -84,7 +84,7 @@ var Lambda = (function (_super) {
|
|
|
84
84
|
}
|
|
85
85
|
else if (typeof cb === "function") {
|
|
86
86
|
if (typeof optionsOrCb !== "object")
|
|
87
|
-
throw new Error("Expect http options but get "
|
|
87
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
88
88
|
this.send(command, optionsOrCb || {}, cb);
|
|
89
89
|
}
|
|
90
90
|
else {
|
|
@@ -98,7 +98,7 @@ var Lambda = (function (_super) {
|
|
|
98
98
|
}
|
|
99
99
|
else if (typeof cb === "function") {
|
|
100
100
|
if (typeof optionsOrCb !== "object")
|
|
101
|
-
throw new Error("Expect http options but get "
|
|
101
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
102
102
|
this.send(command, optionsOrCb || {}, cb);
|
|
103
103
|
}
|
|
104
104
|
else {
|
|
@@ -112,7 +112,7 @@ var Lambda = (function (_super) {
|
|
|
112
112
|
}
|
|
113
113
|
else if (typeof cb === "function") {
|
|
114
114
|
if (typeof optionsOrCb !== "object")
|
|
115
|
-
throw new Error("Expect http options but get "
|
|
115
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
116
116
|
this.send(command, optionsOrCb || {}, cb);
|
|
117
117
|
}
|
|
118
118
|
else {
|
|
@@ -126,7 +126,7 @@ var Lambda = (function (_super) {
|
|
|
126
126
|
}
|
|
127
127
|
else if (typeof cb === "function") {
|
|
128
128
|
if (typeof optionsOrCb !== "object")
|
|
129
|
-
throw new Error("Expect http options but get "
|
|
129
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
130
130
|
this.send(command, optionsOrCb || {}, cb);
|
|
131
131
|
}
|
|
132
132
|
else {
|
|
@@ -140,7 +140,7 @@ var Lambda = (function (_super) {
|
|
|
140
140
|
}
|
|
141
141
|
else if (typeof cb === "function") {
|
|
142
142
|
if (typeof optionsOrCb !== "object")
|
|
143
|
-
throw new Error("Expect http options but get "
|
|
143
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
144
144
|
this.send(command, optionsOrCb || {}, cb);
|
|
145
145
|
}
|
|
146
146
|
else {
|
|
@@ -154,7 +154,7 @@ var Lambda = (function (_super) {
|
|
|
154
154
|
}
|
|
155
155
|
else if (typeof cb === "function") {
|
|
156
156
|
if (typeof optionsOrCb !== "object")
|
|
157
|
-
throw new Error("Expect http options but get "
|
|
157
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
158
158
|
this.send(command, optionsOrCb || {}, cb);
|
|
159
159
|
}
|
|
160
160
|
else {
|
|
@@ -168,7 +168,7 @@ var Lambda = (function (_super) {
|
|
|
168
168
|
}
|
|
169
169
|
else if (typeof cb === "function") {
|
|
170
170
|
if (typeof optionsOrCb !== "object")
|
|
171
|
-
throw new Error("Expect http options but get "
|
|
171
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
172
172
|
this.send(command, optionsOrCb || {}, cb);
|
|
173
173
|
}
|
|
174
174
|
else {
|
|
@@ -182,7 +182,7 @@ var Lambda = (function (_super) {
|
|
|
182
182
|
}
|
|
183
183
|
else if (typeof cb === "function") {
|
|
184
184
|
if (typeof optionsOrCb !== "object")
|
|
185
|
-
throw new Error("Expect http options but get "
|
|
185
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
186
186
|
this.send(command, optionsOrCb || {}, cb);
|
|
187
187
|
}
|
|
188
188
|
else {
|
|
@@ -196,7 +196,7 @@ var Lambda = (function (_super) {
|
|
|
196
196
|
}
|
|
197
197
|
else if (typeof cb === "function") {
|
|
198
198
|
if (typeof optionsOrCb !== "object")
|
|
199
|
-
throw new Error("Expect http options but get "
|
|
199
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
200
200
|
this.send(command, optionsOrCb || {}, cb);
|
|
201
201
|
}
|
|
202
202
|
else {
|
|
@@ -210,7 +210,7 @@ var Lambda = (function (_super) {
|
|
|
210
210
|
}
|
|
211
211
|
else if (typeof cb === "function") {
|
|
212
212
|
if (typeof optionsOrCb !== "object")
|
|
213
|
-
throw new Error("Expect http options but get "
|
|
213
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
214
214
|
this.send(command, optionsOrCb || {}, cb);
|
|
215
215
|
}
|
|
216
216
|
else {
|
|
@@ -224,7 +224,7 @@ var Lambda = (function (_super) {
|
|
|
224
224
|
}
|
|
225
225
|
else if (typeof cb === "function") {
|
|
226
226
|
if (typeof optionsOrCb !== "object")
|
|
227
|
-
throw new Error("Expect http options but get "
|
|
227
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
228
228
|
this.send(command, optionsOrCb || {}, cb);
|
|
229
229
|
}
|
|
230
230
|
else {
|
|
@@ -238,7 +238,7 @@ var Lambda = (function (_super) {
|
|
|
238
238
|
}
|
|
239
239
|
else if (typeof cb === "function") {
|
|
240
240
|
if (typeof optionsOrCb !== "object")
|
|
241
|
-
throw new Error("Expect http options but get "
|
|
241
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
242
242
|
this.send(command, optionsOrCb || {}, cb);
|
|
243
243
|
}
|
|
244
244
|
else {
|
|
@@ -252,7 +252,7 @@ var Lambda = (function (_super) {
|
|
|
252
252
|
}
|
|
253
253
|
else if (typeof cb === "function") {
|
|
254
254
|
if (typeof optionsOrCb !== "object")
|
|
255
|
-
throw new Error("Expect http options but get "
|
|
255
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
256
256
|
this.send(command, optionsOrCb || {}, cb);
|
|
257
257
|
}
|
|
258
258
|
else {
|
|
@@ -266,7 +266,7 @@ var Lambda = (function (_super) {
|
|
|
266
266
|
}
|
|
267
267
|
else if (typeof cb === "function") {
|
|
268
268
|
if (typeof optionsOrCb !== "object")
|
|
269
|
-
throw new Error("Expect http options but get "
|
|
269
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
270
270
|
this.send(command, optionsOrCb || {}, cb);
|
|
271
271
|
}
|
|
272
272
|
else {
|
|
@@ -280,7 +280,7 @@ var Lambda = (function (_super) {
|
|
|
280
280
|
}
|
|
281
281
|
else if (typeof cb === "function") {
|
|
282
282
|
if (typeof optionsOrCb !== "object")
|
|
283
|
-
throw new Error("Expect http options but get "
|
|
283
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
284
284
|
this.send(command, optionsOrCb || {}, cb);
|
|
285
285
|
}
|
|
286
286
|
else {
|
|
@@ -294,7 +294,7 @@ var Lambda = (function (_super) {
|
|
|
294
294
|
}
|
|
295
295
|
else if (typeof cb === "function") {
|
|
296
296
|
if (typeof optionsOrCb !== "object")
|
|
297
|
-
throw new Error("Expect http options but get "
|
|
297
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
298
298
|
this.send(command, optionsOrCb || {}, cb);
|
|
299
299
|
}
|
|
300
300
|
else {
|
|
@@ -308,7 +308,7 @@ var Lambda = (function (_super) {
|
|
|
308
308
|
}
|
|
309
309
|
else if (typeof cb === "function") {
|
|
310
310
|
if (typeof optionsOrCb !== "object")
|
|
311
|
-
throw new Error("Expect http options but get "
|
|
311
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
312
312
|
this.send(command, optionsOrCb || {}, cb);
|
|
313
313
|
}
|
|
314
314
|
else {
|
|
@@ -322,7 +322,7 @@ var Lambda = (function (_super) {
|
|
|
322
322
|
}
|
|
323
323
|
else if (typeof cb === "function") {
|
|
324
324
|
if (typeof optionsOrCb !== "object")
|
|
325
|
-
throw new Error("Expect http options but get "
|
|
325
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
326
326
|
this.send(command, optionsOrCb || {}, cb);
|
|
327
327
|
}
|
|
328
328
|
else {
|
|
@@ -336,7 +336,7 @@ var Lambda = (function (_super) {
|
|
|
336
336
|
}
|
|
337
337
|
else if (typeof cb === "function") {
|
|
338
338
|
if (typeof optionsOrCb !== "object")
|
|
339
|
-
throw new Error("Expect http options but get "
|
|
339
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
340
340
|
this.send(command, optionsOrCb || {}, cb);
|
|
341
341
|
}
|
|
342
342
|
else {
|
|
@@ -350,7 +350,7 @@ var Lambda = (function (_super) {
|
|
|
350
350
|
}
|
|
351
351
|
else if (typeof cb === "function") {
|
|
352
352
|
if (typeof optionsOrCb !== "object")
|
|
353
|
-
throw new Error("Expect http options but get "
|
|
353
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
354
354
|
this.send(command, optionsOrCb || {}, cb);
|
|
355
355
|
}
|
|
356
356
|
else {
|
|
@@ -364,7 +364,7 @@ var Lambda = (function (_super) {
|
|
|
364
364
|
}
|
|
365
365
|
else if (typeof cb === "function") {
|
|
366
366
|
if (typeof optionsOrCb !== "object")
|
|
367
|
-
throw new Error("Expect http options but get "
|
|
367
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
368
368
|
this.send(command, optionsOrCb || {}, cb);
|
|
369
369
|
}
|
|
370
370
|
else {
|
|
@@ -378,7 +378,7 @@ var Lambda = (function (_super) {
|
|
|
378
378
|
}
|
|
379
379
|
else if (typeof cb === "function") {
|
|
380
380
|
if (typeof optionsOrCb !== "object")
|
|
381
|
-
throw new Error("Expect http options but get "
|
|
381
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
382
382
|
this.send(command, optionsOrCb || {}, cb);
|
|
383
383
|
}
|
|
384
384
|
else {
|
|
@@ -392,7 +392,7 @@ var Lambda = (function (_super) {
|
|
|
392
392
|
}
|
|
393
393
|
else if (typeof cb === "function") {
|
|
394
394
|
if (typeof optionsOrCb !== "object")
|
|
395
|
-
throw new Error("Expect http options but get "
|
|
395
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
396
396
|
this.send(command, optionsOrCb || {}, cb);
|
|
397
397
|
}
|
|
398
398
|
else {
|
|
@@ -406,7 +406,7 @@ var Lambda = (function (_super) {
|
|
|
406
406
|
}
|
|
407
407
|
else if (typeof cb === "function") {
|
|
408
408
|
if (typeof optionsOrCb !== "object")
|
|
409
|
-
throw new Error("Expect http options but get "
|
|
409
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
410
410
|
this.send(command, optionsOrCb || {}, cb);
|
|
411
411
|
}
|
|
412
412
|
else {
|
|
@@ -420,7 +420,7 @@ var Lambda = (function (_super) {
|
|
|
420
420
|
}
|
|
421
421
|
else if (typeof cb === "function") {
|
|
422
422
|
if (typeof optionsOrCb !== "object")
|
|
423
|
-
throw new Error("Expect http options but get "
|
|
423
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
424
424
|
this.send(command, optionsOrCb || {}, cb);
|
|
425
425
|
}
|
|
426
426
|
else {
|
|
@@ -434,7 +434,7 @@ var Lambda = (function (_super) {
|
|
|
434
434
|
}
|
|
435
435
|
else if (typeof cb === "function") {
|
|
436
436
|
if (typeof optionsOrCb !== "object")
|
|
437
|
-
throw new Error("Expect http options but get "
|
|
437
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
438
438
|
this.send(command, optionsOrCb || {}, cb);
|
|
439
439
|
}
|
|
440
440
|
else {
|
|
@@ -448,7 +448,7 @@ var Lambda = (function (_super) {
|
|
|
448
448
|
}
|
|
449
449
|
else if (typeof cb === "function") {
|
|
450
450
|
if (typeof optionsOrCb !== "object")
|
|
451
|
-
throw new Error("Expect http options but get "
|
|
451
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
452
452
|
this.send(command, optionsOrCb || {}, cb);
|
|
453
453
|
}
|
|
454
454
|
else {
|
|
@@ -462,7 +462,7 @@ var Lambda = (function (_super) {
|
|
|
462
462
|
}
|
|
463
463
|
else if (typeof cb === "function") {
|
|
464
464
|
if (typeof optionsOrCb !== "object")
|
|
465
|
-
throw new Error("Expect http options but get "
|
|
465
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
466
466
|
this.send(command, optionsOrCb || {}, cb);
|
|
467
467
|
}
|
|
468
468
|
else {
|
|
@@ -476,7 +476,7 @@ var Lambda = (function (_super) {
|
|
|
476
476
|
}
|
|
477
477
|
else if (typeof cb === "function") {
|
|
478
478
|
if (typeof optionsOrCb !== "object")
|
|
479
|
-
throw new Error("Expect http options but get "
|
|
479
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
480
480
|
this.send(command, optionsOrCb || {}, cb);
|
|
481
481
|
}
|
|
482
482
|
else {
|
|
@@ -490,7 +490,7 @@ var Lambda = (function (_super) {
|
|
|
490
490
|
}
|
|
491
491
|
else if (typeof cb === "function") {
|
|
492
492
|
if (typeof optionsOrCb !== "object")
|
|
493
|
-
throw new Error("Expect http options but get "
|
|
493
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
494
494
|
this.send(command, optionsOrCb || {}, cb);
|
|
495
495
|
}
|
|
496
496
|
else {
|
|
@@ -504,7 +504,7 @@ var Lambda = (function (_super) {
|
|
|
504
504
|
}
|
|
505
505
|
else if (typeof cb === "function") {
|
|
506
506
|
if (typeof optionsOrCb !== "object")
|
|
507
|
-
throw new Error("Expect http options but get "
|
|
507
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
508
508
|
this.send(command, optionsOrCb || {}, cb);
|
|
509
509
|
}
|
|
510
510
|
else {
|
|
@@ -518,7 +518,7 @@ var Lambda = (function (_super) {
|
|
|
518
518
|
}
|
|
519
519
|
else if (typeof cb === "function") {
|
|
520
520
|
if (typeof optionsOrCb !== "object")
|
|
521
|
-
throw new Error("Expect http options but get "
|
|
521
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
522
522
|
this.send(command, optionsOrCb || {}, cb);
|
|
523
523
|
}
|
|
524
524
|
else {
|
|
@@ -532,7 +532,7 @@ var Lambda = (function (_super) {
|
|
|
532
532
|
}
|
|
533
533
|
else if (typeof cb === "function") {
|
|
534
534
|
if (typeof optionsOrCb !== "object")
|
|
535
|
-
throw new Error("Expect http options but get "
|
|
535
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
536
536
|
this.send(command, optionsOrCb || {}, cb);
|
|
537
537
|
}
|
|
538
538
|
else {
|
|
@@ -546,7 +546,7 @@ var Lambda = (function (_super) {
|
|
|
546
546
|
}
|
|
547
547
|
else if (typeof cb === "function") {
|
|
548
548
|
if (typeof optionsOrCb !== "object")
|
|
549
|
-
throw new Error("Expect http options but get "
|
|
549
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
550
550
|
this.send(command, optionsOrCb || {}, cb);
|
|
551
551
|
}
|
|
552
552
|
else {
|
|
@@ -560,7 +560,7 @@ var Lambda = (function (_super) {
|
|
|
560
560
|
}
|
|
561
561
|
else if (typeof cb === "function") {
|
|
562
562
|
if (typeof optionsOrCb !== "object")
|
|
563
|
-
throw new Error("Expect http options but get "
|
|
563
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
564
564
|
this.send(command, optionsOrCb || {}, cb);
|
|
565
565
|
}
|
|
566
566
|
else {
|
|
@@ -574,7 +574,7 @@ var Lambda = (function (_super) {
|
|
|
574
574
|
}
|
|
575
575
|
else if (typeof cb === "function") {
|
|
576
576
|
if (typeof optionsOrCb !== "object")
|
|
577
|
-
throw new Error("Expect http options but get "
|
|
577
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
578
578
|
this.send(command, optionsOrCb || {}, cb);
|
|
579
579
|
}
|
|
580
580
|
else {
|
|
@@ -588,7 +588,7 @@ var Lambda = (function (_super) {
|
|
|
588
588
|
}
|
|
589
589
|
else if (typeof cb === "function") {
|
|
590
590
|
if (typeof optionsOrCb !== "object")
|
|
591
|
-
throw new Error("Expect http options but get "
|
|
591
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
592
592
|
this.send(command, optionsOrCb || {}, cb);
|
|
593
593
|
}
|
|
594
594
|
else {
|
|
@@ -602,7 +602,7 @@ var Lambda = (function (_super) {
|
|
|
602
602
|
}
|
|
603
603
|
else if (typeof cb === "function") {
|
|
604
604
|
if (typeof optionsOrCb !== "object")
|
|
605
|
-
throw new Error("Expect http options but get "
|
|
605
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
606
606
|
this.send(command, optionsOrCb || {}, cb);
|
|
607
607
|
}
|
|
608
608
|
else {
|
|
@@ -616,7 +616,7 @@ var Lambda = (function (_super) {
|
|
|
616
616
|
}
|
|
617
617
|
else if (typeof cb === "function") {
|
|
618
618
|
if (typeof optionsOrCb !== "object")
|
|
619
|
-
throw new Error("Expect http options but get "
|
|
619
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
620
620
|
this.send(command, optionsOrCb || {}, cb);
|
|
621
621
|
}
|
|
622
622
|
else {
|
|
@@ -630,7 +630,7 @@ var Lambda = (function (_super) {
|
|
|
630
630
|
}
|
|
631
631
|
else if (typeof cb === "function") {
|
|
632
632
|
if (typeof optionsOrCb !== "object")
|
|
633
|
-
throw new Error("Expect http options but get "
|
|
633
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
634
634
|
this.send(command, optionsOrCb || {}, cb);
|
|
635
635
|
}
|
|
636
636
|
else {
|
|
@@ -644,7 +644,7 @@ var Lambda = (function (_super) {
|
|
|
644
644
|
}
|
|
645
645
|
else if (typeof cb === "function") {
|
|
646
646
|
if (typeof optionsOrCb !== "object")
|
|
647
|
-
throw new Error("Expect http options but get "
|
|
647
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
648
648
|
this.send(command, optionsOrCb || {}, cb);
|
|
649
649
|
}
|
|
650
650
|
else {
|
|
@@ -658,7 +658,7 @@ var Lambda = (function (_super) {
|
|
|
658
658
|
}
|
|
659
659
|
else if (typeof cb === "function") {
|
|
660
660
|
if (typeof optionsOrCb !== "object")
|
|
661
|
-
throw new Error("Expect http options but get "
|
|
661
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
662
662
|
this.send(command, optionsOrCb || {}, cb);
|
|
663
663
|
}
|
|
664
664
|
else {
|
|
@@ -672,7 +672,7 @@ var Lambda = (function (_super) {
|
|
|
672
672
|
}
|
|
673
673
|
else if (typeof cb === "function") {
|
|
674
674
|
if (typeof optionsOrCb !== "object")
|
|
675
|
-
throw new Error("Expect http options but get "
|
|
675
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
676
676
|
this.send(command, optionsOrCb || {}, cb);
|
|
677
677
|
}
|
|
678
678
|
else {
|
|
@@ -686,7 +686,7 @@ var Lambda = (function (_super) {
|
|
|
686
686
|
}
|
|
687
687
|
else if (typeof cb === "function") {
|
|
688
688
|
if (typeof optionsOrCb !== "object")
|
|
689
|
-
throw new Error("Expect http options but get "
|
|
689
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
690
690
|
this.send(command, optionsOrCb || {}, cb);
|
|
691
691
|
}
|
|
692
692
|
else {
|
|
@@ -700,7 +700,7 @@ var Lambda = (function (_super) {
|
|
|
700
700
|
}
|
|
701
701
|
else if (typeof cb === "function") {
|
|
702
702
|
if (typeof optionsOrCb !== "object")
|
|
703
|
-
throw new Error("Expect http options but get "
|
|
703
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
704
704
|
this.send(command, optionsOrCb || {}, cb);
|
|
705
705
|
}
|
|
706
706
|
else {
|
|
@@ -714,7 +714,7 @@ var Lambda = (function (_super) {
|
|
|
714
714
|
}
|
|
715
715
|
else if (typeof cb === "function") {
|
|
716
716
|
if (typeof optionsOrCb !== "object")
|
|
717
|
-
throw new Error("Expect http options but get "
|
|
717
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
718
718
|
this.send(command, optionsOrCb || {}, cb);
|
|
719
719
|
}
|
|
720
720
|
else {
|
|
@@ -728,7 +728,7 @@ var Lambda = (function (_super) {
|
|
|
728
728
|
}
|
|
729
729
|
else if (typeof cb === "function") {
|
|
730
730
|
if (typeof optionsOrCb !== "object")
|
|
731
|
-
throw new Error("Expect http options but get "
|
|
731
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
732
732
|
this.send(command, optionsOrCb || {}, cb);
|
|
733
733
|
}
|
|
734
734
|
else {
|
|
@@ -742,7 +742,7 @@ var Lambda = (function (_super) {
|
|
|
742
742
|
}
|
|
743
743
|
else if (typeof cb === "function") {
|
|
744
744
|
if (typeof optionsOrCb !== "object")
|
|
745
|
-
throw new Error("Expect http options but get "
|
|
745
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
746
746
|
this.send(command, optionsOrCb || {}, cb);
|
|
747
747
|
}
|
|
748
748
|
else {
|
|
@@ -756,7 +756,7 @@ var Lambda = (function (_super) {
|
|
|
756
756
|
}
|
|
757
757
|
else if (typeof cb === "function") {
|
|
758
758
|
if (typeof optionsOrCb !== "object")
|
|
759
|
-
throw new Error("Expect http options but get "
|
|
759
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
760
760
|
this.send(command, optionsOrCb || {}, cb);
|
|
761
761
|
}
|
|
762
762
|
else {
|
|
@@ -770,7 +770,7 @@ var Lambda = (function (_super) {
|
|
|
770
770
|
}
|
|
771
771
|
else if (typeof cb === "function") {
|
|
772
772
|
if (typeof optionsOrCb !== "object")
|
|
773
|
-
throw new Error("Expect http options but get "
|
|
773
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
774
774
|
this.send(command, optionsOrCb || {}, cb);
|
|
775
775
|
}
|
|
776
776
|
else {
|
|
@@ -784,7 +784,7 @@ var Lambda = (function (_super) {
|
|
|
784
784
|
}
|
|
785
785
|
else if (typeof cb === "function") {
|
|
786
786
|
if (typeof optionsOrCb !== "object")
|
|
787
|
-
throw new Error("Expect http options but get "
|
|
787
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
788
788
|
this.send(command, optionsOrCb || {}, cb);
|
|
789
789
|
}
|
|
790
790
|
else {
|
|
@@ -798,7 +798,7 @@ var Lambda = (function (_super) {
|
|
|
798
798
|
}
|
|
799
799
|
else if (typeof cb === "function") {
|
|
800
800
|
if (typeof optionsOrCb !== "object")
|
|
801
|
-
throw new Error("Expect http options but get "
|
|
801
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
802
802
|
this.send(command, optionsOrCb || {}, cb);
|
|
803
803
|
}
|
|
804
804
|
else {
|
|
@@ -812,7 +812,7 @@ var Lambda = (function (_super) {
|
|
|
812
812
|
}
|
|
813
813
|
else if (typeof cb === "function") {
|
|
814
814
|
if (typeof optionsOrCb !== "object")
|
|
815
|
-
throw new Error("Expect http options but get "
|
|
815
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
816
816
|
this.send(command, optionsOrCb || {}, cb);
|
|
817
817
|
}
|
|
818
818
|
else {
|
|
@@ -826,7 +826,7 @@ var Lambda = (function (_super) {
|
|
|
826
826
|
}
|
|
827
827
|
else if (typeof cb === "function") {
|
|
828
828
|
if (typeof optionsOrCb !== "object")
|
|
829
|
-
throw new Error("Expect http options but get "
|
|
829
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
830
830
|
this.send(command, optionsOrCb || {}, cb);
|
|
831
831
|
}
|
|
832
832
|
else {
|
|
@@ -840,7 +840,7 @@ var Lambda = (function (_super) {
|
|
|
840
840
|
}
|
|
841
841
|
else if (typeof cb === "function") {
|
|
842
842
|
if (typeof optionsOrCb !== "object")
|
|
843
|
-
throw new Error("Expect http options but get "
|
|
843
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
844
844
|
this.send(command, optionsOrCb || {}, cb);
|
|
845
845
|
}
|
|
846
846
|
else {
|
|
@@ -854,7 +854,7 @@ var Lambda = (function (_super) {
|
|
|
854
854
|
}
|
|
855
855
|
else if (typeof cb === "function") {
|
|
856
856
|
if (typeof optionsOrCb !== "object")
|
|
857
|
-
throw new Error("Expect http options but get "
|
|
857
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
858
858
|
this.send(command, optionsOrCb || {}, cb);
|
|
859
859
|
}
|
|
860
860
|
else {
|
|
@@ -868,7 +868,7 @@ var Lambda = (function (_super) {
|
|
|
868
868
|
}
|
|
869
869
|
else if (typeof cb === "function") {
|
|
870
870
|
if (typeof optionsOrCb !== "object")
|
|
871
|
-
throw new Error("Expect http options but get "
|
|
871
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
872
872
|
this.send(command, optionsOrCb || {}, cb);
|
|
873
873
|
}
|
|
874
874
|
else {
|
|
@@ -284,6 +284,10 @@ export var Environment;
|
|
|
284
284
|
(function (Environment) {
|
|
285
285
|
Environment.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Variables && { Variables: SENSITIVE_STRING }))); };
|
|
286
286
|
})(Environment || (Environment = {}));
|
|
287
|
+
export var EphemeralStorage;
|
|
288
|
+
(function (EphemeralStorage) {
|
|
289
|
+
EphemeralStorage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
})(EphemeralStorage || (EphemeralStorage = {}));
|
|
287
291
|
export var FileSystemConfig;
|
|
288
292
|
(function (FileSystemConfig) {
|
|
289
293
|
FileSystemConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -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.Marker = token;
|
|
49
49
|
input["MaxItems"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof Lambda)) 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 LambdaClient)) 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 ListCodeSigningConfigsCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListCodeSigningConfigsCommand(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.listCodeSigningConfigs.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.listCodeSigningConfigs.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 paginateListCodeSigningConfigs(config, input) {
|
|
|
48
48
|
input.Marker = token;
|
|
49
49
|
input["MaxItems"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof Lambda)) 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 LambdaClient)) 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 ListEventSourceMappingsCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListEventSourceMappingsCommand(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.listEventSourceMappings.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.listEventSourceMappings.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 paginateListEventSourceMappings(config, input) {
|
|
|
48
48
|
input.Marker = token;
|
|
49
49
|
input["MaxItems"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof Lambda)) 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 LambdaClient)) 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 ListFunctionEventInvokeConfigsCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListFunctionEventInvokeConfigsCommand(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.listFunctionEventInvokeConfigs.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.listFunctionEventInvokeConfigs.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 paginateListFunctionEventInvokeConfigs(config, input) {
|
|
|
48
48
|
input.Marker = token;
|
|
49
49
|
input["MaxItems"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof Lambda)) 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 LambdaClient)) 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];
|