cdk-docker-image-deployment 0.0.129 → 0.0.130
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 +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/kendra-ranking-2022-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kendra-ranking-2022-10-19.min.json +286 -0
- package/node_modules/aws-sdk/apis/kendra-ranking-2022-10-19.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +36 -32
- 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/ecrpublic.d.ts +117 -117
- package/node_modules/aws-sdk/clients/kendraranking.d.ts +391 -0
- package/node_modules/aws-sdk/clients/kendraranking.js +18 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +2 -2
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +17 -0
- 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 +42 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +29 -29
- 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 +4 -4
|
@@ -337,6 +337,7 @@ export abstract class ConfigurationServicePlaceholders {
|
|
|
337
337
|
sagemakermetrics?: AWS.SageMakerMetrics.Types.ClientConfiguration;
|
|
338
338
|
kinesisvideowebrtcstorage?: AWS.KinesisVideoWebRTCStorage.Types.ClientConfiguration;
|
|
339
339
|
licensemanagerlinuxsubscriptions?: AWS.LicenseManagerLinuxSubscriptions.Types.ClientConfiguration;
|
|
340
|
+
kendraranking?: AWS.KendraRanking.Types.ClientConfiguration;
|
|
340
341
|
}
|
|
341
342
|
export interface ConfigurationServiceApiVersions {
|
|
342
343
|
acm?: AWS.ACM.Types.apiVersion;
|
|
@@ -676,4 +677,5 @@ export interface ConfigurationServiceApiVersions {
|
|
|
676
677
|
sagemakermetrics?: AWS.SageMakerMetrics.Types.apiVersion;
|
|
677
678
|
kinesisvideowebrtcstorage?: AWS.KinesisVideoWebRTCStorage.Types.apiVersion;
|
|
678
679
|
licensemanagerlinuxsubscriptions?: AWS.LicenseManagerLinuxSubscriptions.Types.apiVersion;
|
|
680
|
+
kendraranking?: AWS.KendraRanking.Types.apiVersion;
|
|
679
681
|
}
|
package/package.json
CHANGED
|
@@ -53,11 +53,11 @@
|
|
|
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.199",
|
|
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.9",
|
|
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.1291.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.130",
|
|
84
84
|
"jest": {
|
|
85
85
|
"testMatch": [
|
|
86
86
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|