cdk-lambda-subminute 2.0.425 → 2.0.426

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.
@@ -380,6 +380,7 @@ export abstract class ConfigurationServicePlaceholders {
380
380
  timestreaminfluxdb?: AWS.TimestreamInfluxDB.Types.ClientConfiguration;
381
381
  codeconnections?: AWS.CodeConnections.Types.ClientConfiguration;
382
382
  deadline?: AWS.Deadline.Types.ClientConfiguration;
383
+ controlcatalog?: AWS.ControlCatalog.Types.ClientConfiguration;
383
384
  }
384
385
  export interface ConfigurationServiceApiVersions {
385
386
  acm?: AWS.ACM.Types.apiVersion;
@@ -762,4 +763,5 @@ export interface ConfigurationServiceApiVersions {
762
763
  timestreaminfluxdb?: AWS.TimestreamInfluxDB.Types.apiVersion;
763
764
  codeconnections?: AWS.CodeConnections.Types.apiVersion;
764
765
  deadline?: AWS.Deadline.Types.apiVersion;
766
+ controlcatalog?: AWS.ControlCatalog.Types.apiVersion;
765
767
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1594.0',
23
+ VERSION: '2.1595.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.1594.0",
4
+ "version": "2.1595.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
package/package.json CHANGED
@@ -51,11 +51,11 @@
51
51
  "jest": "^27",
52
52
  "jest-junit": "^15",
53
53
  "jsii": "1.x",
54
- "jsii-diff": "^1.96.0",
54
+ "jsii-diff": "^1.97.0",
55
55
  "jsii-docgen": "^1.8.110",
56
- "jsii-pacmak": "^1.96.0",
56
+ "jsii-pacmak": "^1.97.0",
57
57
  "jsii-rosetta": "1.x",
58
- "projen": "^0.80.19",
58
+ "projen": "^0.80.20",
59
59
  "source-map-support": "^0.5.21",
60
60
  "standard-version": "^9",
61
61
  "ts-jest": "^27",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "aws-cdk-lib": "^2.95.0",
70
- "aws-sdk": "^2.1594.0",
70
+ "aws-sdk": "^2.1595.0",
71
71
  "constructs": "^10.0.5"
72
72
  },
73
73
  "bundledDependencies": [
@@ -89,7 +89,7 @@
89
89
  ],
90
90
  "main": "lib/index.js",
91
91
  "license": "Apache-2.0",
92
- "version": "2.0.425",
92
+ "version": "2.0.426",
93
93
  "jest": {
94
94
  "testMatch": [
95
95
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",