cdk-comprehend-s3olap 2.0.96 → 2.0.98
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 +42 -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 +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codestar-notifications-2019-10-15.min.json +7 -2
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +58 -19
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +510 -494
- package/node_modules/aws-sdk/clients/codestarnotifications.d.ts +29 -29
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +45 -2
- package/node_modules/aws-sdk/clients/ecs.d.ts +11 -11
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +32 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +24 -11
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +50 -24
- package/node_modules/aws-sdk/dist/aws-sdk.js +61 -22
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/is-callable/.editorconfig +5 -0
- package/node_modules/is-callable/CHANGELOG.md +12 -0
- package/node_modules/is-callable/README.md +13 -0
- package/node_modules/is-callable/index.js +23 -10
- package/node_modules/is-callable/package.json +1 -1
- package/node_modules/is-callable/test/index.js +40 -4
- package/package.json +5 -5
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1218.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){
|
@@ -89134,6 +89134,13 @@ module.exports={
|
|
89134
89134
|
},
|
89135
89135
|
"IpAddressType": {
|
89136
89136
|
"locationName": "ipAddressType"
|
89137
|
+
},
|
89138
|
+
"VpcEndpointConnectionId": {
|
89139
|
+
"locationName": "vpcEndpointConnectionId"
|
89140
|
+
},
|
89141
|
+
"Tags": {
|
89142
|
+
"shape": "Su",
|
89143
|
+
"locationName": "tagSet"
|
89137
89144
|
}
|
89138
89145
|
}
|
89139
89146
|
}
|
@@ -89218,6 +89225,16 @@ module.exports={
|
|
89218
89225
|
},
|
89219
89226
|
"Principal": {
|
89220
89227
|
"locationName": "principal"
|
89228
|
+
},
|
89229
|
+
"ServicePermissionId": {
|
89230
|
+
"locationName": "servicePermissionId"
|
89231
|
+
},
|
89232
|
+
"Tags": {
|
89233
|
+
"shape": "Su",
|
89234
|
+
"locationName": "tagSet"
|
89235
|
+
},
|
89236
|
+
"ServiceId": {
|
89237
|
+
"locationName": "serviceId"
|
89221
89238
|
}
|
89222
89239
|
}
|
89223
89240
|
}
|
@@ -94689,6 +94706,28 @@ module.exports={
|
|
94689
94706
|
"output": {
|
94690
94707
|
"type": "structure",
|
94691
94708
|
"members": {
|
94709
|
+
"AddedPrincipals": {
|
94710
|
+
"locationName": "addedPrincipalSet",
|
94711
|
+
"type": "list",
|
94712
|
+
"member": {
|
94713
|
+
"locationName": "item",
|
94714
|
+
"type": "structure",
|
94715
|
+
"members": {
|
94716
|
+
"PrincipalType": {
|
94717
|
+
"locationName": "principalType"
|
94718
|
+
},
|
94719
|
+
"Principal": {
|
94720
|
+
"locationName": "principal"
|
94721
|
+
},
|
94722
|
+
"ServicePermissionId": {
|
94723
|
+
"locationName": "servicePermissionId"
|
94724
|
+
},
|
94725
|
+
"ServiceId": {
|
94726
|
+
"locationName": "serviceId"
|
94727
|
+
}
|
94728
|
+
}
|
94729
|
+
}
|
94730
|
+
},
|
94692
94731
|
"ReturnValue": {
|
94693
94732
|
"locationName": "return",
|
94694
94733
|
"type": "boolean"
|
@@ -94704,13 +94743,13 @@ module.exports={
|
|
94704
94743
|
],
|
94705
94744
|
"members": {
|
94706
94745
|
"AccepterPeeringConnectionOptions": {
|
94707
|
-
"shape": "
|
94746
|
+
"shape": "S1ys"
|
94708
94747
|
},
|
94709
94748
|
"DryRun": {
|
94710
94749
|
"type": "boolean"
|
94711
94750
|
},
|
94712
94751
|
"RequesterPeeringConnectionOptions": {
|
94713
|
-
"shape": "
|
94752
|
+
"shape": "S1ys"
|
94714
94753
|
},
|
94715
94754
|
"VpcPeeringConnectionId": {}
|
94716
94755
|
}
|
@@ -94719,11 +94758,11 @@ module.exports={
|
|
94719
94758
|
"type": "structure",
|
94720
94759
|
"members": {
|
94721
94760
|
"AccepterPeeringConnectionOptions": {
|
94722
|
-
"shape": "
|
94761
|
+
"shape": "S1yu",
|
94723
94762
|
"locationName": "accepterPeeringConnectionOptions"
|
94724
94763
|
},
|
94725
94764
|
"RequesterPeeringConnectionOptions": {
|
94726
|
-
"shape": "
|
94765
|
+
"shape": "S1yu",
|
94727
94766
|
"locationName": "requesterPeeringConnectionOptions"
|
94728
94767
|
}
|
94729
94768
|
}
|
@@ -94938,7 +94977,7 @@ module.exports={
|
|
94938
94977
|
"type": "structure",
|
94939
94978
|
"members": {
|
94940
94979
|
"InstanceMonitorings": {
|
94941
|
-
"shape": "
|
94980
|
+
"shape": "S1z9",
|
94942
94981
|
"locationName": "instancesSet"
|
94943
94982
|
}
|
94944
94983
|
}
|
@@ -96784,7 +96823,7 @@ module.exports={
|
|
96784
96823
|
"type": "integer"
|
96785
96824
|
},
|
96786
96825
|
"Groups": {
|
96787
|
-
"shape": "
|
96826
|
+
"shape": "S22w",
|
96788
96827
|
"locationName": "Group"
|
96789
96828
|
},
|
96790
96829
|
"Ipv6AddressCount": {
|
@@ -96833,7 +96872,7 @@ module.exports={
|
|
96833
96872
|
},
|
96834
96873
|
"RamdiskId": {},
|
96835
96874
|
"SecurityGroupIds": {
|
96836
|
-
"shape": "
|
96875
|
+
"shape": "S22w",
|
96837
96876
|
"locationName": "SecurityGroupId"
|
96838
96877
|
},
|
96839
96878
|
"SubnetId": {},
|
@@ -97043,7 +97082,7 @@ module.exports={
|
|
97043
97082
|
"type": "structure",
|
97044
97083
|
"members": {
|
97045
97084
|
"StartingInstances": {
|
97046
|
-
"shape": "
|
97085
|
+
"shape": "S23k",
|
97047
97086
|
"locationName": "instancesSet"
|
97048
97087
|
}
|
97049
97088
|
}
|
@@ -97166,7 +97205,7 @@ module.exports={
|
|
97166
97205
|
"type": "structure",
|
97167
97206
|
"members": {
|
97168
97207
|
"StoppingInstances": {
|
97169
|
-
"shape": "
|
97208
|
+
"shape": "S23k",
|
97170
97209
|
"locationName": "instancesSet"
|
97171
97210
|
}
|
97172
97211
|
}
|
@@ -97241,7 +97280,7 @@ module.exports={
|
|
97241
97280
|
"type": "structure",
|
97242
97281
|
"members": {
|
97243
97282
|
"TerminatingInstances": {
|
97244
|
-
"shape": "
|
97283
|
+
"shape": "S23k",
|
97245
97284
|
"locationName": "instancesSet"
|
97246
97285
|
}
|
97247
97286
|
}
|
@@ -97326,7 +97365,7 @@ module.exports={
|
|
97326
97365
|
"type": "structure",
|
97327
97366
|
"members": {
|
97328
97367
|
"InstanceMonitorings": {
|
97329
|
-
"shape": "
|
97368
|
+
"shape": "S1z9",
|
97330
97369
|
"locationName": "instancesSet"
|
97331
97370
|
}
|
97332
97371
|
}
|
@@ -97345,7 +97384,7 @@ module.exports={
|
|
97345
97384
|
"shape": "S5e"
|
97346
97385
|
},
|
97347
97386
|
"SecurityGroupRuleDescriptions": {
|
97348
|
-
"shape": "
|
97387
|
+
"shape": "S246",
|
97349
97388
|
"locationName": "SecurityGroupRuleDescription"
|
97350
97389
|
}
|
97351
97390
|
}
|
@@ -97373,7 +97412,7 @@ module.exports={
|
|
97373
97412
|
"shape": "S5e"
|
97374
97413
|
},
|
97375
97414
|
"SecurityGroupRuleDescriptions": {
|
97376
|
-
"shape": "
|
97415
|
+
"shape": "S246",
|
97377
97416
|
"locationName": "SecurityGroupRuleDescription"
|
97378
97417
|
}
|
97379
97418
|
}
|
@@ -106136,7 +106175,7 @@ module.exports={
|
|
106136
106175
|
}
|
106137
106176
|
}
|
106138
106177
|
},
|
106139
|
-
"
|
106178
|
+
"S1ys": {
|
106140
106179
|
"type": "structure",
|
106141
106180
|
"members": {
|
106142
106181
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -106150,7 +106189,7 @@ module.exports={
|
|
106150
106189
|
}
|
106151
106190
|
}
|
106152
106191
|
},
|
106153
|
-
"
|
106192
|
+
"S1yu": {
|
106154
106193
|
"type": "structure",
|
106155
106194
|
"members": {
|
106156
106195
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -106167,7 +106206,7 @@ module.exports={
|
|
106167
106206
|
}
|
106168
106207
|
}
|
106169
106208
|
},
|
106170
|
-
"
|
106209
|
+
"S1z9": {
|
106171
106210
|
"type": "list",
|
106172
106211
|
"member": {
|
106173
106212
|
"locationName": "item",
|
@@ -106183,13 +106222,13 @@ module.exports={
|
|
106183
106222
|
}
|
106184
106223
|
}
|
106185
106224
|
},
|
106186
|
-
"
|
106225
|
+
"S22w": {
|
106187
106226
|
"type": "list",
|
106188
106227
|
"member": {
|
106189
106228
|
"locationName": "SecurityGroupId"
|
106190
106229
|
}
|
106191
106230
|
},
|
106192
|
-
"
|
106231
|
+
"S23k": {
|
106193
106232
|
"type": "list",
|
106194
106233
|
"member": {
|
106195
106234
|
"locationName": "item",
|
@@ -106209,7 +106248,7 @@ module.exports={
|
|
106209
106248
|
}
|
106210
106249
|
}
|
106211
106250
|
},
|
106212
|
-
"
|
106251
|
+
"S246": {
|
106213
106252
|
"type": "list",
|
106214
106253
|
"member": {
|
106215
106254
|
"locationName": "item",
|
@@ -242968,7 +243007,7 @@ AWS.util.update(AWS, {
|
|
242968
243007
|
/**
|
242969
243008
|
* @constant
|
242970
243009
|
*/
|
242971
|
-
VERSION: '2.
|
243010
|
+
VERSION: '2.1218.0',
|
242972
243011
|
|
242973
243012
|
/**
|
242974
243013
|
* @api private
|
@@ -264952,7 +264991,7 @@ var LRUCache = /** @class */ (function () {
|
|
264952
264991
|
}());
|
264953
264992
|
exports.LRUCache = LRUCache;
|
264954
264993
|
},{}],458:[function(require,module,exports){
|
264955
|
-
// AWS SDK for JavaScript v2.
|
264994
|
+
// AWS SDK for JavaScript v2.1218.0
|
264956
264995
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
264957
264996
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
264958
264997
|
require('./browser_loader');
|