cdk-comprehend-s3olap 2.0.118 → 2.0.119
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 +3 -3
- 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 +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +2 -1
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +122 -36
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +535 -151
- package/node_modules/aws-sdk/clients/docdb.d.ts +6 -2
- package/node_modules/aws-sdk/clients/fsx.d.ts +31 -31
- package/node_modules/aws-sdk/clients/lambda.d.ts +137 -37
- package/node_modules/aws-sdk/clients/quicksight.d.ts +379 -1
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +18 -18
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +125 -39
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1353.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){
|
@@ -167869,7 +167869,8 @@ module.exports={
|
|
167869
167869
|
"AuthType": {},
|
167870
167870
|
"Cors": {
|
167871
167871
|
"shape": "S4c"
|
167872
|
-
}
|
167872
|
+
},
|
167873
|
+
"InvokeMode": {}
|
167873
167874
|
}
|
167874
167875
|
},
|
167875
167876
|
"output": {
|
@@ -167887,7 +167888,8 @@ module.exports={
|
|
167887
167888
|
"Cors": {
|
167888
167889
|
"shape": "S4c"
|
167889
167890
|
},
|
167890
|
-
"CreationTime": {}
|
167891
|
+
"CreationTime": {},
|
167892
|
+
"InvokeMode": {}
|
167891
167893
|
}
|
167892
167894
|
}
|
167893
167895
|
},
|
@@ -168283,7 +168285,7 @@ module.exports={
|
|
168283
168285
|
"shape": "S33"
|
168284
168286
|
},
|
168285
168287
|
"Concurrency": {
|
168286
|
-
"shape": "
|
168288
|
+
"shape": "S5c"
|
168287
168289
|
}
|
168288
168290
|
}
|
168289
168291
|
}
|
@@ -168394,7 +168396,7 @@ module.exports={
|
|
168394
168396
|
}
|
168395
168397
|
},
|
168396
168398
|
"output": {
|
168397
|
-
"shape": "
|
168399
|
+
"shape": "S5k"
|
168398
168400
|
}
|
168399
168401
|
},
|
168400
168402
|
"GetFunctionUrlConfig": {
|
@@ -168436,7 +168438,8 @@ module.exports={
|
|
168436
168438
|
"shape": "S4c"
|
168437
168439
|
},
|
168438
168440
|
"CreationTime": {},
|
168439
|
-
"LastModifiedTime": {}
|
168441
|
+
"LastModifiedTime": {},
|
168442
|
+
"InvokeMode": {}
|
168440
168443
|
}
|
168441
168444
|
}
|
168442
168445
|
},
|
@@ -168465,7 +168468,7 @@ module.exports={
|
|
168465
168468
|
}
|
168466
168469
|
},
|
168467
168470
|
"output": {
|
168468
|
-
"shape": "
|
168471
|
+
"shape": "S5q"
|
168469
168472
|
}
|
168470
168473
|
},
|
168471
168474
|
"GetLayerVersionByArn": {
|
@@ -168487,7 +168490,7 @@ module.exports={
|
|
168487
168490
|
}
|
168488
168491
|
},
|
168489
168492
|
"output": {
|
168490
|
-
"shape": "
|
168493
|
+
"shape": "S5q"
|
168491
168494
|
}
|
168492
168495
|
},
|
168493
168496
|
"GetLayerVersionPolicy": {
|
@@ -168722,6 +168725,86 @@ module.exports={
|
|
168722
168725
|
},
|
168723
168726
|
"deprecated": true
|
168724
168727
|
},
|
168728
|
+
"InvokeWithResponseStream": {
|
168729
|
+
"http": {
|
168730
|
+
"requestUri": "/2021-11-15/functions/{FunctionName}/response-streaming-invocations"
|
168731
|
+
},
|
168732
|
+
"input": {
|
168733
|
+
"type": "structure",
|
168734
|
+
"required": [
|
168735
|
+
"FunctionName"
|
168736
|
+
],
|
168737
|
+
"members": {
|
168738
|
+
"FunctionName": {
|
168739
|
+
"location": "uri",
|
168740
|
+
"locationName": "FunctionName"
|
168741
|
+
},
|
168742
|
+
"InvocationType": {
|
168743
|
+
"location": "header",
|
168744
|
+
"locationName": "X-Amz-Invocation-Type"
|
168745
|
+
},
|
168746
|
+
"LogType": {
|
168747
|
+
"location": "header",
|
168748
|
+
"locationName": "X-Amz-Log-Type"
|
168749
|
+
},
|
168750
|
+
"ClientContext": {
|
168751
|
+
"location": "header",
|
168752
|
+
"locationName": "X-Amz-Client-Context"
|
168753
|
+
},
|
168754
|
+
"Qualifier": {
|
168755
|
+
"location": "querystring",
|
168756
|
+
"locationName": "Qualifier"
|
168757
|
+
},
|
168758
|
+
"Payload": {
|
168759
|
+
"shape": "S2h"
|
168760
|
+
}
|
168761
|
+
},
|
168762
|
+
"payload": "Payload"
|
168763
|
+
},
|
168764
|
+
"output": {
|
168765
|
+
"type": "structure",
|
168766
|
+
"members": {
|
168767
|
+
"StatusCode": {
|
168768
|
+
"location": "statusCode",
|
168769
|
+
"type": "integer"
|
168770
|
+
},
|
168771
|
+
"ExecutedVersion": {
|
168772
|
+
"location": "header",
|
168773
|
+
"locationName": "X-Amz-Executed-Version"
|
168774
|
+
},
|
168775
|
+
"EventStream": {
|
168776
|
+
"type": "structure",
|
168777
|
+
"members": {
|
168778
|
+
"PayloadChunk": {
|
168779
|
+
"type": "structure",
|
168780
|
+
"members": {
|
168781
|
+
"Payload": {
|
168782
|
+
"shape": "S2h",
|
168783
|
+
"eventpayload": true
|
168784
|
+
}
|
168785
|
+
},
|
168786
|
+
"event": true
|
168787
|
+
},
|
168788
|
+
"InvokeComplete": {
|
168789
|
+
"type": "structure",
|
168790
|
+
"members": {
|
168791
|
+
"ErrorCode": {},
|
168792
|
+
"ErrorDetails": {},
|
168793
|
+
"LogResult": {}
|
168794
|
+
},
|
168795
|
+
"event": true
|
168796
|
+
}
|
168797
|
+
},
|
168798
|
+
"eventstream": true
|
168799
|
+
},
|
168800
|
+
"ResponseStreamContentType": {
|
168801
|
+
"location": "header",
|
168802
|
+
"locationName": "Content-Type"
|
168803
|
+
}
|
168804
|
+
},
|
168805
|
+
"payload": "EventStream"
|
168806
|
+
}
|
168807
|
+
},
|
168725
168808
|
"ListAliases": {
|
168726
168809
|
"http": {
|
168727
168810
|
"method": "GET",
|
@@ -168873,7 +168956,7 @@ module.exports={
|
|
168873
168956
|
"FunctionEventInvokeConfigs": {
|
168874
168957
|
"type": "list",
|
168875
168958
|
"member": {
|
168876
|
-
"shape": "
|
168959
|
+
"shape": "S5k"
|
168877
168960
|
}
|
168878
168961
|
},
|
168879
168962
|
"NextMarker": {}
|
@@ -168932,7 +169015,8 @@ module.exports={
|
|
168932
169015
|
"Cors": {
|
168933
169016
|
"shape": "S4c"
|
168934
169017
|
},
|
168935
|
-
"AuthType": {}
|
169018
|
+
"AuthType": {},
|
169019
|
+
"InvokeMode": {}
|
168936
169020
|
}
|
168937
169021
|
}
|
168938
169022
|
},
|
@@ -168973,7 +169057,7 @@ module.exports={
|
|
168973
169057
|
"members": {
|
168974
169058
|
"NextMarker": {},
|
168975
169059
|
"Functions": {
|
168976
|
-
"shape": "
|
169060
|
+
"shape": "S7a"
|
168977
169061
|
}
|
168978
169062
|
}
|
168979
169063
|
}
|
@@ -169058,7 +169142,7 @@ module.exports={
|
|
169058
169142
|
"LayerVersions": {
|
169059
169143
|
"type": "list",
|
169060
169144
|
"member": {
|
169061
|
-
"shape": "
|
169145
|
+
"shape": "S7i"
|
169062
169146
|
}
|
169063
169147
|
}
|
169064
169148
|
}
|
@@ -169104,7 +169188,7 @@ module.exports={
|
|
169104
169188
|
"LayerName": {},
|
169105
169189
|
"LayerArn": {},
|
169106
169190
|
"LatestMatchingVersion": {
|
169107
|
-
"shape": "
|
169191
|
+
"shape": "S7i"
|
169108
169192
|
}
|
169109
169193
|
}
|
169110
169194
|
}
|
@@ -169225,7 +169309,7 @@ module.exports={
|
|
169225
169309
|
"members": {
|
169226
169310
|
"NextMarker": {},
|
169227
169311
|
"Versions": {
|
169228
|
-
"shape": "
|
169312
|
+
"shape": "S7a"
|
169229
169313
|
}
|
169230
169314
|
}
|
169231
169315
|
}
|
@@ -169259,11 +169343,11 @@ module.exports={
|
|
169259
169343
|
}
|
169260
169344
|
},
|
169261
169345
|
"CompatibleRuntimes": {
|
169262
|
-
"shape": "
|
169346
|
+
"shape": "S5t"
|
169263
169347
|
},
|
169264
169348
|
"LicenseInfo": {},
|
169265
169349
|
"CompatibleArchitectures": {
|
169266
|
-
"shape": "
|
169350
|
+
"shape": "S5v"
|
169267
169351
|
}
|
169268
169352
|
}
|
169269
169353
|
},
|
@@ -169271,7 +169355,7 @@ module.exports={
|
|
169271
169355
|
"type": "structure",
|
169272
169356
|
"members": {
|
169273
169357
|
"Content": {
|
169274
|
-
"shape": "
|
169358
|
+
"shape": "S5r"
|
169275
169359
|
},
|
169276
169360
|
"LayerArn": {},
|
169277
169361
|
"LayerVersionArn": {},
|
@@ -169281,11 +169365,11 @@ module.exports={
|
|
169281
169365
|
"type": "long"
|
169282
169366
|
},
|
169283
169367
|
"CompatibleRuntimes": {
|
169284
|
-
"shape": "
|
169368
|
+
"shape": "S5t"
|
169285
169369
|
},
|
169286
169370
|
"LicenseInfo": {},
|
169287
169371
|
"CompatibleArchitectures": {
|
169288
|
-
"shape": "
|
169372
|
+
"shape": "S5v"
|
169289
169373
|
}
|
169290
169374
|
}
|
169291
169375
|
}
|
@@ -169369,7 +169453,7 @@ module.exports={
|
|
169369
169453
|
}
|
169370
169454
|
},
|
169371
169455
|
"output": {
|
169372
|
-
"shape": "
|
169456
|
+
"shape": "S5c"
|
169373
169457
|
}
|
169374
169458
|
},
|
169375
169459
|
"PutFunctionEventInvokeConfig": {
|
@@ -169404,7 +169488,7 @@ module.exports={
|
|
169404
169488
|
}
|
169405
169489
|
},
|
169406
169490
|
"output": {
|
169407
|
-
"shape": "
|
169491
|
+
"shape": "S5k"
|
169408
169492
|
}
|
169409
169493
|
},
|
169410
169494
|
"PutProvisionedConcurrencyConfig": {
|
@@ -169870,7 +169954,7 @@ module.exports={
|
|
169870
169954
|
}
|
169871
169955
|
},
|
169872
169956
|
"output": {
|
169873
|
-
"shape": "
|
169957
|
+
"shape": "S5k"
|
169874
169958
|
}
|
169875
169959
|
},
|
169876
169960
|
"UpdateFunctionUrlConfig": {
|
@@ -169896,7 +169980,8 @@ module.exports={
|
|
169896
169980
|
"AuthType": {},
|
169897
169981
|
"Cors": {
|
169898
169982
|
"shape": "S4c"
|
169899
|
-
}
|
169983
|
+
},
|
169984
|
+
"InvokeMode": {}
|
169900
169985
|
}
|
169901
169986
|
},
|
169902
169987
|
"output": {
|
@@ -169916,7 +170001,8 @@ module.exports={
|
|
169916
170001
|
"shape": "S4c"
|
169917
170002
|
},
|
169918
170003
|
"CreationTime": {},
|
169919
|
-
"LastModifiedTime": {}
|
170004
|
+
"LastModifiedTime": {},
|
170005
|
+
"InvokeMode": {}
|
169920
170006
|
}
|
169921
170007
|
}
|
169922
170008
|
}
|
@@ -170436,7 +170522,7 @@ module.exports={
|
|
170436
170522
|
"type": "list",
|
170437
170523
|
"member": {}
|
170438
170524
|
},
|
170439
|
-
"
|
170525
|
+
"S5c": {
|
170440
170526
|
"type": "structure",
|
170441
170527
|
"members": {
|
170442
170528
|
"ReservedConcurrentExecutions": {
|
@@ -170444,7 +170530,7 @@ module.exports={
|
|
170444
170530
|
}
|
170445
170531
|
}
|
170446
170532
|
},
|
170447
|
-
"
|
170533
|
+
"S5k": {
|
170448
170534
|
"type": "structure",
|
170449
170535
|
"members": {
|
170450
170536
|
"LastModified": {
|
@@ -170462,11 +170548,11 @@ module.exports={
|
|
170462
170548
|
}
|
170463
170549
|
}
|
170464
170550
|
},
|
170465
|
-
"
|
170551
|
+
"S5q": {
|
170466
170552
|
"type": "structure",
|
170467
170553
|
"members": {
|
170468
170554
|
"Content": {
|
170469
|
-
"shape": "
|
170555
|
+
"shape": "S5r"
|
170470
170556
|
},
|
170471
170557
|
"LayerArn": {},
|
170472
170558
|
"LayerVersionArn": {},
|
@@ -170476,15 +170562,15 @@ module.exports={
|
|
170476
170562
|
"type": "long"
|
170477
170563
|
},
|
170478
170564
|
"CompatibleRuntimes": {
|
170479
|
-
"shape": "
|
170565
|
+
"shape": "S5t"
|
170480
170566
|
},
|
170481
170567
|
"LicenseInfo": {},
|
170482
170568
|
"CompatibleArchitectures": {
|
170483
|
-
"shape": "
|
170569
|
+
"shape": "S5v"
|
170484
170570
|
}
|
170485
170571
|
}
|
170486
170572
|
},
|
170487
|
-
"
|
170573
|
+
"S5r": {
|
170488
170574
|
"type": "structure",
|
170489
170575
|
"members": {
|
170490
170576
|
"Location": {},
|
@@ -170496,21 +170582,21 @@ module.exports={
|
|
170496
170582
|
"SigningJobArn": {}
|
170497
170583
|
}
|
170498
170584
|
},
|
170499
|
-
"
|
170585
|
+
"S5t": {
|
170500
170586
|
"type": "list",
|
170501
170587
|
"member": {}
|
170502
170588
|
},
|
170503
|
-
"
|
170589
|
+
"S5v": {
|
170504
170590
|
"type": "list",
|
170505
170591
|
"member": {}
|
170506
170592
|
},
|
170507
|
-
"
|
170593
|
+
"S7a": {
|
170508
170594
|
"type": "list",
|
170509
170595
|
"member": {
|
170510
170596
|
"shape": "S3l"
|
170511
170597
|
}
|
170512
170598
|
},
|
170513
|
-
"
|
170599
|
+
"S7i": {
|
170514
170600
|
"type": "structure",
|
170515
170601
|
"members": {
|
170516
170602
|
"LayerVersionArn": {},
|
@@ -170520,11 +170606,11 @@ module.exports={
|
|
170520
170606
|
"Description": {},
|
170521
170607
|
"CreatedDate": {},
|
170522
170608
|
"CompatibleRuntimes": {
|
170523
|
-
"shape": "
|
170609
|
+
"shape": "S5t"
|
170524
170610
|
},
|
170525
170611
|
"LicenseInfo": {},
|
170526
170612
|
"CompatibleArchitectures": {
|
170527
|
-
"shape": "
|
170613
|
+
"shape": "S5v"
|
170528
170614
|
}
|
170529
170615
|
}
|
170530
170616
|
}
|
@@ -254880,7 +254966,7 @@ AWS.util.update(AWS, {
|
|
254880
254966
|
/**
|
254881
254967
|
* @constant
|
254882
254968
|
*/
|
254883
|
-
VERSION: '2.
|
254969
|
+
VERSION: '2.1353.0',
|
254884
254970
|
|
254885
254971
|
/**
|
254886
254972
|
* @api private
|
@@ -276997,7 +277083,7 @@ var LRUCache = /** @class */ (function () {
|
|
276997
277083
|
}());
|
276998
277084
|
exports.LRUCache = LRUCache;
|
276999
277085
|
},{}],462:[function(require,module,exports){
|
277000
|
-
// AWS SDK for JavaScript v2.
|
277086
|
+
// AWS SDK for JavaScript v2.1353.0
|
277001
277087
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
277002
277088
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
277003
277089
|
require('./browser_loader');
|