cdk-docker-image-deployment 0.0.129 → 0.0.131
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 +13 -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/rds-2014-10-31.min.json +10 -1
- 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/location.d.ts +29 -29
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -5
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +17 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +45 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +19 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +35 -35
- 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/lib/region_config_data.json +2 -0
- 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
|
}
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"signatureVersion": "v2"
|
|
70
70
|
},
|
|
71
71
|
"*/resource-explorer-2": "dualstackByDefault",
|
|
72
|
+
"*/kendra-ranking": "dualstackByDefault",
|
|
72
73
|
"*/codecatalyst": "globalDualstackByDefault"
|
|
73
74
|
},
|
|
74
75
|
|
|
@@ -131,6 +132,7 @@
|
|
|
131
132
|
"endpoint": "route53.us-gov.amazonaws.com"
|
|
132
133
|
},
|
|
133
134
|
"*/resource-explorer-2": "fipsDualstackByDefault",
|
|
135
|
+
"*/kendra-ranking": "dualstackByDefault",
|
|
134
136
|
"*/codecatalyst": "fipsGlobalDualstackByDefault"
|
|
135
137
|
},
|
|
136
138
|
|
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.200",
|
|
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.10",
|
|
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.1292.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.131",
|
|
84
84
|
"jest": {
|
|
85
85
|
"testMatch": [
|
|
86
86
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|