cdk-comprehend-s3olap 2.0.188 → 2.0.189

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 (29) 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 +9 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +73 -71
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.examples.json +17 -382
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1180 -1169
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +4 -2
  11. package/node_modules/aws-sdk/apis/pricing-2017-10-15.examples.json +0 -63
  12. package/node_modules/aws-sdk/apis/pricing-2017-10-15.waiters2.json +5 -0
  13. package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +9 -9
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +926 -866
  15. package/node_modules/aws-sdk/clients/cloudformation.d.ts +10 -1
  16. package/node_modules/aws-sdk/clients/ec2.d.ts +21 -4
  17. package/node_modules/aws-sdk/clients/ecs.d.ts +4 -4
  18. package/node_modules/aws-sdk/clients/glue.d.ts +8 -0
  19. package/node_modules/aws-sdk/clients/pricing.d.ts +2 -2
  20. package/node_modules/aws-sdk/clients/pricing.js +1 -0
  21. package/node_modules/aws-sdk/clients/route53domains.d.ts +11 -10
  22. package/node_modules/aws-sdk/clients/sagemaker.d.ts +107 -36
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1542 -1535
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +1554 -1533
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +80 -80
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +3 -3
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1399.0',
23
+ VERSION: '2.1400.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.1399.0",
4
+ "version": "2.1400.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
package/package.json CHANGED
@@ -57,7 +57,7 @@
57
57
  "jsii-docgen": "^1.8.110",
58
58
  "jsii-pacmak": "^1.84.0",
59
59
  "npm-check-updates": "^16",
60
- "projen": "^0.71.100",
60
+ "projen": "^0.71.101",
61
61
  "standard-version": "^9",
62
62
  "ts-jest": "^27",
63
63
  "typescript": "^4.9.5"
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "aws-cdk-lib": "^2.84.0",
71
- "aws-sdk": "^2.1399.0",
71
+ "aws-sdk": "^2.1400.0",
72
72
  "constructs": "^10.0.5",
73
73
  "esbuild": "^0.18.4"
74
74
  },
@@ -95,7 +95,7 @@
95
95
  ],
96
96
  "main": "lib/index.js",
97
97
  "license": "Apache-2.0",
98
- "version": "2.0.188",
98
+ "version": "2.0.189",
99
99
  "jest": {
100
100
  "testMatch": [
101
101
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",