cdk-lambda-subminute 2.0.398 → 2.0.399

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.
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1573.0',
23
+ VERSION: '2.1574.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1,7 +1,8 @@
1
1
  var warning = [
2
- 'We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.\n',
2
+ 'The AWS SDK for JavaScript (v2) will enter maintenance mode',
3
+ 'on September 8, 2024 and reach end-of-support on September 8, 2025.\n',
3
4
  'Please migrate your code to use AWS SDK for JavaScript (v3).',
4
- 'For more information, check the migration guide at https://a.co/7PzMCcy'
5
+ 'For more information, check blog post at https://a.co/cUPnyil'
5
6
  ].join('\n');
6
7
 
7
8
  module.exports = {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1573.0",
4
+ "version": "2.1574.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
package/package.json CHANGED
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "aws-cdk-lib": "^2.95.0",
70
- "aws-sdk": "^2.1573.0",
70
+ "aws-sdk": "^2.1574.0",
71
71
  "constructs": "^10.0.5"
72
72
  },
73
73
  "bundledDependencies": [
@@ -89,7 +89,7 @@
89
89
  ],
90
90
  "main": "lib/index.js",
91
91
  "license": "Apache-2.0",
92
- "version": "2.0.398",
92
+ "version": "2.0.399",
93
93
  "jest": {
94
94
  "testMatch": [
95
95
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",