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.
@@ -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
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1290.0',
23
+ VERSION: '2.1291.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1290.0",
4
+ "version": "2.1291.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
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.198",
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.8",
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.1290.0"
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.129",
83
+ "version": "0.0.130",
84
84
  "jest": {
85
85
  "testMatch": [
86
86
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",