cdk-comprehend-s3olap 2.0.174 → 2.0.176
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 +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +164 -127
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +1401 -17
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +29 -12
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +714 -214
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +60 -34
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +117 -9
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +1496 -286
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +625 -594
- package/node_modules/aws-sdk/apis/signer-2017-08-25.min.json +105 -16
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +120 -31
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +124 -61
- package/node_modules/aws-sdk/clients/connect.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/emr.d.ts +2 -2
- package/node_modules/aws-sdk/clients/finspace.d.ts +1904 -127
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
- package/node_modules/aws-sdk/clients/inspector2.d.ts +20 -1
- package/node_modules/aws-sdk/clients/iot.d.ts +500 -3
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +34 -1
- package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
- package/node_modules/aws-sdk/clients/lambda.d.ts +10 -10
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1516 -127
- package/node_modules/aws-sdk/clients/mwaa.d.ts +5 -5
- package/node_modules/aws-sdk/clients/quicksight.d.ts +50 -14
- package/node_modules/aws-sdk/clients/signer.d.ts +90 -5
- package/node_modules/aws-sdk/clients/sqs.d.ts +151 -39
- 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 +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +1019 -375
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,25 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"ListKxChangesets": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults"
|
7
|
+
},
|
8
|
+
"ListKxClusterNodes": {
|
9
|
+
"input_token": "nextToken",
|
10
|
+
"output_token": "nextToken",
|
11
|
+
"limit_key": "maxResults"
|
12
|
+
},
|
13
|
+
"ListKxDatabases": {
|
14
|
+
"input_token": "nextToken",
|
15
|
+
"output_token": "nextToken",
|
16
|
+
"limit_key": "maxResults"
|
17
|
+
},
|
18
|
+
"ListKxEnvironments": {
|
19
|
+
"input_token": "nextToken",
|
20
|
+
"output_token": "nextToken",
|
21
|
+
"limit_key": "maxResults",
|
22
|
+
"result_key": "environments"
|
23
|
+
}
|
3
24
|
}
|
4
25
|
}
|
@@ -714,6 +714,9 @@
|
|
714
714
|
],
|
715
715
|
"members": {
|
716
716
|
"accountId": {},
|
717
|
+
"lastScannedAt": {
|
718
|
+
"type": "timestamp"
|
719
|
+
},
|
717
720
|
"resourceId": {},
|
718
721
|
"resourceMetadata": {
|
719
722
|
"type": "structure",
|
@@ -1114,7 +1117,7 @@
|
|
1114
1117
|
"members": {
|
1115
1118
|
"accountId": {},
|
1116
1119
|
"severityCounts": {
|
1117
|
-
"shape": "
|
1120
|
+
"shape": "S60"
|
1118
1121
|
}
|
1119
1122
|
}
|
1120
1123
|
},
|
@@ -1130,7 +1133,7 @@
|
|
1130
1133
|
},
|
1131
1134
|
"ami": {},
|
1132
1135
|
"severityCounts": {
|
1133
|
-
"shape": "
|
1136
|
+
"shape": "S60"
|
1134
1137
|
}
|
1135
1138
|
}
|
1136
1139
|
},
|
@@ -1150,7 +1153,7 @@
|
|
1150
1153
|
"repository": {},
|
1151
1154
|
"resourceId": {},
|
1152
1155
|
"severityCounts": {
|
1153
|
-
"shape": "
|
1156
|
+
"shape": "S60"
|
1154
1157
|
}
|
1155
1158
|
}
|
1156
1159
|
},
|
@@ -1171,7 +1174,7 @@
|
|
1171
1174
|
},
|
1172
1175
|
"operatingSystem": {},
|
1173
1176
|
"severityCounts": {
|
1174
|
-
"shape": "
|
1177
|
+
"shape": "S60"
|
1175
1178
|
}
|
1176
1179
|
}
|
1177
1180
|
},
|
@@ -1180,7 +1183,7 @@
|
|
1180
1183
|
"members": {
|
1181
1184
|
"accountId": {},
|
1182
1185
|
"severityCounts": {
|
1183
|
-
"shape": "
|
1186
|
+
"shape": "S60"
|
1184
1187
|
}
|
1185
1188
|
}
|
1186
1189
|
},
|
@@ -1198,7 +1201,7 @@
|
|
1198
1201
|
"repository": {},
|
1199
1202
|
"resourceId": {},
|
1200
1203
|
"severityCounts": {
|
1201
|
-
"shape": "
|
1204
|
+
"shape": "S60"
|
1202
1205
|
}
|
1203
1206
|
}
|
1204
1207
|
},
|
@@ -1219,7 +1222,7 @@
|
|
1219
1222
|
"resourceId": {},
|
1220
1223
|
"runtime": {},
|
1221
1224
|
"severityCounts": {
|
1222
|
-
"shape": "
|
1225
|
+
"shape": "S60"
|
1223
1226
|
}
|
1224
1227
|
}
|
1225
1228
|
},
|
@@ -1237,7 +1240,7 @@
|
|
1237
1240
|
"layerArn": {},
|
1238
1241
|
"resourceId": {},
|
1239
1242
|
"severityCounts": {
|
1240
|
-
"shape": "
|
1243
|
+
"shape": "S60"
|
1241
1244
|
}
|
1242
1245
|
}
|
1243
1246
|
},
|
@@ -1250,7 +1253,7 @@
|
|
1250
1253
|
"accountId": {},
|
1251
1254
|
"packageName": {},
|
1252
1255
|
"severityCounts": {
|
1253
|
-
"shape": "
|
1256
|
+
"shape": "S60"
|
1254
1257
|
}
|
1255
1258
|
}
|
1256
1259
|
},
|
@@ -1266,7 +1269,7 @@
|
|
1266
1269
|
},
|
1267
1270
|
"repository": {},
|
1268
1271
|
"severityCounts": {
|
1269
|
-
"shape": "
|
1272
|
+
"shape": "S60"
|
1270
1273
|
}
|
1271
1274
|
}
|
1272
1275
|
},
|
@@ -1278,7 +1281,7 @@
|
|
1278
1281
|
"members": {
|
1279
1282
|
"accountId": {},
|
1280
1283
|
"severityCounts": {
|
1281
|
-
"shape": "
|
1284
|
+
"shape": "S60"
|
1282
1285
|
},
|
1283
1286
|
"title": {},
|
1284
1287
|
"vulnerabilityId": {}
|
@@ -2484,6 +2487,20 @@
|
|
2484
2487
|
"lambdaFunctionTags": {
|
2485
2488
|
"shape": "S3t"
|
2486
2489
|
},
|
2490
|
+
"lastScannedAt": {
|
2491
|
+
"type": "list",
|
2492
|
+
"member": {
|
2493
|
+
"type": "structure",
|
2494
|
+
"members": {
|
2495
|
+
"endInclusive": {
|
2496
|
+
"type": "timestamp"
|
2497
|
+
},
|
2498
|
+
"startInclusive": {
|
2499
|
+
"type": "timestamp"
|
2500
|
+
}
|
2501
|
+
}
|
2502
|
+
}
|
2503
|
+
},
|
2487
2504
|
"resourceId": {
|
2488
2505
|
"shape": "S3p"
|
2489
2506
|
},
|
@@ -2530,7 +2547,7 @@
|
|
2530
2547
|
}
|
2531
2548
|
}
|
2532
2549
|
},
|
2533
|
-
"
|
2550
|
+
"S60": {
|
2534
2551
|
"type": "structure",
|
2535
2552
|
"members": {
|
2536
2553
|
"all": {
|