cdk-comprehend-s3olap 2.0.212 → 2.0.213

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 (42) hide show
  1. package/.jsii +4 -4
  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 +14 -1
  8. package/node_modules/aws-sdk/README.md +1 -1
  9. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +6 -2
  10. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +223 -177
  11. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +11 -2
  12. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +148 -146
  13. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +236 -131
  14. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +4 -3
  15. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +40 -6
  16. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +400 -151
  17. package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +6 -0
  18. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +92 -92
  19. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +730 -723
  20. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +1 -1
  21. package/node_modules/aws-sdk/clients/connect.d.ts +38 -2
  22. package/node_modules/aws-sdk/clients/datasync.d.ts +24 -12
  23. package/node_modules/aws-sdk/clients/dms.d.ts +9 -0
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  25. package/node_modules/aws-sdk/clients/fsx.d.ts +134 -4
  26. package/node_modules/aws-sdk/clients/iam.d.ts +27 -27
  27. package/node_modules/aws-sdk/clients/mediatailor.d.ts +6 -1
  28. package/node_modules/aws-sdk/clients/personalize.d.ts +52 -2
  29. package/node_modules/aws-sdk/clients/proton.d.ts +414 -0
  30. package/node_modules/aws-sdk/clients/s3.d.ts +4 -4
  31. package/node_modules/aws-sdk/clients/sagemaker.d.ts +21 -1
  32. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +3 -3
  33. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  34. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  35. package/node_modules/aws-sdk/dist/aws-sdk.js +272 -188
  36. package/node_modules/aws-sdk/dist/aws-sdk.min.js +84 -83
  37. package/node_modules/aws-sdk/lib/core.js +1 -1
  38. package/node_modules/aws-sdk/package.json +1 -1
  39. package/node_modules/esbuild/bin/esbuild +1 -1
  40. package/node_modules/esbuild/lib/main.js +8 -8
  41. package/node_modules/esbuild/package.json +23 -23
  42. package/package.json +5 -5
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1414.0',
23
+ VERSION: '2.1415.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.1414.0",
4
+ "version": "2.1415.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.18.11"}-${path.basename(subpath)}`
202
+ `pnpapi-${pkg.replace("/", "-")}-${"0.18.12"}-${path.basename(subpath)}`
203
203
  );
204
204
  if (!fs.existsSync(binTargetPath)) {
205
205
  fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
@@ -738,8 +738,8 @@ function createChannel(streamIn) {
738
738
  if (isFirstPacket) {
739
739
  isFirstPacket = false;
740
740
  let binaryVersion = String.fromCharCode(...bytes);
741
- if (binaryVersion !== "0.18.11") {
742
- throw new Error(`Cannot start service: Host version "${"0.18.11"}" does not match binary version ${quote(binaryVersion)}`);
741
+ if (binaryVersion !== "0.18.12") {
742
+ throw new Error(`Cannot start service: Host version "${"0.18.12"}" does not match binary version ${quote(binaryVersion)}`);
743
743
  }
744
744
  return;
745
745
  }
@@ -1908,7 +1908,7 @@ for your current platform.`);
1908
1908
  "node_modules",
1909
1909
  ".cache",
1910
1910
  "esbuild",
1911
- `pnpapi-${pkg.replace("/", "-")}-${"0.18.11"}-${path.basename(subpath)}`
1911
+ `pnpapi-${pkg.replace("/", "-")}-${"0.18.12"}-${path.basename(subpath)}`
1912
1912
  );
1913
1913
  if (!fs.existsSync(binTargetPath)) {
1914
1914
  fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
@@ -1943,7 +1943,7 @@ if (process.env.ESBUILD_WORKER_THREADS !== "0") {
1943
1943
  }
1944
1944
  }
1945
1945
  var _a;
1946
- var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.18.11";
1946
+ var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.18.12";
1947
1947
  var esbuildCommandAndArgs = () => {
1948
1948
  if ((!ESBUILD_BINARY_PATH || false) && (path2.basename(__filename) !== "main.js" || path2.basename(__dirname) !== "lib")) {
1949
1949
  throw new Error(
@@ -2010,7 +2010,7 @@ var fsAsync = {
2010
2010
  }
2011
2011
  }
2012
2012
  };
2013
- var version = "0.18.11";
2013
+ var version = "0.18.12";
2014
2014
  var build = (options) => ensureServiceIsRunning().build(options);
2015
2015
  var context = (buildOptions) => ensureServiceIsRunning().context(buildOptions);
2016
2016
  var transform = (input, options) => ensureServiceIsRunning().transform(input, options);
@@ -2120,7 +2120,7 @@ var ensureServiceIsRunning = () => {
2120
2120
  if (longLivedService)
2121
2121
  return longLivedService;
2122
2122
  let [command, args] = esbuildCommandAndArgs();
2123
- let child = child_process.spawn(command, args.concat(`--service=${"0.18.11"}`, "--ping"), {
2123
+ let child = child_process.spawn(command, args.concat(`--service=${"0.18.12"}`, "--ping"), {
2124
2124
  windowsHide: true,
2125
2125
  stdio: ["pipe", "pipe", "inherit"],
2126
2126
  cwd: defaultWD
@@ -2220,7 +2220,7 @@ var runServiceSync = (callback) => {
2220
2220
  esbuild: node_exports
2221
2221
  });
2222
2222
  callback(service);
2223
- let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.18.11"}`), {
2223
+ let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.18.12"}`), {
2224
2224
  cwd: defaultWD,
2225
2225
  windowsHide: true,
2226
2226
  input: stdin,
@@ -2240,7 +2240,7 @@ var workerThreadService = null;
2240
2240
  var startWorkerThreadService = (worker_threads2) => {
2241
2241
  let { port1: mainPort, port2: workerPort } = new worker_threads2.MessageChannel();
2242
2242
  let worker = new worker_threads2.Worker(__filename, {
2243
- workerData: { workerPort, defaultWD, esbuildVersion: "0.18.11" },
2243
+ workerData: { workerPort, defaultWD, esbuildVersion: "0.18.12" },
2244
2244
  transferList: [workerPort],
2245
2245
  // From node's documentation: https://nodejs.org/api/worker_threads.html
2246
2246
  //
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esbuild",
3
- "version": "0.18.11",
3
+ "version": "0.18.12",
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.18.11",
19
- "@esbuild/android-arm64": "0.18.11",
20
- "@esbuild/android-x64": "0.18.11",
21
- "@esbuild/darwin-arm64": "0.18.11",
22
- "@esbuild/darwin-x64": "0.18.11",
23
- "@esbuild/freebsd-arm64": "0.18.11",
24
- "@esbuild/freebsd-x64": "0.18.11",
25
- "@esbuild/linux-arm": "0.18.11",
26
- "@esbuild/linux-arm64": "0.18.11",
27
- "@esbuild/linux-ia32": "0.18.11",
28
- "@esbuild/linux-loong64": "0.18.11",
29
- "@esbuild/linux-mips64el": "0.18.11",
30
- "@esbuild/linux-ppc64": "0.18.11",
31
- "@esbuild/linux-riscv64": "0.18.11",
32
- "@esbuild/linux-s390x": "0.18.11",
33
- "@esbuild/linux-x64": "0.18.11",
34
- "@esbuild/netbsd-x64": "0.18.11",
35
- "@esbuild/openbsd-x64": "0.18.11",
36
- "@esbuild/sunos-x64": "0.18.11",
37
- "@esbuild/win32-arm64": "0.18.11",
38
- "@esbuild/win32-ia32": "0.18.11",
39
- "@esbuild/win32-x64": "0.18.11"
18
+ "@esbuild/android-arm": "0.18.12",
19
+ "@esbuild/android-arm64": "0.18.12",
20
+ "@esbuild/android-x64": "0.18.12",
21
+ "@esbuild/darwin-arm64": "0.18.12",
22
+ "@esbuild/darwin-x64": "0.18.12",
23
+ "@esbuild/freebsd-arm64": "0.18.12",
24
+ "@esbuild/freebsd-x64": "0.18.12",
25
+ "@esbuild/linux-arm": "0.18.12",
26
+ "@esbuild/linux-arm64": "0.18.12",
27
+ "@esbuild/linux-ia32": "0.18.12",
28
+ "@esbuild/linux-loong64": "0.18.12",
29
+ "@esbuild/linux-mips64el": "0.18.12",
30
+ "@esbuild/linux-ppc64": "0.18.12",
31
+ "@esbuild/linux-riscv64": "0.18.12",
32
+ "@esbuild/linux-s390x": "0.18.12",
33
+ "@esbuild/linux-x64": "0.18.12",
34
+ "@esbuild/netbsd-x64": "0.18.12",
35
+ "@esbuild/openbsd-x64": "0.18.12",
36
+ "@esbuild/sunos-x64": "0.18.12",
37
+ "@esbuild/win32-arm64": "0.18.12",
38
+ "@esbuild/win32-ia32": "0.18.12",
39
+ "@esbuild/win32-x64": "0.18.12"
40
40
  },
41
41
  "license": "MIT"
42
42
  }
package/package.json CHANGED
@@ -45,7 +45,7 @@
45
45
  "@typescript-eslint/parser": "^5",
46
46
  "aws-cdk-lib": "^2.87.0",
47
47
  "constructs": "^10.0.5",
48
- "esbuild": "^0.18.11",
48
+ "esbuild": "^0.18.12",
49
49
  "eslint": "^8",
50
50
  "eslint-import-resolver-node": "^0.3.7",
51
51
  "eslint-import-resolver-typescript": "^2.7.1",
@@ -58,7 +58,7 @@
58
58
  "jsii-pacmak": "^1.84.0",
59
59
  "jsii-rosetta": "1.x",
60
60
  "npm-check-updates": "^16",
61
- "projen": "^0.71.134",
61
+ "projen": "^0.71.135",
62
62
  "standard-version": "^9",
63
63
  "ts-jest": "^27",
64
64
  "typescript": "^4.9.5"
@@ -69,9 +69,9 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "aws-cdk-lib": "^2.87.0",
72
- "aws-sdk": "^2.1414.0",
72
+ "aws-sdk": "^2.1415.0",
73
73
  "constructs": "^10.0.5",
74
- "esbuild": "^0.18.11"
74
+ "esbuild": "^0.18.12"
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.212",
99
+ "version": "2.0.213",
100
100
  "jest": {
101
101
  "testMatch": [
102
102
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",