cdk-comprehend-s3olap 2.0.163 → 2.0.165

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 (27) 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 +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +3 -0
  8. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +213 -204
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +615 -557
  10. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +137 -120
  11. package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +9 -0
  12. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +627 -598
  13. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +6 -6
  14. package/node_modules/aws-sdk/clients/codepipeline.d.ts +69 -65
  15. package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
  16. package/node_modules/aws-sdk/clients/gamelift.d.ts +22 -10
  17. package/node_modules/aws-sdk/clients/glue.d.ts +57 -2
  18. package/node_modules/aws-sdk/clients/iotwireless.d.ts +24 -5
  19. package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +16 -4
  20. package/node_modules/aws-sdk/clients/sagemaker.d.ts +34 -4
  21. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  22. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
  23. package/node_modules/aws-sdk/dist/aws-sdk.js +219 -207
  24. package/node_modules/aws-sdk/dist/aws-sdk.min.js +55 -55
  25. package/node_modules/aws-sdk/lib/core.js +1 -1
  26. package/node_modules/aws-sdk/package.json +1 -1
  27. package/package.json +5 -5
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1384.0',
23
+ VERSION: '2.1386.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1384.0",
4
+ "version": "2.1386.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
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.80.0",
46
+ "aws-cdk-lib": "^2.81.0",
47
47
  "constructs": "^10.0.5",
48
48
  "esbuild": "^0.17.19",
49
49
  "eslint": "^8",
@@ -57,7 +57,7 @@
57
57
  "jsii-docgen": "^1.8.110",
58
58
  "jsii-pacmak": "^1.82.0",
59
59
  "npm-check-updates": "^16",
60
- "projen": "^0.71.68",
60
+ "projen": "^0.71.71",
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.80.0",
71
- "aws-sdk": "^2.1384.0",
70
+ "aws-cdk-lib": "^2.81.0",
71
+ "aws-sdk": "^2.1386.0",
72
72
  "constructs": "^10.0.5",
73
73
  "esbuild": "^0.17.19"
74
74
  },
@@ -95,7 +95,7 @@
95
95
  ],
96
96
  "main": "lib/index.js",
97
97
  "license": "Apache-2.0",
98
- "version": "2.0.163",
98
+ "version": "2.0.165",
99
99
  "jest": {
100
100
  "testMatch": [
101
101
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",