@aws-sdk/client-apigatewayv2 3.211.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.
|
@@ -5776,10 +5776,8 @@ const serializeAws_restJson1IntegrationParameters = (input, context) => {
|
|
|
5776
5776
|
if (value === null) {
|
|
5777
5777
|
return acc;
|
|
5778
5778
|
}
|
|
5779
|
-
|
|
5780
|
-
|
|
5781
|
-
[key]: value,
|
|
5782
|
-
};
|
|
5779
|
+
acc[key] = value;
|
|
5780
|
+
return acc;
|
|
5783
5781
|
}, {});
|
|
5784
5782
|
};
|
|
5785
5783
|
const serializeAws_restJson1JWTConfiguration = (input, context) => {
|
|
@@ -5804,10 +5802,8 @@ const serializeAws_restJson1ResponseParameters = (input, context) => {
|
|
|
5804
5802
|
if (value === null) {
|
|
5805
5803
|
return acc;
|
|
5806
5804
|
}
|
|
5807
|
-
|
|
5808
|
-
|
|
5809
|
-
[key]: serializeAws_restJson1IntegrationParameters(value, context),
|
|
5810
|
-
};
|
|
5805
|
+
acc[key] = serializeAws_restJson1IntegrationParameters(value, context);
|
|
5806
|
+
return acc;
|
|
5811
5807
|
}, {});
|
|
5812
5808
|
};
|
|
5813
5809
|
const serializeAws_restJson1RouteModels = (input, context) => {
|
|
@@ -5815,10 +5811,8 @@ const serializeAws_restJson1RouteModels = (input, context) => {
|
|
|
5815
5811
|
if (value === null) {
|
|
5816
5812
|
return acc;
|
|
5817
5813
|
}
|
|
5818
|
-
|
|
5819
|
-
|
|
5820
|
-
[key]: value,
|
|
5821
|
-
};
|
|
5814
|
+
acc[key] = value;
|
|
5815
|
+
return acc;
|
|
5822
5816
|
}, {});
|
|
5823
5817
|
};
|
|
5824
5818
|
const serializeAws_restJson1RouteParameters = (input, context) => {
|
|
@@ -5826,10 +5820,8 @@ const serializeAws_restJson1RouteParameters = (input, context) => {
|
|
|
5826
5820
|
if (value === null) {
|
|
5827
5821
|
return acc;
|
|
5828
5822
|
}
|
|
5829
|
-
|
|
5830
|
-
|
|
5831
|
-
[key]: serializeAws_restJson1ParameterConstraints(value, context),
|
|
5832
|
-
};
|
|
5823
|
+
acc[key] = serializeAws_restJson1ParameterConstraints(value, context);
|
|
5824
|
+
return acc;
|
|
5833
5825
|
}, {});
|
|
5834
5826
|
};
|
|
5835
5827
|
const serializeAws_restJson1RouteSettings = (input, context) => {
|
|
@@ -5846,10 +5838,8 @@ const serializeAws_restJson1RouteSettingsMap = (input, context) => {
|
|
|
5846
5838
|
if (value === null) {
|
|
5847
5839
|
return acc;
|
|
5848
5840
|
}
|
|
5849
|
-
|
|
5850
|
-
|
|
5851
|
-
[key]: serializeAws_restJson1RouteSettings(value, context),
|
|
5852
|
-
};
|
|
5841
|
+
acc[key] = serializeAws_restJson1RouteSettings(value, context);
|
|
5842
|
+
return acc;
|
|
5853
5843
|
}, {});
|
|
5854
5844
|
};
|
|
5855
5845
|
const serializeAws_restJson1SecurityGroupIdList = (input, context) => {
|
|
@@ -5864,10 +5854,8 @@ const serializeAws_restJson1StageVariablesMap = (input, context) => {
|
|
|
5864
5854
|
if (value === null) {
|
|
5865
5855
|
return acc;
|
|
5866
5856
|
}
|
|
5867
|
-
|
|
5868
|
-
|
|
5869
|
-
[key]: value,
|
|
5870
|
-
};
|
|
5857
|
+
acc[key] = value;
|
|
5858
|
+
return acc;
|
|
5871
5859
|
}, {});
|
|
5872
5860
|
};
|
|
5873
5861
|
const serializeAws_restJson1SubnetIdList = (input, context) => {
|
|
@@ -5882,10 +5870,8 @@ const serializeAws_restJson1Tags = (input, context) => {
|
|
|
5882
5870
|
if (value === null) {
|
|
5883
5871
|
return acc;
|
|
5884
5872
|
}
|
|
5885
|
-
|
|
5886
|
-
|
|
5887
|
-
[key]: value,
|
|
5888
|
-
};
|
|
5873
|
+
acc[key] = value;
|
|
5874
|
+
return acc;
|
|
5889
5875
|
}, {});
|
|
5890
5876
|
};
|
|
5891
5877
|
const serializeAws_restJson1TemplateMap = (input, context) => {
|
|
@@ -5893,10 +5879,8 @@ const serializeAws_restJson1TemplateMap = (input, context) => {
|
|
|
5893
5879
|
if (value === null) {
|
|
5894
5880
|
return acc;
|
|
5895
5881
|
}
|
|
5896
|
-
|
|
5897
|
-
|
|
5898
|
-
[key]: value,
|
|
5899
|
-
};
|
|
5882
|
+
acc[key] = value;
|
|
5883
|
+
return acc;
|
|
5900
5884
|
}, {});
|
|
5901
5885
|
};
|
|
5902
5886
|
const serializeAws_restJson1TlsConfigInput = (input, context) => {
|
|
@@ -6250,10 +6234,8 @@ const deserializeAws_restJson1IntegrationParameters = (output, context) => {
|
|
|
6250
6234
|
if (value === null) {
|
|
6251
6235
|
return acc;
|
|
6252
6236
|
}
|
|
6253
|
-
|
|
6254
|
-
|
|
6255
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
6256
|
-
};
|
|
6237
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
6238
|
+
return acc;
|
|
6257
6239
|
}, {});
|
|
6258
6240
|
};
|
|
6259
6241
|
const deserializeAws_restJson1IntegrationResponse = (output, context) => {
|
|
@@ -6304,10 +6286,8 @@ const deserializeAws_restJson1ResponseParameters = (output, context) => {
|
|
|
6304
6286
|
if (value === null) {
|
|
6305
6287
|
return acc;
|
|
6306
6288
|
}
|
|
6307
|
-
|
|
6308
|
-
|
|
6309
|
-
[key]: deserializeAws_restJson1IntegrationParameters(value, context),
|
|
6310
|
-
};
|
|
6289
|
+
acc[key] = deserializeAws_restJson1IntegrationParameters(value, context);
|
|
6290
|
+
return acc;
|
|
6311
6291
|
}, {});
|
|
6312
6292
|
};
|
|
6313
6293
|
const deserializeAws_restJson1Route = (output, context) => {
|
|
@@ -6336,10 +6316,8 @@ const deserializeAws_restJson1RouteModels = (output, context) => {
|
|
|
6336
6316
|
if (value === null) {
|
|
6337
6317
|
return acc;
|
|
6338
6318
|
}
|
|
6339
|
-
|
|
6340
|
-
|
|
6341
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
6342
|
-
};
|
|
6319
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
6320
|
+
return acc;
|
|
6343
6321
|
}, {});
|
|
6344
6322
|
};
|
|
6345
6323
|
const deserializeAws_restJson1RouteParameters = (output, context) => {
|
|
@@ -6347,10 +6325,8 @@ const deserializeAws_restJson1RouteParameters = (output, context) => {
|
|
|
6347
6325
|
if (value === null) {
|
|
6348
6326
|
return acc;
|
|
6349
6327
|
}
|
|
6350
|
-
|
|
6351
|
-
|
|
6352
|
-
[key]: deserializeAws_restJson1ParameterConstraints(value, context),
|
|
6353
|
-
};
|
|
6328
|
+
acc[key] = deserializeAws_restJson1ParameterConstraints(value, context);
|
|
6329
|
+
return acc;
|
|
6354
6330
|
}, {});
|
|
6355
6331
|
};
|
|
6356
6332
|
const deserializeAws_restJson1RouteResponse = (output, context) => {
|
|
@@ -6378,10 +6354,8 @@ const deserializeAws_restJson1RouteSettingsMap = (output, context) => {
|
|
|
6378
6354
|
if (value === null) {
|
|
6379
6355
|
return acc;
|
|
6380
6356
|
}
|
|
6381
|
-
|
|
6382
|
-
|
|
6383
|
-
[key]: deserializeAws_restJson1RouteSettings(value, context),
|
|
6384
|
-
};
|
|
6357
|
+
acc[key] = deserializeAws_restJson1RouteSettings(value, context);
|
|
6358
|
+
return acc;
|
|
6385
6359
|
}, {});
|
|
6386
6360
|
};
|
|
6387
6361
|
const deserializeAws_restJson1SecurityGroupIdList = (output, context) => {
|
|
@@ -6426,10 +6400,8 @@ const deserializeAws_restJson1StageVariablesMap = (output, context) => {
|
|
|
6426
6400
|
if (value === null) {
|
|
6427
6401
|
return acc;
|
|
6428
6402
|
}
|
|
6429
|
-
|
|
6430
|
-
|
|
6431
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
6432
|
-
};
|
|
6403
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
6404
|
+
return acc;
|
|
6433
6405
|
}, {});
|
|
6434
6406
|
};
|
|
6435
6407
|
const deserializeAws_restJson1SubnetIdList = (output, context) => {
|
|
@@ -6448,10 +6420,8 @@ const deserializeAws_restJson1Tags = (output, context) => {
|
|
|
6448
6420
|
if (value === null) {
|
|
6449
6421
|
return acc;
|
|
6450
6422
|
}
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
6454
|
-
};
|
|
6423
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
6424
|
+
return acc;
|
|
6455
6425
|
}, {});
|
|
6456
6426
|
};
|
|
6457
6427
|
const deserializeAws_restJson1TemplateMap = (output, context) => {
|
|
@@ -6459,10 +6429,8 @@ const deserializeAws_restJson1TemplateMap = (output, context) => {
|
|
|
6459
6429
|
if (value === null) {
|
|
6460
6430
|
return acc;
|
|
6461
6431
|
}
|
|
6462
|
-
|
|
6463
|
-
|
|
6464
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
6465
|
-
};
|
|
6432
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
6433
|
+
return acc;
|
|
6466
6434
|
}, {});
|
|
6467
6435
|
};
|
|
6468
6436
|
const deserializeAws_restJson1TlsConfig = (output, context) => {
|
|
@@ -5627,10 +5627,8 @@ const serializeAws_restJson1IntegrationParameters = (input, context) => {
|
|
|
5627
5627
|
if (value === null) {
|
|
5628
5628
|
return acc;
|
|
5629
5629
|
}
|
|
5630
|
-
|
|
5631
|
-
|
|
5632
|
-
[key]: value,
|
|
5633
|
-
};
|
|
5630
|
+
acc[key] = value;
|
|
5631
|
+
return acc;
|
|
5634
5632
|
}, {});
|
|
5635
5633
|
};
|
|
5636
5634
|
const serializeAws_restJson1JWTConfiguration = (input, context) => {
|
|
@@ -5655,10 +5653,8 @@ const serializeAws_restJson1ResponseParameters = (input, context) => {
|
|
|
5655
5653
|
if (value === null) {
|
|
5656
5654
|
return acc;
|
|
5657
5655
|
}
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
[key]: serializeAws_restJson1IntegrationParameters(value, context),
|
|
5661
|
-
};
|
|
5656
|
+
acc[key] = serializeAws_restJson1IntegrationParameters(value, context);
|
|
5657
|
+
return acc;
|
|
5662
5658
|
}, {});
|
|
5663
5659
|
};
|
|
5664
5660
|
const serializeAws_restJson1RouteModels = (input, context) => {
|
|
@@ -5666,10 +5662,8 @@ const serializeAws_restJson1RouteModels = (input, context) => {
|
|
|
5666
5662
|
if (value === null) {
|
|
5667
5663
|
return acc;
|
|
5668
5664
|
}
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
[key]: value,
|
|
5672
|
-
};
|
|
5665
|
+
acc[key] = value;
|
|
5666
|
+
return acc;
|
|
5673
5667
|
}, {});
|
|
5674
5668
|
};
|
|
5675
5669
|
const serializeAws_restJson1RouteParameters = (input, context) => {
|
|
@@ -5677,10 +5671,8 @@ const serializeAws_restJson1RouteParameters = (input, context) => {
|
|
|
5677
5671
|
if (value === null) {
|
|
5678
5672
|
return acc;
|
|
5679
5673
|
}
|
|
5680
|
-
|
|
5681
|
-
|
|
5682
|
-
[key]: serializeAws_restJson1ParameterConstraints(value, context),
|
|
5683
|
-
};
|
|
5674
|
+
acc[key] = serializeAws_restJson1ParameterConstraints(value, context);
|
|
5675
|
+
return acc;
|
|
5684
5676
|
}, {});
|
|
5685
5677
|
};
|
|
5686
5678
|
const serializeAws_restJson1RouteSettings = (input, context) => {
|
|
@@ -5697,10 +5689,8 @@ const serializeAws_restJson1RouteSettingsMap = (input, context) => {
|
|
|
5697
5689
|
if (value === null) {
|
|
5698
5690
|
return acc;
|
|
5699
5691
|
}
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
[key]: serializeAws_restJson1RouteSettings(value, context),
|
|
5703
|
-
};
|
|
5692
|
+
acc[key] = serializeAws_restJson1RouteSettings(value, context);
|
|
5693
|
+
return acc;
|
|
5704
5694
|
}, {});
|
|
5705
5695
|
};
|
|
5706
5696
|
const serializeAws_restJson1SecurityGroupIdList = (input, context) => {
|
|
@@ -5715,10 +5705,8 @@ const serializeAws_restJson1StageVariablesMap = (input, context) => {
|
|
|
5715
5705
|
if (value === null) {
|
|
5716
5706
|
return acc;
|
|
5717
5707
|
}
|
|
5718
|
-
|
|
5719
|
-
|
|
5720
|
-
[key]: value,
|
|
5721
|
-
};
|
|
5708
|
+
acc[key] = value;
|
|
5709
|
+
return acc;
|
|
5722
5710
|
}, {});
|
|
5723
5711
|
};
|
|
5724
5712
|
const serializeAws_restJson1SubnetIdList = (input, context) => {
|
|
@@ -5733,10 +5721,8 @@ const serializeAws_restJson1Tags = (input, context) => {
|
|
|
5733
5721
|
if (value === null) {
|
|
5734
5722
|
return acc;
|
|
5735
5723
|
}
|
|
5736
|
-
|
|
5737
|
-
|
|
5738
|
-
[key]: value,
|
|
5739
|
-
};
|
|
5724
|
+
acc[key] = value;
|
|
5725
|
+
return acc;
|
|
5740
5726
|
}, {});
|
|
5741
5727
|
};
|
|
5742
5728
|
const serializeAws_restJson1TemplateMap = (input, context) => {
|
|
@@ -5744,10 +5730,8 @@ const serializeAws_restJson1TemplateMap = (input, context) => {
|
|
|
5744
5730
|
if (value === null) {
|
|
5745
5731
|
return acc;
|
|
5746
5732
|
}
|
|
5747
|
-
|
|
5748
|
-
|
|
5749
|
-
[key]: value,
|
|
5750
|
-
};
|
|
5733
|
+
acc[key] = value;
|
|
5734
|
+
return acc;
|
|
5751
5735
|
}, {});
|
|
5752
5736
|
};
|
|
5753
5737
|
const serializeAws_restJson1TlsConfigInput = (input, context) => {
|
|
@@ -6101,10 +6085,8 @@ const deserializeAws_restJson1IntegrationParameters = (output, context) => {
|
|
|
6101
6085
|
if (value === null) {
|
|
6102
6086
|
return acc;
|
|
6103
6087
|
}
|
|
6104
|
-
|
|
6105
|
-
|
|
6106
|
-
[key]: __expectString(value),
|
|
6107
|
-
};
|
|
6088
|
+
acc[key] = __expectString(value);
|
|
6089
|
+
return acc;
|
|
6108
6090
|
}, {});
|
|
6109
6091
|
};
|
|
6110
6092
|
const deserializeAws_restJson1IntegrationResponse = (output, context) => {
|
|
@@ -6155,10 +6137,8 @@ const deserializeAws_restJson1ResponseParameters = (output, context) => {
|
|
|
6155
6137
|
if (value === null) {
|
|
6156
6138
|
return acc;
|
|
6157
6139
|
}
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
[key]: deserializeAws_restJson1IntegrationParameters(value, context),
|
|
6161
|
-
};
|
|
6140
|
+
acc[key] = deserializeAws_restJson1IntegrationParameters(value, context);
|
|
6141
|
+
return acc;
|
|
6162
6142
|
}, {});
|
|
6163
6143
|
};
|
|
6164
6144
|
const deserializeAws_restJson1Route = (output, context) => {
|
|
@@ -6187,10 +6167,8 @@ const deserializeAws_restJson1RouteModels = (output, context) => {
|
|
|
6187
6167
|
if (value === null) {
|
|
6188
6168
|
return acc;
|
|
6189
6169
|
}
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
[key]: __expectString(value),
|
|
6193
|
-
};
|
|
6170
|
+
acc[key] = __expectString(value);
|
|
6171
|
+
return acc;
|
|
6194
6172
|
}, {});
|
|
6195
6173
|
};
|
|
6196
6174
|
const deserializeAws_restJson1RouteParameters = (output, context) => {
|
|
@@ -6198,10 +6176,8 @@ const deserializeAws_restJson1RouteParameters = (output, context) => {
|
|
|
6198
6176
|
if (value === null) {
|
|
6199
6177
|
return acc;
|
|
6200
6178
|
}
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
[key]: deserializeAws_restJson1ParameterConstraints(value, context),
|
|
6204
|
-
};
|
|
6179
|
+
acc[key] = deserializeAws_restJson1ParameterConstraints(value, context);
|
|
6180
|
+
return acc;
|
|
6205
6181
|
}, {});
|
|
6206
6182
|
};
|
|
6207
6183
|
const deserializeAws_restJson1RouteResponse = (output, context) => {
|
|
@@ -6229,10 +6205,8 @@ const deserializeAws_restJson1RouteSettingsMap = (output, context) => {
|
|
|
6229
6205
|
if (value === null) {
|
|
6230
6206
|
return acc;
|
|
6231
6207
|
}
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
[key]: deserializeAws_restJson1RouteSettings(value, context),
|
|
6235
|
-
};
|
|
6208
|
+
acc[key] = deserializeAws_restJson1RouteSettings(value, context);
|
|
6209
|
+
return acc;
|
|
6236
6210
|
}, {});
|
|
6237
6211
|
};
|
|
6238
6212
|
const deserializeAws_restJson1SecurityGroupIdList = (output, context) => {
|
|
@@ -6277,10 +6251,8 @@ const deserializeAws_restJson1StageVariablesMap = (output, context) => {
|
|
|
6277
6251
|
if (value === null) {
|
|
6278
6252
|
return acc;
|
|
6279
6253
|
}
|
|
6280
|
-
|
|
6281
|
-
|
|
6282
|
-
[key]: __expectString(value),
|
|
6283
|
-
};
|
|
6254
|
+
acc[key] = __expectString(value);
|
|
6255
|
+
return acc;
|
|
6284
6256
|
}, {});
|
|
6285
6257
|
};
|
|
6286
6258
|
const deserializeAws_restJson1SubnetIdList = (output, context) => {
|
|
@@ -6299,10 +6271,8 @@ const deserializeAws_restJson1Tags = (output, context) => {
|
|
|
6299
6271
|
if (value === null) {
|
|
6300
6272
|
return acc;
|
|
6301
6273
|
}
|
|
6302
|
-
|
|
6303
|
-
|
|
6304
|
-
[key]: __expectString(value),
|
|
6305
|
-
};
|
|
6274
|
+
acc[key] = __expectString(value);
|
|
6275
|
+
return acc;
|
|
6306
6276
|
}, {});
|
|
6307
6277
|
};
|
|
6308
6278
|
const deserializeAws_restJson1TemplateMap = (output, context) => {
|
|
@@ -6310,10 +6280,8 @@ const deserializeAws_restJson1TemplateMap = (output, context) => {
|
|
|
6310
6280
|
if (value === null) {
|
|
6311
6281
|
return acc;
|
|
6312
6282
|
}
|
|
6313
|
-
|
|
6314
|
-
|
|
6315
|
-
[key]: __expectString(value),
|
|
6316
|
-
};
|
|
6283
|
+
acc[key] = __expectString(value);
|
|
6284
|
+
return acc;
|
|
6317
6285
|
}, {});
|
|
6318
6286
|
};
|
|
6319
6287
|
const deserializeAws_restJson1TlsConfig = (output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apigatewayv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apigatewayv2 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,36 +19,36 @@
|
|
|
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-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@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-serde": "3.212.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.212.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.212.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.212.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.212.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.212.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.212.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.212.0",
|
|
42
|
+
"@aws-sdk/types": "3.212.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.212.0",
|
|
44
44
|
"@aws-sdk/util-base64": "3.208.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.212.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.212.0",
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.212.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.212.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.212.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
53
53
|
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
54
54
|
"tslib": "^2.3.1"
|