cdk-comprehend-s3olap 2.0.88 → 2.0.89
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 +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +547 -538
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
- package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
- package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
- package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +15 -0
- package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
- 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 +750 -743
- package/node_modules/aws-sdk/dist/aws-sdk.js +45 -13
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +19 -19
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -701,6 +701,7 @@
|
|
701
701
|
"type": "structure",
|
702
702
|
"members": {
|
703
703
|
"count": {
|
704
|
+
"default": 0,
|
704
705
|
"type": "long"
|
705
706
|
},
|
706
707
|
"groupKey": {}
|
@@ -1165,6 +1166,7 @@
|
|
1165
1166
|
"firstObservedAt": {
|
1166
1167
|
"type": "timestamp"
|
1167
1168
|
},
|
1169
|
+
"fixAvailable": {},
|
1168
1170
|
"inspectorScore": {
|
1169
1171
|
"type": "double"
|
1170
1172
|
},
|
@@ -1257,8 +1259,7 @@
|
|
1257
1259
|
"type": "structure",
|
1258
1260
|
"required": [
|
1259
1261
|
"source",
|
1260
|
-
"vulnerabilityId"
|
1261
|
-
"vulnerablePackages"
|
1262
|
+
"vulnerabilityId"
|
1262
1263
|
],
|
1263
1264
|
"members": {
|
1264
1265
|
"cvss": {
|
@@ -1310,6 +1311,7 @@
|
|
1310
1311
|
"members": {
|
1311
1312
|
"arch": {},
|
1312
1313
|
"epoch": {
|
1314
|
+
"default": 0,
|
1313
1315
|
"type": "integer"
|
1314
1316
|
},
|
1315
1317
|
"filePath": {},
|
@@ -1317,6 +1319,7 @@
|
|
1317
1319
|
"name": {},
|
1318
1320
|
"packageManager": {},
|
1319
1321
|
"release": {},
|
1322
|
+
"remediation": {},
|
1320
1323
|
"sourceLayerHash": {},
|
1321
1324
|
"version": {}
|
1322
1325
|
}
|
@@ -1512,9 +1515,11 @@
|
|
1512
1515
|
"members": {
|
1513
1516
|
"currency": {},
|
1514
1517
|
"estimatedMonthlyCost": {
|
1518
|
+
"default": 0,
|
1515
1519
|
"type": "double"
|
1516
1520
|
},
|
1517
1521
|
"total": {
|
1522
|
+
"default": 0,
|
1518
1523
|
"type": "double"
|
1519
1524
|
},
|
1520
1525
|
"type": {}
|
@@ -1771,6 +1776,9 @@
|
|
1771
1776
|
"firstObservedAt": {
|
1772
1777
|
"shape": "S17"
|
1773
1778
|
},
|
1779
|
+
"fixAvailable": {
|
1780
|
+
"shape": "S13"
|
1781
|
+
},
|
1774
1782
|
"inspectorScore": {
|
1775
1783
|
"type": "list",
|
1776
1784
|
"member": {
|