cdk-comprehend-s3olap 2.0.218 → 2.0.220

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 (59) 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 +20 -1
  8. package/node_modules/aws-sdk/README.md +1 -1
  9. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +20 -4
  10. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +294 -24
  11. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +35 -25
  12. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +41 -4
  13. package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.examples.json +5 -0
  15. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +1098 -0
  16. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.paginators.json +28 -0
  17. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
  18. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  19. package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +49 -36
  20. package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +201 -62
  21. package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
  22. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +32 -32
  23. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +205 -158
  24. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +139 -34
  26. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +98 -24
  27. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +30 -6
  28. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +134 -123
  29. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  30. package/node_modules/aws-sdk/clients/all.js +2 -1
  31. package/node_modules/aws-sdk/clients/cloudformation.d.ts +21 -0
  32. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +264 -7
  33. package/node_modules/aws-sdk/clients/connectcases.d.ts +15 -4
  34. package/node_modules/aws-sdk/clients/ec2.d.ts +200 -200
  35. package/node_modules/aws-sdk/clients/grafana.d.ts +47 -5
  36. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +11 -11
  37. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +1102 -0
  38. package/node_modules/aws-sdk/clients/medicalimaging.js +19 -0
  39. package/node_modules/aws-sdk/clients/ram.d.ts +14 -1
  40. package/node_modules/aws-sdk/clients/route53resolver.d.ts +220 -7
  41. package/node_modules/aws-sdk/clients/sagemaker.d.ts +88 -10
  42. package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +13 -13
  43. package/node_modules/aws-sdk/clients/savingsplans.d.ts +1 -1
  44. package/node_modules/aws-sdk/clients/securitylake.d.ts +93 -11
  45. package/node_modules/aws-sdk/clients/ssmsap.d.ts +131 -7
  46. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +21 -0
  47. package/node_modules/aws-sdk/clients/wafv2.d.ts +12 -2
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +62 -18
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +27 -7
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
  52. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  53. package/node_modules/aws-sdk/lib/core.js +1 -1
  54. package/node_modules/aws-sdk/package.json +1 -1
  55. package/node_modules/esbuild/bin/esbuild +1 -1
  56. package/node_modules/esbuild/lib/main.d.ts +1 -0
  57. package/node_modules/esbuild/lib/main.js +11 -8
  58. package/node_modules/esbuild/package.json +23 -23
  59. package/package.json +7 -7
@@ -351,6 +351,7 @@ export abstract class ConfigurationServicePlaceholders {
351
351
  codegurusecurity?: AWS.CodeGuruSecurity.Types.ClientConfiguration;
352
352
  verifiedpermissions?: AWS.VerifiedPermissions.Types.ClientConfiguration;
353
353
  appfabric?: AWS.AppFabric.Types.ClientConfiguration;
354
+ medicalimaging?: AWS.MedicalImaging.Types.ClientConfiguration;
354
355
  }
355
356
  export interface ConfigurationServiceApiVersions {
356
357
  acm?: AWS.ACM.Types.apiVersion;
@@ -704,4 +705,5 @@ export interface ConfigurationServiceApiVersions {
704
705
  codegurusecurity?: AWS.CodeGuruSecurity.Types.apiVersion;
705
706
  verifiedpermissions?: AWS.VerifiedPermissions.Types.apiVersion;
706
707
  appfabric?: AWS.AppFabric.Types.apiVersion;
708
+ medicalimaging?: AWS.MedicalImaging.Types.apiVersion;
707
709
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1417.0',
23
+ VERSION: '2.1419.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.1417.0",
4
+ "version": "2.1419.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.14"}-${path.basename(subpath)}`
202
+ `pnpapi-${pkg.replace("/", "-")}-${"0.18.15"}-${path.basename(subpath)}`
203
203
  );
204
204
  if (!fs.existsSync(binTargetPath)) {
205
205
  fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
@@ -238,6 +238,7 @@ export interface ServeOptions {
238
238
  servedir?: string
239
239
  keyfile?: string
240
240
  certfile?: string
241
+ fallback?: string
241
242
  onRequest?: (args: ServeOnRequestArgs) => void
242
243
  }
243
244
 
@@ -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.18.14") {
749
- throw new Error(`Cannot start service: Host version "${"0.18.14"}" does not match binary version ${quote(binaryVersion)}`);
748
+ if (binaryVersion !== "0.18.15") {
749
+ throw new Error(`Cannot start service: Host version "${"0.18.15"}" does not match binary version ${quote(binaryVersion)}`);
750
750
  }
751
751
  return;
752
752
  }
@@ -1144,6 +1144,7 @@ function buildOrContextImpl(callName, buildKey, sendRequest, sendResponse, refs,
1144
1144
  const servedir = getFlag(options2, keys, "servedir", mustBeString);
1145
1145
  const keyfile = getFlag(options2, keys, "keyfile", mustBeString);
1146
1146
  const certfile = getFlag(options2, keys, "certfile", mustBeString);
1147
+ const fallback = getFlag(options2, keys, "fallback", mustBeString);
1147
1148
  const onRequest = getFlag(options2, keys, "onRequest", mustBeFunction);
1148
1149
  checkForInvalidFlags(options2, keys, `in serve() call`);
1149
1150
  const request2 = {
@@ -1161,6 +1162,8 @@ function buildOrContextImpl(callName, buildKey, sendRequest, sendResponse, refs,
1161
1162
  request2.keyfile = keyfile;
1162
1163
  if (certfile !== void 0)
1163
1164
  request2.certfile = certfile;
1165
+ if (fallback !== void 0)
1166
+ request2.fallback = fallback;
1164
1167
  sendRequest(refs, request2, (error2, response2) => {
1165
1168
  if (error2)
1166
1169
  return reject(new Error(error2));
@@ -1915,7 +1918,7 @@ for your current platform.`);
1915
1918
  "node_modules",
1916
1919
  ".cache",
1917
1920
  "esbuild",
1918
- `pnpapi-${pkg.replace("/", "-")}-${"0.18.14"}-${path.basename(subpath)}`
1921
+ `pnpapi-${pkg.replace("/", "-")}-${"0.18.15"}-${path.basename(subpath)}`
1919
1922
  );
1920
1923
  if (!fs.existsSync(binTargetPath)) {
1921
1924
  fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
@@ -1950,7 +1953,7 @@ if (process.env.ESBUILD_WORKER_THREADS !== "0") {
1950
1953
  }
1951
1954
  }
1952
1955
  var _a;
1953
- var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.18.14";
1956
+ var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.18.15";
1954
1957
  var esbuildCommandAndArgs = () => {
1955
1958
  if ((!ESBUILD_BINARY_PATH || false) && (path2.basename(__filename) !== "main.js" || path2.basename(__dirname) !== "lib")) {
1956
1959
  throw new Error(
@@ -2017,7 +2020,7 @@ var fsAsync = {
2017
2020
  }
2018
2021
  }
2019
2022
  };
2020
- var version = "0.18.14";
2023
+ var version = "0.18.15";
2021
2024
  var build = (options) => ensureServiceIsRunning().build(options);
2022
2025
  var context = (buildOptions) => ensureServiceIsRunning().context(buildOptions);
2023
2026
  var transform = (input, options) => ensureServiceIsRunning().transform(input, options);
@@ -2127,7 +2130,7 @@ var ensureServiceIsRunning = () => {
2127
2130
  if (longLivedService)
2128
2131
  return longLivedService;
2129
2132
  let [command, args] = esbuildCommandAndArgs();
2130
- let child = child_process.spawn(command, args.concat(`--service=${"0.18.14"}`, "--ping"), {
2133
+ let child = child_process.spawn(command, args.concat(`--service=${"0.18.15"}`, "--ping"), {
2131
2134
  windowsHide: true,
2132
2135
  stdio: ["pipe", "pipe", "inherit"],
2133
2136
  cwd: defaultWD
@@ -2227,7 +2230,7 @@ var runServiceSync = (callback) => {
2227
2230
  esbuild: node_exports
2228
2231
  });
2229
2232
  callback(service);
2230
- let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.18.14"}`), {
2233
+ let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.18.15"}`), {
2231
2234
  cwd: defaultWD,
2232
2235
  windowsHide: true,
2233
2236
  input: stdin,
@@ -2247,7 +2250,7 @@ var workerThreadService = null;
2247
2250
  var startWorkerThreadService = (worker_threads2) => {
2248
2251
  let { port1: mainPort, port2: workerPort } = new worker_threads2.MessageChannel();
2249
2252
  let worker = new worker_threads2.Worker(__filename, {
2250
- workerData: { workerPort, defaultWD, esbuildVersion: "0.18.14" },
2253
+ workerData: { workerPort, defaultWD, esbuildVersion: "0.18.15" },
2251
2254
  transferList: [workerPort],
2252
2255
  // From node's documentation: https://nodejs.org/api/worker_threads.html
2253
2256
  //
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esbuild",
3
- "version": "0.18.14",
3
+ "version": "0.18.15",
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.14",
19
- "@esbuild/android-arm64": "0.18.14",
20
- "@esbuild/android-x64": "0.18.14",
21
- "@esbuild/darwin-arm64": "0.18.14",
22
- "@esbuild/darwin-x64": "0.18.14",
23
- "@esbuild/freebsd-arm64": "0.18.14",
24
- "@esbuild/freebsd-x64": "0.18.14",
25
- "@esbuild/linux-arm": "0.18.14",
26
- "@esbuild/linux-arm64": "0.18.14",
27
- "@esbuild/linux-ia32": "0.18.14",
28
- "@esbuild/linux-loong64": "0.18.14",
29
- "@esbuild/linux-mips64el": "0.18.14",
30
- "@esbuild/linux-ppc64": "0.18.14",
31
- "@esbuild/linux-riscv64": "0.18.14",
32
- "@esbuild/linux-s390x": "0.18.14",
33
- "@esbuild/linux-x64": "0.18.14",
34
- "@esbuild/netbsd-x64": "0.18.14",
35
- "@esbuild/openbsd-x64": "0.18.14",
36
- "@esbuild/sunos-x64": "0.18.14",
37
- "@esbuild/win32-arm64": "0.18.14",
38
- "@esbuild/win32-ia32": "0.18.14",
39
- "@esbuild/win32-x64": "0.18.14"
18
+ "@esbuild/android-arm": "0.18.15",
19
+ "@esbuild/android-arm64": "0.18.15",
20
+ "@esbuild/android-x64": "0.18.15",
21
+ "@esbuild/darwin-arm64": "0.18.15",
22
+ "@esbuild/darwin-x64": "0.18.15",
23
+ "@esbuild/freebsd-arm64": "0.18.15",
24
+ "@esbuild/freebsd-x64": "0.18.15",
25
+ "@esbuild/linux-arm": "0.18.15",
26
+ "@esbuild/linux-arm64": "0.18.15",
27
+ "@esbuild/linux-ia32": "0.18.15",
28
+ "@esbuild/linux-loong64": "0.18.15",
29
+ "@esbuild/linux-mips64el": "0.18.15",
30
+ "@esbuild/linux-ppc64": "0.18.15",
31
+ "@esbuild/linux-riscv64": "0.18.15",
32
+ "@esbuild/linux-s390x": "0.18.15",
33
+ "@esbuild/linux-x64": "0.18.15",
34
+ "@esbuild/netbsd-x64": "0.18.15",
35
+ "@esbuild/openbsd-x64": "0.18.15",
36
+ "@esbuild/sunos-x64": "0.18.15",
37
+ "@esbuild/win32-arm64": "0.18.15",
38
+ "@esbuild/win32-ia32": "0.18.15",
39
+ "@esbuild/win32-x64": "0.18.15"
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.87.0",
46
+ "aws-cdk-lib": "^2.88.0",
47
47
  "constructs": "^10.0.5",
48
- "esbuild": "^0.18.14",
48
+ "esbuild": "^0.18.15",
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.85.0",
59
59
  "jsii-rosetta": "1.x",
60
60
  "npm-check-updates": "^16",
61
- "projen": "^0.71.142",
61
+ "projen": "^0.71.145",
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.87.0",
72
- "aws-sdk": "^2.1417.0",
71
+ "aws-cdk-lib": "^2.88.0",
72
+ "aws-sdk": "^2.1419.0",
73
73
  "constructs": "^10.0.5",
74
- "esbuild": "^0.18.14"
74
+ "esbuild": "^0.18.15"
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.218",
99
+ "version": "2.0.220",
100
100
  "jest": {
101
101
  "testMatch": [
102
102
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",