cdk-comprehend-s3olap 2.0.141 → 2.0.143

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 (30) hide show
  1. package/.jsii +3 -3
  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 +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +178 -149
  8. package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +60 -21
  9. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +137 -65
  10. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +197 -15
  11. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +52 -19
  12. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +71 -70
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +893 -892
  14. package/node_modules/aws-sdk/clients/appflow.d.ts +26 -1
  15. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +58 -14
  16. package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/ecs.d.ts +2 -2
  18. package/node_modules/aws-sdk/clients/kendra.d.ts +92 -5
  19. package/node_modules/aws-sdk/clients/kms.d.ts +76 -32
  20. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +12 -3
  21. package/node_modules/aws-sdk/clients/sagemaker.d.ts +6 -1
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +10 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +18 -10
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +66 -25
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +43 -43
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/lib/protocol/json.js +9 -0
  28. package/node_modules/aws-sdk/lib/services/sqs.js +2 -3
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/package.json +3 -3
@@ -133,7 +133,6 @@
133
133
  "appComponents",
134
134
  "logicalResourceId",
135
135
  "physicalResourceId",
136
- "resourceName",
137
136
  "resourceType"
138
137
  ],
139
138
  "members": {
@@ -192,10 +191,10 @@
192
191
  "format": {},
193
192
  "name": {},
194
193
  "recommendationIds": {
195
- "shape": "S18"
194
+ "shape": "S19"
196
195
  },
197
196
  "recommendationTypes": {
198
- "shape": "S1a"
197
+ "shape": "S1b"
199
198
  },
200
199
  "tags": {
201
200
  "shape": "Si"
@@ -206,7 +205,7 @@
206
205
  "type": "structure",
207
206
  "members": {
208
207
  "recommendationTemplate": {
209
- "shape": "S1d"
208
+ "shape": "S1e"
210
209
  }
211
210
  }
212
211
  }
@@ -229,7 +228,7 @@
229
228
  },
230
229
  "dataLocationConstraint": {},
231
230
  "policy": {
232
- "shape": "S1j"
231
+ "shape": "S1k"
233
232
  },
234
233
  "policyDescription": {},
235
234
  "policyName": {},
@@ -246,7 +245,7 @@
246
245
  ],
247
246
  "members": {
248
247
  "policy": {
249
- "shape": "S1p"
248
+ "shape": "S1q"
250
249
  }
251
250
  }
252
251
  }
@@ -326,11 +325,11 @@
326
325
  "idempotencyToken": true
327
326
  },
328
327
  "eksSourceClusterNamespace": {
329
- "shape": "S1x"
328
+ "shape": "S1y"
330
329
  },
331
330
  "sourceArn": {},
332
331
  "terraformSource": {
333
- "shape": "S1z"
332
+ "shape": "S20"
334
333
  }
335
334
  }
336
335
  },
@@ -339,7 +338,7 @@
339
338
  "members": {
340
339
  "appArn": {},
341
340
  "appInputSource": {
342
- "shape": "S22"
341
+ "shape": "S23"
343
342
  }
344
343
  }
345
344
  }
@@ -520,7 +519,7 @@
520
519
  ],
521
520
  "members": {
522
521
  "assessment": {
523
- "shape": "S2g"
522
+ "shape": "S2h"
524
523
  }
525
524
  }
526
525
  }
@@ -745,7 +744,7 @@
745
744
  ],
746
745
  "members": {
747
746
  "policy": {
748
- "shape": "S1p"
747
+ "shape": "S1q"
749
748
  }
750
749
  }
751
750
  }
@@ -763,14 +762,14 @@
763
762
  "members": {
764
763
  "appArn": {},
765
764
  "eksSources": {
766
- "shape": "S3c"
765
+ "shape": "S3d"
767
766
  },
768
767
  "importStrategy": {},
769
768
  "sourceArns": {
770
- "shape": "S3g"
769
+ "shape": "S3h"
771
770
  },
772
771
  "terraformSources": {
773
- "shape": "S3h"
772
+ "shape": "S3i"
774
773
  }
775
774
  }
776
775
  },
@@ -785,14 +784,14 @@
785
784
  "appArn": {},
786
785
  "appVersion": {},
787
786
  "eksSources": {
788
- "shape": "S3c"
787
+ "shape": "S3d"
789
788
  },
790
789
  "sourceArns": {
791
- "shape": "S3g"
790
+ "shape": "S3h"
792
791
  },
793
792
  "status": {},
794
793
  "terraformSources": {
795
- "shape": "S3h"
794
+ "shape": "S3i"
796
795
  }
797
796
  }
798
797
  }
@@ -835,7 +834,7 @@
835
834
  "appComponentName": {},
836
835
  "description": {},
837
836
  "items": {
838
- "shape": "S3q"
837
+ "shape": "S3r"
839
838
  },
840
839
  "name": {},
841
840
  "prerequisite": {},
@@ -918,7 +917,7 @@
918
917
  "assessmentStatus": {},
919
918
  "complianceStatus": {},
920
919
  "cost": {
921
- "shape": "S2k"
920
+ "shape": "S2l"
922
921
  },
923
922
  "endTime": {
924
923
  "type": "timestamp"
@@ -969,14 +968,14 @@
969
968
  "members": {
970
969
  "appComponentName": {},
971
970
  "compliance": {
972
- "shape": "S2h"
971
+ "shape": "S2i"
973
972
  },
974
973
  "cost": {
975
- "shape": "S2k"
974
+ "shape": "S2l"
976
975
  },
977
976
  "message": {},
978
977
  "resiliencyScore": {
979
- "shape": "S2o"
978
+ "shape": "S2p"
980
979
  },
981
980
  "status": {}
982
981
  }
@@ -1033,10 +1032,10 @@
1033
1032
  "members": {
1034
1033
  "appComponentName": {},
1035
1034
  "compliance": {
1036
- "shape": "S2h"
1035
+ "shape": "S2i"
1037
1036
  },
1038
1037
  "cost": {
1039
- "shape": "S2k"
1038
+ "shape": "S2l"
1040
1039
  },
1041
1040
  "description": {},
1042
1041
  "haArchitecture": {},
@@ -1108,7 +1107,7 @@
1108
1107
  "appInputSources": {
1109
1108
  "type": "list",
1110
1109
  "member": {
1111
- "shape": "S22"
1110
+ "shape": "S23"
1112
1111
  }
1113
1112
  },
1114
1113
  "nextToken": {}
@@ -1379,7 +1378,7 @@
1379
1378
  "recommendationTemplates": {
1380
1379
  "type": "list",
1381
1380
  "member": {
1382
- "shape": "S1d"
1381
+ "shape": "S1e"
1383
1382
  }
1384
1383
  }
1385
1384
  }
@@ -1417,7 +1416,7 @@
1417
1416
  "members": {
1418
1417
  "nextToken": {},
1419
1418
  "resiliencyPolicies": {
1420
- "shape": "S53"
1419
+ "shape": "S54"
1421
1420
  }
1422
1421
  }
1423
1422
  }
@@ -1460,7 +1459,7 @@
1460
1459
  "appComponentName": {},
1461
1460
  "description": {},
1462
1461
  "items": {
1463
- "shape": "S3q"
1462
+ "shape": "S3r"
1464
1463
  },
1465
1464
  "name": {},
1466
1465
  "prerequisite": {},
@@ -1501,7 +1500,7 @@
1501
1500
  "members": {
1502
1501
  "nextToken": {},
1503
1502
  "resiliencyPolicies": {
1504
- "shape": "S53"
1503
+ "shape": "S54"
1505
1504
  }
1506
1505
  }
1507
1506
  }
@@ -1574,7 +1573,7 @@
1574
1573
  "description": {},
1575
1574
  "intent": {},
1576
1575
  "items": {
1577
- "shape": "S3q"
1576
+ "shape": "S3r"
1578
1577
  },
1579
1578
  "name": {},
1580
1579
  "prerequisite": {},
@@ -1704,22 +1703,22 @@
1704
1703
  "members": {
1705
1704
  "appArn": {},
1706
1705
  "appRegistryAppNames": {
1707
- "shape": "S5u"
1706
+ "shape": "S5v"
1708
1707
  },
1709
1708
  "eksSourceNames": {
1710
- "shape": "S5v"
1709
+ "shape": "S5w"
1711
1710
  },
1712
1711
  "logicalStackNames": {
1713
- "shape": "S5v"
1712
+ "shape": "S5w"
1714
1713
  },
1715
1714
  "resourceGroupNames": {
1716
- "shape": "S5u"
1715
+ "shape": "S5v"
1717
1716
  },
1718
1717
  "resourceNames": {
1719
- "shape": "S5u"
1718
+ "shape": "S5v"
1720
1719
  },
1721
1720
  "terraformSourceNames": {
1722
- "shape": "S5v"
1721
+ "shape": "S5w"
1723
1722
  }
1724
1723
  }
1725
1724
  },
@@ -1794,7 +1793,7 @@
1794
1793
  ],
1795
1794
  "members": {
1796
1795
  "assessment": {
1797
- "shape": "S2g"
1796
+ "shape": "S2h"
1798
1797
  }
1799
1798
  }
1800
1799
  }
@@ -2015,7 +2014,7 @@
2015
2014
  "members": {
2016
2015
  "dataLocationConstraint": {},
2017
2016
  "policy": {
2018
- "shape": "S1j"
2017
+ "shape": "S1k"
2019
2018
  },
2020
2019
  "policyArn": {},
2021
2020
  "policyDescription": {},
@@ -2030,7 +2029,7 @@
2030
2029
  ],
2031
2030
  "members": {
2032
2031
  "policy": {
2033
- "shape": "S1p"
2032
+ "shape": "S1q"
2034
2033
  }
2035
2034
  }
2036
2035
  }
@@ -2170,11 +2169,13 @@
2170
2169
  "logicalResourceId": {
2171
2170
  "shape": "S10"
2172
2171
  },
2172
+ "parentResourceName": {},
2173
2173
  "physicalResourceId": {
2174
2174
  "shape": "S8"
2175
2175
  },
2176
2176
  "resourceName": {},
2177
- "resourceType": {}
2177
+ "resourceType": {},
2178
+ "sourceType": {}
2178
2179
  }
2179
2180
  },
2180
2181
  "S14": {
@@ -2183,15 +2184,15 @@
2183
2184
  "shape": "Sx"
2184
2185
  }
2185
2186
  },
2186
- "S18": {
2187
+ "S19": {
2187
2188
  "type": "list",
2188
2189
  "member": {}
2189
2190
  },
2190
- "S1a": {
2191
+ "S1b": {
2191
2192
  "type": "list",
2192
2193
  "member": {}
2193
2194
  },
2194
- "S1d": {
2195
+ "S1e": {
2195
2196
  "type": "structure",
2196
2197
  "required": [
2197
2198
  "assessmentArn",
@@ -2214,11 +2215,11 @@
2214
2215
  "type": "boolean"
2215
2216
  },
2216
2217
  "recommendationIds": {
2217
- "shape": "S18"
2218
+ "shape": "S19"
2218
2219
  },
2219
2220
  "recommendationTemplateArn": {},
2220
2221
  "recommendationTypes": {
2221
- "shape": "S1a"
2222
+ "shape": "S1b"
2222
2223
  },
2223
2224
  "startTime": {
2224
2225
  "type": "timestamp"
@@ -2236,7 +2237,7 @@
2236
2237
  }
2237
2238
  }
2238
2239
  },
2239
- "S1j": {
2240
+ "S1k": {
2240
2241
  "type": "map",
2241
2242
  "key": {},
2242
2243
  "value": {
@@ -2255,7 +2256,7 @@
2255
2256
  }
2256
2257
  }
2257
2258
  },
2258
- "S1p": {
2259
+ "S1q": {
2259
2260
  "type": "structure",
2260
2261
  "members": {
2261
2262
  "creationTime": {
@@ -2264,7 +2265,7 @@
2264
2265
  "dataLocationConstraint": {},
2265
2266
  "estimatedCostTier": {},
2266
2267
  "policy": {
2267
- "shape": "S1j"
2268
+ "shape": "S1k"
2268
2269
  },
2269
2270
  "policyArn": {},
2270
2271
  "policyDescription": {},
@@ -2275,7 +2276,7 @@
2275
2276
  "tier": {}
2276
2277
  }
2277
2278
  },
2278
- "S1x": {
2279
+ "S1y": {
2279
2280
  "type": "structure",
2280
2281
  "required": [
2281
2282
  "eksClusterArn",
@@ -2286,7 +2287,7 @@
2286
2287
  "namespace": {}
2287
2288
  }
2288
2289
  },
2289
- "S1z": {
2290
+ "S20": {
2290
2291
  "type": "structure",
2291
2292
  "required": [
2292
2293
  "s3StateFileUrl"
@@ -2295,14 +2296,14 @@
2295
2296
  "s3StateFileUrl": {}
2296
2297
  }
2297
2298
  },
2298
- "S22": {
2299
+ "S23": {
2299
2300
  "type": "structure",
2300
2301
  "required": [
2301
2302
  "importType"
2302
2303
  ],
2303
2304
  "members": {
2304
2305
  "eksSourceClusterNamespace": {
2305
- "shape": "S1x"
2306
+ "shape": "S1y"
2306
2307
  },
2307
2308
  "importType": {},
2308
2309
  "resourceCount": {
@@ -2311,11 +2312,11 @@
2311
2312
  "sourceArn": {},
2312
2313
  "sourceName": {},
2313
2314
  "terraformSource": {
2314
- "shape": "S1z"
2315
+ "shape": "S20"
2315
2316
  }
2316
2317
  }
2317
2318
  },
2318
- "S2g": {
2319
+ "S2h": {
2319
2320
  "type": "structure",
2320
2321
  "required": [
2321
2322
  "assessmentArn",
@@ -2329,11 +2330,11 @@
2329
2330
  "assessmentName": {},
2330
2331
  "assessmentStatus": {},
2331
2332
  "compliance": {
2332
- "shape": "S2h"
2333
+ "shape": "S2i"
2333
2334
  },
2334
2335
  "complianceStatus": {},
2335
2336
  "cost": {
2336
- "shape": "S2k"
2337
+ "shape": "S2l"
2337
2338
  },
2338
2339
  "endTime": {
2339
2340
  "type": "timestamp"
@@ -2341,10 +2342,10 @@
2341
2342
  "invoker": {},
2342
2343
  "message": {},
2343
2344
  "policy": {
2344
- "shape": "S1p"
2345
+ "shape": "S1q"
2345
2346
  },
2346
2347
  "resiliencyScore": {
2347
- "shape": "S2o"
2348
+ "shape": "S2p"
2348
2349
  },
2349
2350
  "resourceErrorsDetails": {
2350
2351
  "type": "structure",
@@ -2373,7 +2374,7 @@
2373
2374
  }
2374
2375
  }
2375
2376
  },
2376
- "S2h": {
2377
+ "S2i": {
2377
2378
  "type": "map",
2378
2379
  "key": {},
2379
2380
  "value": {
@@ -2403,7 +2404,7 @@
2403
2404
  }
2404
2405
  }
2405
2406
  },
2406
- "S2k": {
2407
+ "S2l": {
2407
2408
  "type": "structure",
2408
2409
  "required": [
2409
2410
  "amount",
@@ -2418,7 +2419,7 @@
2418
2419
  "frequency": {}
2419
2420
  }
2420
2421
  },
2421
- "S2o": {
2422
+ "S2p": {
2422
2423
  "type": "structure",
2423
2424
  "required": [
2424
2425
  "disruptionScore",
@@ -2437,7 +2438,7 @@
2437
2438
  }
2438
2439
  }
2439
2440
  },
2440
- "S3c": {
2441
+ "S3d": {
2441
2442
  "type": "list",
2442
2443
  "member": {
2443
2444
  "type": "structure",
@@ -2454,17 +2455,17 @@
2454
2455
  }
2455
2456
  }
2456
2457
  },
2457
- "S3g": {
2458
+ "S3h": {
2458
2459
  "type": "list",
2459
2460
  "member": {}
2460
2461
  },
2461
- "S3h": {
2462
+ "S3i": {
2462
2463
  "type": "list",
2463
2464
  "member": {
2464
- "shape": "S1z"
2465
+ "shape": "S20"
2465
2466
  }
2466
2467
  },
2467
- "S3q": {
2468
+ "S3r": {
2468
2469
  "type": "list",
2469
2470
  "member": {
2470
2471
  "type": "structure",
@@ -2478,17 +2479,17 @@
2478
2479
  }
2479
2480
  }
2480
2481
  },
2481
- "S53": {
2482
+ "S54": {
2482
2483
  "type": "list",
2483
2484
  "member": {
2484
- "shape": "S1p"
2485
+ "shape": "S1q"
2485
2486
  }
2486
2487
  },
2487
- "S5u": {
2488
+ "S5v": {
2488
2489
  "type": "list",
2489
2490
  "member": {}
2490
2491
  },
2491
- "S5v": {
2492
+ "S5w": {
2492
2493
  "type": "list",
2493
2494
  "member": {}
2494
2495
  }