cdk-comprehend-s3olap 2.0.244 → 2.0.246

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.
Files changed (35) hide show
  1. package/.jsii +13 -13
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
  6. package/node_modules/@esbuild/linux-x64/package.json +1 -1
  7. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  8. package/node_modules/aws-sdk/README.md +1 -1
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +218 -215
  10. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +93 -87
  11. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +742 -197
  12. package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +12 -0
  13. package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +48 -0
  14. package/node_modules/aws-sdk/apis/pi-2018-02-27.min.json +304 -11
  15. package/node_modules/aws-sdk/apis/pi-2018-02-27.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +103 -44
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +564 -560
  18. package/node_modules/aws-sdk/clients/ec2.d.ts +10 -10
  19. package/node_modules/aws-sdk/clients/glue.d.ts +13 -0
  20. package/node_modules/aws-sdk/clients/mediapackage.d.ts +3 -2
  21. package/node_modules/aws-sdk/clients/omics.d.ts +582 -15
  22. package/node_modules/aws-sdk/clients/pi.d.ts +382 -5
  23. package/node_modules/aws-sdk/clients/route53domains.d.ts +8 -2
  24. package/node_modules/aws-sdk/clients/sagemaker.d.ts +9 -3
  25. package/node_modules/aws-sdk/clients/transfer.d.ts +2 -2
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +106 -47
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +25 -25
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/node_modules/esbuild/bin/esbuild +1 -1
  33. package/node_modules/esbuild/lib/main.js +8 -8
  34. package/node_modules/esbuild/package.json +23 -23
  35. package/package.json +7 -7
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1435.0',
23
+ VERSION: '2.1437.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.1435.0",
4
+ "version": "2.1437.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
@@ -199,7 +199,7 @@ for your current platform.`);
199
199
  "node_modules",
200
200
  ".cache",
201
201
  "esbuild",
202
- `pnpapi-${pkg.replace("/", "-")}-${"0.19.1"}-${path.basename(subpath)}`
202
+ `pnpapi-${pkg.replace("/", "-")}-${"0.19.2"}-${path.basename(subpath)}`
203
203
  );
204
204
  if (!fs.existsSync(binTargetPath)) {
205
205
  fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
@@ -745,8 +745,8 @@ function createChannel(streamIn) {
745
745
  if (isFirstPacket) {
746
746
  isFirstPacket = false;
747
747
  let binaryVersion = String.fromCharCode(...bytes);
748
- if (binaryVersion !== "0.19.1") {
749
- throw new Error(`Cannot start service: Host version "${"0.19.1"}" does not match binary version ${quote(binaryVersion)}`);
748
+ if (binaryVersion !== "0.19.2") {
749
+ throw new Error(`Cannot start service: Host version "${"0.19.2"}" does not match binary version ${quote(binaryVersion)}`);
750
750
  }
751
751
  return;
752
752
  }
@@ -1929,7 +1929,7 @@ for your current platform.`);
1929
1929
  "node_modules",
1930
1930
  ".cache",
1931
1931
  "esbuild",
1932
- `pnpapi-${pkg.replace("/", "-")}-${"0.19.1"}-${path.basename(subpath)}`
1932
+ `pnpapi-${pkg.replace("/", "-")}-${"0.19.2"}-${path.basename(subpath)}`
1933
1933
  );
1934
1934
  if (!fs.existsSync(binTargetPath)) {
1935
1935
  fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
@@ -1964,7 +1964,7 @@ if (process.env.ESBUILD_WORKER_THREADS !== "0") {
1964
1964
  }
1965
1965
  }
1966
1966
  var _a;
1967
- var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.19.1";
1967
+ var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.19.2";
1968
1968
  var esbuildCommandAndArgs = () => {
1969
1969
  if ((!ESBUILD_BINARY_PATH || false) && (path2.basename(__filename) !== "main.js" || path2.basename(__dirname) !== "lib")) {
1970
1970
  throw new Error(
@@ -2031,7 +2031,7 @@ var fsAsync = {
2031
2031
  }
2032
2032
  }
2033
2033
  };
2034
- var version = "0.19.1";
2034
+ var version = "0.19.2";
2035
2035
  var build = (options) => ensureServiceIsRunning().build(options);
2036
2036
  var context = (buildOptions) => ensureServiceIsRunning().context(buildOptions);
2037
2037
  var transform = (input, options) => ensureServiceIsRunning().transform(input, options);
@@ -2141,7 +2141,7 @@ var ensureServiceIsRunning = () => {
2141
2141
  if (longLivedService)
2142
2142
  return longLivedService;
2143
2143
  let [command, args] = esbuildCommandAndArgs();
2144
- let child = child_process.spawn(command, args.concat(`--service=${"0.19.1"}`, "--ping"), {
2144
+ let child = child_process.spawn(command, args.concat(`--service=${"0.19.2"}`, "--ping"), {
2145
2145
  windowsHide: true,
2146
2146
  stdio: ["pipe", "pipe", "inherit"],
2147
2147
  cwd: defaultWD
@@ -2241,7 +2241,7 @@ var runServiceSync = (callback) => {
2241
2241
  esbuild: node_exports
2242
2242
  });
2243
2243
  callback(service);
2244
- let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.19.1"}`), {
2244
+ let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.19.2"}`), {
2245
2245
  cwd: defaultWD,
2246
2246
  windowsHide: true,
2247
2247
  input: stdin,
@@ -2261,7 +2261,7 @@ var workerThreadService = null;
2261
2261
  var startWorkerThreadService = (worker_threads2) => {
2262
2262
  let { port1: mainPort, port2: workerPort } = new worker_threads2.MessageChannel();
2263
2263
  let worker = new worker_threads2.Worker(__filename, {
2264
- workerData: { workerPort, defaultWD, esbuildVersion: "0.19.1" },
2264
+ workerData: { workerPort, defaultWD, esbuildVersion: "0.19.2" },
2265
2265
  transferList: [workerPort],
2266
2266
  // From node's documentation: https://nodejs.org/api/worker_threads.html
2267
2267
  //
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esbuild",
3
- "version": "0.19.1",
3
+ "version": "0.19.2",
4
4
  "description": "An extremely fast JavaScript and CSS bundler and minifier.",
5
5
  "repository": "https://github.com/evanw/esbuild",
6
6
  "scripts": {
@@ -15,28 +15,28 @@
15
15
  "esbuild": "bin/esbuild"
16
16
  },
17
17
  "optionalDependencies": {
18
- "@esbuild/android-arm": "0.19.1",
19
- "@esbuild/android-arm64": "0.19.1",
20
- "@esbuild/android-x64": "0.19.1",
21
- "@esbuild/darwin-arm64": "0.19.1",
22
- "@esbuild/darwin-x64": "0.19.1",
23
- "@esbuild/freebsd-arm64": "0.19.1",
24
- "@esbuild/freebsd-x64": "0.19.1",
25
- "@esbuild/linux-arm": "0.19.1",
26
- "@esbuild/linux-arm64": "0.19.1",
27
- "@esbuild/linux-ia32": "0.19.1",
28
- "@esbuild/linux-loong64": "0.19.1",
29
- "@esbuild/linux-mips64el": "0.19.1",
30
- "@esbuild/linux-ppc64": "0.19.1",
31
- "@esbuild/linux-riscv64": "0.19.1",
32
- "@esbuild/linux-s390x": "0.19.1",
33
- "@esbuild/linux-x64": "0.19.1",
34
- "@esbuild/netbsd-x64": "0.19.1",
35
- "@esbuild/openbsd-x64": "0.19.1",
36
- "@esbuild/sunos-x64": "0.19.1",
37
- "@esbuild/win32-arm64": "0.19.1",
38
- "@esbuild/win32-ia32": "0.19.1",
39
- "@esbuild/win32-x64": "0.19.1"
18
+ "@esbuild/android-arm": "0.19.2",
19
+ "@esbuild/android-arm64": "0.19.2",
20
+ "@esbuild/android-x64": "0.19.2",
21
+ "@esbuild/darwin-arm64": "0.19.2",
22
+ "@esbuild/darwin-x64": "0.19.2",
23
+ "@esbuild/freebsd-arm64": "0.19.2",
24
+ "@esbuild/freebsd-x64": "0.19.2",
25
+ "@esbuild/linux-arm": "0.19.2",
26
+ "@esbuild/linux-arm64": "0.19.2",
27
+ "@esbuild/linux-ia32": "0.19.2",
28
+ "@esbuild/linux-loong64": "0.19.2",
29
+ "@esbuild/linux-mips64el": "0.19.2",
30
+ "@esbuild/linux-ppc64": "0.19.2",
31
+ "@esbuild/linux-riscv64": "0.19.2",
32
+ "@esbuild/linux-s390x": "0.19.2",
33
+ "@esbuild/linux-x64": "0.19.2",
34
+ "@esbuild/netbsd-x64": "0.19.2",
35
+ "@esbuild/openbsd-x64": "0.19.2",
36
+ "@esbuild/sunos-x64": "0.19.2",
37
+ "@esbuild/win32-arm64": "0.19.2",
38
+ "@esbuild/win32-ia32": "0.19.2",
39
+ "@esbuild/win32-x64": "0.19.2"
40
40
  },
41
41
  "license": "MIT"
42
42
  }
package/package.json CHANGED
@@ -43,9 +43,9 @@
43
43
  "@types/node": "^16",
44
44
  "@typescript-eslint/eslint-plugin": "^5",
45
45
  "@typescript-eslint/parser": "^5",
46
- "aws-cdk-lib": "^2.91.0",
46
+ "aws-cdk-lib": "^2.92.0",
47
47
  "constructs": "^10.0.5",
48
- "esbuild": "^0.19.1",
48
+ "esbuild": "^0.19.2",
49
49
  "eslint": "^8",
50
50
  "eslint-import-resolver-node": "^0.3.9",
51
51
  "eslint-import-resolver-typescript": "^2.7.1",
@@ -58,7 +58,7 @@
58
58
  "jsii-pacmak": "^1.87.0",
59
59
  "jsii-rosetta": "1.x",
60
60
  "npm-check-updates": "^16",
61
- "projen": "^0.72.11",
61
+ "projen": "^0.72.13",
62
62
  "standard-version": "^9",
63
63
  "ts-jest": "^27",
64
64
  "typescript": "^4.9.5"
@@ -68,10 +68,10 @@
68
68
  "constructs": "^10.0.5"
69
69
  },
70
70
  "dependencies": {
71
- "aws-cdk-lib": "^2.91.0",
72
- "aws-sdk": "^2.1435.0",
71
+ "aws-cdk-lib": "^2.92.0",
72
+ "aws-sdk": "^2.1437.0",
73
73
  "constructs": "^10.0.5",
74
- "esbuild": "^0.19.1"
74
+ "esbuild": "^0.19.2"
75
75
  },
76
76
  "bundledDependencies": [
77
77
  "aws-sdk",
@@ -96,7 +96,7 @@
96
96
  ],
97
97
  "main": "lib/index.js",
98
98
  "license": "Apache-2.0",
99
- "version": "2.0.244",
99
+ "version": "2.0.246",
100
100
  "jest": {
101
101
  "testMatch": [
102
102
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",