@aws-sdk/client-neptune-graph 3.758.0 → 3.772.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 +39 -40
- package/dist-types/models/models_0.d.ts +13 -13
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
BlankNodeHandling: () => BlankNodeHandling,
|
|
26
26
|
CancelExportTaskCommand: () => CancelExportTaskCommand,
|
|
@@ -112,7 +112,7 @@ __export(src_exports, {
|
|
|
112
112
|
waitUntilPrivateGraphEndpointAvailable: () => waitUntilPrivateGraphEndpointAvailable,
|
|
113
113
|
waitUntilPrivateGraphEndpointDeleted: () => waitUntilPrivateGraphEndpointDeleted
|
|
114
114
|
});
|
|
115
|
-
module.exports = __toCommonJS(
|
|
115
|
+
module.exports = __toCommonJS(index_exports);
|
|
116
116
|
|
|
117
117
|
// src/NeptuneGraphClient.ts
|
|
118
118
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -239,9 +239,9 @@ var NeptuneGraphClient = class extends import_smithy_client.Client {
|
|
|
239
239
|
this.middlewareStack.use(
|
|
240
240
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
241
241
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultNeptuneGraphHttpAuthSchemeParametersProvider,
|
|
242
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
242
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
243
243
|
"aws.auth#sigv4": config.credentials
|
|
244
|
-
})
|
|
244
|
+
}), "identityProviderConfigProvider")
|
|
245
245
|
})
|
|
246
246
|
);
|
|
247
247
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -585,8 +585,7 @@ var BlankNodeHandling = {
|
|
|
585
585
|
var ImportOptions;
|
|
586
586
|
((ImportOptions3) => {
|
|
587
587
|
ImportOptions3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
588
|
-
if (value.neptune !== void 0)
|
|
589
|
-
return visitor.neptune(value.neptune);
|
|
588
|
+
if (value.neptune !== void 0) return visitor.neptune(value.neptune);
|
|
590
589
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
591
590
|
}, "visit");
|
|
592
591
|
})(ImportOptions || (ImportOptions = {}));
|
|
@@ -655,8 +654,8 @@ var se_CreateGraphCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
655
654
|
provisionedMemory: [],
|
|
656
655
|
publicConnectivity: [],
|
|
657
656
|
replicaCount: [],
|
|
658
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
659
|
-
vectorSearchConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
657
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
658
|
+
vectorSearchConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "vectorSearchConfiguration")
|
|
660
659
|
})
|
|
661
660
|
);
|
|
662
661
|
b.m("POST").h(headers).b(body);
|
|
@@ -673,7 +672,7 @@ var se_CreateGraphSnapshotCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
673
672
|
(0, import_smithy_client.take)(input, {
|
|
674
673
|
graphIdentifier: [],
|
|
675
674
|
snapshotName: [],
|
|
676
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
675
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
677
676
|
})
|
|
678
677
|
);
|
|
679
678
|
b.m("POST").h(headers).b(body);
|
|
@@ -693,7 +692,7 @@ var se_CreateGraphUsingImportTaskCommand = /* @__PURE__ */ __name(async (input,
|
|
|
693
692
|
failOnError: [],
|
|
694
693
|
format: [],
|
|
695
694
|
graphName: [],
|
|
696
|
-
importOptions: (_) => (0, import_smithy_client._json)(_),
|
|
695
|
+
importOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "importOptions"),
|
|
697
696
|
kmsKeyIdentifier: [],
|
|
698
697
|
maxProvisionedMemory: [],
|
|
699
698
|
minProvisionedMemory: [],
|
|
@@ -702,8 +701,8 @@ var se_CreateGraphUsingImportTaskCommand = /* @__PURE__ */ __name(async (input,
|
|
|
702
701
|
replicaCount: [],
|
|
703
702
|
roleArn: [],
|
|
704
703
|
source: [],
|
|
705
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
706
|
-
vectorSearchConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
704
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
705
|
+
vectorSearchConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "vectorSearchConfiguration")
|
|
707
706
|
})
|
|
708
707
|
);
|
|
709
708
|
b.m("POST").h(headers).b(body);
|
|
@@ -719,9 +718,9 @@ var se_CreatePrivateGraphEndpointCommand = /* @__PURE__ */ __name(async (input,
|
|
|
719
718
|
let body;
|
|
720
719
|
body = JSON.stringify(
|
|
721
720
|
(0, import_smithy_client.take)(input, {
|
|
722
|
-
subnetIds: (_) => (0, import_smithy_client._json)(_),
|
|
721
|
+
subnetIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subnetIds"),
|
|
723
722
|
vpcId: [],
|
|
724
|
-
vpcSecurityGroupIds: (_) => (0, import_smithy_client._json)(_)
|
|
723
|
+
vpcSecurityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "vpcSecurityGroupIds")
|
|
725
724
|
})
|
|
726
725
|
);
|
|
727
726
|
b.m("POST").h(headers).b(body);
|
|
@@ -770,7 +769,7 @@ var se_ExecuteQueryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
770
769
|
(0, import_smithy_client.take)(input, {
|
|
771
770
|
explain: [, , `explainMode`],
|
|
772
771
|
language: [],
|
|
773
|
-
parameters: (_) => se_DocumentValuedMap(_, context),
|
|
772
|
+
parameters: /* @__PURE__ */ __name((_) => se_DocumentValuedMap(_, context), "parameters"),
|
|
774
773
|
planCache: [],
|
|
775
774
|
query: [, , `queryString`],
|
|
776
775
|
queryTimeoutMilliseconds: []
|
|
@@ -1014,7 +1013,7 @@ var se_RestoreGraphFromSnapshotCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1014
1013
|
provisionedMemory: [],
|
|
1015
1014
|
publicConnectivity: [],
|
|
1016
1015
|
replicaCount: [],
|
|
1017
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1016
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1018
1017
|
})
|
|
1019
1018
|
);
|
|
1020
1019
|
b.m("POST").h(headers).b(body);
|
|
@@ -1030,13 +1029,13 @@ var se_StartExportTaskCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1030
1029
|
body = JSON.stringify(
|
|
1031
1030
|
(0, import_smithy_client.take)(input, {
|
|
1032
1031
|
destination: [],
|
|
1033
|
-
exportFilter: (_) => (0, import_smithy_client._json)(_),
|
|
1032
|
+
exportFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "exportFilter"),
|
|
1034
1033
|
format: [],
|
|
1035
1034
|
graphIdentifier: [],
|
|
1036
1035
|
kmsKeyIdentifier: [],
|
|
1037
1036
|
parquetType: [],
|
|
1038
1037
|
roleArn: [],
|
|
1039
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1038
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1040
1039
|
})
|
|
1041
1040
|
);
|
|
1042
1041
|
b.m("POST").h(headers).b(body);
|
|
@@ -1055,7 +1054,7 @@ var se_StartImportTaskCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1055
1054
|
blankNodeHandling: [],
|
|
1056
1055
|
failOnError: [],
|
|
1057
1056
|
format: [],
|
|
1058
|
-
importOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1057
|
+
importOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "importOptions"),
|
|
1059
1058
|
parquetType: [],
|
|
1060
1059
|
roleArn: [],
|
|
1061
1060
|
source: []
|
|
@@ -1074,7 +1073,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1074
1073
|
let body;
|
|
1075
1074
|
body = JSON.stringify(
|
|
1076
1075
|
(0, import_smithy_client.take)(input, {
|
|
1077
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1076
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1078
1077
|
})
|
|
1079
1078
|
);
|
|
1080
1079
|
b.m("POST").h(headers).b(body);
|
|
@@ -1173,7 +1172,7 @@ var de_CreateGraphCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1173
1172
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1174
1173
|
arn: import_smithy_client.expectString,
|
|
1175
1174
|
buildNumber: import_smithy_client.expectString,
|
|
1176
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1175
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
1177
1176
|
deletionProtection: import_smithy_client.expectBoolean,
|
|
1178
1177
|
endpoint: import_smithy_client.expectString,
|
|
1179
1178
|
id: import_smithy_client.expectString,
|
|
@@ -1203,7 +1202,7 @@ var de_CreateGraphSnapshotCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1203
1202
|
id: import_smithy_client.expectString,
|
|
1204
1203
|
kmsKeyIdentifier: import_smithy_client.expectString,
|
|
1205
1204
|
name: import_smithy_client.expectString,
|
|
1206
|
-
snapshotCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1205
|
+
snapshotCreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "snapshotCreateTime"),
|
|
1207
1206
|
sourceGraphId: import_smithy_client.expectString,
|
|
1208
1207
|
status: import_smithy_client.expectString
|
|
1209
1208
|
});
|
|
@@ -1221,7 +1220,7 @@ var de_CreateGraphUsingImportTaskCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1221
1220
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1222
1221
|
format: import_smithy_client.expectString,
|
|
1223
1222
|
graphId: import_smithy_client.expectString,
|
|
1224
|
-
importOptions: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1223
|
+
importOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "importOptions"),
|
|
1225
1224
|
parquetType: import_smithy_client.expectString,
|
|
1226
1225
|
roleArn: import_smithy_client.expectString,
|
|
1227
1226
|
source: import_smithy_client.expectString,
|
|
@@ -1259,7 +1258,7 @@ var de_DeleteGraphCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1259
1258
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1260
1259
|
arn: import_smithy_client.expectString,
|
|
1261
1260
|
buildNumber: import_smithy_client.expectString,
|
|
1262
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1261
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
1263
1262
|
deletionProtection: import_smithy_client.expectBoolean,
|
|
1264
1263
|
endpoint: import_smithy_client.expectString,
|
|
1265
1264
|
id: import_smithy_client.expectString,
|
|
@@ -1289,7 +1288,7 @@ var de_DeleteGraphSnapshotCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1289
1288
|
id: import_smithy_client.expectString,
|
|
1290
1289
|
kmsKeyIdentifier: import_smithy_client.expectString,
|
|
1291
1290
|
name: import_smithy_client.expectString,
|
|
1292
|
-
snapshotCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1291
|
+
snapshotCreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "snapshotCreateTime"),
|
|
1293
1292
|
sourceGraphId: import_smithy_client.expectString,
|
|
1294
1293
|
status: import_smithy_client.expectString
|
|
1295
1294
|
});
|
|
@@ -1336,7 +1335,7 @@ var de_GetExportTaskCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1336
1335
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1337
1336
|
destination: import_smithy_client.expectString,
|
|
1338
1337
|
exportFilter: import_smithy_client._json,
|
|
1339
|
-
exportTaskDetails: (_) => de_ExportTaskDetails(_, context),
|
|
1338
|
+
exportTaskDetails: /* @__PURE__ */ __name((_) => de_ExportTaskDetails(_, context), "exportTaskDetails"),
|
|
1340
1339
|
format: import_smithy_client.expectString,
|
|
1341
1340
|
graphId: import_smithy_client.expectString,
|
|
1342
1341
|
kmsKeyIdentifier: import_smithy_client.expectString,
|
|
@@ -1360,7 +1359,7 @@ var de_GetGraphCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1360
1359
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1361
1360
|
arn: import_smithy_client.expectString,
|
|
1362
1361
|
buildNumber: import_smithy_client.expectString,
|
|
1363
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1362
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
1364
1363
|
deletionProtection: import_smithy_client.expectBoolean,
|
|
1365
1364
|
endpoint: import_smithy_client.expectString,
|
|
1366
1365
|
id: import_smithy_client.expectString,
|
|
@@ -1390,7 +1389,7 @@ var de_GetGraphSnapshotCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1390
1389
|
id: import_smithy_client.expectString,
|
|
1391
1390
|
kmsKeyIdentifier: import_smithy_client.expectString,
|
|
1392
1391
|
name: import_smithy_client.expectString,
|
|
1393
|
-
snapshotCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1392
|
+
snapshotCreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "snapshotCreateTime"),
|
|
1394
1393
|
sourceGraphId: import_smithy_client.expectString,
|
|
1395
1394
|
status: import_smithy_client.expectString
|
|
1396
1395
|
});
|
|
@@ -1407,7 +1406,7 @@ var de_GetGraphSummaryCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1407
1406
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1408
1407
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1409
1408
|
graphSummary: import_smithy_client._json,
|
|
1410
|
-
lastStatisticsComputationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1409
|
+
lastStatisticsComputationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastStatisticsComputationTime"),
|
|
1411
1410
|
version: import_smithy_client.expectString
|
|
1412
1411
|
});
|
|
1413
1412
|
Object.assign(contents, doc);
|
|
@@ -1425,8 +1424,8 @@ var de_GetImportTaskCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1425
1424
|
attemptNumber: import_smithy_client.expectInt32,
|
|
1426
1425
|
format: import_smithy_client.expectString,
|
|
1427
1426
|
graphId: import_smithy_client.expectString,
|
|
1428
|
-
importOptions: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1429
|
-
importTaskDetails: (_) => de_ImportTaskDetails(_, context),
|
|
1427
|
+
importOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "importOptions"),
|
|
1428
|
+
importTaskDetails: /* @__PURE__ */ __name((_) => de_ImportTaskDetails(_, context), "importTaskDetails"),
|
|
1430
1429
|
parquetType: import_smithy_client.expectString,
|
|
1431
1430
|
roleArn: import_smithy_client.expectString,
|
|
1432
1431
|
source: import_smithy_client.expectString,
|
|
@@ -1511,7 +1510,7 @@ var de_ListGraphSnapshotsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1511
1510
|
});
|
|
1512
1511
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1513
1512
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1514
|
-
graphSnapshots: (_) => de_GraphSnapshotSummaryList(_, context),
|
|
1513
|
+
graphSnapshots: /* @__PURE__ */ __name((_) => de_GraphSnapshotSummaryList(_, context), "graphSnapshots"),
|
|
1515
1514
|
nextToken: import_smithy_client.expectString
|
|
1516
1515
|
});
|
|
1517
1516
|
Object.assign(contents, doc);
|
|
@@ -1586,7 +1585,7 @@ var de_ResetGraphCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1586
1585
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1587
1586
|
arn: import_smithy_client.expectString,
|
|
1588
1587
|
buildNumber: import_smithy_client.expectString,
|
|
1589
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1588
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
1590
1589
|
deletionProtection: import_smithy_client.expectBoolean,
|
|
1591
1590
|
endpoint: import_smithy_client.expectString,
|
|
1592
1591
|
id: import_smithy_client.expectString,
|
|
@@ -1614,7 +1613,7 @@ var de_RestoreGraphFromSnapshotCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1614
1613
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1615
1614
|
arn: import_smithy_client.expectString,
|
|
1616
1615
|
buildNumber: import_smithy_client.expectString,
|
|
1617
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1616
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
1618
1617
|
deletionProtection: import_smithy_client.expectBoolean,
|
|
1619
1618
|
endpoint: import_smithy_client.expectString,
|
|
1620
1619
|
id: import_smithy_client.expectString,
|
|
@@ -1665,7 +1664,7 @@ var de_StartImportTaskCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1665
1664
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1666
1665
|
format: import_smithy_client.expectString,
|
|
1667
1666
|
graphId: import_smithy_client.expectString,
|
|
1668
|
-
importOptions: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1667
|
+
importOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "importOptions"),
|
|
1669
1668
|
parquetType: import_smithy_client.expectString,
|
|
1670
1669
|
roleArn: import_smithy_client.expectString,
|
|
1671
1670
|
source: import_smithy_client.expectString,
|
|
@@ -1706,7 +1705,7 @@ var de_UpdateGraphCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1706
1705
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1707
1706
|
arn: import_smithy_client.expectString,
|
|
1708
1707
|
buildNumber: import_smithy_client.expectString,
|
|
1709
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1708
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
|
1710
1709
|
deletionProtection: import_smithy_client.expectBoolean,
|
|
1711
1710
|
endpoint: import_smithy_client.expectString,
|
|
1712
1711
|
id: import_smithy_client.expectString,
|
|
@@ -1892,7 +1891,7 @@ var de_ExportTaskDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
1892
1891
|
numEdgesWritten: import_smithy_client.expectLong,
|
|
1893
1892
|
numVerticesWritten: import_smithy_client.expectLong,
|
|
1894
1893
|
progressPercentage: import_smithy_client.expectInt32,
|
|
1895
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1894
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1896
1895
|
timeElapsedSeconds: import_smithy_client.expectLong
|
|
1897
1896
|
});
|
|
1898
1897
|
}, "de_ExportTaskDetails");
|
|
@@ -1902,7 +1901,7 @@ var de_GraphSnapshotSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1902
1901
|
id: import_smithy_client.expectString,
|
|
1903
1902
|
kmsKeyIdentifier: import_smithy_client.expectString,
|
|
1904
1903
|
name: import_smithy_client.expectString,
|
|
1905
|
-
snapshotCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1904
|
+
snapshotCreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "snapshotCreateTime"),
|
|
1906
1905
|
sourceGraphId: import_smithy_client.expectString,
|
|
1907
1906
|
status: import_smithy_client.expectString
|
|
1908
1907
|
});
|
|
@@ -1919,7 +1918,7 @@ var de_ImportTaskDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
1919
1918
|
errorCount: import_smithy_client.expectInt32,
|
|
1920
1919
|
errorDetails: import_smithy_client.expectString,
|
|
1921
1920
|
progressPercentage: import_smithy_client.expectInt32,
|
|
1922
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1921
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1923
1922
|
statementCount: import_smithy_client.expectLong,
|
|
1924
1923
|
status: import_smithy_client.expectString,
|
|
1925
1924
|
timeElapsedSeconds: import_smithy_client.expectLong
|
|
@@ -491,7 +491,7 @@ export interface CreateGraphInput {
|
|
|
491
491
|
* <p>A name for the new Neptune Analytics graph to be created.</p>
|
|
492
492
|
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
|
|
493
493
|
* first character must be a letter. It cannot end with a hyphen or contain two
|
|
494
|
-
* consecutive hyphens.
|
|
494
|
+
* consecutive hyphens. Only lowercase letters are allowed.</p>
|
|
495
495
|
* @public
|
|
496
496
|
*/
|
|
497
497
|
graphName: string | undefined;
|
|
@@ -535,7 +535,7 @@ export interface CreateGraphInput {
|
|
|
535
535
|
*/
|
|
536
536
|
deletionProtection?: boolean | undefined;
|
|
537
537
|
/**
|
|
538
|
-
* <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min =
|
|
538
|
+
* <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 16</p>
|
|
539
539
|
* @public
|
|
540
540
|
*/
|
|
541
541
|
provisionedMemory: number | undefined;
|
|
@@ -571,7 +571,7 @@ export interface CreateGraphOutput {
|
|
|
571
571
|
* <p>The graph name. For example: <code>my-graph-1</code>.</p>
|
|
572
572
|
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
|
|
573
573
|
* first character must be a letter. It cannot end with a hyphen or contain two
|
|
574
|
-
* consecutive hyphens.
|
|
574
|
+
* consecutive hyphens. Only lowercase letters are allowed.</p>
|
|
575
575
|
* @public
|
|
576
576
|
*/
|
|
577
577
|
name: string | undefined;
|
|
@@ -597,7 +597,7 @@ export interface CreateGraphOutput {
|
|
|
597
597
|
createTime?: Date | undefined;
|
|
598
598
|
/**
|
|
599
599
|
* <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>
|
|
600
|
-
* <p>Min =
|
|
600
|
+
* <p>Min = 16</p>
|
|
601
601
|
* @public
|
|
602
602
|
*/
|
|
603
603
|
provisionedMemory?: number | undefined;
|
|
@@ -1074,13 +1074,13 @@ export interface RestoreGraphFromSnapshotInput {
|
|
|
1074
1074
|
* <p>A name for the new Neptune Analytics graph to be created from the snapshot.</p>
|
|
1075
1075
|
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
|
|
1076
1076
|
* first character must be a letter. It cannot end with a hyphen or contain two
|
|
1077
|
-
* consecutive hyphens.
|
|
1077
|
+
* consecutive hyphens. Only lowercase letters are allowed.</p>
|
|
1078
1078
|
* @public
|
|
1079
1079
|
*/
|
|
1080
1080
|
graphName: string | undefined;
|
|
1081
1081
|
/**
|
|
1082
1082
|
* <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>
|
|
1083
|
-
* <p>Min =
|
|
1083
|
+
* <p>Min = 16</p>
|
|
1084
1084
|
* @public
|
|
1085
1085
|
*/
|
|
1086
1086
|
provisionedMemory?: number | undefined;
|
|
@@ -1210,7 +1210,7 @@ export interface UpdateGraphInput {
|
|
|
1210
1210
|
publicConnectivity?: boolean | undefined;
|
|
1211
1211
|
/**
|
|
1212
1212
|
* <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>
|
|
1213
|
-
* <p>Min =
|
|
1213
|
+
* <p>Min = 16</p>
|
|
1214
1214
|
* @public
|
|
1215
1215
|
*/
|
|
1216
1216
|
provisionedMemory?: number | undefined;
|
|
@@ -1625,7 +1625,7 @@ export interface CreateGraphSnapshotInput {
|
|
|
1625
1625
|
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
|
|
1626
1626
|
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
|
|
1627
1627
|
* first character must be a letter. It cannot end with a hyphen or contain two
|
|
1628
|
-
* consecutive hyphens.</p>
|
|
1628
|
+
* consecutive hyphens. Only lowercase letters are allowed.</p>
|
|
1629
1629
|
* @public
|
|
1630
1630
|
*/
|
|
1631
1631
|
snapshotName: string | undefined;
|
|
@@ -1713,7 +1713,7 @@ export interface DeleteGraphSnapshotOutput {
|
|
|
1713
1713
|
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
|
|
1714
1714
|
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
|
|
1715
1715
|
* first character must be a letter. It cannot end with a hyphen or contain two
|
|
1716
|
-
* consecutive hyphens.</p>
|
|
1716
|
+
* consecutive hyphens. Only lowercase letters are allowed.</p>
|
|
1717
1717
|
* @public
|
|
1718
1718
|
*/
|
|
1719
1719
|
name: string | undefined;
|
|
@@ -1766,7 +1766,7 @@ export interface GetGraphSnapshotOutput {
|
|
|
1766
1766
|
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
|
|
1767
1767
|
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
|
|
1768
1768
|
* first character must be a letter. It cannot end with a hyphen or contain two
|
|
1769
|
-
* consecutive hyphens.</p>
|
|
1769
|
+
* consecutive hyphens. Only lowercase letters are allowed.</p>
|
|
1770
1770
|
* @public
|
|
1771
1771
|
*/
|
|
1772
1772
|
name: string | undefined;
|
|
@@ -1838,7 +1838,7 @@ export interface GraphSnapshotSummary {
|
|
|
1838
1838
|
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
|
|
1839
1839
|
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
|
|
1840
1840
|
* first character must be a letter. It cannot end with a hyphen or contain two
|
|
1841
|
-
* consecutive hyphens.</p>
|
|
1841
|
+
* consecutive hyphens. Only lowercase letters are allowed.</p>
|
|
1842
1842
|
* @public
|
|
1843
1843
|
*/
|
|
1844
1844
|
name: string | undefined;
|
|
@@ -2193,7 +2193,7 @@ export interface CreateGraphUsingImportTaskInput {
|
|
|
2193
2193
|
* <p>A name for the new Neptune Analytics graph to be created.</p>
|
|
2194
2194
|
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
|
|
2195
2195
|
* first character must be a letter. It cannot end with a hyphen or contain two
|
|
2196
|
-
* consecutive hyphens.
|
|
2196
|
+
* consecutive hyphens. Only lowercase letters are allowed.</p>
|
|
2197
2197
|
* @public
|
|
2198
2198
|
*/
|
|
2199
2199
|
graphName: string | undefined;
|
|
@@ -2254,7 +2254,7 @@ export interface CreateGraphUsingImportTaskInput {
|
|
|
2254
2254
|
*/
|
|
2255
2255
|
maxProvisionedMemory?: number | undefined;
|
|
2256
2256
|
/**
|
|
2257
|
-
* <p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default:
|
|
2257
|
+
* <p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 16</p>
|
|
2258
2258
|
* @public
|
|
2259
2259
|
*/
|
|
2260
2260
|
minProvisionedMemory?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptune-graph",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptune Graph Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.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-neptune-graph",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|