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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +187 -158
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +252 -252
- package/node_modules/aws-sdk/clients/batch.d.ts +36 -3
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +363 -81
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +2 -2
- package/node_modules/aws-sdk/clients/codebuild.d.ts +4 -4
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +32 -32
- package/node_modules/aws-sdk/clients/guardduty.d.ts +14 -14
- package/node_modules/aws-sdk/clients/transfer.d.ts +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +4 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +6 -5
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +3 -3
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -1,7 +1,8 @@
|
|
1
1
|
var warning = [
|
2
|
-
'
|
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
|
5
|
+
'For more information, check blog post at https://a.co/cUPnyil'
|
5
6
|
].join('\n');
|
6
7
|
|
7
8
|
module.exports = {
|
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.
|
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.
|
92
|
+
"version": "2.0.399",
|
93
93
|
"jest": {
|
94
94
|
"testMatch": [
|
95
95
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|