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
@@ -14166,6 +14166,13 @@
|
|
14166
14166
|
},
|
14167
14167
|
"IpAddressType": {
|
14168
14168
|
"locationName": "ipAddressType"
|
14169
|
+
},
|
14170
|
+
"VpcEndpointConnectionId": {
|
14171
|
+
"locationName": "vpcEndpointConnectionId"
|
14172
|
+
},
|
14173
|
+
"Tags": {
|
14174
|
+
"shape": "Su",
|
14175
|
+
"locationName": "tagSet"
|
14169
14176
|
}
|
14170
14177
|
}
|
14171
14178
|
}
|
@@ -14250,6 +14257,16 @@
|
|
14250
14257
|
},
|
14251
14258
|
"Principal": {
|
14252
14259
|
"locationName": "principal"
|
14260
|
+
},
|
14261
|
+
"ServicePermissionId": {
|
14262
|
+
"locationName": "servicePermissionId"
|
14263
|
+
},
|
14264
|
+
"Tags": {
|
14265
|
+
"shape": "Su",
|
14266
|
+
"locationName": "tagSet"
|
14267
|
+
},
|
14268
|
+
"ServiceId": {
|
14269
|
+
"locationName": "serviceId"
|
14253
14270
|
}
|
14254
14271
|
}
|
14255
14272
|
}
|
@@ -19721,6 +19738,28 @@
|
|
19721
19738
|
"output": {
|
19722
19739
|
"type": "structure",
|
19723
19740
|
"members": {
|
19741
|
+
"AddedPrincipals": {
|
19742
|
+
"locationName": "addedPrincipalSet",
|
19743
|
+
"type": "list",
|
19744
|
+
"member": {
|
19745
|
+
"locationName": "item",
|
19746
|
+
"type": "structure",
|
19747
|
+
"members": {
|
19748
|
+
"PrincipalType": {
|
19749
|
+
"locationName": "principalType"
|
19750
|
+
},
|
19751
|
+
"Principal": {
|
19752
|
+
"locationName": "principal"
|
19753
|
+
},
|
19754
|
+
"ServicePermissionId": {
|
19755
|
+
"locationName": "servicePermissionId"
|
19756
|
+
},
|
19757
|
+
"ServiceId": {
|
19758
|
+
"locationName": "serviceId"
|
19759
|
+
}
|
19760
|
+
}
|
19761
|
+
}
|
19762
|
+
},
|
19724
19763
|
"ReturnValue": {
|
19725
19764
|
"locationName": "return",
|
19726
19765
|
"type": "boolean"
|
@@ -19736,13 +19775,13 @@
|
|
19736
19775
|
],
|
19737
19776
|
"members": {
|
19738
19777
|
"AccepterPeeringConnectionOptions": {
|
19739
|
-
"shape": "
|
19778
|
+
"shape": "S1ys"
|
19740
19779
|
},
|
19741
19780
|
"DryRun": {
|
19742
19781
|
"type": "boolean"
|
19743
19782
|
},
|
19744
19783
|
"RequesterPeeringConnectionOptions": {
|
19745
|
-
"shape": "
|
19784
|
+
"shape": "S1ys"
|
19746
19785
|
},
|
19747
19786
|
"VpcPeeringConnectionId": {}
|
19748
19787
|
}
|
@@ -19751,11 +19790,11 @@
|
|
19751
19790
|
"type": "structure",
|
19752
19791
|
"members": {
|
19753
19792
|
"AccepterPeeringConnectionOptions": {
|
19754
|
-
"shape": "
|
19793
|
+
"shape": "S1yu",
|
19755
19794
|
"locationName": "accepterPeeringConnectionOptions"
|
19756
19795
|
},
|
19757
19796
|
"RequesterPeeringConnectionOptions": {
|
19758
|
-
"shape": "
|
19797
|
+
"shape": "S1yu",
|
19759
19798
|
"locationName": "requesterPeeringConnectionOptions"
|
19760
19799
|
}
|
19761
19800
|
}
|
@@ -19970,7 +20009,7 @@
|
|
19970
20009
|
"type": "structure",
|
19971
20010
|
"members": {
|
19972
20011
|
"InstanceMonitorings": {
|
19973
|
-
"shape": "
|
20012
|
+
"shape": "S1z9",
|
19974
20013
|
"locationName": "instancesSet"
|
19975
20014
|
}
|
19976
20015
|
}
|
@@ -21816,7 +21855,7 @@
|
|
21816
21855
|
"type": "integer"
|
21817
21856
|
},
|
21818
21857
|
"Groups": {
|
21819
|
-
"shape": "
|
21858
|
+
"shape": "S22w",
|
21820
21859
|
"locationName": "Group"
|
21821
21860
|
},
|
21822
21861
|
"Ipv6AddressCount": {
|
@@ -21865,7 +21904,7 @@
|
|
21865
21904
|
},
|
21866
21905
|
"RamdiskId": {},
|
21867
21906
|
"SecurityGroupIds": {
|
21868
|
-
"shape": "
|
21907
|
+
"shape": "S22w",
|
21869
21908
|
"locationName": "SecurityGroupId"
|
21870
21909
|
},
|
21871
21910
|
"SubnetId": {},
|
@@ -22075,7 +22114,7 @@
|
|
22075
22114
|
"type": "structure",
|
22076
22115
|
"members": {
|
22077
22116
|
"StartingInstances": {
|
22078
|
-
"shape": "
|
22117
|
+
"shape": "S23k",
|
22079
22118
|
"locationName": "instancesSet"
|
22080
22119
|
}
|
22081
22120
|
}
|
@@ -22198,7 +22237,7 @@
|
|
22198
22237
|
"type": "structure",
|
22199
22238
|
"members": {
|
22200
22239
|
"StoppingInstances": {
|
22201
|
-
"shape": "
|
22240
|
+
"shape": "S23k",
|
22202
22241
|
"locationName": "instancesSet"
|
22203
22242
|
}
|
22204
22243
|
}
|
@@ -22273,7 +22312,7 @@
|
|
22273
22312
|
"type": "structure",
|
22274
22313
|
"members": {
|
22275
22314
|
"TerminatingInstances": {
|
22276
|
-
"shape": "
|
22315
|
+
"shape": "S23k",
|
22277
22316
|
"locationName": "instancesSet"
|
22278
22317
|
}
|
22279
22318
|
}
|
@@ -22358,7 +22397,7 @@
|
|
22358
22397
|
"type": "structure",
|
22359
22398
|
"members": {
|
22360
22399
|
"InstanceMonitorings": {
|
22361
|
-
"shape": "
|
22400
|
+
"shape": "S1z9",
|
22362
22401
|
"locationName": "instancesSet"
|
22363
22402
|
}
|
22364
22403
|
}
|
@@ -22377,7 +22416,7 @@
|
|
22377
22416
|
"shape": "S5e"
|
22378
22417
|
},
|
22379
22418
|
"SecurityGroupRuleDescriptions": {
|
22380
|
-
"shape": "
|
22419
|
+
"shape": "S246",
|
22381
22420
|
"locationName": "SecurityGroupRuleDescription"
|
22382
22421
|
}
|
22383
22422
|
}
|
@@ -22405,7 +22444,7 @@
|
|
22405
22444
|
"shape": "S5e"
|
22406
22445
|
},
|
22407
22446
|
"SecurityGroupRuleDescriptions": {
|
22408
|
-
"shape": "
|
22447
|
+
"shape": "S246",
|
22409
22448
|
"locationName": "SecurityGroupRuleDescription"
|
22410
22449
|
}
|
22411
22450
|
}
|
@@ -31168,7 +31207,7 @@
|
|
31168
31207
|
}
|
31169
31208
|
}
|
31170
31209
|
},
|
31171
|
-
"
|
31210
|
+
"S1ys": {
|
31172
31211
|
"type": "structure",
|
31173
31212
|
"members": {
|
31174
31213
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -31182,7 +31221,7 @@
|
|
31182
31221
|
}
|
31183
31222
|
}
|
31184
31223
|
},
|
31185
|
-
"
|
31224
|
+
"S1yu": {
|
31186
31225
|
"type": "structure",
|
31187
31226
|
"members": {
|
31188
31227
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -31199,7 +31238,7 @@
|
|
31199
31238
|
}
|
31200
31239
|
}
|
31201
31240
|
},
|
31202
|
-
"
|
31241
|
+
"S1z9": {
|
31203
31242
|
"type": "list",
|
31204
31243
|
"member": {
|
31205
31244
|
"locationName": "item",
|
@@ -31215,13 +31254,13 @@
|
|
31215
31254
|
}
|
31216
31255
|
}
|
31217
31256
|
},
|
31218
|
-
"
|
31257
|
+
"S22w": {
|
31219
31258
|
"type": "list",
|
31220
31259
|
"member": {
|
31221
31260
|
"locationName": "SecurityGroupId"
|
31222
31261
|
}
|
31223
31262
|
},
|
31224
|
-
"
|
31263
|
+
"S23k": {
|
31225
31264
|
"type": "list",
|
31226
31265
|
"member": {
|
31227
31266
|
"locationName": "item",
|
@@ -31241,7 +31280,7 @@
|
|
31241
31280
|
}
|
31242
31281
|
}
|
31243
31282
|
},
|
31244
|
-
"
|
31283
|
+
"S246": {
|
31245
31284
|
"type": "list",
|
31246
31285
|
"member": {
|
31247
31286
|
"locationName": "item",
|