cdk-comprehend-s3olap 2.0.150 → 2.0.152
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 +30 -4
- 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 +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +147 -143
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +85 -37
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +223 -0
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +1393 -897
- package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +9 -3
- package/node_modules/aws-sdk/apis/support-2013-04-15.min.json +97 -14
- package/node_modules/aws-sdk/apis/swf-2012-01-25.min.json +3 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +6 -6
- package/node_modules/aws-sdk/clients/elasticache.d.ts +25 -8
- package/node_modules/aws-sdk/clients/emr.d.ts +228 -136
- package/node_modules/aws-sdk/clients/es.d.ts +1 -1
- package/node_modules/aws-sdk/clients/health.d.ts +19 -19
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +292 -8
- package/node_modules/aws-sdk/clients/omics.d.ts +1451 -965
- package/node_modules/aws-sdk/clients/rds.d.ts +26 -10
- package/node_modules/aws-sdk/clients/support.d.ts +134 -7
- package/node_modules/aws-sdk/clients/swf.d.ts +26 -21
- 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 +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +244 -186
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +58 -58
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/lib/ts-generator.js +1 -5
- package/package.json +7 -7
@@ -305,7 +305,7 @@ TSGenerator.prototype.generateTypingsFromShape = function generateTypingsFromSha
|
|
305
305
|
// each member is an individual event type, so each must be optional
|
306
306
|
return member + '?:' + shape.members[member].shape;
|
307
307
|
});
|
308
|
-
return code += tabs(tabCount) + 'export type ' + shapeKey + ' = EventStream<{' + events.join(',') + '}>;\n';
|
308
|
+
return code += tabs(tabCount) + 'export type ' + shapeKey + ' = EventStream<{' + events.join(',') + '}>;\n';
|
309
309
|
}
|
310
310
|
if (type === 'structure') {
|
311
311
|
if (shape.isDocument) {
|
@@ -614,10 +614,6 @@ TSGenerator.prototype.processServiceModel = function processServiceModel(service
|
|
614
614
|
});
|
615
615
|
shapeKeys.forEach(function (shapeKey) {
|
616
616
|
var modelShape = modelShapes[shapeKey];
|
617
|
-
// ignore exceptions
|
618
|
-
if (modelShape.exception) {
|
619
|
-
return;
|
620
|
-
}
|
621
617
|
code += self.generateTypingsFromShape(model, shapeKey, modelShape, 1, customClassNames);
|
622
618
|
});
|
623
619
|
//add extra dependencies like 'streaming'
|
package/package.json
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
"@types/node": "^16",
|
44
44
|
"@typescript-eslint/eslint-plugin": "^5",
|
45
45
|
"@typescript-eslint/parser": "^5",
|
46
|
-
"aws-cdk-lib": "^2.
|
46
|
+
"aws-cdk-lib": "^2.79.1",
|
47
47
|
"constructs": "^10.0.5",
|
48
48
|
"esbuild": "^0.17.18",
|
49
49
|
"eslint": "^8",
|
@@ -53,11 +53,11 @@
|
|
53
53
|
"jest": "^27",
|
54
54
|
"jest-junit": "^15",
|
55
55
|
"jsii": "1.x",
|
56
|
-
"jsii-diff": "^1.
|
56
|
+
"jsii-diff": "^1.81.0",
|
57
57
|
"jsii-docgen": "^1.8.110",
|
58
|
-
"jsii-pacmak": "^1.
|
58
|
+
"jsii-pacmak": "^1.81.0",
|
59
59
|
"npm-check-updates": "^16",
|
60
|
-
"projen": "^0.71.
|
60
|
+
"projen": "^0.71.52",
|
61
61
|
"standard-version": "^9",
|
62
62
|
"ts-jest": "^27",
|
63
63
|
"typescript": "^4.9.5"
|
@@ -67,8 +67,8 @@
|
|
67
67
|
"constructs": "^10.0.5"
|
68
68
|
},
|
69
69
|
"dependencies": {
|
70
|
-
"aws-cdk-lib": "^2.
|
71
|
-
"aws-sdk": "^2.
|
70
|
+
"aws-cdk-lib": "^2.79.1",
|
71
|
+
"aws-sdk": "^2.1377.0",
|
72
72
|
"constructs": "^10.0.5",
|
73
73
|
"esbuild": "^0.17.18"
|
74
74
|
},
|
@@ -95,7 +95,7 @@
|
|
95
95
|
],
|
96
96
|
"main": "lib/index.js",
|
97
97
|
"license": "Apache-2.0",
|
98
|
-
"version": "2.0.
|
98
|
+
"version": "2.0.152",
|
99
99
|
"jest": {
|
100
100
|
"testMatch": [
|
101
101
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|