cdk-comprehend-s3olap 2.0.93 → 2.0.95

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 (36) 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 +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +12 -3
  8. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +45 -45
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +273 -234
  10. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +90 -45
  11. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +41 -15
  12. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +174 -20
  13. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +22 -10
  14. package/node_modules/aws-sdk/clients/drs.d.ts +3 -2
  15. package/node_modules/aws-sdk/clients/ec2.d.ts +54 -4
  16. package/node_modules/aws-sdk/clients/eks.d.ts +67 -9
  17. package/node_modules/aws-sdk/clients/evidently.d.ts +42 -5
  18. package/node_modules/aws-sdk/clients/kendra.d.ts +8 -8
  19. package/node_modules/aws-sdk/clients/transfer.d.ts +206 -0
  20. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +15 -7
  21. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +35 -19
  22. package/node_modules/aws-sdk/dist/aws-sdk.js +276 -237
  23. package/node_modules/aws-sdk/dist/aws-sdk.min.js +67 -67
  24. package/node_modules/aws-sdk/lib/core.js +1 -1
  25. package/node_modules/aws-sdk/package.json +1 -1
  26. package/node_modules/get-intrinsic/CHANGELOG.md +7 -0
  27. package/node_modules/get-intrinsic/index.js +1 -1
  28. package/node_modules/get-intrinsic/package.json +7 -4
  29. package/node_modules/is-callable/.eslintrc +0 -11
  30. package/node_modules/is-callable/CHANGELOG.md +25 -0
  31. package/node_modules/is-callable/index.js +13 -5
  32. package/node_modules/is-callable/package.json +27 -13
  33. package/node_modules/is-callable/test/index.js +26 -5
  34. package/package.json +4 -4
  35. package/node_modules/is-callable/.eslintignore +0 -1
  36. package/node_modules/is-callable/.istanbul.yml +0 -47
@@ -75,11 +75,11 @@
75
75
  "ebsEncryption": {},
76
76
  "ebsEncryptionKeyArn": {},
77
77
  "pitPolicy": {
78
- "shape": "S1g"
78
+ "shape": "S1h"
79
79
  },
80
80
  "replicationServerInstanceType": {},
81
81
  "replicationServersSecurityGroupsIDs": {
82
- "shape": "S1k"
82
+ "shape": "S1l"
83
83
  },
84
84
  "stagingAreaSubnetId": {},
85
85
  "stagingAreaTags": {
@@ -94,7 +94,7 @@
94
94
  }
95
95
  },
96
96
  "output": {
97
- "shape": "S1n"
97
+ "shape": "S1o"
98
98
  }
99
99
  },
100
100
  "DeleteJob": {
@@ -273,7 +273,7 @@
273
273
  "items": {
274
274
  "type": "list",
275
275
  "member": {
276
- "shape": "S2d"
276
+ "shape": "S2e"
277
277
  }
278
278
  },
279
279
  "nextToken": {}
@@ -396,7 +396,7 @@
396
396
  "type": "structure",
397
397
  "members": {
398
398
  "cpus": {
399
- "shape": "Sw"
399
+ "shape": "Sx"
400
400
  },
401
401
  "disks": {
402
402
  "type": "list",
@@ -412,14 +412,14 @@
412
412
  }
413
413
  },
414
414
  "identificationHints": {
415
- "shape": "S10"
415
+ "shape": "S11"
416
416
  },
417
417
  "lastUpdatedDateTime": {},
418
418
  "networkInterfaces": {
419
- "shape": "S12"
419
+ "shape": "S13"
420
420
  },
421
421
  "os": {
422
- "shape": "S16"
422
+ "shape": "S17"
423
423
  },
424
424
  "ramBytes": {
425
425
  "type": "long"
@@ -515,7 +515,7 @@
515
515
  "items": {
516
516
  "type": "list",
517
517
  "member": {
518
- "shape": "S1n"
518
+ "shape": "S1o"
519
519
  }
520
520
  },
521
521
  "nextToken": {}
@@ -642,7 +642,7 @@
642
642
  }
643
643
  },
644
644
  "output": {
645
- "shape": "S3w"
645
+ "shape": "S3x"
646
646
  }
647
647
  },
648
648
  "GetReplicationConfiguration": {
@@ -660,7 +660,7 @@
660
660
  }
661
661
  },
662
662
  "output": {
663
- "shape": "S42"
663
+ "shape": "S43"
664
664
  }
665
665
  },
666
666
  "InitializeService": {
@@ -820,7 +820,7 @@
820
820
  "type": "structure",
821
821
  "members": {
822
822
  "job": {
823
- "shape": "S2d"
823
+ "shape": "S2e"
824
824
  }
825
825
  }
826
826
  }
@@ -861,7 +861,7 @@
861
861
  "type": "structure",
862
862
  "members": {
863
863
  "job": {
864
- "shape": "S2d"
864
+ "shape": "S2e"
865
865
  }
866
866
  }
867
867
  }
@@ -925,7 +925,7 @@
925
925
  "type": "structure",
926
926
  "members": {
927
927
  "job": {
928
- "shape": "S2d"
928
+ "shape": "S2e"
929
929
  }
930
930
  }
931
931
  }
@@ -999,7 +999,7 @@
999
999
  },
1000
1000
  "launchDisposition": {},
1001
1001
  "licensing": {
1002
- "shape": "S3y"
1002
+ "shape": "S3z"
1003
1003
  },
1004
1004
  "name": {},
1005
1005
  "sourceServerID": {},
@@ -1007,7 +1007,7 @@
1007
1007
  }
1008
1008
  },
1009
1009
  "output": {
1010
- "shape": "S3w"
1010
+ "shape": "S3x"
1011
1011
  },
1012
1012
  "idempotent": true
1013
1013
  },
@@ -1037,14 +1037,14 @@
1037
1037
  "ebsEncryptionKeyArn": {},
1038
1038
  "name": {},
1039
1039
  "pitPolicy": {
1040
- "shape": "S1g"
1040
+ "shape": "S1h"
1041
1041
  },
1042
1042
  "replicatedDisks": {
1043
- "shape": "S43"
1043
+ "shape": "S44"
1044
1044
  },
1045
1045
  "replicationServerInstanceType": {},
1046
1046
  "replicationServersSecurityGroupsIDs": {
1047
- "shape": "S1k"
1047
+ "shape": "S1l"
1048
1048
  },
1049
1049
  "sourceServerID": {},
1050
1050
  "stagingAreaSubnetId": {},
@@ -1057,7 +1057,7 @@
1057
1057
  }
1058
1058
  },
1059
1059
  "output": {
1060
- "shape": "S42"
1060
+ "shape": "S43"
1061
1061
  },
1062
1062
  "idempotent": true
1063
1063
  },
@@ -1087,12 +1087,12 @@
1087
1087
  "ebsEncryption": {},
1088
1088
  "ebsEncryptionKeyArn": {},
1089
1089
  "pitPolicy": {
1090
- "shape": "S1g"
1090
+ "shape": "S1h"
1091
1091
  },
1092
1092
  "replicationConfigurationTemplateID": {},
1093
1093
  "replicationServerInstanceType": {},
1094
1094
  "replicationServersSecurityGroupsIDs": {
1095
- "shape": "S1k"
1095
+ "shape": "S1l"
1096
1096
  },
1097
1097
  "stagingAreaSubnetId": {},
1098
1098
  "stagingAreaTags": {
@@ -1104,7 +1104,7 @@
1104
1104
  }
1105
1105
  },
1106
1106
  "output": {
1107
- "shape": "S1n"
1107
+ "shape": "S1o"
1108
1108
  }
1109
1109
  }
1110
1110
  },
@@ -1200,7 +1200,7 @@
1200
1200
  "type": "structure",
1201
1201
  "members": {
1202
1202
  "cpus": {
1203
- "shape": "Sw"
1203
+ "shape": "Sx"
1204
1204
  },
1205
1205
  "disks": {
1206
1206
  "type": "list",
@@ -1215,14 +1215,14 @@
1215
1215
  }
1216
1216
  },
1217
1217
  "identificationHints": {
1218
- "shape": "S10"
1218
+ "shape": "S11"
1219
1219
  },
1220
1220
  "lastUpdatedDateTime": {},
1221
1221
  "networkInterfaces": {
1222
- "shape": "S12"
1222
+ "shape": "S13"
1223
1223
  },
1224
1224
  "os": {
1225
- "shape": "S16"
1225
+ "shape": "S17"
1226
1226
  },
1227
1227
  "ramBytes": {
1228
1228
  "type": "long"
@@ -1245,7 +1245,7 @@
1245
1245
  }
1246
1246
  }
1247
1247
  },
1248
- "Sw": {
1248
+ "Sx": {
1249
1249
  "type": "list",
1250
1250
  "member": {
1251
1251
  "type": "structure",
@@ -1257,7 +1257,7 @@
1257
1257
  }
1258
1258
  }
1259
1259
  },
1260
- "S10": {
1260
+ "S11": {
1261
1261
  "type": "structure",
1262
1262
  "members": {
1263
1263
  "awsInstanceID": {},
@@ -1266,7 +1266,7 @@
1266
1266
  "vmWareUuid": {}
1267
1267
  }
1268
1268
  },
1269
- "S12": {
1269
+ "S13": {
1270
1270
  "type": "list",
1271
1271
  "member": {
1272
1272
  "type": "structure",
@@ -1282,13 +1282,13 @@
1282
1282
  }
1283
1283
  }
1284
1284
  },
1285
- "S16": {
1285
+ "S17": {
1286
1286
  "type": "structure",
1287
1287
  "members": {
1288
1288
  "fullString": {}
1289
1289
  }
1290
1290
  },
1291
- "S1g": {
1291
+ "S1h": {
1292
1292
  "type": "list",
1293
1293
  "member": {
1294
1294
  "type": "structure",
@@ -1314,11 +1314,11 @@
1314
1314
  }
1315
1315
  }
1316
1316
  },
1317
- "S1k": {
1317
+ "S1l": {
1318
1318
  "type": "list",
1319
1319
  "member": {}
1320
1320
  },
1321
- "S1n": {
1321
+ "S1o": {
1322
1322
  "type": "structure",
1323
1323
  "required": [
1324
1324
  "replicationConfigurationTemplateID"
@@ -1339,12 +1339,12 @@
1339
1339
  "ebsEncryption": {},
1340
1340
  "ebsEncryptionKeyArn": {},
1341
1341
  "pitPolicy": {
1342
- "shape": "S1g"
1342
+ "shape": "S1h"
1343
1343
  },
1344
1344
  "replicationConfigurationTemplateID": {},
1345
1345
  "replicationServerInstanceType": {},
1346
1346
  "replicationServersSecurityGroupsIDs": {
1347
- "shape": "S1k"
1347
+ "shape": "S1l"
1348
1348
  },
1349
1349
  "stagingAreaSubnetId": {},
1350
1350
  "stagingAreaTags": {
@@ -1358,7 +1358,7 @@
1358
1358
  }
1359
1359
  }
1360
1360
  },
1361
- "S2d": {
1361
+ "S2e": {
1362
1362
  "type": "structure",
1363
1363
  "required": [
1364
1364
  "jobID"
@@ -1387,7 +1387,7 @@
1387
1387
  "type": {}
1388
1388
  }
1389
1389
  },
1390
- "S3w": {
1390
+ "S3x": {
1391
1391
  "type": "structure",
1392
1392
  "members": {
1393
1393
  "copyPrivateIp": {
@@ -1399,14 +1399,14 @@
1399
1399
  "ec2LaunchTemplateID": {},
1400
1400
  "launchDisposition": {},
1401
1401
  "licensing": {
1402
- "shape": "S3y"
1402
+ "shape": "S3z"
1403
1403
  },
1404
1404
  "name": {},
1405
1405
  "sourceServerID": {},
1406
1406
  "targetInstanceTypeRightSizingMethod": {}
1407
1407
  }
1408
1408
  },
1409
- "S3y": {
1409
+ "S3z": {
1410
1410
  "type": "structure",
1411
1411
  "members": {
1412
1412
  "osByol": {
@@ -1414,7 +1414,7 @@
1414
1414
  }
1415
1415
  }
1416
1416
  },
1417
- "S42": {
1417
+ "S43": {
1418
1418
  "type": "structure",
1419
1419
  "members": {
1420
1420
  "associateDefaultSecurityGroup": {
@@ -1432,14 +1432,14 @@
1432
1432
  "ebsEncryptionKeyArn": {},
1433
1433
  "name": {},
1434
1434
  "pitPolicy": {
1435
- "shape": "S1g"
1435
+ "shape": "S1h"
1436
1436
  },
1437
1437
  "replicatedDisks": {
1438
- "shape": "S43"
1438
+ "shape": "S44"
1439
1439
  },
1440
1440
  "replicationServerInstanceType": {},
1441
1441
  "replicationServersSecurityGroupsIDs": {
1442
- "shape": "S1k"
1442
+ "shape": "S1l"
1443
1443
  },
1444
1444
  "sourceServerID": {},
1445
1445
  "stagingAreaSubnetId": {},
@@ -1451,7 +1451,7 @@
1451
1451
  }
1452
1452
  }
1453
1453
  },
1454
- "S43": {
1454
+ "S44": {
1455
1455
  "type": "list",
1456
1456
  "member": {
1457
1457
  "type": "structure",