@aws-sdk/client-neptunedata 3.606.0 → 3.609.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 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.606.0",
4
+ "version": "3.609.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,44 +20,44 @@
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.606.0",
24
- "@aws-sdk/client-sts": "3.606.0",
25
- "@aws-sdk/core": "3.598.0",
26
- "@aws-sdk/credential-provider-node": "3.600.0",
27
- "@aws-sdk/middleware-host-header": "3.598.0",
28
- "@aws-sdk/middleware-logger": "3.598.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.598.0",
30
- "@aws-sdk/middleware-user-agent": "3.598.0",
31
- "@aws-sdk/region-config-resolver": "3.598.0",
32
- "@aws-sdk/types": "3.598.0",
33
- "@aws-sdk/util-endpoints": "3.598.0",
34
- "@aws-sdk/util-user-agent-browser": "3.598.0",
35
- "@aws-sdk/util-user-agent-node": "3.598.0",
36
- "@smithy/config-resolver": "^3.0.2",
37
- "@smithy/core": "^2.2.1",
38
- "@smithy/fetch-http-handler": "^3.0.2",
39
- "@smithy/hash-node": "^3.0.1",
40
- "@smithy/invalid-dependency": "^3.0.1",
41
- "@smithy/middleware-content-length": "^3.0.1",
42
- "@smithy/middleware-endpoint": "^3.0.2",
43
- "@smithy/middleware-retry": "^3.0.4",
44
- "@smithy/middleware-serde": "^3.0.1",
45
- "@smithy/middleware-stack": "^3.0.1",
46
- "@smithy/node-config-provider": "^3.1.1",
47
- "@smithy/node-http-handler": "^3.0.1",
48
- "@smithy/protocol-http": "^4.0.1",
49
- "@smithy/smithy-client": "^3.1.2",
50
- "@smithy/types": "^3.1.0",
51
- "@smithy/url-parser": "^3.0.1",
23
+ "@aws-sdk/client-sso-oidc": "3.609.0",
24
+ "@aws-sdk/client-sts": "3.609.0",
25
+ "@aws-sdk/core": "3.609.0",
26
+ "@aws-sdk/credential-provider-node": "3.609.0",
27
+ "@aws-sdk/middleware-host-header": "3.609.0",
28
+ "@aws-sdk/middleware-logger": "3.609.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
+ "@aws-sdk/middleware-user-agent": "3.609.0",
31
+ "@aws-sdk/region-config-resolver": "3.609.0",
32
+ "@aws-sdk/types": "3.609.0",
33
+ "@aws-sdk/util-endpoints": "3.609.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.609.0",
35
+ "@aws-sdk/util-user-agent-node": "3.609.0",
36
+ "@smithy/config-resolver": "^3.0.4",
37
+ "@smithy/core": "^2.2.4",
38
+ "@smithy/fetch-http-handler": "^3.2.0",
39
+ "@smithy/hash-node": "^3.0.3",
40
+ "@smithy/invalid-dependency": "^3.0.3",
41
+ "@smithy/middleware-content-length": "^3.0.3",
42
+ "@smithy/middleware-endpoint": "^3.0.4",
43
+ "@smithy/middleware-retry": "^3.0.7",
44
+ "@smithy/middleware-serde": "^3.0.3",
45
+ "@smithy/middleware-stack": "^3.0.3",
46
+ "@smithy/node-config-provider": "^3.1.3",
47
+ "@smithy/node-http-handler": "^3.1.1",
48
+ "@smithy/protocol-http": "^4.0.3",
49
+ "@smithy/smithy-client": "^3.1.5",
50
+ "@smithy/types": "^3.3.0",
51
+ "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.4",
56
- "@smithy/util-defaults-mode-node": "^3.0.4",
57
- "@smithy/util-endpoints": "^2.0.2",
58
- "@smithy/util-middleware": "^3.0.1",
59
- "@smithy/util-retry": "^3.0.1",
60
- "@smithy/util-stream": "^3.0.2",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.7",
56
+ "@smithy/util-defaults-mode-node": "^3.0.7",
57
+ "@smithy/util-endpoints": "^2.0.4",
58
+ "@smithy/util-middleware": "^3.0.3",
59
+ "@smithy/util-retry": "^3.0.3",
60
+ "@smithy/util-stream": "^3.0.5",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
62
  "tslib": "^2.6.2"
63
63
  },