cdk-docker-image-deployment 0.0.131 → 0.0.133
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 +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1927 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +131 -114
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +0 -10
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -99
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +1 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1828 -0
- package/node_modules/aws-sdk/clients/cleanrooms.js +19 -0
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +17 -17
- package/node_modules/aws-sdk/clients/kendra.d.ts +7 -7
- package/node_modules/aws-sdk/clients/lambda.d.ts +32 -13
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +44 -5
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +19 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +137 -127
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
|
@@ -338,6 +338,7 @@ export abstract class ConfigurationServicePlaceholders {
|
|
|
338
338
|
kinesisvideowebrtcstorage?: AWS.KinesisVideoWebRTCStorage.Types.ClientConfiguration;
|
|
339
339
|
licensemanagerlinuxsubscriptions?: AWS.LicenseManagerLinuxSubscriptions.Types.ClientConfiguration;
|
|
340
340
|
kendraranking?: AWS.KendraRanking.Types.ClientConfiguration;
|
|
341
|
+
cleanrooms?: AWS.CleanRooms.Types.ClientConfiguration;
|
|
341
342
|
}
|
|
342
343
|
export interface ConfigurationServiceApiVersions {
|
|
343
344
|
acm?: AWS.ACM.Types.apiVersion;
|
|
@@ -678,4 +679,5 @@ export interface ConfigurationServiceApiVersions {
|
|
|
678
679
|
kinesisvideowebrtcstorage?: AWS.KinesisVideoWebRTCStorage.Types.apiVersion;
|
|
679
680
|
licensemanagerlinuxsubscriptions?: AWS.LicenseManagerLinuxSubscriptions.Types.apiVersion;
|
|
680
681
|
kendraranking?: AWS.KendraRanking.Types.apiVersion;
|
|
682
|
+
cleanrooms?: AWS.CleanRooms.Types.apiVersion;
|
|
681
683
|
}
|
package/package.json
CHANGED
|
@@ -44,20 +44,20 @@
|
|
|
44
44
|
"@typescript-eslint/parser": "^5",
|
|
45
45
|
"aws-cdk-lib": "2.24.0",
|
|
46
46
|
"constructs": "10.0.5",
|
|
47
|
-
"esbuild": "^0.16.
|
|
47
|
+
"esbuild": "^0.16.17",
|
|
48
48
|
"eslint": "^8",
|
|
49
|
-
"eslint-import-resolver-node": "^0.3.
|
|
50
|
-
"eslint-import-resolver-typescript": "^3.5.
|
|
51
|
-
"eslint-plugin-import": "^2.
|
|
49
|
+
"eslint-import-resolver-node": "^0.3.7",
|
|
50
|
+
"eslint-import-resolver-typescript": "^3.5.3",
|
|
51
|
+
"eslint-plugin-import": "^2.27.4",
|
|
52
52
|
"jest": "^27",
|
|
53
53
|
"jest-junit": "^13",
|
|
54
54
|
"jsii": "^1.73.0",
|
|
55
55
|
"jsii-diff": "^1.73.0",
|
|
56
|
-
"jsii-docgen": "^7.0.
|
|
56
|
+
"jsii-docgen": "^7.0.202",
|
|
57
57
|
"jsii-pacmak": "^1.73.0",
|
|
58
58
|
"json-schema": "^0.4.0",
|
|
59
59
|
"npm-check-updates": "^16",
|
|
60
|
-
"projen": "^0.66.
|
|
60
|
+
"projen": "^0.66.12",
|
|
61
61
|
"standard-version": "^9",
|
|
62
62
|
"ts-jest": "^27",
|
|
63
63
|
"typescript": "^4.9.4"
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@types/aws-lambda": "^8.10.109",
|
|
71
|
-
"aws-sdk": "^2.
|
|
71
|
+
"aws-sdk": "^2.1294.0"
|
|
72
72
|
},
|
|
73
73
|
"bundledDependencies": [
|
|
74
74
|
"@types/aws-lambda",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"main": "lib/index.js",
|
|
81
81
|
"license": "Apache-2.0",
|
|
82
82
|
"homepage": "https://github.com/cdklabs/cdk-docker-image-deployment#readme",
|
|
83
|
-
"version": "0.0.
|
|
83
|
+
"version": "0.0.133",
|
|
84
84
|
"jest": {
|
|
85
85
|
"testMatch": [
|
|
86
86
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|