cdk-lambda-subminute 2.0.136 → 2.0.137

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 (28) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +11 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +104 -93
  6. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +259 -50
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
  8. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +1 -0
  9. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +289 -274
  10. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +112 -48
  11. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +52 -16
  12. package/node_modules/aws-sdk/clients/appflow.d.ts +14 -1
  13. package/node_modules/aws-sdk/clients/athena.d.ts +228 -10
  14. package/node_modules/aws-sdk/clients/directconnect.d.ts +2 -2
  15. package/node_modules/aws-sdk/clients/efs.d.ts +1 -1
  16. package/node_modules/aws-sdk/clients/grafana.d.ts +4 -0
  17. package/node_modules/aws-sdk/clients/iot.d.ts +21 -2
  18. package/node_modules/aws-sdk/clients/rekognition.d.ts +117 -0
  19. package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +62 -21
  20. package/node_modules/aws-sdk/clients/wafv2.d.ts +57 -57
  21. package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +668 -375
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +3 -3
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1367.0',
23
+ VERSION: '2.1368.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.1367.0",
4
+ "version": "2.1368.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.80.0",
59
59
  "npm-check-updates": "^16",
60
- "projen": "^0.71.29",
60
+ "projen": "^0.71.32",
61
61
  "source-map-support": "^0.5.21",
62
62
  "standard-version": "^9",
63
63
  "ts-jest": "^27",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "aws-cdk-lib": "^2.77.0",
72
- "aws-sdk": "^2.1367.0",
72
+ "aws-sdk": "^2.1368.0",
73
73
  "constructs": "^10.0.5"
74
74
  },
75
75
  "bundledDependencies": [
@@ -91,7 +91,7 @@
91
91
  ],
92
92
  "main": "lib/index.js",
93
93
  "license": "Apache-2.0",
94
- "version": "2.0.136",
94
+ "version": "2.0.137",
95
95
  "jest": {
96
96
  "testMatch": [
97
97
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",