cdk-comprehend-s3olap 2.0.109 → 2.0.111

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 (50) 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/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +46 -2
  8. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +39 -9
  9. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +404 -78
  10. package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  12. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.min.json +1461 -0
  14. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.paginators.json +46 -0
  15. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.waiters2.json +5 -0
  16. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +3 -0
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +811 -777
  18. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +119 -41
  19. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +35 -34
  20. package/node_modules/aws-sdk/clients/acm.d.ts +94 -17
  21. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  22. package/node_modules/aws-sdk/clients/all.js +2 -1
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/emrserverless.d.ts +25 -0
  25. package/node_modules/aws-sdk/clients/fsx.d.ts +406 -30
  26. package/node_modules/aws-sdk/clients/migrationhuborchestrator.d.ts +1840 -0
  27. package/node_modules/aws-sdk/clients/migrationhuborchestrator.js +19 -0
  28. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  29. package/node_modules/aws-sdk/clients/proton.d.ts +132 -127
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +45 -2
  31. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +44 -44
  32. package/node_modules/aws-sdk/clients/translate.d.ts +53 -0
  33. package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -1
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -9
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +60 -19
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +175 -53
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  38. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/lib/event_listeners.js +4 -6
  41. package/node_modules/aws-sdk/lib/model/api.js +0 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/esbuild/bin/esbuild +1 -1
  44. package/node_modules/esbuild/install.js +4 -4
  45. package/node_modules/esbuild/lib/main.d.ts +7 -2
  46. package/node_modules/esbuild/lib/main.js +8 -8
  47. package/node_modules/esbuild/package.json +23 -23
  48. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  49. package/node_modules/esbuild-linux-64/package.json +1 -1
  50. package/package.json +7 -7
@@ -317,6 +317,7 @@ export abstract class ConfigurationServicePlaceholders {
317
317
  supportapp?: AWS.SupportApp.Types.ClientConfiguration;
318
318
  controltower?: AWS.ControlTower.Types.ClientConfiguration;
319
319
  iotfleetwise?: AWS.IoTFleetWise.Types.ClientConfiguration;
320
+ migrationhuborchestrator?: AWS.MigrationHubOrchestrator.Types.ClientConfiguration;
320
321
  }
321
322
  export interface ConfigurationServiceApiVersions {
322
323
  acm?: AWS.ACM.Types.apiVersion;
@@ -636,4 +637,5 @@ export interface ConfigurationServiceApiVersions {
636
637
  supportapp?: AWS.SupportApp.Types.apiVersion;
637
638
  controltower?: AWS.ControlTower.Types.apiVersion;
638
639
  iotfleetwise?: AWS.IoTFleetWise.Types.apiVersion;
640
+ migrationhuborchestrator?: AWS.MigrationHubOrchestrator.Types.apiVersion;
639
641
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1225.0',
23
+ VERSION: '2.1226.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -319,12 +319,10 @@ AWS.EventListeners = {
319
319
  });
320
320
 
321
321
  add('ERROR', 'error', function ERROR(err, resp) {
322
- var errorCodeMapping = resp.request.service.api.errorCodeMapping;
323
- if (errorCodeMapping && err && err.code) {
324
- var mapping = errorCodeMapping[err.code];
325
- if (mapping) {
326
- resp.error.code = mapping.code;
327
- }
322
+ var headers = resp.httpResponse.headers;
323
+ var queryErrorCode = headers ? headers['x-amzn-query-error'] : undefined;
324
+ if (queryErrorCode) {
325
+ resp.error.code = queryErrorCode.split(';')[0];
328
326
  }
329
327
  }, true);
330
328
 
@@ -80,7 +80,6 @@ function Api(api, options) {
80
80
  property(this, 'documentation', api.documentation);
81
81
  property(this, 'documentationUrl', api.documentationUrl);
82
82
  }
83
- property(this, 'errorCodeMapping', api.awsQueryCompatible);
84
83
  }
85
84
 
86
85
  /**
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1225.0",
4
+ "version": "2.1226.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
@@ -189,7 +189,7 @@ for your current platform.`);
189
189
  "node_modules",
190
190
  ".cache",
191
191
  "esbuild",
192
- `pnpapi-${pkg}-${"0.15.9"}-${path.basename(subpath)}`
192
+ `pnpapi-${pkg}-${"0.15.10"}-${path.basename(subpath)}`
193
193
  );
194
194
  if (!fs.existsSync(binTargetPath)) {
195
195
  fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
@@ -90,8 +90,8 @@ function validateBinaryVersion(...command) {
90
90
  const stdout = child_process.execFileSync(command.shift(), command, {
91
91
  stdio: "pipe"
92
92
  }).toString().trim();
93
- if (stdout !== "0.15.9") {
94
- throw new Error(`Expected ${JSON.stringify("0.15.9")} but got ${JSON.stringify(stdout)}`);
93
+ if (stdout !== "0.15.10") {
94
+ throw new Error(`Expected ${JSON.stringify("0.15.10")} but got ${JSON.stringify(stdout)}`);
95
95
  }
96
96
  }
97
97
  function isYarn() {
@@ -143,7 +143,7 @@ function installUsingNPM(pkg, subpath, binPath) {
143
143
  try {
144
144
  fs2.writeFileSync(path2.join(installDir, "package.json"), "{}");
145
145
  child_process.execSync(
146
- `npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"0.15.9"}`,
146
+ `npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"0.15.10"}`,
147
147
  { cwd: installDir, stdio: "pipe", env }
148
148
  );
149
149
  const installedBinPath = path2.join(installDir, "node_modules", pkg, subpath);
@@ -194,7 +194,7 @@ function maybeOptimizePackage(binPath) {
194
194
  }
195
195
  }
196
196
  async function downloadDirectlyFromNPM(pkg, subpath, binPath) {
197
- const url = `https://registry.npmjs.org/${pkg}/-/${pkg}-${"0.15.9"}.tgz`;
197
+ const url = `https://registry.npmjs.org/${pkg}/-/${pkg}-${"0.15.10"}.tgz`;
198
198
  console.error(`[esbuild] Trying to download ${JSON.stringify(url)}`);
199
199
  try {
200
200
  fs2.writeFileSync(binPath, extractFileFromTarGzip(await fetch(url), subpath));
@@ -252,11 +252,15 @@ export interface ServeResult {
252
252
  export interface TransformOptions extends CommonOptions {
253
253
  tsconfigRaw?: string | {
254
254
  compilerOptions?: {
255
+ alwaysStrict?: boolean,
256
+ importsNotUsedAsValues?: 'remove' | 'preserve' | 'error',
257
+ jsx?: 'react' | 'react-jsx' | 'react-jsxdev' | 'preserve',
255
258
  jsxFactory?: string,
256
259
  jsxFragmentFactory?: string,
257
- useDefineForClassFields?: boolean,
258
- importsNotUsedAsValues?: 'remove' | 'preserve' | 'error',
260
+ jsxImportSource?: string,
259
261
  preserveValueImports?: boolean,
262
+ target?: string,
263
+ useDefineForClassFields?: boolean,
260
264
  },
261
265
  };
262
266
 
@@ -448,6 +452,7 @@ export interface Metafile {
448
452
  }[]
449
453
  exports: string[]
450
454
  entryPoint?: string
455
+ cssBundle?: string
451
456
  }
452
457
  }
453
458
  }
@@ -709,8 +709,8 @@ function createChannel(streamIn) {
709
709
  if (isFirstPacket) {
710
710
  isFirstPacket = false;
711
711
  let binaryVersion = String.fromCharCode(...bytes);
712
- if (binaryVersion !== "0.15.9") {
713
- throw new Error(`Cannot start service: Host version "${"0.15.9"}" does not match binary version ${JSON.stringify(binaryVersion)}`);
712
+ if (binaryVersion !== "0.15.10") {
713
+ throw new Error(`Cannot start service: Host version "${"0.15.10"}" does not match binary version ${JSON.stringify(binaryVersion)}`);
714
714
  }
715
715
  return;
716
716
  }
@@ -1829,7 +1829,7 @@ for your current platform.`);
1829
1829
  "node_modules",
1830
1830
  ".cache",
1831
1831
  "esbuild",
1832
- `pnpapi-${pkg}-${"0.15.9"}-${path.basename(subpath)}`
1832
+ `pnpapi-${pkg}-${"0.15.10"}-${path.basename(subpath)}`
1833
1833
  );
1834
1834
  if (!fs.existsSync(binTargetPath)) {
1835
1835
  fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
@@ -1860,7 +1860,7 @@ if (process.env.ESBUILD_WORKER_THREADS !== "0") {
1860
1860
  }
1861
1861
  }
1862
1862
  var _a;
1863
- var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.15.9";
1863
+ var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.15.10";
1864
1864
  var esbuildCommandAndArgs = () => {
1865
1865
  if ((!ESBUILD_BINARY_PATH || false) && (path2.basename(__filename) !== "main.js" || path2.basename(__dirname) !== "lib")) {
1866
1866
  throw new Error(
@@ -1927,7 +1927,7 @@ var fsAsync = {
1927
1927
  }
1928
1928
  }
1929
1929
  };
1930
- var version = "0.15.9";
1930
+ var version = "0.15.10";
1931
1931
  var build = (options) => ensureServiceIsRunning().build(options);
1932
1932
  var serve = (serveOptions, buildOptions) => ensureServiceIsRunning().serve(serveOptions, buildOptions);
1933
1933
  var transform = (input, options) => ensureServiceIsRunning().transform(input, options);
@@ -2038,7 +2038,7 @@ var ensureServiceIsRunning = () => {
2038
2038
  if (longLivedService)
2039
2039
  return longLivedService;
2040
2040
  let [command, args] = esbuildCommandAndArgs();
2041
- let child = child_process.spawn(command, args.concat(`--service=${"0.15.9"}`, "--ping"), {
2041
+ let child = child_process.spawn(command, args.concat(`--service=${"0.15.10"}`, "--ping"), {
2042
2042
  windowsHide: true,
2043
2043
  stdio: ["pipe", "pipe", "inherit"],
2044
2044
  cwd: defaultWD
@@ -2152,7 +2152,7 @@ var runServiceSync = (callback) => {
2152
2152
  esbuild: node_exports
2153
2153
  });
2154
2154
  callback(service);
2155
- let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.15.9"}`), {
2155
+ let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.15.10"}`), {
2156
2156
  cwd: defaultWD,
2157
2157
  windowsHide: true,
2158
2158
  input: stdin,
@@ -2168,7 +2168,7 @@ var workerThreadService = null;
2168
2168
  var startWorkerThreadService = (worker_threads2) => {
2169
2169
  let { port1: mainPort, port2: workerPort } = new worker_threads2.MessageChannel();
2170
2170
  let worker = new worker_threads2.Worker(__filename, {
2171
- workerData: { workerPort, defaultWD, esbuildVersion: "0.15.9" },
2171
+ workerData: { workerPort, defaultWD, esbuildVersion: "0.15.10" },
2172
2172
  transferList: [workerPort],
2173
2173
  execArgv: []
2174
2174
  });
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esbuild",
3
- "version": "0.15.9",
3
+ "version": "0.15.10",
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.15.9",
19
- "@esbuild/linux-loong64": "0.15.9",
20
- "esbuild-android-64": "0.15.9",
21
- "esbuild-android-arm64": "0.15.9",
22
- "esbuild-darwin-64": "0.15.9",
23
- "esbuild-darwin-arm64": "0.15.9",
24
- "esbuild-freebsd-64": "0.15.9",
25
- "esbuild-freebsd-arm64": "0.15.9",
26
- "esbuild-linux-32": "0.15.9",
27
- "esbuild-linux-64": "0.15.9",
28
- "esbuild-linux-arm": "0.15.9",
29
- "esbuild-linux-arm64": "0.15.9",
30
- "esbuild-linux-mips64le": "0.15.9",
31
- "esbuild-linux-ppc64le": "0.15.9",
32
- "esbuild-linux-riscv64": "0.15.9",
33
- "esbuild-linux-s390x": "0.15.9",
34
- "esbuild-netbsd-64": "0.15.9",
35
- "esbuild-openbsd-64": "0.15.9",
36
- "esbuild-sunos-64": "0.15.9",
37
- "esbuild-windows-32": "0.15.9",
38
- "esbuild-windows-64": "0.15.9",
39
- "esbuild-windows-arm64": "0.15.9"
18
+ "@esbuild/android-arm": "0.15.10",
19
+ "@esbuild/linux-loong64": "0.15.10",
20
+ "esbuild-android-64": "0.15.10",
21
+ "esbuild-android-arm64": "0.15.10",
22
+ "esbuild-darwin-64": "0.15.10",
23
+ "esbuild-darwin-arm64": "0.15.10",
24
+ "esbuild-freebsd-64": "0.15.10",
25
+ "esbuild-freebsd-arm64": "0.15.10",
26
+ "esbuild-linux-32": "0.15.10",
27
+ "esbuild-linux-64": "0.15.10",
28
+ "esbuild-linux-arm": "0.15.10",
29
+ "esbuild-linux-arm64": "0.15.10",
30
+ "esbuild-linux-mips64le": "0.15.10",
31
+ "esbuild-linux-ppc64le": "0.15.10",
32
+ "esbuild-linux-riscv64": "0.15.10",
33
+ "esbuild-linux-s390x": "0.15.10",
34
+ "esbuild-netbsd-64": "0.15.10",
35
+ "esbuild-openbsd-64": "0.15.10",
36
+ "esbuild-sunos-64": "0.15.10",
37
+ "esbuild-windows-32": "0.15.10",
38
+ "esbuild-windows-64": "0.15.10",
39
+ "esbuild-windows-arm64": "0.15.10"
40
40
  },
41
41
  "license": "MIT"
42
42
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esbuild-linux-64",
3
- "version": "0.15.9",
3
+ "version": "0.15.10",
4
4
  "description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
5
5
  "repository": "https://github.com/evanw/esbuild",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -44,9 +44,9 @@
44
44
  "@types/node": "^14",
45
45
  "@typescript-eslint/eslint-plugin": "^5",
46
46
  "@typescript-eslint/parser": "^5",
47
- "aws-cdk-lib": "^2.43.1",
47
+ "aws-cdk-lib": "^2.44.0",
48
48
  "constructs": "^10.0.5",
49
- "esbuild": "^0.15.9",
49
+ "esbuild": "^0.15.10",
50
50
  "eslint": "^8",
51
51
  "eslint-import-resolver-node": "^0.3.6",
52
52
  "eslint-import-resolver-typescript": "^2.7.1",
@@ -59,7 +59,7 @@
59
59
  "jsii-pacmak": "^1.69.0",
60
60
  "json-schema": "^0.4.0",
61
61
  "npm-check-updates": "^15",
62
- "projen": "^0.62.23",
62
+ "projen": "^0.62.26",
63
63
  "standard-version": "^9",
64
64
  "ts-jest": "^27",
65
65
  "typescript": "^4.8.4"
@@ -69,10 +69,10 @@
69
69
  "constructs": "^10.0.5"
70
70
  },
71
71
  "dependencies": {
72
- "aws-cdk-lib": "^2.43.1",
73
- "aws-sdk": "^2.1225.0",
72
+ "aws-cdk-lib": "^2.44.0",
73
+ "aws-sdk": "^2.1226.0",
74
74
  "constructs": "^10.0.5",
75
- "esbuild": "^0.15.9"
75
+ "esbuild": "^0.15.10"
76
76
  },
77
77
  "bundledDependencies": [
78
78
  "aws-sdk",
@@ -92,7 +92,7 @@
92
92
  ],
93
93
  "main": "lib/index.js",
94
94
  "license": "Apache-2.0",
95
- "version": "2.0.109",
95
+ "version": "2.0.111",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",