@aws-sdk/client-neptunedata 3.600.0 → 3.608.0
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/dist-cjs/index.js +5 -20
- package/dist-es/protocols/Aws_restJson1.js +5 -20
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1157,23 +1157,17 @@ var se_DeleteMLEndpointCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1157
1157
|
}, "se_DeleteMLEndpointCommand");
|
|
1158
1158
|
var se_DeletePropertygraphStatisticsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1159
1159
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1160
|
-
const headers = {
|
|
1161
|
-
"content-type": "application/json"
|
|
1162
|
-
};
|
|
1160
|
+
const headers = {};
|
|
1163
1161
|
b.bp("/propertygraph/statistics");
|
|
1164
1162
|
let body;
|
|
1165
|
-
body = "";
|
|
1166
1163
|
b.m("DELETE").h(headers).b(body);
|
|
1167
1164
|
return b.build();
|
|
1168
1165
|
}, "se_DeletePropertygraphStatisticsCommand");
|
|
1169
1166
|
var se_DeleteSparqlStatisticsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1170
1167
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1171
|
-
const headers = {
|
|
1172
|
-
"content-type": "application/json"
|
|
1173
|
-
};
|
|
1168
|
+
const headers = {};
|
|
1174
1169
|
b.bp("/sparql/statistics");
|
|
1175
1170
|
let body;
|
|
1176
|
-
body = "";
|
|
1177
1171
|
b.m("DELETE").h(headers).b(body);
|
|
1178
1172
|
return b.build();
|
|
1179
1173
|
}, "se_DeleteSparqlStatisticsCommand");
|
|
@@ -1278,12 +1272,9 @@ var se_ExecuteOpenCypherQueryCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1278
1272
|
}, "se_ExecuteOpenCypherQueryCommand");
|
|
1279
1273
|
var se_GetEngineStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1280
1274
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1281
|
-
const headers = {
|
|
1282
|
-
"content-type": "application/json"
|
|
1283
|
-
};
|
|
1275
|
+
const headers = {};
|
|
1284
1276
|
b.bp("/status");
|
|
1285
1277
|
let body;
|
|
1286
|
-
body = "";
|
|
1287
1278
|
b.m("GET").h(headers).b(body);
|
|
1288
1279
|
return b.build();
|
|
1289
1280
|
}, "se_GetEngineStatusCommand");
|
|
@@ -1370,12 +1361,9 @@ var se_GetOpenCypherQueryStatusCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1370
1361
|
}, "se_GetOpenCypherQueryStatusCommand");
|
|
1371
1362
|
var se_GetPropertygraphStatisticsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1372
1363
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1373
|
-
const headers = {
|
|
1374
|
-
"content-type": "application/json"
|
|
1375
|
-
};
|
|
1364
|
+
const headers = {};
|
|
1376
1365
|
b.bp("/propertygraph/statistics");
|
|
1377
1366
|
let body;
|
|
1378
|
-
body = "";
|
|
1379
1367
|
b.m("GET").h(headers).b(body);
|
|
1380
1368
|
return b.build();
|
|
1381
1369
|
}, "se_GetPropertygraphStatisticsCommand");
|
|
@@ -1419,12 +1407,9 @@ var se_GetRDFGraphSummaryCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1419
1407
|
}, "se_GetRDFGraphSummaryCommand");
|
|
1420
1408
|
var se_GetSparqlStatisticsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1421
1409
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1422
|
-
const headers = {
|
|
1423
|
-
"content-type": "application/json"
|
|
1424
|
-
};
|
|
1410
|
+
const headers = {};
|
|
1425
1411
|
b.bp("/sparql/statistics");
|
|
1426
1412
|
let body;
|
|
1427
|
-
body = "";
|
|
1428
1413
|
b.m("GET").h(headers).b(body);
|
|
1429
1414
|
return b.build();
|
|
1430
1415
|
}, "se_GetSparqlStatisticsCommand");
|
|
@@ -108,23 +108,17 @@ export const se_DeleteMLEndpointCommand = async (input, context) => {
|
|
|
108
108
|
};
|
|
109
109
|
export const se_DeletePropertygraphStatisticsCommand = async (input, context) => {
|
|
110
110
|
const b = rb(input, context);
|
|
111
|
-
const headers = {
|
|
112
|
-
"content-type": "application/json",
|
|
113
|
-
};
|
|
111
|
+
const headers = {};
|
|
114
112
|
b.bp("/propertygraph/statistics");
|
|
115
113
|
let body;
|
|
116
|
-
body = "";
|
|
117
114
|
b.m("DELETE").h(headers).b(body);
|
|
118
115
|
return b.build();
|
|
119
116
|
};
|
|
120
117
|
export const se_DeleteSparqlStatisticsCommand = async (input, context) => {
|
|
121
118
|
const b = rb(input, context);
|
|
122
|
-
const headers = {
|
|
123
|
-
"content-type": "application/json",
|
|
124
|
-
};
|
|
119
|
+
const headers = {};
|
|
125
120
|
b.bp("/sparql/statistics");
|
|
126
121
|
let body;
|
|
127
|
-
body = "";
|
|
128
122
|
b.m("DELETE").h(headers).b(body);
|
|
129
123
|
return b.build();
|
|
130
124
|
};
|
|
@@ -217,12 +211,9 @@ export const se_ExecuteOpenCypherQueryCommand = async (input, context) => {
|
|
|
217
211
|
};
|
|
218
212
|
export const se_GetEngineStatusCommand = async (input, context) => {
|
|
219
213
|
const b = rb(input, context);
|
|
220
|
-
const headers = {
|
|
221
|
-
"content-type": "application/json",
|
|
222
|
-
};
|
|
214
|
+
const headers = {};
|
|
223
215
|
b.bp("/status");
|
|
224
216
|
let body;
|
|
225
|
-
body = "";
|
|
226
217
|
b.m("GET").h(headers).b(body);
|
|
227
218
|
return b.build();
|
|
228
219
|
};
|
|
@@ -309,12 +300,9 @@ export const se_GetOpenCypherQueryStatusCommand = async (input, context) => {
|
|
|
309
300
|
};
|
|
310
301
|
export const se_GetPropertygraphStatisticsCommand = async (input, context) => {
|
|
311
302
|
const b = rb(input, context);
|
|
312
|
-
const headers = {
|
|
313
|
-
"content-type": "application/json",
|
|
314
|
-
};
|
|
303
|
+
const headers = {};
|
|
315
304
|
b.bp("/propertygraph/statistics");
|
|
316
305
|
let body;
|
|
317
|
-
body = "";
|
|
318
306
|
b.m("GET").h(headers).b(body);
|
|
319
307
|
return b.build();
|
|
320
308
|
};
|
|
@@ -358,12 +346,9 @@ export const se_GetRDFGraphSummaryCommand = async (input, context) => {
|
|
|
358
346
|
};
|
|
359
347
|
export const se_GetSparqlStatisticsCommand = async (input, context) => {
|
|
360
348
|
const b = rb(input, context);
|
|
361
|
-
const headers = {
|
|
362
|
-
"content-type": "application/json",
|
|
363
|
-
};
|
|
349
|
+
const headers = {};
|
|
364
350
|
b.bp("/sparql/statistics");
|
|
365
351
|
let body;
|
|
366
|
-
body = "";
|
|
367
352
|
b.m("GET").h(headers).b(body);
|
|
368
353
|
return b.build();
|
|
369
354
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptunedata",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptunedata Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.608.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-neptunedata",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.606.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.598.0",
|