cdk-docker-image-deployment 0.0.159 → 0.0.161
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +118 -77
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +133 -127
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +12 -4
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +19 -0
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +37 -9
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +339 -271
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +18 -4
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +847 -831
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +84 -26
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +14 -14
- package/node_modules/aws-sdk/clients/connect.d.ts +13 -3
- package/node_modules/aws-sdk/clients/ec2.d.ts +118 -110
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +39 -15
- package/node_modules/aws-sdk/clients/evidently.d.ts +11 -11
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +152 -52
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +19 -1
- package/node_modules/aws-sdk/clients/lightsail.d.ts +8 -2
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +3 -3
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +56 -39
- package/node_modules/aws-sdk/clients/sns.d.ts +3 -3
- package/node_modules/aws-sdk/clients/workdocs.d.ts +47 -47
- package/node_modules/aws-sdk/clients/workspaces.d.ts +21 -21
- 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 +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +303 -215
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@typescript-eslint/parser": "^5",
|
|
45
45
|
"aws-cdk-lib": "2.24.0",
|
|
46
46
|
"constructs": "10.0.5",
|
|
47
|
-
"esbuild": "^0.17.
|
|
47
|
+
"esbuild": "^0.17.7",
|
|
48
48
|
"eslint": "^8",
|
|
49
49
|
"eslint-import-resolver-node": "^0.3.7",
|
|
50
50
|
"eslint-import-resolver-typescript": "^3.5.3",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"jest-junit": "^13",
|
|
54
54
|
"jsii": "^1.74.0",
|
|
55
55
|
"jsii-diff": "^1.74.0",
|
|
56
|
-
"jsii-docgen": "^7.0.
|
|
56
|
+
"jsii-docgen": "^7.0.229",
|
|
57
57
|
"jsii-pacmak": "^1.74.0",
|
|
58
58
|
"npm-check-updates": "^16",
|
|
59
|
-
"projen": "^0.67.
|
|
59
|
+
"projen": "^0.67.48",
|
|
60
60
|
"standard-version": "^9",
|
|
61
61
|
"ts-jest": "^27",
|
|
62
62
|
"typescript": "^4.9.5"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@types/aws-lambda": "^8.10.110",
|
|
70
|
-
"aws-sdk": "^2.
|
|
70
|
+
"aws-sdk": "^2.1313.0"
|
|
71
71
|
},
|
|
72
72
|
"bundledDependencies": [
|
|
73
73
|
"@types/aws-lambda",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"main": "lib/index.js",
|
|
80
80
|
"license": "Apache-2.0",
|
|
81
81
|
"homepage": "https://github.com/cdklabs/cdk-docker-image-deployment#readme",
|
|
82
|
-
"version": "0.0.
|
|
82
|
+
"version": "0.0.161",
|
|
83
83
|
"jest": {
|
|
84
84
|
"testMatch": [
|
|
85
85
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|