@aws-sdk/client-api-gateway 3.210.0 → 3.212.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.
|
@@ -9879,10 +9879,8 @@ const serializeAws_restJson1MapOfApiStageThrottleSettings = (input, context) =>
|
|
|
9879
9879
|
if (value === null) {
|
|
9880
9880
|
return acc;
|
|
9881
9881
|
}
|
|
9882
|
-
|
|
9883
|
-
|
|
9884
|
-
[key]: serializeAws_restJson1ThrottleSettings(value, context),
|
|
9885
|
-
};
|
|
9882
|
+
acc[key] = serializeAws_restJson1ThrottleSettings(value, context);
|
|
9883
|
+
return acc;
|
|
9886
9884
|
}, {});
|
|
9887
9885
|
};
|
|
9888
9886
|
const serializeAws_restJson1MapOfStringToBoolean = (input, context) => {
|
|
@@ -9890,10 +9888,8 @@ const serializeAws_restJson1MapOfStringToBoolean = (input, context) => {
|
|
|
9890
9888
|
if (value === null) {
|
|
9891
9889
|
return acc;
|
|
9892
9890
|
}
|
|
9893
|
-
|
|
9894
|
-
|
|
9895
|
-
[key]: value,
|
|
9896
|
-
};
|
|
9891
|
+
acc[key] = value;
|
|
9892
|
+
return acc;
|
|
9897
9893
|
}, {});
|
|
9898
9894
|
};
|
|
9899
9895
|
const serializeAws_restJson1MapOfStringToList = (input, context) => {
|
|
@@ -9901,10 +9897,8 @@ const serializeAws_restJson1MapOfStringToList = (input, context) => {
|
|
|
9901
9897
|
if (value === null) {
|
|
9902
9898
|
return acc;
|
|
9903
9899
|
}
|
|
9904
|
-
|
|
9905
|
-
|
|
9906
|
-
[key]: serializeAws_restJson1ListOfString(value, context),
|
|
9907
|
-
};
|
|
9900
|
+
acc[key] = serializeAws_restJson1ListOfString(value, context);
|
|
9901
|
+
return acc;
|
|
9908
9902
|
}, {});
|
|
9909
9903
|
};
|
|
9910
9904
|
const serializeAws_restJson1MapOfStringToString = (input, context) => {
|
|
@@ -9912,10 +9906,8 @@ const serializeAws_restJson1MapOfStringToString = (input, context) => {
|
|
|
9912
9906
|
if (value === null) {
|
|
9913
9907
|
return acc;
|
|
9914
9908
|
}
|
|
9915
|
-
|
|
9916
|
-
|
|
9917
|
-
[key]: value,
|
|
9918
|
-
};
|
|
9909
|
+
acc[key] = value;
|
|
9910
|
+
return acc;
|
|
9919
9911
|
}, {});
|
|
9920
9912
|
};
|
|
9921
9913
|
const serializeAws_restJson1MutualTlsAuthenticationInput = (input, context) => {
|
|
@@ -10437,10 +10429,8 @@ const deserializeAws_restJson1MapOfApiStageThrottleSettings = (output, context)
|
|
|
10437
10429
|
if (value === null) {
|
|
10438
10430
|
return acc;
|
|
10439
10431
|
}
|
|
10440
|
-
|
|
10441
|
-
|
|
10442
|
-
[key]: deserializeAws_restJson1ThrottleSettings(value, context),
|
|
10443
|
-
};
|
|
10432
|
+
acc[key] = deserializeAws_restJson1ThrottleSettings(value, context);
|
|
10433
|
+
return acc;
|
|
10444
10434
|
}, {});
|
|
10445
10435
|
};
|
|
10446
10436
|
const deserializeAws_restJson1MapOfIntegrationResponse = (output, context) => {
|
|
@@ -10448,10 +10438,8 @@ const deserializeAws_restJson1MapOfIntegrationResponse = (output, context) => {
|
|
|
10448
10438
|
if (value === null) {
|
|
10449
10439
|
return acc;
|
|
10450
10440
|
}
|
|
10451
|
-
|
|
10452
|
-
|
|
10453
|
-
[key]: deserializeAws_restJson1IntegrationResponse(value, context),
|
|
10454
|
-
};
|
|
10441
|
+
acc[key] = deserializeAws_restJson1IntegrationResponse(value, context);
|
|
10442
|
+
return acc;
|
|
10455
10443
|
}, {});
|
|
10456
10444
|
};
|
|
10457
10445
|
const deserializeAws_restJson1MapOfKeyUsages = (output, context) => {
|
|
@@ -10459,10 +10447,8 @@ const deserializeAws_restJson1MapOfKeyUsages = (output, context) => {
|
|
|
10459
10447
|
if (value === null) {
|
|
10460
10448
|
return acc;
|
|
10461
10449
|
}
|
|
10462
|
-
|
|
10463
|
-
|
|
10464
|
-
[key]: deserializeAws_restJson1ListOfUsage(value, context),
|
|
10465
|
-
};
|
|
10450
|
+
acc[key] = deserializeAws_restJson1ListOfUsage(value, context);
|
|
10451
|
+
return acc;
|
|
10466
10452
|
}, {});
|
|
10467
10453
|
};
|
|
10468
10454
|
const deserializeAws_restJson1MapOfMethod = (output, context) => {
|
|
@@ -10470,10 +10456,8 @@ const deserializeAws_restJson1MapOfMethod = (output, context) => {
|
|
|
10470
10456
|
if (value === null) {
|
|
10471
10457
|
return acc;
|
|
10472
10458
|
}
|
|
10473
|
-
|
|
10474
|
-
|
|
10475
|
-
[key]: deserializeAws_restJson1Method(value, context),
|
|
10476
|
-
};
|
|
10459
|
+
acc[key] = deserializeAws_restJson1Method(value, context);
|
|
10460
|
+
return acc;
|
|
10477
10461
|
}, {});
|
|
10478
10462
|
};
|
|
10479
10463
|
const deserializeAws_restJson1MapOfMethodResponse = (output, context) => {
|
|
@@ -10481,10 +10465,8 @@ const deserializeAws_restJson1MapOfMethodResponse = (output, context) => {
|
|
|
10481
10465
|
if (value === null) {
|
|
10482
10466
|
return acc;
|
|
10483
10467
|
}
|
|
10484
|
-
|
|
10485
|
-
|
|
10486
|
-
[key]: deserializeAws_restJson1MethodResponse(value, context),
|
|
10487
|
-
};
|
|
10468
|
+
acc[key] = deserializeAws_restJson1MethodResponse(value, context);
|
|
10469
|
+
return acc;
|
|
10488
10470
|
}, {});
|
|
10489
10471
|
};
|
|
10490
10472
|
const deserializeAws_restJson1MapOfMethodSettings = (output, context) => {
|
|
@@ -10492,10 +10474,8 @@ const deserializeAws_restJson1MapOfMethodSettings = (output, context) => {
|
|
|
10492
10474
|
if (value === null) {
|
|
10493
10475
|
return acc;
|
|
10494
10476
|
}
|
|
10495
|
-
|
|
10496
|
-
|
|
10497
|
-
[key]: deserializeAws_restJson1MethodSetting(value, context),
|
|
10498
|
-
};
|
|
10477
|
+
acc[key] = deserializeAws_restJson1MethodSetting(value, context);
|
|
10478
|
+
return acc;
|
|
10499
10479
|
}, {});
|
|
10500
10480
|
};
|
|
10501
10481
|
const deserializeAws_restJson1MapOfMethodSnapshot = (output, context) => {
|
|
@@ -10503,10 +10483,8 @@ const deserializeAws_restJson1MapOfMethodSnapshot = (output, context) => {
|
|
|
10503
10483
|
if (value === null) {
|
|
10504
10484
|
return acc;
|
|
10505
10485
|
}
|
|
10506
|
-
|
|
10507
|
-
|
|
10508
|
-
[key]: deserializeAws_restJson1MethodSnapshot(value, context),
|
|
10509
|
-
};
|
|
10486
|
+
acc[key] = deserializeAws_restJson1MethodSnapshot(value, context);
|
|
10487
|
+
return acc;
|
|
10510
10488
|
}, {});
|
|
10511
10489
|
};
|
|
10512
10490
|
const deserializeAws_restJson1MapOfStringToBoolean = (output, context) => {
|
|
@@ -10514,10 +10492,8 @@ const deserializeAws_restJson1MapOfStringToBoolean = (output, context) => {
|
|
|
10514
10492
|
if (value === null) {
|
|
10515
10493
|
return acc;
|
|
10516
10494
|
}
|
|
10517
|
-
|
|
10518
|
-
|
|
10519
|
-
[key]: (0, smithy_client_1.expectBoolean)(value),
|
|
10520
|
-
};
|
|
10495
|
+
acc[key] = (0, smithy_client_1.expectBoolean)(value);
|
|
10496
|
+
return acc;
|
|
10521
10497
|
}, {});
|
|
10522
10498
|
};
|
|
10523
10499
|
const deserializeAws_restJson1MapOfStringToList = (output, context) => {
|
|
@@ -10525,10 +10501,8 @@ const deserializeAws_restJson1MapOfStringToList = (output, context) => {
|
|
|
10525
10501
|
if (value === null) {
|
|
10526
10502
|
return acc;
|
|
10527
10503
|
}
|
|
10528
|
-
|
|
10529
|
-
|
|
10530
|
-
[key]: deserializeAws_restJson1ListOfString(value, context),
|
|
10531
|
-
};
|
|
10504
|
+
acc[key] = deserializeAws_restJson1ListOfString(value, context);
|
|
10505
|
+
return acc;
|
|
10532
10506
|
}, {});
|
|
10533
10507
|
};
|
|
10534
10508
|
const deserializeAws_restJson1MapOfStringToString = (output, context) => {
|
|
@@ -10536,10 +10510,8 @@ const deserializeAws_restJson1MapOfStringToString = (output, context) => {
|
|
|
10536
10510
|
if (value === null) {
|
|
10537
10511
|
return acc;
|
|
10538
10512
|
}
|
|
10539
|
-
|
|
10540
|
-
|
|
10541
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
10542
|
-
};
|
|
10513
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
10514
|
+
return acc;
|
|
10543
10515
|
}, {});
|
|
10544
10516
|
};
|
|
10545
10517
|
const deserializeAws_restJson1Method = (output, context) => {
|
|
@@ -10621,10 +10593,8 @@ const deserializeAws_restJson1PathToMapOfMethodSnapshot = (output, context) => {
|
|
|
10621
10593
|
if (value === null) {
|
|
10622
10594
|
return acc;
|
|
10623
10595
|
}
|
|
10624
|
-
|
|
10625
|
-
|
|
10626
|
-
[key]: deserializeAws_restJson1MapOfMethodSnapshot(value, context),
|
|
10627
|
-
};
|
|
10596
|
+
acc[key] = deserializeAws_restJson1MapOfMethodSnapshot(value, context);
|
|
10597
|
+
return acc;
|
|
10628
10598
|
}, {});
|
|
10629
10599
|
};
|
|
10630
10600
|
const deserializeAws_restJson1QuotaSettings = (output, context) => {
|
|
@@ -9632,10 +9632,8 @@ const serializeAws_restJson1MapOfApiStageThrottleSettings = (input, context) =>
|
|
|
9632
9632
|
if (value === null) {
|
|
9633
9633
|
return acc;
|
|
9634
9634
|
}
|
|
9635
|
-
|
|
9636
|
-
|
|
9637
|
-
[key]: serializeAws_restJson1ThrottleSettings(value, context),
|
|
9638
|
-
};
|
|
9635
|
+
acc[key] = serializeAws_restJson1ThrottleSettings(value, context);
|
|
9636
|
+
return acc;
|
|
9639
9637
|
}, {});
|
|
9640
9638
|
};
|
|
9641
9639
|
const serializeAws_restJson1MapOfStringToBoolean = (input, context) => {
|
|
@@ -9643,10 +9641,8 @@ const serializeAws_restJson1MapOfStringToBoolean = (input, context) => {
|
|
|
9643
9641
|
if (value === null) {
|
|
9644
9642
|
return acc;
|
|
9645
9643
|
}
|
|
9646
|
-
|
|
9647
|
-
|
|
9648
|
-
[key]: value,
|
|
9649
|
-
};
|
|
9644
|
+
acc[key] = value;
|
|
9645
|
+
return acc;
|
|
9650
9646
|
}, {});
|
|
9651
9647
|
};
|
|
9652
9648
|
const serializeAws_restJson1MapOfStringToList = (input, context) => {
|
|
@@ -9654,10 +9650,8 @@ const serializeAws_restJson1MapOfStringToList = (input, context) => {
|
|
|
9654
9650
|
if (value === null) {
|
|
9655
9651
|
return acc;
|
|
9656
9652
|
}
|
|
9657
|
-
|
|
9658
|
-
|
|
9659
|
-
[key]: serializeAws_restJson1ListOfString(value, context),
|
|
9660
|
-
};
|
|
9653
|
+
acc[key] = serializeAws_restJson1ListOfString(value, context);
|
|
9654
|
+
return acc;
|
|
9661
9655
|
}, {});
|
|
9662
9656
|
};
|
|
9663
9657
|
const serializeAws_restJson1MapOfStringToString = (input, context) => {
|
|
@@ -9665,10 +9659,8 @@ const serializeAws_restJson1MapOfStringToString = (input, context) => {
|
|
|
9665
9659
|
if (value === null) {
|
|
9666
9660
|
return acc;
|
|
9667
9661
|
}
|
|
9668
|
-
|
|
9669
|
-
|
|
9670
|
-
[key]: value,
|
|
9671
|
-
};
|
|
9662
|
+
acc[key] = value;
|
|
9663
|
+
return acc;
|
|
9672
9664
|
}, {});
|
|
9673
9665
|
};
|
|
9674
9666
|
const serializeAws_restJson1MutualTlsAuthenticationInput = (input, context) => {
|
|
@@ -10190,10 +10182,8 @@ const deserializeAws_restJson1MapOfApiStageThrottleSettings = (output, context)
|
|
|
10190
10182
|
if (value === null) {
|
|
10191
10183
|
return acc;
|
|
10192
10184
|
}
|
|
10193
|
-
|
|
10194
|
-
|
|
10195
|
-
[key]: deserializeAws_restJson1ThrottleSettings(value, context),
|
|
10196
|
-
};
|
|
10185
|
+
acc[key] = deserializeAws_restJson1ThrottleSettings(value, context);
|
|
10186
|
+
return acc;
|
|
10197
10187
|
}, {});
|
|
10198
10188
|
};
|
|
10199
10189
|
const deserializeAws_restJson1MapOfIntegrationResponse = (output, context) => {
|
|
@@ -10201,10 +10191,8 @@ const deserializeAws_restJson1MapOfIntegrationResponse = (output, context) => {
|
|
|
10201
10191
|
if (value === null) {
|
|
10202
10192
|
return acc;
|
|
10203
10193
|
}
|
|
10204
|
-
|
|
10205
|
-
|
|
10206
|
-
[key]: deserializeAws_restJson1IntegrationResponse(value, context),
|
|
10207
|
-
};
|
|
10194
|
+
acc[key] = deserializeAws_restJson1IntegrationResponse(value, context);
|
|
10195
|
+
return acc;
|
|
10208
10196
|
}, {});
|
|
10209
10197
|
};
|
|
10210
10198
|
const deserializeAws_restJson1MapOfKeyUsages = (output, context) => {
|
|
@@ -10212,10 +10200,8 @@ const deserializeAws_restJson1MapOfKeyUsages = (output, context) => {
|
|
|
10212
10200
|
if (value === null) {
|
|
10213
10201
|
return acc;
|
|
10214
10202
|
}
|
|
10215
|
-
|
|
10216
|
-
|
|
10217
|
-
[key]: deserializeAws_restJson1ListOfUsage(value, context),
|
|
10218
|
-
};
|
|
10203
|
+
acc[key] = deserializeAws_restJson1ListOfUsage(value, context);
|
|
10204
|
+
return acc;
|
|
10219
10205
|
}, {});
|
|
10220
10206
|
};
|
|
10221
10207
|
const deserializeAws_restJson1MapOfMethod = (output, context) => {
|
|
@@ -10223,10 +10209,8 @@ const deserializeAws_restJson1MapOfMethod = (output, context) => {
|
|
|
10223
10209
|
if (value === null) {
|
|
10224
10210
|
return acc;
|
|
10225
10211
|
}
|
|
10226
|
-
|
|
10227
|
-
|
|
10228
|
-
[key]: deserializeAws_restJson1Method(value, context),
|
|
10229
|
-
};
|
|
10212
|
+
acc[key] = deserializeAws_restJson1Method(value, context);
|
|
10213
|
+
return acc;
|
|
10230
10214
|
}, {});
|
|
10231
10215
|
};
|
|
10232
10216
|
const deserializeAws_restJson1MapOfMethodResponse = (output, context) => {
|
|
@@ -10234,10 +10218,8 @@ const deserializeAws_restJson1MapOfMethodResponse = (output, context) => {
|
|
|
10234
10218
|
if (value === null) {
|
|
10235
10219
|
return acc;
|
|
10236
10220
|
}
|
|
10237
|
-
|
|
10238
|
-
|
|
10239
|
-
[key]: deserializeAws_restJson1MethodResponse(value, context),
|
|
10240
|
-
};
|
|
10221
|
+
acc[key] = deserializeAws_restJson1MethodResponse(value, context);
|
|
10222
|
+
return acc;
|
|
10241
10223
|
}, {});
|
|
10242
10224
|
};
|
|
10243
10225
|
const deserializeAws_restJson1MapOfMethodSettings = (output, context) => {
|
|
@@ -10245,10 +10227,8 @@ const deserializeAws_restJson1MapOfMethodSettings = (output, context) => {
|
|
|
10245
10227
|
if (value === null) {
|
|
10246
10228
|
return acc;
|
|
10247
10229
|
}
|
|
10248
|
-
|
|
10249
|
-
|
|
10250
|
-
[key]: deserializeAws_restJson1MethodSetting(value, context),
|
|
10251
|
-
};
|
|
10230
|
+
acc[key] = deserializeAws_restJson1MethodSetting(value, context);
|
|
10231
|
+
return acc;
|
|
10252
10232
|
}, {});
|
|
10253
10233
|
};
|
|
10254
10234
|
const deserializeAws_restJson1MapOfMethodSnapshot = (output, context) => {
|
|
@@ -10256,10 +10236,8 @@ const deserializeAws_restJson1MapOfMethodSnapshot = (output, context) => {
|
|
|
10256
10236
|
if (value === null) {
|
|
10257
10237
|
return acc;
|
|
10258
10238
|
}
|
|
10259
|
-
|
|
10260
|
-
|
|
10261
|
-
[key]: deserializeAws_restJson1MethodSnapshot(value, context),
|
|
10262
|
-
};
|
|
10239
|
+
acc[key] = deserializeAws_restJson1MethodSnapshot(value, context);
|
|
10240
|
+
return acc;
|
|
10263
10241
|
}, {});
|
|
10264
10242
|
};
|
|
10265
10243
|
const deserializeAws_restJson1MapOfStringToBoolean = (output, context) => {
|
|
@@ -10267,10 +10245,8 @@ const deserializeAws_restJson1MapOfStringToBoolean = (output, context) => {
|
|
|
10267
10245
|
if (value === null) {
|
|
10268
10246
|
return acc;
|
|
10269
10247
|
}
|
|
10270
|
-
|
|
10271
|
-
|
|
10272
|
-
[key]: __expectBoolean(value),
|
|
10273
|
-
};
|
|
10248
|
+
acc[key] = __expectBoolean(value);
|
|
10249
|
+
return acc;
|
|
10274
10250
|
}, {});
|
|
10275
10251
|
};
|
|
10276
10252
|
const deserializeAws_restJson1MapOfStringToList = (output, context) => {
|
|
@@ -10278,10 +10254,8 @@ const deserializeAws_restJson1MapOfStringToList = (output, context) => {
|
|
|
10278
10254
|
if (value === null) {
|
|
10279
10255
|
return acc;
|
|
10280
10256
|
}
|
|
10281
|
-
|
|
10282
|
-
|
|
10283
|
-
[key]: deserializeAws_restJson1ListOfString(value, context),
|
|
10284
|
-
};
|
|
10257
|
+
acc[key] = deserializeAws_restJson1ListOfString(value, context);
|
|
10258
|
+
return acc;
|
|
10285
10259
|
}, {});
|
|
10286
10260
|
};
|
|
10287
10261
|
const deserializeAws_restJson1MapOfStringToString = (output, context) => {
|
|
@@ -10289,10 +10263,8 @@ const deserializeAws_restJson1MapOfStringToString = (output, context) => {
|
|
|
10289
10263
|
if (value === null) {
|
|
10290
10264
|
return acc;
|
|
10291
10265
|
}
|
|
10292
|
-
|
|
10293
|
-
|
|
10294
|
-
[key]: __expectString(value),
|
|
10295
|
-
};
|
|
10266
|
+
acc[key] = __expectString(value);
|
|
10267
|
+
return acc;
|
|
10296
10268
|
}, {});
|
|
10297
10269
|
};
|
|
10298
10270
|
const deserializeAws_restJson1Method = (output, context) => {
|
|
@@ -10374,10 +10346,8 @@ const deserializeAws_restJson1PathToMapOfMethodSnapshot = (output, context) => {
|
|
|
10374
10346
|
if (value === null) {
|
|
10375
10347
|
return acc;
|
|
10376
10348
|
}
|
|
10377
|
-
|
|
10378
|
-
|
|
10379
|
-
[key]: deserializeAws_restJson1MapOfMethodSnapshot(value, context),
|
|
10380
|
-
};
|
|
10349
|
+
acc[key] = deserializeAws_restJson1MapOfMethodSnapshot(value, context);
|
|
10350
|
+
return acc;
|
|
10381
10351
|
}, {});
|
|
10382
10352
|
};
|
|
10383
10353
|
const deserializeAws_restJson1QuotaSettings = (output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-api-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.212.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,37 +19,37 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-sdk-api-gateway": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.212.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.212.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.212.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.212.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.212.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.212.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.212.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.212.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.212.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.212.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.212.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.212.0",
|
|
34
|
+
"@aws-sdk/middleware-sdk-api-gateway": "3.212.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.212.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.212.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.212.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.212.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.212.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.212.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.212.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.212.0",
|
|
43
|
+
"@aws-sdk/types": "3.212.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.212.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.212.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.212.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.212.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-browser": "3.212.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-node": "3.212.0",
|
|
53
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
54
54
|
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
55
55
|
"tslib": "^2.3.1"
|