cdk-comprehend-s3olap 2.0.23 → 2.0.24
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +110 -59
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +75 -69
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +4 -2
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +106 -61
- package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +24 -21
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +27 -5
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +228 -61
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/athena.d.ts +57 -2
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +12 -3
- package/node_modules/aws-sdk/clients/emr.d.ts +8 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +16 -3
- package/node_modules/aws-sdk/clients/kendra.d.ts +109 -41
- package/node_modules/aws-sdk/clients/mwaa.d.ts +9 -12
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +27 -1
- package/node_modules/aws-sdk/clients/workmail.d.ts +203 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +12 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +21 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +128 -64
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +10 -0
- package/node_modules/aws-sdk/lib/model/api.js +1 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +12 -12
- package/node_modules/esbuild/package.json +21 -21
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +4 -4
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1166.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -5640,6 +5640,44 @@ module.exports={
|
|
5640
5640
|
}
|
5641
5641
|
}
|
5642
5642
|
},
|
5643
|
+
"BatchGetPreparedStatement": {
|
5644
|
+
"input": {
|
5645
|
+
"type": "structure",
|
5646
|
+
"required": [
|
5647
|
+
"PreparedStatementNames",
|
5648
|
+
"WorkGroup"
|
5649
|
+
],
|
5650
|
+
"members": {
|
5651
|
+
"PreparedStatementNames": {
|
5652
|
+
"type": "list",
|
5653
|
+
"member": {}
|
5654
|
+
},
|
5655
|
+
"WorkGroup": {}
|
5656
|
+
}
|
5657
|
+
},
|
5658
|
+
"output": {
|
5659
|
+
"type": "structure",
|
5660
|
+
"members": {
|
5661
|
+
"PreparedStatements": {
|
5662
|
+
"type": "list",
|
5663
|
+
"member": {
|
5664
|
+
"shape": "Sl"
|
5665
|
+
}
|
5666
|
+
},
|
5667
|
+
"UnprocessedPreparedStatementNames": {
|
5668
|
+
"type": "list",
|
5669
|
+
"member": {
|
5670
|
+
"type": "structure",
|
5671
|
+
"members": {
|
5672
|
+
"StatementName": {},
|
5673
|
+
"ErrorCode": {},
|
5674
|
+
"ErrorMessage": {}
|
5675
|
+
}
|
5676
|
+
}
|
5677
|
+
}
|
5678
|
+
}
|
5679
|
+
}
|
5680
|
+
},
|
5643
5681
|
"BatchGetQueryExecution": {
|
5644
5682
|
"input": {
|
5645
5683
|
"type": "structure",
|
@@ -5648,7 +5686,7 @@ module.exports={
|
|
5648
5686
|
],
|
5649
5687
|
"members": {
|
5650
5688
|
"QueryExecutionIds": {
|
5651
|
-
"shape": "
|
5689
|
+
"shape": "Sq"
|
5652
5690
|
}
|
5653
5691
|
}
|
5654
5692
|
},
|
@@ -5658,7 +5696,7 @@ module.exports={
|
|
5658
5696
|
"QueryExecutions": {
|
5659
5697
|
"type": "list",
|
5660
5698
|
"member": {
|
5661
|
-
"shape": "
|
5699
|
+
"shape": "Su"
|
5662
5700
|
}
|
5663
5701
|
},
|
5664
5702
|
"UnprocessedQueryExecutionIds": {
|
@@ -5687,10 +5725,10 @@ module.exports={
|
|
5687
5725
|
"Type": {},
|
5688
5726
|
"Description": {},
|
5689
5727
|
"Parameters": {
|
5690
|
-
"shape": "
|
5728
|
+
"shape": "S1j"
|
5691
5729
|
},
|
5692
5730
|
"Tags": {
|
5693
|
-
"shape": "
|
5731
|
+
"shape": "S1m"
|
5694
5732
|
}
|
5695
5733
|
}
|
5696
5734
|
},
|
@@ -5755,11 +5793,11 @@ module.exports={
|
|
5755
5793
|
"members": {
|
5756
5794
|
"Name": {},
|
5757
5795
|
"Configuration": {
|
5758
|
-
"shape": "
|
5796
|
+
"shape": "S1x"
|
5759
5797
|
},
|
5760
5798
|
"Description": {},
|
5761
5799
|
"Tags": {
|
5762
|
-
"shape": "
|
5800
|
+
"shape": "S1m"
|
5763
5801
|
}
|
5764
5802
|
}
|
5765
5803
|
},
|
@@ -5861,7 +5899,7 @@ module.exports={
|
|
5861
5899
|
"Description": {},
|
5862
5900
|
"Type": {},
|
5863
5901
|
"Parameters": {
|
5864
|
-
"shape": "
|
5902
|
+
"shape": "S1j"
|
5865
5903
|
}
|
5866
5904
|
}
|
5867
5905
|
}
|
@@ -5884,7 +5922,7 @@ module.exports={
|
|
5884
5922
|
"type": "structure",
|
5885
5923
|
"members": {
|
5886
5924
|
"Database": {
|
5887
|
-
"shape": "
|
5925
|
+
"shape": "S2f"
|
5888
5926
|
}
|
5889
5927
|
}
|
5890
5928
|
}
|
@@ -5924,16 +5962,7 @@ module.exports={
|
|
5924
5962
|
"type": "structure",
|
5925
5963
|
"members": {
|
5926
5964
|
"PreparedStatement": {
|
5927
|
-
"
|
5928
|
-
"members": {
|
5929
|
-
"StatementName": {},
|
5930
|
-
"QueryStatement": {},
|
5931
|
-
"WorkGroupName": {},
|
5932
|
-
"Description": {},
|
5933
|
-
"LastModifiedTime": {
|
5934
|
-
"type": "timestamp"
|
5935
|
-
}
|
5936
|
-
}
|
5965
|
+
"shape": "Sl"
|
5937
5966
|
}
|
5938
5967
|
}
|
5939
5968
|
}
|
@@ -5952,7 +5981,7 @@ module.exports={
|
|
5952
5981
|
"type": "structure",
|
5953
5982
|
"members": {
|
5954
5983
|
"QueryExecution": {
|
5955
|
-
"shape": "
|
5984
|
+
"shape": "Su"
|
5956
5985
|
}
|
5957
5986
|
}
|
5958
5987
|
}
|
@@ -6054,7 +6083,7 @@ module.exports={
|
|
6054
6083
|
"type": "structure",
|
6055
6084
|
"members": {
|
6056
6085
|
"TableMetadata": {
|
6057
|
-
"shape": "
|
6086
|
+
"shape": "S33"
|
6058
6087
|
}
|
6059
6088
|
}
|
6060
6089
|
}
|
@@ -6081,7 +6110,7 @@ module.exports={
|
|
6081
6110
|
"Name": {},
|
6082
6111
|
"State": {},
|
6083
6112
|
"Configuration": {
|
6084
|
-
"shape": "
|
6113
|
+
"shape": "S1x"
|
6085
6114
|
},
|
6086
6115
|
"Description": {},
|
6087
6116
|
"CreationTime": {
|
@@ -6139,7 +6168,7 @@ module.exports={
|
|
6139
6168
|
"DatabaseList": {
|
6140
6169
|
"type": "list",
|
6141
6170
|
"member": {
|
6142
|
-
"shape": "
|
6171
|
+
"shape": "S2f"
|
6143
6172
|
}
|
6144
6173
|
},
|
6145
6174
|
"NextToken": {}
|
@@ -6162,7 +6191,7 @@ module.exports={
|
|
6162
6191
|
"EngineVersions": {
|
6163
6192
|
"type": "list",
|
6164
6193
|
"member": {
|
6165
|
-
"shape": "
|
6194
|
+
"shape": "S1c"
|
6166
6195
|
}
|
6167
6196
|
},
|
6168
6197
|
"NextToken": {}
|
@@ -6238,7 +6267,7 @@ module.exports={
|
|
6238
6267
|
"type": "structure",
|
6239
6268
|
"members": {
|
6240
6269
|
"QueryExecutionIds": {
|
6241
|
-
"shape": "
|
6270
|
+
"shape": "Sq"
|
6242
6271
|
},
|
6243
6272
|
"NextToken": {}
|
6244
6273
|
}
|
@@ -6267,7 +6296,7 @@ module.exports={
|
|
6267
6296
|
"TableMetadataList": {
|
6268
6297
|
"type": "list",
|
6269
6298
|
"member": {
|
6270
|
-
"shape": "
|
6299
|
+
"shape": "S33"
|
6271
6300
|
}
|
6272
6301
|
},
|
6273
6302
|
"NextToken": {}
|
@@ -6292,7 +6321,7 @@ module.exports={
|
|
6292
6321
|
"type": "structure",
|
6293
6322
|
"members": {
|
6294
6323
|
"Tags": {
|
6295
|
-
"shape": "
|
6324
|
+
"shape": "S1m"
|
6296
6325
|
},
|
6297
6326
|
"NextToken": {}
|
6298
6327
|
}
|
@@ -6323,7 +6352,7 @@ module.exports={
|
|
6323
6352
|
"type": "timestamp"
|
6324
6353
|
},
|
6325
6354
|
"EngineVersion": {
|
6326
|
-
"shape": "
|
6355
|
+
"shape": "S1c"
|
6327
6356
|
}
|
6328
6357
|
}
|
6329
6358
|
}
|
@@ -6344,12 +6373,15 @@ module.exports={
|
|
6344
6373
|
"idempotencyToken": true
|
6345
6374
|
},
|
6346
6375
|
"QueryExecutionContext": {
|
6347
|
-
"shape": "
|
6376
|
+
"shape": "S12"
|
6348
6377
|
},
|
6349
6378
|
"ResultConfiguration": {
|
6350
|
-
"shape": "
|
6379
|
+
"shape": "Sw"
|
6351
6380
|
},
|
6352
|
-
"WorkGroup": {}
|
6381
|
+
"WorkGroup": {},
|
6382
|
+
"ExecutionParameters": {
|
6383
|
+
"shape": "S1d"
|
6384
|
+
}
|
6353
6385
|
}
|
6354
6386
|
},
|
6355
6387
|
"output": {
|
@@ -6388,7 +6420,7 @@ module.exports={
|
|
6388
6420
|
"members": {
|
6389
6421
|
"ResourceARN": {},
|
6390
6422
|
"Tags": {
|
6391
|
-
"shape": "
|
6423
|
+
"shape": "S1m"
|
6392
6424
|
}
|
6393
6425
|
}
|
6394
6426
|
},
|
@@ -6429,7 +6461,7 @@ module.exports={
|
|
6429
6461
|
"Type": {},
|
6430
6462
|
"Description": {},
|
6431
6463
|
"Parameters": {
|
6432
|
-
"shape": "
|
6464
|
+
"shape": "S1j"
|
6433
6465
|
}
|
6434
6466
|
}
|
6435
6467
|
},
|
@@ -6502,7 +6534,7 @@ module.exports={
|
|
6502
6534
|
"type": "boolean"
|
6503
6535
|
},
|
6504
6536
|
"EncryptionConfiguration": {
|
6505
|
-
"shape": "
|
6537
|
+
"shape": "Sy"
|
6506
6538
|
},
|
6507
6539
|
"RemoveEncryptionConfiguration": {
|
6508
6540
|
"type": "boolean"
|
@@ -6512,7 +6544,7 @@ module.exports={
|
|
6512
6544
|
"type": "boolean"
|
6513
6545
|
},
|
6514
6546
|
"AclConfiguration": {
|
6515
|
-
"shape": "
|
6547
|
+
"shape": "S10"
|
6516
6548
|
},
|
6517
6549
|
"RemoveAclConfiguration": {
|
6518
6550
|
"type": "boolean"
|
@@ -6532,7 +6564,7 @@ module.exports={
|
|
6532
6564
|
"type": "boolean"
|
6533
6565
|
},
|
6534
6566
|
"EngineVersion": {
|
6535
|
-
"shape": "
|
6567
|
+
"shape": "S1c"
|
6536
6568
|
}
|
6537
6569
|
}
|
6538
6570
|
},
|
@@ -6566,21 +6598,33 @@ module.exports={
|
|
6566
6598
|
"WorkGroup": {}
|
6567
6599
|
}
|
6568
6600
|
},
|
6569
|
-
"
|
6601
|
+
"Sl": {
|
6602
|
+
"type": "structure",
|
6603
|
+
"members": {
|
6604
|
+
"StatementName": {},
|
6605
|
+
"QueryStatement": {},
|
6606
|
+
"WorkGroupName": {},
|
6607
|
+
"Description": {},
|
6608
|
+
"LastModifiedTime": {
|
6609
|
+
"type": "timestamp"
|
6610
|
+
}
|
6611
|
+
}
|
6612
|
+
},
|
6613
|
+
"Sq": {
|
6570
6614
|
"type": "list",
|
6571
6615
|
"member": {}
|
6572
6616
|
},
|
6573
|
-
"
|
6617
|
+
"Su": {
|
6574
6618
|
"type": "structure",
|
6575
6619
|
"members": {
|
6576
6620
|
"QueryExecutionId": {},
|
6577
6621
|
"Query": {},
|
6578
6622
|
"StatementType": {},
|
6579
6623
|
"ResultConfiguration": {
|
6580
|
-
"shape": "
|
6624
|
+
"shape": "Sw"
|
6581
6625
|
},
|
6582
6626
|
"QueryExecutionContext": {
|
6583
|
-
"shape": "
|
6627
|
+
"shape": "S12"
|
6584
6628
|
},
|
6585
6629
|
"Status": {
|
6586
6630
|
"type": "structure",
|
@@ -6636,24 +6680,27 @@ module.exports={
|
|
6636
6680
|
},
|
6637
6681
|
"WorkGroup": {},
|
6638
6682
|
"EngineVersion": {
|
6639
|
-
"shape": "
|
6683
|
+
"shape": "S1c"
|
6684
|
+
},
|
6685
|
+
"ExecutionParameters": {
|
6686
|
+
"shape": "S1d"
|
6640
6687
|
}
|
6641
6688
|
}
|
6642
6689
|
},
|
6643
|
-
"
|
6690
|
+
"Sw": {
|
6644
6691
|
"type": "structure",
|
6645
6692
|
"members": {
|
6646
6693
|
"OutputLocation": {},
|
6647
6694
|
"EncryptionConfiguration": {
|
6648
|
-
"shape": "
|
6695
|
+
"shape": "Sy"
|
6649
6696
|
},
|
6650
6697
|
"ExpectedBucketOwner": {},
|
6651
6698
|
"AclConfiguration": {
|
6652
|
-
"shape": "
|
6699
|
+
"shape": "S10"
|
6653
6700
|
}
|
6654
6701
|
}
|
6655
6702
|
},
|
6656
|
-
"
|
6703
|
+
"Sy": {
|
6657
6704
|
"type": "structure",
|
6658
6705
|
"required": [
|
6659
6706
|
"EncryptionOption"
|
@@ -6663,7 +6710,7 @@ module.exports={
|
|
6663
6710
|
"KmsKey": {}
|
6664
6711
|
}
|
6665
6712
|
},
|
6666
|
-
"
|
6713
|
+
"S10": {
|
6667
6714
|
"type": "structure",
|
6668
6715
|
"required": [
|
6669
6716
|
"S3AclOption"
|
@@ -6672,26 +6719,30 @@ module.exports={
|
|
6672
6719
|
"S3AclOption": {}
|
6673
6720
|
}
|
6674
6721
|
},
|
6675
|
-
"
|
6722
|
+
"S12": {
|
6676
6723
|
"type": "structure",
|
6677
6724
|
"members": {
|
6678
6725
|
"Database": {},
|
6679
6726
|
"Catalog": {}
|
6680
6727
|
}
|
6681
6728
|
},
|
6682
|
-
"
|
6729
|
+
"S1c": {
|
6683
6730
|
"type": "structure",
|
6684
6731
|
"members": {
|
6685
6732
|
"SelectedEngineVersion": {},
|
6686
6733
|
"EffectiveEngineVersion": {}
|
6687
6734
|
}
|
6688
6735
|
},
|
6689
|
-
"
|
6736
|
+
"S1d": {
|
6737
|
+
"type": "list",
|
6738
|
+
"member": {}
|
6739
|
+
},
|
6740
|
+
"S1j": {
|
6690
6741
|
"type": "map",
|
6691
6742
|
"key": {},
|
6692
6743
|
"value": {}
|
6693
6744
|
},
|
6694
|
-
"
|
6745
|
+
"S1m": {
|
6695
6746
|
"type": "list",
|
6696
6747
|
"member": {
|
6697
6748
|
"type": "structure",
|
@@ -6701,11 +6752,11 @@ module.exports={
|
|
6701
6752
|
}
|
6702
6753
|
}
|
6703
6754
|
},
|
6704
|
-
"
|
6755
|
+
"S1x": {
|
6705
6756
|
"type": "structure",
|
6706
6757
|
"members": {
|
6707
6758
|
"ResultConfiguration": {
|
6708
|
-
"shape": "
|
6759
|
+
"shape": "Sw"
|
6709
6760
|
},
|
6710
6761
|
"EnforceWorkGroupConfiguration": {
|
6711
6762
|
"type": "boolean"
|
@@ -6720,11 +6771,11 @@ module.exports={
|
|
6720
6771
|
"type": "boolean"
|
6721
6772
|
},
|
6722
6773
|
"EngineVersion": {
|
6723
|
-
"shape": "
|
6774
|
+
"shape": "S1c"
|
6724
6775
|
}
|
6725
6776
|
}
|
6726
6777
|
},
|
6727
|
-
"
|
6778
|
+
"S2f": {
|
6728
6779
|
"type": "structure",
|
6729
6780
|
"required": [
|
6730
6781
|
"Name"
|
@@ -6733,11 +6784,11 @@ module.exports={
|
|
6733
6784
|
"Name": {},
|
6734
6785
|
"Description": {},
|
6735
6786
|
"Parameters": {
|
6736
|
-
"shape": "
|
6787
|
+
"shape": "S1j"
|
6737
6788
|
}
|
6738
6789
|
}
|
6739
6790
|
},
|
6740
|
-
"
|
6791
|
+
"S33": {
|
6741
6792
|
"type": "structure",
|
6742
6793
|
"required": [
|
6743
6794
|
"Name"
|
@@ -6752,17 +6803,17 @@ module.exports={
|
|
6752
6803
|
},
|
6753
6804
|
"TableType": {},
|
6754
6805
|
"Columns": {
|
6755
|
-
"shape": "
|
6806
|
+
"shape": "S36"
|
6756
6807
|
},
|
6757
6808
|
"PartitionKeys": {
|
6758
|
-
"shape": "
|
6809
|
+
"shape": "S36"
|
6759
6810
|
},
|
6760
6811
|
"Parameters": {
|
6761
|
-
"shape": "
|
6812
|
+
"shape": "S1j"
|
6762
6813
|
}
|
6763
6814
|
}
|
6764
6815
|
},
|
6765
|
-
"
|
6816
|
+
"S36": {
|
6766
6817
|
"type": "list",
|
6767
6818
|
"member": {
|
6768
6819
|
"type": "structure",
|
@@ -119440,7 +119491,8 @@ module.exports={
|
|
119440
119491
|
"JobFlowId": {},
|
119441
119492
|
"Steps": {
|
119442
119493
|
"shape": "S1j"
|
119443
|
-
}
|
119494
|
+
},
|
119495
|
+
"ExecutionRoleArn": {}
|
119444
119496
|
}
|
119445
119497
|
},
|
119446
119498
|
"output": {
|
@@ -120054,7 +120106,8 @@ module.exports={
|
|
120054
120106
|
"ActionOnFailure": {},
|
120055
120107
|
"Status": {
|
120056
120108
|
"shape": "S49"
|
120057
|
-
}
|
120109
|
+
},
|
120110
|
+
"ExecutionRoleArn": {}
|
120058
120111
|
}
|
120059
120112
|
}
|
120060
120113
|
}
|
@@ -240028,7 +240081,7 @@ AWS.util.update(AWS, {
|
|
240028
240081
|
/**
|
240029
240082
|
* @constant
|
240030
240083
|
*/
|
240031
|
-
VERSION: '2.
|
240084
|
+
VERSION: '2.1166.0',
|
240032
240085
|
|
240033
240086
|
/**
|
240034
240087
|
* @api private
|
@@ -243729,6 +243782,16 @@ AWS.EventListeners = {
|
|
243729
243782
|
}
|
243730
243783
|
});
|
243731
243784
|
|
243785
|
+
add('ERROR', 'error', function ERROR(err, resp) {
|
243786
|
+
var errorCodeMapping = resp.request.service.api.errorCodeMapping;
|
243787
|
+
if (errorCodeMapping && err && err.code) {
|
243788
|
+
var mapping = errorCodeMapping[err.code];
|
243789
|
+
if (mapping) {
|
243790
|
+
resp.error.code = mapping.code;
|
243791
|
+
}
|
243792
|
+
}
|
243793
|
+
}, true);
|
243794
|
+
|
243732
243795
|
addAsync('SEND', 'send', function SEND(resp, done) {
|
243733
243796
|
resp.httpResponse._abortCallback = done;
|
243734
243797
|
resp.error = null;
|
@@ -244692,6 +244755,7 @@ function Api(api, options) {
|
|
244692
244755
|
property(this, 'documentation', api.documentation);
|
244693
244756
|
property(this, 'documentationUrl', api.documentationUrl);
|
244694
244757
|
}
|
244758
|
+
property(this, 'errorCodeMapping', api.awsQueryCompatible);
|
244695
244759
|
}
|
244696
244760
|
|
244697
244761
|
/**
|
@@ -261962,7 +262026,7 @@ var LRUCache = /** @class */ (function () {
|
|
261962
262026
|
}());
|
261963
262027
|
exports.LRUCache = LRUCache;
|
261964
262028
|
},{}],457:[function(require,module,exports){
|
261965
|
-
// AWS SDK for JavaScript v2.
|
262029
|
+
// AWS SDK for JavaScript v2.1166.0
|
261966
262030
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
261967
262031
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
261968
262032
|
require('./browser_loader');
|