cdk-comprehend-s3olap 2.0.22 → 2.0.25

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 (61) hide show
  1. package/.jsii +4 -4
  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 +25 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +39 -24
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +110 -59
  9. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +75 -69
  10. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +20 -4
  11. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +135 -130
  12. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
  13. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +106 -61
  14. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +269 -234
  15. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  16. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +24 -21
  17. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.examples.json +5 -0
  18. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +1206 -0
  19. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +40 -0
  20. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +253 -103
  21. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +33 -0
  22. package/node_modules/aws-sdk/apis/translate-2017-07-01.paginators.json +5 -0
  23. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +27 -5
  24. package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +228 -61
  25. package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +6 -0
  26. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  27. package/node_modules/aws-sdk/clients/all.js +2 -1
  28. package/node_modules/aws-sdk/clients/appstream.d.ts +22 -3
  29. package/node_modules/aws-sdk/clients/athena.d.ts +57 -2
  30. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +12 -3
  31. package/node_modules/aws-sdk/clients/dms.d.ts +26 -2
  32. package/node_modules/aws-sdk/clients/elbv2.d.ts +10 -10
  33. package/node_modules/aws-sdk/clients/emr.d.ts +16 -3
  34. package/node_modules/aws-sdk/clients/glue.d.ts +16 -3
  35. package/node_modules/aws-sdk/clients/kendra.d.ts +109 -41
  36. package/node_modules/aws-sdk/clients/medialive.d.ts +41 -3
  37. package/node_modules/aws-sdk/clients/mwaa.d.ts +9 -12
  38. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  39. package/node_modules/aws-sdk/clients/rds.d.ts +79 -79
  40. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
  41. package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
  42. package/node_modules/aws-sdk/clients/sagemaker.d.ts +245 -4
  43. package/node_modules/aws-sdk/clients/translate.d.ts +70 -18
  44. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +27 -1
  45. package/node_modules/aws-sdk/clients/workmail.d.ts +203 -0
  46. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +13 -2
  47. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +68 -20
  48. package/node_modules/aws-sdk/dist/aws-sdk.js +302 -193
  49. package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
  50. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  51. package/node_modules/aws-sdk/lib/core.js +1 -1
  52. package/node_modules/aws-sdk/lib/event_listeners.js +10 -0
  53. package/node_modules/aws-sdk/lib/model/api.js +1 -0
  54. package/node_modules/aws-sdk/lib/s3/managed_upload.js +1 -1
  55. package/node_modules/aws-sdk/package.json +1 -1
  56. package/node_modules/esbuild/install.js +4 -4
  57. package/node_modules/esbuild/lib/main.js +12 -12
  58. package/node_modules/esbuild/package.json +21 -21
  59. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  60. package/node_modules/esbuild-linux-64/package.json +1 -1
  61. package/package.json +7 -7
@@ -734,6 +734,9 @@
734
734
  "CatalogId": {},
735
735
  "DatabaseInput": {
736
736
  "shape": "Sbb"
737
+ },
738
+ "Tags": {
739
+ "shape": "Sae"
737
740
  }
738
741
  }
739
742
  },
@@ -280,7 +280,7 @@
280
280
  "Schedule": {},
281
281
  "RoleArn": {},
282
282
  "Tags": {
283
- "shape": "S67"
283
+ "shape": "S6c"
284
284
  },
285
285
  "ClientToken": {
286
286
  "idempotencyToken": true
@@ -313,7 +313,7 @@
313
313
  "IndexId": {},
314
314
  "RoleArn": {},
315
315
  "Configuration": {
316
- "shape": "S6g"
316
+ "shape": "S6l"
317
317
  },
318
318
  "Description": {},
319
319
  "ClientToken": {
@@ -349,7 +349,7 @@
349
349
  },
350
350
  "RoleArn": {},
351
351
  "Tags": {
352
- "shape": "S67"
352
+ "shape": "S6c"
353
353
  },
354
354
  "FileFormat": {},
355
355
  "ClientToken": {
@@ -377,21 +377,21 @@
377
377
  "Edition": {},
378
378
  "RoleArn": {},
379
379
  "ServerSideEncryptionConfiguration": {
380
- "shape": "S6v"
380
+ "shape": "S70"
381
381
  },
382
382
  "Description": {},
383
383
  "ClientToken": {
384
384
  "idempotencyToken": true
385
385
  },
386
386
  "Tags": {
387
- "shape": "S67"
387
+ "shape": "S6c"
388
388
  },
389
389
  "UserTokenConfigurations": {
390
- "shape": "S6x"
390
+ "shape": "S72"
391
391
  },
392
392
  "UserContextPolicy": {},
393
393
  "UserGroupResolutionConfiguration": {
394
- "shape": "S77"
394
+ "shape": "S7c"
395
395
  }
396
396
  }
397
397
  },
@@ -423,7 +423,7 @@
423
423
  },
424
424
  "RoleArn": {},
425
425
  "Tags": {
426
- "shape": "S67"
426
+ "shape": "S6c"
427
427
  }
428
428
  }
429
429
  },
@@ -449,7 +449,7 @@
449
449
  "Description": {},
450
450
  "RoleArn": {},
451
451
  "Tags": {
452
- "shape": "S67"
452
+ "shape": "S6c"
453
453
  },
454
454
  "SourceS3Path": {
455
455
  "shape": "S1g"
@@ -622,10 +622,10 @@
622
622
  "IndexId": {},
623
623
  "Name": {},
624
624
  "Endpoints": {
625
- "shape": "S7x"
625
+ "shape": "S82"
626
626
  },
627
627
  "Configuration": {
628
- "shape": "S6g"
628
+ "shape": "S6l"
629
629
  },
630
630
  "CreatedAt": {
631
631
  "type": "timestamp"
@@ -694,7 +694,7 @@
694
694
  "Edition": {},
695
695
  "RoleArn": {},
696
696
  "ServerSideEncryptionConfiguration": {
697
- "shape": "S6v"
697
+ "shape": "S70"
698
698
  },
699
699
  "Status": {},
700
700
  "Description": {},
@@ -705,7 +705,7 @@
705
705
  "type": "timestamp"
706
706
  },
707
707
  "DocumentMetadataConfigurations": {
708
- "shape": "S88"
708
+ "shape": "S8d"
709
709
  },
710
710
  "IndexStatistics": {
711
711
  "type": "structure",
@@ -744,14 +744,14 @@
744
744
  },
745
745
  "ErrorMessage": {},
746
746
  "CapacityUnits": {
747
- "shape": "S8q"
747
+ "shape": "S8v"
748
748
  },
749
749
  "UserTokenConfigurations": {
750
- "shape": "S6x"
750
+ "shape": "S72"
751
751
  },
752
752
  "UserContextPolicy": {},
753
753
  "UserGroupResolutionConfiguration": {
754
- "shape": "S77"
754
+ "shape": "S7c"
755
755
  }
756
756
  }
757
757
  }
@@ -1051,7 +1051,7 @@
1051
1051
  "type": "structure",
1052
1052
  "members": {
1053
1053
  "SnapShotTimeFilter": {
1054
- "shape": "S9z"
1054
+ "shape": "Sa4"
1055
1055
  },
1056
1056
  "SnapshotsDataHeader": {
1057
1057
  "type": "list",
@@ -1083,7 +1083,7 @@
1083
1083
  "type": "integer"
1084
1084
  },
1085
1085
  "StartTimeFilter": {
1086
- "shape": "S9z"
1086
+ "shape": "Sa4"
1087
1087
  },
1088
1088
  "StatusFilter": {}
1089
1089
  }
@@ -1230,19 +1230,19 @@
1230
1230
  "type": "structure",
1231
1231
  "members": {
1232
1232
  "UserName": {
1233
- "shape": "Saq"
1233
+ "shape": "Sav"
1234
1234
  },
1235
1235
  "GroupName": {
1236
- "shape": "Saq"
1236
+ "shape": "Sav"
1237
1237
  },
1238
1238
  "IdentifiedUserName": {
1239
- "shape": "Saq"
1239
+ "shape": "Sav"
1240
1240
  },
1241
1241
  "FirstName": {
1242
- "shape": "Saq"
1242
+ "shape": "Sav"
1243
1243
  },
1244
1244
  "LastName": {
1245
- "shape": "Saq"
1245
+ "shape": "Sav"
1246
1246
  }
1247
1247
  }
1248
1248
  }
@@ -1282,7 +1282,7 @@
1282
1282
  },
1283
1283
  "Status": {},
1284
1284
  "Endpoints": {
1285
- "shape": "S7x"
1285
+ "shape": "S82"
1286
1286
  }
1287
1287
  }
1288
1288
  }
@@ -1464,7 +1464,7 @@
1464
1464
  "type": "structure",
1465
1465
  "members": {
1466
1466
  "Tags": {
1467
- "shape": "S67"
1467
+ "shape": "S6c"
1468
1468
  }
1469
1469
  }
1470
1470
  }
@@ -1569,10 +1569,10 @@
1569
1569
  "IndexId": {},
1570
1570
  "QueryText": {},
1571
1571
  "AttributeFilter": {
1572
- "shape": "Sbx"
1572
+ "shape": "Sc2"
1573
1573
  },
1574
1574
  "Facets": {
1575
- "shape": "Sbz"
1575
+ "shape": "Sc4"
1576
1576
  },
1577
1577
  "RequestedDocumentAttributes": {
1578
1578
  "type": "list",
@@ -1590,7 +1590,7 @@
1590
1590
  "members": {
1591
1591
  "Name": {},
1592
1592
  "Relevance": {
1593
- "shape": "S8c"
1593
+ "shape": "S8h"
1594
1594
  }
1595
1595
  }
1596
1596
  }
@@ -1678,7 +1678,7 @@
1678
1678
  "type": "structure",
1679
1679
  "members": {
1680
1680
  "TextWithHighlightsValue": {
1681
- "shape": "Scn"
1681
+ "shape": "Scs"
1682
1682
  }
1683
1683
  }
1684
1684
  }
@@ -1687,10 +1687,10 @@
1687
1687
  },
1688
1688
  "DocumentId": {},
1689
1689
  "DocumentTitle": {
1690
- "shape": "Scn"
1690
+ "shape": "Scs"
1691
1691
  },
1692
1692
  "DocumentExcerpt": {
1693
- "shape": "Scn"
1693
+ "shape": "Scs"
1694
1694
  },
1695
1695
  "DocumentURI": {},
1696
1696
  "DocumentAttributes": {
@@ -1707,7 +1707,7 @@
1707
1707
  }
1708
1708
  },
1709
1709
  "FacetResults": {
1710
- "shape": "Scu"
1710
+ "shape": "Scz"
1711
1711
  },
1712
1712
  "TotalNumberOfResults": {
1713
1713
  "type": "integer"
@@ -1835,7 +1835,7 @@
1835
1835
  "members": {
1836
1836
  "ResourceARN": {},
1837
1837
  "Tags": {
1838
- "shape": "S67"
1838
+ "shape": "S6c"
1839
1839
  }
1840
1840
  }
1841
1841
  },
@@ -1901,7 +1901,7 @@
1901
1901
  "IndexId": {},
1902
1902
  "RoleArn": {},
1903
1903
  "Configuration": {
1904
- "shape": "S6g"
1904
+ "shape": "S6l"
1905
1905
  },
1906
1906
  "Description": {}
1907
1907
  }
@@ -1919,17 +1919,17 @@
1919
1919
  "RoleArn": {},
1920
1920
  "Description": {},
1921
1921
  "DocumentMetadataConfigurationUpdates": {
1922
- "shape": "S88"
1922
+ "shape": "S8d"
1923
1923
  },
1924
1924
  "CapacityUnits": {
1925
- "shape": "S8q"
1925
+ "shape": "S8v"
1926
1926
  },
1927
1927
  "UserTokenConfigurations": {
1928
- "shape": "S6x"
1928
+ "shape": "S72"
1929
1929
  },
1930
1930
  "UserContextPolicy": {},
1931
1931
  "UserGroupResolutionConfiguration": {
1932
- "shape": "S77"
1932
+ "shape": "S7c"
1933
1933
  }
1934
1934
  }
1935
1935
  }
@@ -3071,6 +3071,51 @@
3071
3071
  "shape": "S2n"
3072
3072
  }
3073
3073
  }
3074
+ },
3075
+ "AlfrescoConfiguration": {
3076
+ "type": "structure",
3077
+ "required": [
3078
+ "SiteUrl",
3079
+ "SiteId",
3080
+ "SecretArn",
3081
+ "SslCertificateS3Path"
3082
+ ],
3083
+ "members": {
3084
+ "SiteUrl": {},
3085
+ "SiteId": {},
3086
+ "SecretArn": {},
3087
+ "SslCertificateS3Path": {
3088
+ "shape": "S1g"
3089
+ },
3090
+ "CrawlSystemFolders": {
3091
+ "type": "boolean"
3092
+ },
3093
+ "CrawlComments": {
3094
+ "type": "boolean"
3095
+ },
3096
+ "EntityFilter": {
3097
+ "type": "list",
3098
+ "member": {}
3099
+ },
3100
+ "DocumentLibraryFieldMappings": {
3101
+ "shape": "S2n"
3102
+ },
3103
+ "BlogFieldMappings": {
3104
+ "shape": "S2n"
3105
+ },
3106
+ "WikiFieldMappings": {
3107
+ "shape": "S2n"
3108
+ },
3109
+ "InclusionPatterns": {
3110
+ "shape": "S29"
3111
+ },
3112
+ "ExclusionPatterns": {
3113
+ "shape": "S29"
3114
+ },
3115
+ "VpcConfiguration": {
3116
+ "shape": "S2i"
3117
+ }
3118
+ }
3074
3119
  }
3075
3120
  }
3076
3121
  },
@@ -3118,7 +3163,7 @@
3118
3163
  "type": "list",
3119
3164
  "member": {}
3120
3165
  },
3121
- "S67": {
3166
+ "S6c": {
3122
3167
  "type": "list",
3123
3168
  "member": {
3124
3169
  "type": "structure",
@@ -3132,7 +3177,7 @@
3132
3177
  }
3133
3178
  }
3134
3179
  },
3135
- "S6g": {
3180
+ "S6l": {
3136
3181
  "type": "structure",
3137
3182
  "members": {
3138
3183
  "ContentSourceConfiguration": {
@@ -3159,7 +3204,7 @@
3159
3204
  }
3160
3205
  }
3161
3206
  },
3162
- "S6v": {
3207
+ "S70": {
3163
3208
  "type": "structure",
3164
3209
  "members": {
3165
3210
  "KmsKeyId": {
@@ -3168,7 +3213,7 @@
3168
3213
  }
3169
3214
  }
3170
3215
  },
3171
- "S6x": {
3216
+ "S72": {
3172
3217
  "type": "list",
3173
3218
  "member": {
3174
3219
  "type": "structure",
@@ -3202,7 +3247,7 @@
3202
3247
  }
3203
3248
  }
3204
3249
  },
3205
- "S77": {
3250
+ "S7c": {
3206
3251
  "type": "structure",
3207
3252
  "required": [
3208
3253
  "UserGroupResolutionMode"
@@ -3211,7 +3256,7 @@
3211
3256
  "UserGroupResolutionMode": {}
3212
3257
  }
3213
3258
  },
3214
- "S7x": {
3259
+ "S82": {
3215
3260
  "type": "list",
3216
3261
  "member": {
3217
3262
  "type": "structure",
@@ -3221,7 +3266,7 @@
3221
3266
  }
3222
3267
  }
3223
3268
  },
3224
- "S88": {
3269
+ "S8d": {
3225
3270
  "type": "list",
3226
3271
  "member": {
3227
3272
  "type": "structure",
@@ -3233,7 +3278,7 @@
3233
3278
  "Name": {},
3234
3279
  "Type": {},
3235
3280
  "Relevance": {
3236
- "shape": "S8c"
3281
+ "shape": "S8h"
3237
3282
  },
3238
3283
  "Search": {
3239
3284
  "type": "structure",
@@ -3255,7 +3300,7 @@
3255
3300
  }
3256
3301
  }
3257
3302
  },
3258
- "S8c": {
3303
+ "S8h": {
3259
3304
  "type": "structure",
3260
3305
  "members": {
3261
3306
  "Freshness": {
@@ -3275,7 +3320,7 @@
3275
3320
  }
3276
3321
  }
3277
3322
  },
3278
- "S8q": {
3323
+ "S8v": {
3279
3324
  "type": "structure",
3280
3325
  "required": [
3281
3326
  "StorageCapacityUnits",
@@ -3290,7 +3335,7 @@
3290
3335
  }
3291
3336
  }
3292
3337
  },
3293
- "S9z": {
3338
+ "Sa4": {
3294
3339
  "type": "structure",
3295
3340
  "members": {
3296
3341
  "StartTime": {
@@ -3301,21 +3346,21 @@
3301
3346
  }
3302
3347
  }
3303
3348
  },
3304
- "Saq": {
3349
+ "Sav": {
3305
3350
  "type": "string",
3306
3351
  "sensitive": true
3307
3352
  },
3308
- "Sbx": {
3353
+ "Sc2": {
3309
3354
  "type": "structure",
3310
3355
  "members": {
3311
3356
  "AndAllFilters": {
3312
- "shape": "Sby"
3357
+ "shape": "Sc3"
3313
3358
  },
3314
3359
  "OrAllFilters": {
3315
- "shape": "Sby"
3360
+ "shape": "Sc3"
3316
3361
  },
3317
3362
  "NotFilter": {
3318
- "shape": "Sbx"
3363
+ "shape": "Sc2"
3319
3364
  },
3320
3365
  "EqualsTo": {
3321
3366
  "shape": "Sw"
@@ -3340,20 +3385,20 @@
3340
3385
  }
3341
3386
  }
3342
3387
  },
3343
- "Sby": {
3388
+ "Sc3": {
3344
3389
  "type": "list",
3345
3390
  "member": {
3346
- "shape": "Sbx"
3391
+ "shape": "Sc2"
3347
3392
  }
3348
3393
  },
3349
- "Sbz": {
3394
+ "Sc4": {
3350
3395
  "type": "list",
3351
3396
  "member": {
3352
3397
  "type": "structure",
3353
3398
  "members": {
3354
3399
  "DocumentAttributeKey": {},
3355
3400
  "Facets": {
3356
- "shape": "Sbz"
3401
+ "shape": "Sc4"
3357
3402
  },
3358
3403
  "MaxResults": {
3359
3404
  "type": "integer"
@@ -3361,7 +3406,7 @@
3361
3406
  }
3362
3407
  }
3363
3408
  },
3364
- "Scn": {
3409
+ "Scs": {
3365
3410
  "type": "structure",
3366
3411
  "members": {
3367
3412
  "Text": {},
@@ -3389,7 +3434,7 @@
3389
3434
  }
3390
3435
  }
3391
3436
  },
3392
- "Scu": {
3437
+ "Scz": {
3393
3438
  "type": "list",
3394
3439
  "member": {
3395
3440
  "type": "structure",
@@ -3408,7 +3453,7 @@
3408
3453
  "type": "integer"
3409
3454
  },
3410
3455
  "FacetResults": {
3411
- "shape": "Scu"
3456
+ "shape": "Scz"
3412
3457
  }
3413
3458
  }
3414
3459
  }