cdk-lambda-subminute 2.0.218 → 2.0.220

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 (35) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +17 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +294 -24
  6. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +35 -25
  7. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +624 -606
  8. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +4 -2
  9. package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +201 -62
  10. package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
  11. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +32 -32
  12. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +205 -158
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +139 -34
  15. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +30 -6
  16. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +264 -7
  17. package/node_modules/aws-sdk/clients/connectcases.d.ts +15 -4
  18. package/node_modules/aws-sdk/clients/glue.d.ts +29 -6
  19. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +11 -11
  20. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +3 -3
  21. package/node_modules/aws-sdk/clients/rds.d.ts +30 -22
  22. package/node_modules/aws-sdk/clients/route53resolver.d.ts +220 -7
  23. package/node_modules/aws-sdk/clients/sagemaker.d.ts +88 -10
  24. package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +13 -13
  25. package/node_modules/aws-sdk/clients/savingsplans.d.ts +1 -1
  26. package/node_modules/aws-sdk/clients/securitylake.d.ts +93 -11
  27. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +21 -0
  28. package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -5
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +14 -14
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/package.json +6 -6
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1418.0',
23
+ VERSION: '2.1420.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.1418.0",
4
+ "version": "2.1420.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
package/package.json CHANGED
@@ -43,9 +43,9 @@
43
43
  "@types/node": "^16",
44
44
  "@typescript-eslint/eslint-plugin": "^5",
45
45
  "@typescript-eslint/parser": "^5",
46
- "aws-cdk-lib": "^2.87.0",
46
+ "aws-cdk-lib": "^2.88.0",
47
47
  "constructs": "^10.0.5",
48
- "esbuild": "^0.18.14",
48
+ "esbuild": "^0.18.15",
49
49
  "eslint": "^8",
50
50
  "eslint-import-resolver-node": "^0.3.7",
51
51
  "eslint-import-resolver-typescript": "^2.7.1",
@@ -58,7 +58,7 @@
58
58
  "jsii-pacmak": "^1.85.0",
59
59
  "jsii-rosetta": "1.x",
60
60
  "npm-check-updates": "^16",
61
- "projen": "^0.71.144",
61
+ "projen": "^0.71.146",
62
62
  "source-map-support": "^0.5.21",
63
63
  "standard-version": "^9",
64
64
  "ts-jest": "^27",
@@ -69,8 +69,8 @@
69
69
  "constructs": "^10.0.5"
70
70
  },
71
71
  "dependencies": {
72
- "aws-cdk-lib": "^2.87.0",
73
- "aws-sdk": "^2.1418.0",
72
+ "aws-cdk-lib": "^2.88.0",
73
+ "aws-sdk": "^2.1420.0",
74
74
  "constructs": "^10.0.5"
75
75
  },
76
76
  "bundledDependencies": [
@@ -92,7 +92,7 @@
92
92
  ],
93
93
  "main": "lib/index.js",
94
94
  "license": "Apache-2.0",
95
- "version": "2.0.218",
95
+ "version": "2.0.220",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",