cdk-comprehend-s3olap 2.0.288 → 2.0.291
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.
- package/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
- package/node_modules/@esbuild/linux-x64/package.json +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.examples.json +5 -0
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +816 -0
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +180 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1292 -1235
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +62 -13
- package/node_modules/aws-sdk/apis/metadata.json +7 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +681 -662
- package/node_modules/aws-sdk/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +9 -6
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/bedrock.d.ts +840 -0
- package/node_modules/aws-sdk/clients/bedrock.js +18 -0
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +138 -0
- package/node_modules/aws-sdk/clients/bedrockruntime.js +18 -0
- package/node_modules/aws-sdk/clients/budgets.d.ts +8 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +69 -4
- package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +71 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +58 -31
- package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +7 -2
- package/node_modules/aws-sdk/clients/wafv2.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +82 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +1302 -1238
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/lib/main.js +8 -8
- package/node_modules/esbuild/package.json +23 -23
- package/package.json +5 -5
@@ -356,6 +356,8 @@ export abstract class ConfigurationServicePlaceholders {
|
|
356
356
|
managedblockchainquery?: AWS.ManagedBlockchainQuery.Types.ClientConfiguration;
|
357
357
|
neptunedata?: AWS.Neptunedata.Types.ClientConfiguration;
|
358
358
|
pcaconnectorad?: AWS.PcaConnectorAd.Types.ClientConfiguration;
|
359
|
+
bedrock?: AWS.Bedrock.Types.ClientConfiguration;
|
360
|
+
bedrockruntime?: AWS.BedrockRuntime.Types.ClientConfiguration;
|
359
361
|
}
|
360
362
|
export interface ConfigurationServiceApiVersions {
|
361
363
|
acm?: AWS.ACM.Types.apiVersion;
|
@@ -714,4 +716,6 @@ export interface ConfigurationServiceApiVersions {
|
|
714
716
|
managedblockchainquery?: AWS.ManagedBlockchainQuery.Types.apiVersion;
|
715
717
|
neptunedata?: AWS.Neptunedata.Types.apiVersion;
|
716
718
|
pcaconnectorad?: AWS.PcaConnectorAd.Types.apiVersion;
|
719
|
+
bedrock?: AWS.Bedrock.Types.apiVersion;
|
720
|
+
bedrockruntime?: AWS.BedrockRuntime.Types.apiVersion;
|
717
721
|
}
|
@@ -199,7 +199,7 @@ for your current platform.`);
|
|
199
199
|
"node_modules",
|
200
200
|
".cache",
|
201
201
|
"esbuild",
|
202
|
-
`pnpapi-${pkg.replace("/", "-")}-${"0.19.
|
202
|
+
`pnpapi-${pkg.replace("/", "-")}-${"0.19.4"}-${path.basename(subpath)}`
|
203
203
|
);
|
204
204
|
if (!fs.existsSync(binTargetPath)) {
|
205
205
|
fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
|
@@ -746,8 +746,8 @@ function createChannel(streamIn) {
|
|
746
746
|
if (isFirstPacket) {
|
747
747
|
isFirstPacket = false;
|
748
748
|
let binaryVersion = String.fromCharCode(...bytes);
|
749
|
-
if (binaryVersion !== "0.19.
|
750
|
-
throw new Error(`Cannot start service: Host version "${"0.19.
|
749
|
+
if (binaryVersion !== "0.19.4") {
|
750
|
+
throw new Error(`Cannot start service: Host version "${"0.19.4"}" does not match binary version ${quote(binaryVersion)}`);
|
751
751
|
}
|
752
752
|
return;
|
753
753
|
}
|
@@ -1930,7 +1930,7 @@ for your current platform.`);
|
|
1930
1930
|
"node_modules",
|
1931
1931
|
".cache",
|
1932
1932
|
"esbuild",
|
1933
|
-
`pnpapi-${pkg.replace("/", "-")}-${"0.19.
|
1933
|
+
`pnpapi-${pkg.replace("/", "-")}-${"0.19.4"}-${path.basename(subpath)}`
|
1934
1934
|
);
|
1935
1935
|
if (!fs.existsSync(binTargetPath)) {
|
1936
1936
|
fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
|
@@ -1965,7 +1965,7 @@ if (process.env.ESBUILD_WORKER_THREADS !== "0") {
|
|
1965
1965
|
}
|
1966
1966
|
}
|
1967
1967
|
var _a;
|
1968
|
-
var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.19.
|
1968
|
+
var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.19.4";
|
1969
1969
|
var esbuildCommandAndArgs = () => {
|
1970
1970
|
if ((!ESBUILD_BINARY_PATH || false) && (path2.basename(__filename) !== "main.js" || path2.basename(__dirname) !== "lib")) {
|
1971
1971
|
throw new Error(
|
@@ -2032,7 +2032,7 @@ var fsAsync = {
|
|
2032
2032
|
}
|
2033
2033
|
}
|
2034
2034
|
};
|
2035
|
-
var version = "0.19.
|
2035
|
+
var version = "0.19.4";
|
2036
2036
|
var build = (options) => ensureServiceIsRunning().build(options);
|
2037
2037
|
var context = (buildOptions) => ensureServiceIsRunning().context(buildOptions);
|
2038
2038
|
var transform = (input, options) => ensureServiceIsRunning().transform(input, options);
|
@@ -2142,7 +2142,7 @@ var ensureServiceIsRunning = () => {
|
|
2142
2142
|
if (longLivedService)
|
2143
2143
|
return longLivedService;
|
2144
2144
|
let [command, args] = esbuildCommandAndArgs();
|
2145
|
-
let child = child_process.spawn(command, args.concat(`--service=${"0.19.
|
2145
|
+
let child = child_process.spawn(command, args.concat(`--service=${"0.19.4"}`, "--ping"), {
|
2146
2146
|
windowsHide: true,
|
2147
2147
|
stdio: ["pipe", "pipe", "inherit"],
|
2148
2148
|
cwd: defaultWD
|
@@ -2242,7 +2242,7 @@ var runServiceSync = (callback) => {
|
|
2242
2242
|
esbuild: node_exports
|
2243
2243
|
});
|
2244
2244
|
callback(service);
|
2245
|
-
let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.19.
|
2245
|
+
let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.19.4"}`), {
|
2246
2246
|
cwd: defaultWD,
|
2247
2247
|
windowsHide: true,
|
2248
2248
|
input: stdin,
|
@@ -2262,7 +2262,7 @@ var workerThreadService = null;
|
|
2262
2262
|
var startWorkerThreadService = (worker_threads2) => {
|
2263
2263
|
let { port1: mainPort, port2: workerPort } = new worker_threads2.MessageChannel();
|
2264
2264
|
let worker = new worker_threads2.Worker(__filename, {
|
2265
|
-
workerData: { workerPort, defaultWD, esbuildVersion: "0.19.
|
2265
|
+
workerData: { workerPort, defaultWD, esbuildVersion: "0.19.4" },
|
2266
2266
|
transferList: [workerPort],
|
2267
2267
|
// From node's documentation: https://nodejs.org/api/worker_threads.html
|
2268
2268
|
//
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "esbuild",
|
3
|
-
"version": "0.19.
|
3
|
+
"version": "0.19.4",
|
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.
|
19
|
-
"@esbuild/android-arm64": "0.19.
|
20
|
-
"@esbuild/android-x64": "0.19.
|
21
|
-
"@esbuild/darwin-arm64": "0.19.
|
22
|
-
"@esbuild/darwin-x64": "0.19.
|
23
|
-
"@esbuild/freebsd-arm64": "0.19.
|
24
|
-
"@esbuild/freebsd-x64": "0.19.
|
25
|
-
"@esbuild/linux-arm": "0.19.
|
26
|
-
"@esbuild/linux-arm64": "0.19.
|
27
|
-
"@esbuild/linux-ia32": "0.19.
|
28
|
-
"@esbuild/linux-loong64": "0.19.
|
29
|
-
"@esbuild/linux-mips64el": "0.19.
|
30
|
-
"@esbuild/linux-ppc64": "0.19.
|
31
|
-
"@esbuild/linux-riscv64": "0.19.
|
32
|
-
"@esbuild/linux-s390x": "0.19.
|
33
|
-
"@esbuild/linux-x64": "0.19.
|
34
|
-
"@esbuild/netbsd-x64": "0.19.
|
35
|
-
"@esbuild/openbsd-x64": "0.19.
|
36
|
-
"@esbuild/sunos-x64": "0.19.
|
37
|
-
"@esbuild/win32-arm64": "0.19.
|
38
|
-
"@esbuild/win32-ia32": "0.19.
|
39
|
-
"@esbuild/win32-x64": "0.19.
|
18
|
+
"@esbuild/android-arm": "0.19.4",
|
19
|
+
"@esbuild/android-arm64": "0.19.4",
|
20
|
+
"@esbuild/android-x64": "0.19.4",
|
21
|
+
"@esbuild/darwin-arm64": "0.19.4",
|
22
|
+
"@esbuild/darwin-x64": "0.19.4",
|
23
|
+
"@esbuild/freebsd-arm64": "0.19.4",
|
24
|
+
"@esbuild/freebsd-x64": "0.19.4",
|
25
|
+
"@esbuild/linux-arm": "0.19.4",
|
26
|
+
"@esbuild/linux-arm64": "0.19.4",
|
27
|
+
"@esbuild/linux-ia32": "0.19.4",
|
28
|
+
"@esbuild/linux-loong64": "0.19.4",
|
29
|
+
"@esbuild/linux-mips64el": "0.19.4",
|
30
|
+
"@esbuild/linux-ppc64": "0.19.4",
|
31
|
+
"@esbuild/linux-riscv64": "0.19.4",
|
32
|
+
"@esbuild/linux-s390x": "0.19.4",
|
33
|
+
"@esbuild/linux-x64": "0.19.4",
|
34
|
+
"@esbuild/netbsd-x64": "0.19.4",
|
35
|
+
"@esbuild/openbsd-x64": "0.19.4",
|
36
|
+
"@esbuild/sunos-x64": "0.19.4",
|
37
|
+
"@esbuild/win32-arm64": "0.19.4",
|
38
|
+
"@esbuild/win32-ia32": "0.19.4",
|
39
|
+
"@esbuild/win32-x64": "0.19.4"
|
40
40
|
},
|
41
41
|
"license": "MIT"
|
42
42
|
}
|
package/package.json
CHANGED
@@ -45,7 +45,7 @@
|
|
45
45
|
"@typescript-eslint/parser": "^6",
|
46
46
|
"aws-cdk-lib": "^2.93.0",
|
47
47
|
"constructs": "^10.0.5",
|
48
|
-
"esbuild": "^0.19.
|
48
|
+
"esbuild": "^0.19.4",
|
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.89.0",
|
59
59
|
"jsii-rosetta": "1.x",
|
60
60
|
"npm-check-updates": "^16",
|
61
|
-
"projen": "^0.73.
|
61
|
+
"projen": "^0.73.37",
|
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.93.0",
|
72
|
-
"aws-sdk": "^2.
|
72
|
+
"aws-sdk": "^2.1467.0",
|
73
73
|
"constructs": "^10.0.5",
|
74
|
-
"esbuild": "^0.19.
|
74
|
+
"esbuild": "^0.19.4"
|
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.
|
99
|
+
"version": "2.0.291",
|
100
100
|
"jest": {
|
101
101
|
"testMatch": [
|
102
102
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|