cdk-comprehend-s3olap 2.0.106 → 2.0.108

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.
@@ -316,6 +316,7 @@ export abstract class ConfigurationServicePlaceholders {
316
316
  privatenetworks?: AWS.PrivateNetworks.Types.ClientConfiguration;
317
317
  supportapp?: AWS.SupportApp.Types.ClientConfiguration;
318
318
  controltower?: AWS.ControlTower.Types.ClientConfiguration;
319
+ iotfleetwise?: AWS.IoTFleetWise.Types.ClientConfiguration;
319
320
  }
320
321
  export interface ConfigurationServiceApiVersions {
321
322
  acm?: AWS.ACM.Types.apiVersion;
@@ -634,4 +635,5 @@ export interface ConfigurationServiceApiVersions {
634
635
  privatenetworks?: AWS.PrivateNetworks.Types.apiVersion;
635
636
  supportapp?: AWS.SupportApp.Types.apiVersion;
636
637
  controltower?: AWS.ControlTower.Types.apiVersion;
638
+ iotfleetwise?: AWS.IoTFleetWise.Types.apiVersion;
637
639
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1223.0',
23
+ VERSION: '2.1224.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.1223.0",
4
+ "version": "2.1224.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
@@ -34,6 +34,7 @@
34
34
  "karma-chrome-launcher": "2.2.0",
35
35
  "karma-jasmine": "^1.1.0",
36
36
  "mocha": "^3.0.0",
37
+ "patch-package": "6.4.7",
37
38
  "repl.history": "*",
38
39
  "semver": "*",
39
40
  "typescript": "2.0.8",
package/package.json CHANGED
@@ -59,7 +59,7 @@
59
59
  "jsii-pacmak": "^1.68.0",
60
60
  "json-schema": "^0.4.0",
61
61
  "npm-check-updates": "^15",
62
- "projen": "^0.62.19",
62
+ "projen": "^0.62.22",
63
63
  "standard-version": "^9",
64
64
  "ts-jest": "^27",
65
65
  "typescript": "^4.8.3"
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "dependencies": {
72
72
  "aws-cdk-lib": "^2.43.1",
73
- "aws-sdk": "^2.1223.0",
73
+ "aws-sdk": "^2.1224.0",
74
74
  "constructs": "^10.0.5",
75
75
  "esbuild": "^0.15.9"
76
76
  },
@@ -92,7 +92,7 @@
92
92
  ],
93
93
  "main": "lib/index.js",
94
94
  "license": "Apache-2.0",
95
- "version": "2.0.106",
95
+ "version": "2.0.108",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",