cdk-lambda-subminute 2.0.186 → 2.0.188
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/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +19 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +73 -71
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.examples.json +17 -382
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1400 -1370
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +4 -2
- package/node_modules/aws-sdk/apis/pricing-2017-10-15.examples.json +0 -63
- package/node_modules/aws-sdk/apis/pricing-2017-10-15.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +232 -125
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +9 -9
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +926 -866
- package/node_modules/aws-sdk/clients/appflow.d.ts +32 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +10 -1
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +53 -24
- package/node_modules/aws-sdk/clients/ecs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -0
- package/node_modules/aws-sdk/clients/pricing.d.ts +2 -2
- package/node_modules/aws-sdk/clients/pricing.js +1 -0
- package/node_modules/aws-sdk/clients/redshift.d.ts +189 -11
- package/node_modules/aws-sdk/clients/route53domains.d.ts +11 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +107 -36
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1545 -1538
- package/node_modules/aws-sdk/dist/aws-sdk.js +2012 -1859
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@typescript-eslint/parser": "^5",
|
|
46
46
|
"aws-cdk-lib": "^2.84.0",
|
|
47
47
|
"constructs": "^10.0.5",
|
|
48
|
-
"esbuild": "^0.18.
|
|
48
|
+
"esbuild": "^0.18.6",
|
|
49
49
|
"eslint": "^8",
|
|
50
50
|
"eslint-import-resolver-node": "^0.3.7",
|
|
51
51
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
@@ -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.
|
|
60
|
+
"projen": "^0.71.103",
|
|
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.84.0",
|
|
72
|
-
"aws-sdk": "^2.
|
|
72
|
+
"aws-sdk": "^2.1401.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.
|
|
94
|
+
"version": "2.0.188",
|
|
95
95
|
"jest": {
|
|
96
96
|
"testMatch": [
|
|
97
97
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|