cdk-comprehend-s3olap 2.0.7 → 2.0.10

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.
Files changed (49) hide show
  1. package/.jsii +5 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +17 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
  8. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
  9. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
  10. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +105 -48
  11. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +146 -143
  12. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  13. package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
  14. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
  15. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
  16. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
  17. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
  18. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
  19. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
  20. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  21. package/node_modules/aws-sdk/clients/all.js +2 -1
  22. package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
  23. package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
  24. package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
  25. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +69 -2
  26. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +6 -1
  27. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
  28. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
  29. package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
  30. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +6 -6
  31. package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
  32. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
  33. package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +17 -9
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +80 -27
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +21 -10
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +36 -36
  38. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/lib/util.js +15 -7
  41. package/node_modules/aws-sdk/package.json +1 -1
  42. package/node_modules/esbuild/bin/esbuild +1 -0
  43. package/node_modules/esbuild/install.js +5 -4
  44. package/node_modules/esbuild/lib/main.d.ts +3 -1
  45. package/node_modules/esbuild/lib/main.js +15 -10
  46. package/node_modules/esbuild/package.json +21 -21
  47. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  48. package/node_modules/esbuild-linux-64/package.json +1 -1
  49. package/package.json +10 -10
@@ -1166,5 +1166,8 @@
1166
1166
  },
1167
1167
  "m2": {
1168
1168
  "name": "M2"
1169
+ },
1170
+ "redshiftserverless": {
1171
+ "name": "RedshiftServerless"
1169
1172
  }
1170
1173
  }
@@ -32,7 +32,8 @@
32
32
  "StatementName": {},
33
33
  "WithEvent": {
34
34
  "type": "boolean"
35
- }
35
+ },
36
+ "WorkgroupName": {}
36
37
  }
37
38
  },
38
39
  "output": {
@@ -45,7 +46,8 @@
45
46
  "Database": {},
46
47
  "DbUser": {},
47
48
  "Id": {},
48
- "SecretArn": {}
49
+ "SecretArn": {},
50
+ "WorkgroupName": {}
49
51
  }
50
52
  }
51
53
  },
@@ -99,7 +101,7 @@
99
101
  },
100
102
  "Id": {},
101
103
  "QueryParameters": {
102
- "shape": "Sh"
104
+ "shape": "Si"
103
105
  },
104
106
  "QueryString": {},
105
107
  "RedshiftPid": {
@@ -154,7 +156,8 @@
154
156
  },
155
157
  "UpdatedAt": {
156
158
  "type": "timestamp"
157
- }
159
+ },
160
+ "WorkgroupName": {}
158
161
  }
159
162
  }
160
163
  },
@@ -175,7 +178,8 @@
175
178
  "NextToken": {},
176
179
  "Schema": {},
177
180
  "SecretArn": {},
178
- "Table": {}
181
+ "Table": {},
182
+ "WorkgroupName": {}
179
183
  }
180
184
  },
181
185
  "output": {
@@ -184,7 +188,7 @@
184
188
  "ColumnList": {
185
189
  "type": "list",
186
190
  "member": {
187
- "shape": "St"
191
+ "shape": "Su"
188
192
  }
189
193
  },
190
194
  "NextToken": {},
@@ -204,14 +208,15 @@
204
208
  "Database": {},
205
209
  "DbUser": {},
206
210
  "Parameters": {
207
- "shape": "Sh"
211
+ "shape": "Si"
208
212
  },
209
213
  "SecretArn": {},
210
214
  "Sql": {},
211
215
  "StatementName": {},
212
216
  "WithEvent": {
213
217
  "type": "boolean"
214
- }
218
+ },
219
+ "WorkgroupName": {}
215
220
  }
216
221
  },
217
222
  "output": {
@@ -224,7 +229,8 @@
224
229
  "Database": {},
225
230
  "DbUser": {},
226
231
  "Id": {},
227
- "SecretArn": {}
232
+ "SecretArn": {},
233
+ "WorkgroupName": {}
228
234
  }
229
235
  }
230
236
  },
@@ -248,7 +254,7 @@
248
254
  "ColumnMetadata": {
249
255
  "type": "list",
250
256
  "member": {
251
- "shape": "St"
257
+ "shape": "Su"
252
258
  }
253
259
  },
254
260
  "NextToken": {},
@@ -300,7 +306,8 @@
300
306
  "type": "integer"
301
307
  },
302
308
  "NextToken": {},
303
- "SecretArn": {}
309
+ "SecretArn": {},
310
+ "WorkgroupName": {}
304
311
  }
305
312
  },
306
313
  "output": {
@@ -330,7 +337,8 @@
330
337
  },
331
338
  "NextToken": {},
332
339
  "SchemaPattern": {},
333
- "SecretArn": {}
340
+ "SecretArn": {},
341
+ "WorkgroupName": {}
334
342
  }
335
343
  },
336
344
  "output": {
@@ -382,7 +390,7 @@
382
390
  "type": "boolean"
383
391
  },
384
392
  "QueryParameters": {
385
- "shape": "Sh"
393
+ "shape": "Si"
386
394
  },
387
395
  "QueryString": {},
388
396
  "QueryStrings": {
@@ -418,7 +426,8 @@
418
426
  "NextToken": {},
419
427
  "SchemaPattern": {},
420
428
  "SecretArn": {},
421
- "TablePattern": {}
429
+ "TablePattern": {},
430
+ "WorkgroupName": {}
422
431
  }
423
432
  },
424
433
  "output": {
@@ -441,7 +450,7 @@
441
450
  }
442
451
  },
443
452
  "shapes": {
444
- "Sh": {
453
+ "Si": {
445
454
  "type": "list",
446
455
  "member": {
447
456
  "type": "structure",
@@ -455,7 +464,7 @@
455
464
  }
456
465
  }
457
466
  },
458
- "St": {
467
+ "Su": {
459
468
  "type": "structure",
460
469
  "members": {
461
470
  "columnDefault": {},
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }