@aws-sdk/client-neptunedata 3.490.0 → 3.496.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 +6259 -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
package/dist-cjs/Neptunedata.js
CHANGED
|
@@ -1,97 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Neptunedata = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const CancelGremlinQueryCommand_1 = require("./commands/CancelGremlinQueryCommand");
|
|
6
|
-
const CancelLoaderJobCommand_1 = require("./commands/CancelLoaderJobCommand");
|
|
7
|
-
const CancelMLDataProcessingJobCommand_1 = require("./commands/CancelMLDataProcessingJobCommand");
|
|
8
|
-
const CancelMLModelTrainingJobCommand_1 = require("./commands/CancelMLModelTrainingJobCommand");
|
|
9
|
-
const CancelMLModelTransformJobCommand_1 = require("./commands/CancelMLModelTransformJobCommand");
|
|
10
|
-
const CancelOpenCypherQueryCommand_1 = require("./commands/CancelOpenCypherQueryCommand");
|
|
11
|
-
const CreateMLEndpointCommand_1 = require("./commands/CreateMLEndpointCommand");
|
|
12
|
-
const DeleteMLEndpointCommand_1 = require("./commands/DeleteMLEndpointCommand");
|
|
13
|
-
const DeletePropertygraphStatisticsCommand_1 = require("./commands/DeletePropertygraphStatisticsCommand");
|
|
14
|
-
const DeleteSparqlStatisticsCommand_1 = require("./commands/DeleteSparqlStatisticsCommand");
|
|
15
|
-
const ExecuteFastResetCommand_1 = require("./commands/ExecuteFastResetCommand");
|
|
16
|
-
const ExecuteGremlinExplainQueryCommand_1 = require("./commands/ExecuteGremlinExplainQueryCommand");
|
|
17
|
-
const ExecuteGremlinProfileQueryCommand_1 = require("./commands/ExecuteGremlinProfileQueryCommand");
|
|
18
|
-
const ExecuteGremlinQueryCommand_1 = require("./commands/ExecuteGremlinQueryCommand");
|
|
19
|
-
const ExecuteOpenCypherExplainQueryCommand_1 = require("./commands/ExecuteOpenCypherExplainQueryCommand");
|
|
20
|
-
const ExecuteOpenCypherQueryCommand_1 = require("./commands/ExecuteOpenCypherQueryCommand");
|
|
21
|
-
const GetEngineStatusCommand_1 = require("./commands/GetEngineStatusCommand");
|
|
22
|
-
const GetGremlinQueryStatusCommand_1 = require("./commands/GetGremlinQueryStatusCommand");
|
|
23
|
-
const GetLoaderJobStatusCommand_1 = require("./commands/GetLoaderJobStatusCommand");
|
|
24
|
-
const GetMLDataProcessingJobCommand_1 = require("./commands/GetMLDataProcessingJobCommand");
|
|
25
|
-
const GetMLEndpointCommand_1 = require("./commands/GetMLEndpointCommand");
|
|
26
|
-
const GetMLModelTrainingJobCommand_1 = require("./commands/GetMLModelTrainingJobCommand");
|
|
27
|
-
const GetMLModelTransformJobCommand_1 = require("./commands/GetMLModelTransformJobCommand");
|
|
28
|
-
const GetOpenCypherQueryStatusCommand_1 = require("./commands/GetOpenCypherQueryStatusCommand");
|
|
29
|
-
const GetPropertygraphStatisticsCommand_1 = require("./commands/GetPropertygraphStatisticsCommand");
|
|
30
|
-
const GetPropertygraphStreamCommand_1 = require("./commands/GetPropertygraphStreamCommand");
|
|
31
|
-
const GetPropertygraphSummaryCommand_1 = require("./commands/GetPropertygraphSummaryCommand");
|
|
32
|
-
const GetRDFGraphSummaryCommand_1 = require("./commands/GetRDFGraphSummaryCommand");
|
|
33
|
-
const GetSparqlStatisticsCommand_1 = require("./commands/GetSparqlStatisticsCommand");
|
|
34
|
-
const GetSparqlStreamCommand_1 = require("./commands/GetSparqlStreamCommand");
|
|
35
|
-
const ListGremlinQueriesCommand_1 = require("./commands/ListGremlinQueriesCommand");
|
|
36
|
-
const ListLoaderJobsCommand_1 = require("./commands/ListLoaderJobsCommand");
|
|
37
|
-
const ListMLDataProcessingJobsCommand_1 = require("./commands/ListMLDataProcessingJobsCommand");
|
|
38
|
-
const ListMLEndpointsCommand_1 = require("./commands/ListMLEndpointsCommand");
|
|
39
|
-
const ListMLModelTrainingJobsCommand_1 = require("./commands/ListMLModelTrainingJobsCommand");
|
|
40
|
-
const ListMLModelTransformJobsCommand_1 = require("./commands/ListMLModelTransformJobsCommand");
|
|
41
|
-
const ListOpenCypherQueriesCommand_1 = require("./commands/ListOpenCypherQueriesCommand");
|
|
42
|
-
const ManagePropertygraphStatisticsCommand_1 = require("./commands/ManagePropertygraphStatisticsCommand");
|
|
43
|
-
const ManageSparqlStatisticsCommand_1 = require("./commands/ManageSparqlStatisticsCommand");
|
|
44
|
-
const StartLoaderJobCommand_1 = require("./commands/StartLoaderJobCommand");
|
|
45
|
-
const StartMLDataProcessingJobCommand_1 = require("./commands/StartMLDataProcessingJobCommand");
|
|
46
|
-
const StartMLModelTrainingJobCommand_1 = require("./commands/StartMLModelTrainingJobCommand");
|
|
47
|
-
const StartMLModelTransformJobCommand_1 = require("./commands/StartMLModelTransformJobCommand");
|
|
48
|
-
const NeptunedataClient_1 = require("./NeptunedataClient");
|
|
49
|
-
const commands = {
|
|
50
|
-
CancelGremlinQueryCommand: CancelGremlinQueryCommand_1.CancelGremlinQueryCommand,
|
|
51
|
-
CancelLoaderJobCommand: CancelLoaderJobCommand_1.CancelLoaderJobCommand,
|
|
52
|
-
CancelMLDataProcessingJobCommand: CancelMLDataProcessingJobCommand_1.CancelMLDataProcessingJobCommand,
|
|
53
|
-
CancelMLModelTrainingJobCommand: CancelMLModelTrainingJobCommand_1.CancelMLModelTrainingJobCommand,
|
|
54
|
-
CancelMLModelTransformJobCommand: CancelMLModelTransformJobCommand_1.CancelMLModelTransformJobCommand,
|
|
55
|
-
CancelOpenCypherQueryCommand: CancelOpenCypherQueryCommand_1.CancelOpenCypherQueryCommand,
|
|
56
|
-
CreateMLEndpointCommand: CreateMLEndpointCommand_1.CreateMLEndpointCommand,
|
|
57
|
-
DeleteMLEndpointCommand: DeleteMLEndpointCommand_1.DeleteMLEndpointCommand,
|
|
58
|
-
DeletePropertygraphStatisticsCommand: DeletePropertygraphStatisticsCommand_1.DeletePropertygraphStatisticsCommand,
|
|
59
|
-
DeleteSparqlStatisticsCommand: DeleteSparqlStatisticsCommand_1.DeleteSparqlStatisticsCommand,
|
|
60
|
-
ExecuteFastResetCommand: ExecuteFastResetCommand_1.ExecuteFastResetCommand,
|
|
61
|
-
ExecuteGremlinExplainQueryCommand: ExecuteGremlinExplainQueryCommand_1.ExecuteGremlinExplainQueryCommand,
|
|
62
|
-
ExecuteGremlinProfileQueryCommand: ExecuteGremlinProfileQueryCommand_1.ExecuteGremlinProfileQueryCommand,
|
|
63
|
-
ExecuteGremlinQueryCommand: ExecuteGremlinQueryCommand_1.ExecuteGremlinQueryCommand,
|
|
64
|
-
ExecuteOpenCypherExplainQueryCommand: ExecuteOpenCypherExplainQueryCommand_1.ExecuteOpenCypherExplainQueryCommand,
|
|
65
|
-
ExecuteOpenCypherQueryCommand: ExecuteOpenCypherQueryCommand_1.ExecuteOpenCypherQueryCommand,
|
|
66
|
-
GetEngineStatusCommand: GetEngineStatusCommand_1.GetEngineStatusCommand,
|
|
67
|
-
GetGremlinQueryStatusCommand: GetGremlinQueryStatusCommand_1.GetGremlinQueryStatusCommand,
|
|
68
|
-
GetLoaderJobStatusCommand: GetLoaderJobStatusCommand_1.GetLoaderJobStatusCommand,
|
|
69
|
-
GetMLDataProcessingJobCommand: GetMLDataProcessingJobCommand_1.GetMLDataProcessingJobCommand,
|
|
70
|
-
GetMLEndpointCommand: GetMLEndpointCommand_1.GetMLEndpointCommand,
|
|
71
|
-
GetMLModelTrainingJobCommand: GetMLModelTrainingJobCommand_1.GetMLModelTrainingJobCommand,
|
|
72
|
-
GetMLModelTransformJobCommand: GetMLModelTransformJobCommand_1.GetMLModelTransformJobCommand,
|
|
73
|
-
GetOpenCypherQueryStatusCommand: GetOpenCypherQueryStatusCommand_1.GetOpenCypherQueryStatusCommand,
|
|
74
|
-
GetPropertygraphStatisticsCommand: GetPropertygraphStatisticsCommand_1.GetPropertygraphStatisticsCommand,
|
|
75
|
-
GetPropertygraphStreamCommand: GetPropertygraphStreamCommand_1.GetPropertygraphStreamCommand,
|
|
76
|
-
GetPropertygraphSummaryCommand: GetPropertygraphSummaryCommand_1.GetPropertygraphSummaryCommand,
|
|
77
|
-
GetRDFGraphSummaryCommand: GetRDFGraphSummaryCommand_1.GetRDFGraphSummaryCommand,
|
|
78
|
-
GetSparqlStatisticsCommand: GetSparqlStatisticsCommand_1.GetSparqlStatisticsCommand,
|
|
79
|
-
GetSparqlStreamCommand: GetSparqlStreamCommand_1.GetSparqlStreamCommand,
|
|
80
|
-
ListGremlinQueriesCommand: ListGremlinQueriesCommand_1.ListGremlinQueriesCommand,
|
|
81
|
-
ListLoaderJobsCommand: ListLoaderJobsCommand_1.ListLoaderJobsCommand,
|
|
82
|
-
ListMLDataProcessingJobsCommand: ListMLDataProcessingJobsCommand_1.ListMLDataProcessingJobsCommand,
|
|
83
|
-
ListMLEndpointsCommand: ListMLEndpointsCommand_1.ListMLEndpointsCommand,
|
|
84
|
-
ListMLModelTrainingJobsCommand: ListMLModelTrainingJobsCommand_1.ListMLModelTrainingJobsCommand,
|
|
85
|
-
ListMLModelTransformJobsCommand: ListMLModelTransformJobsCommand_1.ListMLModelTransformJobsCommand,
|
|
86
|
-
ListOpenCypherQueriesCommand: ListOpenCypherQueriesCommand_1.ListOpenCypherQueriesCommand,
|
|
87
|
-
ManagePropertygraphStatisticsCommand: ManagePropertygraphStatisticsCommand_1.ManagePropertygraphStatisticsCommand,
|
|
88
|
-
ManageSparqlStatisticsCommand: ManageSparqlStatisticsCommand_1.ManageSparqlStatisticsCommand,
|
|
89
|
-
StartLoaderJobCommand: StartLoaderJobCommand_1.StartLoaderJobCommand,
|
|
90
|
-
StartMLDataProcessingJobCommand: StartMLDataProcessingJobCommand_1.StartMLDataProcessingJobCommand,
|
|
91
|
-
StartMLModelTrainingJobCommand: StartMLModelTrainingJobCommand_1.StartMLModelTrainingJobCommand,
|
|
92
|
-
StartMLModelTransformJobCommand: StartMLModelTransformJobCommand_1.StartMLModelTransformJobCommand,
|
|
93
|
-
};
|
|
94
|
-
class Neptunedata extends NeptunedataClient_1.NeptunedataClient {
|
|
95
|
-
}
|
|
96
|
-
exports.Neptunedata = Neptunedata;
|
|
97
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Neptunedata);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NeptunedataClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class NeptunedataClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.NeptunedataClient = NeptunedataClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelGremlinQueryCommand = 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 CancelGremlinQueryCommand 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", "CancelGremlinQuery", {})
|
|
22
|
-
.n("NeptunedataClient", "CancelGremlinQueryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CancelGremlinQueryCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CancelGremlinQueryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelGremlinQueryCommand = CancelGremlinQueryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelLoaderJobCommand = 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 CancelLoaderJobCommand 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", "CancelLoaderJob", {})
|
|
22
|
-
.n("NeptunedataClient", "CancelLoaderJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CancelLoaderJobCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CancelLoaderJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelLoaderJobCommand = CancelLoaderJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelMLDataProcessingJobCommand = 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 CancelMLDataProcessingJobCommand 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", "CancelMLDataProcessingJob", {})
|
|
22
|
-
.n("NeptunedataClient", "CancelMLDataProcessingJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CancelMLDataProcessingJobCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CancelMLDataProcessingJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelMLDataProcessingJobCommand = CancelMLDataProcessingJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelMLModelTrainingJobCommand = 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 CancelMLModelTrainingJobCommand 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", "CancelMLModelTrainingJob", {})
|
|
22
|
-
.n("NeptunedataClient", "CancelMLModelTrainingJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CancelMLModelTrainingJobCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CancelMLModelTrainingJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelMLModelTrainingJobCommand = CancelMLModelTrainingJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelMLModelTransformJobCommand = 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 CancelMLModelTransformJobCommand 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", "CancelMLModelTransformJob", {})
|
|
22
|
-
.n("NeptunedataClient", "CancelMLModelTransformJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CancelMLModelTransformJobCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CancelMLModelTransformJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelMLModelTransformJobCommand = CancelMLModelTransformJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelOpenCypherQueryCommand = 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 CancelOpenCypherQueryCommand 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", "CancelOpenCypherQuery", {})
|
|
22
|
-
.n("NeptunedataClient", "CancelOpenCypherQueryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CancelOpenCypherQueryCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CancelOpenCypherQueryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelOpenCypherQueryCommand = CancelOpenCypherQueryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateMLEndpointCommand = 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 CreateMLEndpointCommand 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", "CreateMLEndpoint", {})
|
|
22
|
-
.n("NeptunedataClient", "CreateMLEndpointCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateMLEndpointCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateMLEndpointCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateMLEndpointCommand = CreateMLEndpointCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteMLEndpointCommand = 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 DeleteMLEndpointCommand 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", "DeleteMLEndpoint", {})
|
|
22
|
-
.n("NeptunedataClient", "DeleteMLEndpointCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteMLEndpointCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteMLEndpointCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteMLEndpointCommand = DeleteMLEndpointCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePropertygraphStatisticsCommand = 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 DeletePropertygraphStatisticsCommand 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", "DeletePropertygraphStatistics", {})
|
|
22
|
-
.n("NeptunedataClient", "DeletePropertygraphStatisticsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeletePropertygraphStatisticsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeletePropertygraphStatisticsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePropertygraphStatisticsCommand = DeletePropertygraphStatisticsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteSparqlStatisticsCommand = 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 DeleteSparqlStatisticsCommand 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", "DeleteSparqlStatistics", {})
|
|
22
|
-
.n("NeptunedataClient", "DeleteSparqlStatisticsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteSparqlStatisticsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteSparqlStatisticsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteSparqlStatisticsCommand = DeleteSparqlStatisticsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ExecuteFastResetCommand = 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 ExecuteFastResetCommand 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", "ExecuteFastReset", {})
|
|
22
|
-
.n("NeptunedataClient", "ExecuteFastResetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ExecuteFastResetCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ExecuteFastResetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ExecuteFastResetCommand = ExecuteFastResetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ExecuteGremlinExplainQueryCommand = 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 ExecuteGremlinExplainQueryCommand 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", "ExecuteGremlinExplainQuery", {})
|
|
22
|
-
.n("NeptunedataClient", "ExecuteGremlinExplainQueryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ExecuteGremlinExplainQueryCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ExecuteGremlinExplainQueryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ExecuteGremlinExplainQueryCommand = ExecuteGremlinExplainQueryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ExecuteGremlinProfileQueryCommand = 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 ExecuteGremlinProfileQueryCommand 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", "ExecuteGremlinProfileQuery", {})
|
|
22
|
-
.n("NeptunedataClient", "ExecuteGremlinProfileQueryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ExecuteGremlinProfileQueryCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ExecuteGremlinProfileQueryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ExecuteGremlinProfileQueryCommand = ExecuteGremlinProfileQueryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ExecuteGremlinQueryCommand = 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 ExecuteGremlinQueryCommand 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", "ExecuteGremlinQuery", {})
|
|
22
|
-
.n("NeptunedataClient", "ExecuteGremlinQueryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ExecuteGremlinQueryCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ExecuteGremlinQueryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ExecuteGremlinQueryCommand = ExecuteGremlinQueryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ExecuteOpenCypherExplainQueryCommand = 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 ExecuteOpenCypherExplainQueryCommand 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", "ExecuteOpenCypherExplainQuery", {})
|
|
22
|
-
.n("NeptunedataClient", "ExecuteOpenCypherExplainQueryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ExecuteOpenCypherExplainQueryCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ExecuteOpenCypherExplainQueryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ExecuteOpenCypherExplainQueryCommand = ExecuteOpenCypherExplainQueryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ExecuteOpenCypherQueryCommand = 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 ExecuteOpenCypherQueryCommand 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", "ExecuteOpenCypherQuery", {})
|
|
22
|
-
.n("NeptunedataClient", "ExecuteOpenCypherQueryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ExecuteOpenCypherQueryCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ExecuteOpenCypherQueryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ExecuteOpenCypherQueryCommand = ExecuteOpenCypherQueryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|