cdk-comprehend-s3olap 2.0.4 → 2.0.7

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.
@@ -308,7 +308,6 @@ export abstract class ConfigurationServicePlaceholders {
308
308
  chimesdkmediapipelines?: AWS.ChimeSDKMediaPipelines.Types.ClientConfiguration;
309
309
  emrserverless?: AWS.EMRServerless.Types.ClientConfiguration;
310
310
  m2?: AWS.M2.Types.ClientConfiguration;
311
- redshiftserverless?: AWS.RedshiftServerless.Types.ClientConfiguration;
312
311
  }
313
312
  export interface ConfigurationServiceApiVersions {
314
313
  acm?: AWS.ACM.Types.apiVersion;
@@ -619,5 +618,4 @@ export interface ConfigurationServiceApiVersions {
619
618
  chimesdkmediapipelines?: AWS.ChimeSDKMediaPipelines.Types.apiVersion;
620
619
  emrserverless?: AWS.EMRServerless.Types.apiVersion;
621
620
  m2?: AWS.M2.Types.apiVersion;
622
- redshiftserverless?: AWS.RedshiftServerless.Types.apiVersion;
623
621
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1152.0',
23
+ VERSION: '2.1153.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.1152.0",
4
+ "version": "2.1153.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
package/package.json CHANGED
@@ -59,7 +59,7 @@
59
59
  "jsii-pacmak": "^1.60.1",
60
60
  "json-schema": "^0.4.0",
61
61
  "npm-check-updates": "^12",
62
- "projen": "^0.58.6",
62
+ "projen": "^0.58.12",
63
63
  "standard-version": "^9",
64
64
  "ts-jest": "^27",
65
65
  "typescript": "^4.7.3"
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "dependencies": {
72
72
  "aws-cdk-lib": "^2.27.0",
73
- "aws-sdk": "^2.1152.0",
73
+ "aws-sdk": "^2.1153.0",
74
74
  "constructs": "^10.0.5",
75
75
  "esbuild": "^0.14.43"
76
76
  },
@@ -92,7 +92,7 @@
92
92
  ],
93
93
  "main": "lib/index.js",
94
94
  "license": "Apache-2.0",
95
- "version": "2.0.4",
95
+ "version": "2.0.7",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
@@ -1,5 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "examples": {
4
- }
5
- }