@aws-sdk/client-neptunedata 3.490.0 → 3.495.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/Neptunedata.js +1 -97
- package/dist-cjs/NeptunedataClient.js +1 -43
- package/dist-cjs/commands/CancelGremlinQueryCommand.js +1 -28
- package/dist-cjs/commands/CancelLoaderJobCommand.js +1 -28
- package/dist-cjs/commands/CancelMLDataProcessingJobCommand.js +1 -28
- package/dist-cjs/commands/CancelMLModelTrainingJobCommand.js +1 -28
- package/dist-cjs/commands/CancelMLModelTransformJobCommand.js +1 -28
- package/dist-cjs/commands/CancelOpenCypherQueryCommand.js +1 -28
- package/dist-cjs/commands/CreateMLEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeleteMLEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeletePropertygraphStatisticsCommand.js +1 -28
- package/dist-cjs/commands/DeleteSparqlStatisticsCommand.js +1 -28
- package/dist-cjs/commands/ExecuteFastResetCommand.js +1 -28
- package/dist-cjs/commands/ExecuteGremlinExplainQueryCommand.js +1 -28
- package/dist-cjs/commands/ExecuteGremlinProfileQueryCommand.js +1 -28
- package/dist-cjs/commands/ExecuteGremlinQueryCommand.js +1 -28
- package/dist-cjs/commands/ExecuteOpenCypherExplainQueryCommand.js +1 -28
- package/dist-cjs/commands/ExecuteOpenCypherQueryCommand.js +1 -28
- package/dist-cjs/commands/GetEngineStatusCommand.js +1 -28
- package/dist-cjs/commands/GetGremlinQueryStatusCommand.js +1 -28
- package/dist-cjs/commands/GetLoaderJobStatusCommand.js +1 -28
- package/dist-cjs/commands/GetMLDataProcessingJobCommand.js +1 -28
- package/dist-cjs/commands/GetMLEndpointCommand.js +1 -28
- package/dist-cjs/commands/GetMLModelTrainingJobCommand.js +1 -28
- package/dist-cjs/commands/GetMLModelTransformJobCommand.js +1 -28
- package/dist-cjs/commands/GetOpenCypherQueryStatusCommand.js +1 -28
- package/dist-cjs/commands/GetPropertygraphStatisticsCommand.js +1 -28
- package/dist-cjs/commands/GetPropertygraphStreamCommand.js +1 -28
- package/dist-cjs/commands/GetPropertygraphSummaryCommand.js +1 -28
- package/dist-cjs/commands/GetRDFGraphSummaryCommand.js +1 -28
- package/dist-cjs/commands/GetSparqlStatisticsCommand.js +1 -28
- package/dist-cjs/commands/GetSparqlStreamCommand.js +1 -28
- package/dist-cjs/commands/ListGremlinQueriesCommand.js +1 -28
- package/dist-cjs/commands/ListLoaderJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMLDataProcessingJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMLEndpointsCommand.js +1 -28
- package/dist-cjs/commands/ListMLModelTrainingJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMLModelTransformJobsCommand.js +1 -28
- package/dist-cjs/commands/ListOpenCypherQueriesCommand.js +1 -28
- package/dist-cjs/commands/ManagePropertygraphStatisticsCommand.js +1 -28
- package/dist-cjs/commands/ManageSparqlStatisticsCommand.js +1 -28
- package/dist-cjs/commands/StartLoaderJobCommand.js +1 -28
- package/dist-cjs/commands/StartMLDataProcessingJobCommand.js +1 -28
- package/dist-cjs/commands/StartMLModelTrainingJobCommand.js +1 -28
- package/dist-cjs/commands/StartMLModelTransformJobCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -46
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6257 -10
- package/dist-cjs/models/NeptunedataServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -630
- package/dist-cjs/protocols/Aws_restJson1.js +1 -4468
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +41 -41
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ManagePropertygraphStatisticsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ManagePropertygraphStatisticsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonNeptuneDataplane", "ManagePropertygraphStatistics", {})
|
|
22
|
-
.n("NeptunedataClient", "ManagePropertygraphStatisticsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ManagePropertygraphStatisticsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ManagePropertygraphStatisticsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ManagePropertygraphStatisticsCommand = ManagePropertygraphStatisticsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ManageSparqlStatisticsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ManageSparqlStatisticsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonNeptuneDataplane", "ManageSparqlStatistics", {})
|
|
22
|
-
.n("NeptunedataClient", "ManageSparqlStatisticsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ManageSparqlStatisticsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ManageSparqlStatisticsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ManageSparqlStatisticsCommand = ManageSparqlStatisticsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartLoaderJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StartLoaderJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonNeptuneDataplane", "StartLoaderJob", {})
|
|
22
|
-
.n("NeptunedataClient", "StartLoaderJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_StartLoaderJobCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_StartLoaderJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartLoaderJobCommand = StartLoaderJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartMLDataProcessingJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StartMLDataProcessingJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonNeptuneDataplane", "StartMLDataProcessingJob", {})
|
|
22
|
-
.n("NeptunedataClient", "StartMLDataProcessingJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_StartMLDataProcessingJobCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_StartMLDataProcessingJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartMLDataProcessingJobCommand = StartMLDataProcessingJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartMLModelTrainingJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StartMLModelTrainingJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonNeptuneDataplane", "StartMLModelTrainingJob", {})
|
|
22
|
-
.n("NeptunedataClient", "StartMLModelTrainingJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_StartMLModelTrainingJobCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_StartMLModelTrainingJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartMLModelTrainingJobCommand = StartMLModelTrainingJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartMLModelTransformJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StartMLModelTransformJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonNeptuneDataplane", "StartMLModelTransformJob", {})
|
|
22
|
-
.n("NeptunedataClient", "StartMLModelTransformJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_StartMLModelTransformJobCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_StartMLModelTransformJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartMLModelTransformJobCommand = StartMLModelTransformJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,46 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CancelGremlinQueryCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CancelLoaderJobCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CancelMLDataProcessingJobCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CancelMLModelTrainingJobCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CancelMLModelTransformJobCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CancelOpenCypherQueryCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateMLEndpointCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteMLEndpointCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeletePropertygraphStatisticsCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteSparqlStatisticsCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ExecuteFastResetCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ExecuteGremlinExplainQueryCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ExecuteGremlinProfileQueryCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ExecuteGremlinQueryCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ExecuteOpenCypherExplainQueryCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./ExecuteOpenCypherQueryCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./GetEngineStatusCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./GetGremlinQueryStatusCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetLoaderJobStatusCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetMLDataProcessingJobCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetMLEndpointCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetMLModelTrainingJobCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetMLModelTransformJobCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetOpenCypherQueryStatusCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetPropertygraphStatisticsCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetPropertygraphStreamCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetPropertygraphSummaryCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetRDFGraphSummaryCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./GetSparqlStatisticsCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./GetSparqlStreamCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListGremlinQueriesCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListLoaderJobsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListMLDataProcessingJobsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListMLEndpointsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./ListMLModelTrainingJobsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ListMLModelTransformJobsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ListOpenCypherQueriesCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ManagePropertygraphStatisticsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ManageSparqlStatisticsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./StartLoaderJobCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./StartMLDataProcessingJobCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./StartMLModelTrainingJobCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./StartMLModelTransformJobCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "neptune-db",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|