@aws-sdk/client-neptunedata 3.403.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/LICENSE +201 -0
- package/README.md +555 -0
- package/dist-cjs/Neptunedata.js +97 -0
- package/dist-cjs/NeptunedataClient.js +43 -0
- package/dist-cjs/commands/CancelGremlinQueryCommand.js +46 -0
- package/dist-cjs/commands/CancelLoaderJobCommand.js +46 -0
- package/dist-cjs/commands/CancelMLDataProcessingJobCommand.js +46 -0
- package/dist-cjs/commands/CancelMLModelTrainingJobCommand.js +46 -0
- package/dist-cjs/commands/CancelMLModelTransformJobCommand.js +46 -0
- package/dist-cjs/commands/CancelOpenCypherQueryCommand.js +46 -0
- package/dist-cjs/commands/CreateMLEndpointCommand.js +46 -0
- package/dist-cjs/commands/DeleteMLEndpointCommand.js +46 -0
- package/dist-cjs/commands/DeletePropertygraphStatisticsCommand.js +46 -0
- package/dist-cjs/commands/DeleteSparqlStatisticsCommand.js +46 -0
- package/dist-cjs/commands/ExecuteFastResetCommand.js +46 -0
- package/dist-cjs/commands/ExecuteGremlinExplainQueryCommand.js +46 -0
- package/dist-cjs/commands/ExecuteGremlinProfileQueryCommand.js +46 -0
- package/dist-cjs/commands/ExecuteGremlinQueryCommand.js +46 -0
- package/dist-cjs/commands/ExecuteOpenCypherExplainQueryCommand.js +46 -0
- package/dist-cjs/commands/ExecuteOpenCypherQueryCommand.js +46 -0
- package/dist-cjs/commands/GetEngineStatusCommand.js +46 -0
- package/dist-cjs/commands/GetGremlinQueryStatusCommand.js +46 -0
- package/dist-cjs/commands/GetLoaderJobStatusCommand.js +46 -0
- package/dist-cjs/commands/GetMLDataProcessingJobCommand.js +46 -0
- package/dist-cjs/commands/GetMLEndpointCommand.js +46 -0
- package/dist-cjs/commands/GetMLModelTrainingJobCommand.js +46 -0
- package/dist-cjs/commands/GetMLModelTransformJobCommand.js +46 -0
- package/dist-cjs/commands/GetOpenCypherQueryStatusCommand.js +46 -0
- package/dist-cjs/commands/GetPropertygraphStatisticsCommand.js +46 -0
- package/dist-cjs/commands/GetPropertygraphStreamCommand.js +46 -0
- package/dist-cjs/commands/GetPropertygraphSummaryCommand.js +46 -0
- package/dist-cjs/commands/GetRDFGraphSummaryCommand.js +46 -0
- package/dist-cjs/commands/GetSparqlStatisticsCommand.js +46 -0
- package/dist-cjs/commands/GetSparqlStreamCommand.js +46 -0
- package/dist-cjs/commands/ListGremlinQueriesCommand.js +46 -0
- package/dist-cjs/commands/ListLoaderJobsCommand.js +46 -0
- package/dist-cjs/commands/ListMLDataProcessingJobsCommand.js +46 -0
- package/dist-cjs/commands/ListMLEndpointsCommand.js +46 -0
- package/dist-cjs/commands/ListMLModelTrainingJobsCommand.js +46 -0
- package/dist-cjs/commands/ListMLModelTransformJobsCommand.js +46 -0
- package/dist-cjs/commands/ListOpenCypherQueriesCommand.js +46 -0
- package/dist-cjs/commands/ManagePropertygraphStatisticsCommand.js +46 -0
- package/dist-cjs/commands/ManageSparqlStatisticsCommand.js +46 -0
- package/dist-cjs/commands/StartLoaderJobCommand.js +46 -0
- package/dist-cjs/commands/StartMLDataProcessingJobCommand.js +46 -0
- package/dist-cjs/commands/StartMLModelTrainingJobCommand.js +46 -0
- package/dist-cjs/commands/StartMLModelTransformJobCommand.js +46 -0
- package/dist-cjs/commands/index.js +46 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +10 -0
- package/dist-cjs/models/NeptunedataServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +631 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4771 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +48 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +22 -0
- package/dist-cjs/runtimeExtensions.js +16 -0
- package/dist-es/Neptunedata.js +93 -0
- package/dist-es/NeptunedataClient.js +39 -0
- package/dist-es/commands/CancelGremlinQueryCommand.js +42 -0
- package/dist-es/commands/CancelLoaderJobCommand.js +42 -0
- package/dist-es/commands/CancelMLDataProcessingJobCommand.js +42 -0
- package/dist-es/commands/CancelMLModelTrainingJobCommand.js +42 -0
- package/dist-es/commands/CancelMLModelTransformJobCommand.js +42 -0
- package/dist-es/commands/CancelOpenCypherQueryCommand.js +42 -0
- package/dist-es/commands/CreateMLEndpointCommand.js +42 -0
- package/dist-es/commands/DeleteMLEndpointCommand.js +42 -0
- package/dist-es/commands/DeletePropertygraphStatisticsCommand.js +42 -0
- package/dist-es/commands/DeleteSparqlStatisticsCommand.js +42 -0
- package/dist-es/commands/ExecuteFastResetCommand.js +42 -0
- package/dist-es/commands/ExecuteGremlinExplainQueryCommand.js +42 -0
- package/dist-es/commands/ExecuteGremlinProfileQueryCommand.js +42 -0
- package/dist-es/commands/ExecuteGremlinQueryCommand.js +42 -0
- package/dist-es/commands/ExecuteOpenCypherExplainQueryCommand.js +42 -0
- package/dist-es/commands/ExecuteOpenCypherQueryCommand.js +42 -0
- package/dist-es/commands/GetEngineStatusCommand.js +42 -0
- package/dist-es/commands/GetGremlinQueryStatusCommand.js +42 -0
- package/dist-es/commands/GetLoaderJobStatusCommand.js +42 -0
- package/dist-es/commands/GetMLDataProcessingJobCommand.js +42 -0
- package/dist-es/commands/GetMLEndpointCommand.js +42 -0
- package/dist-es/commands/GetMLModelTrainingJobCommand.js +42 -0
- package/dist-es/commands/GetMLModelTransformJobCommand.js +42 -0
- package/dist-es/commands/GetOpenCypherQueryStatusCommand.js +42 -0
- package/dist-es/commands/GetPropertygraphStatisticsCommand.js +42 -0
- package/dist-es/commands/GetPropertygraphStreamCommand.js +42 -0
- package/dist-es/commands/GetPropertygraphSummaryCommand.js +42 -0
- package/dist-es/commands/GetRDFGraphSummaryCommand.js +42 -0
- package/dist-es/commands/GetSparqlStatisticsCommand.js +42 -0
- package/dist-es/commands/GetSparqlStreamCommand.js +42 -0
- package/dist-es/commands/ListGremlinQueriesCommand.js +42 -0
- package/dist-es/commands/ListLoaderJobsCommand.js +42 -0
- package/dist-es/commands/ListMLDataProcessingJobsCommand.js +42 -0
- package/dist-es/commands/ListMLEndpointsCommand.js +42 -0
- package/dist-es/commands/ListMLModelTrainingJobsCommand.js +42 -0
- package/dist-es/commands/ListMLModelTransformJobsCommand.js +42 -0
- package/dist-es/commands/ListOpenCypherQueriesCommand.js +42 -0
- package/dist-es/commands/ManagePropertygraphStatisticsCommand.js +42 -0
- package/dist-es/commands/ManageSparqlStatisticsCommand.js +42 -0
- package/dist-es/commands/StartLoaderJobCommand.js +42 -0
- package/dist-es/commands/StartMLDataProcessingJobCommand.js +42 -0
- package/dist-es/commands/StartMLModelTrainingJobCommand.js +42 -0
- package/dist-es/commands/StartMLModelTransformJobCommand.js +42 -0
- package/dist-es/commands/index.js +43 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +5 -0
- package/dist-es/models/NeptunedataServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +594 -0
- package/dist-es/protocols/Aws_restJson1.js +4681 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +43 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +18 -0
- package/dist-es/runtimeExtensions.js +12 -0
- package/dist-types/Neptunedata.d.ts +316 -0
- package/dist-types/NeptunedataClient.d.ts +215 -0
- package/dist-types/commands/CancelGremlinQueryCommand.d.ts +117 -0
- package/dist-types/commands/CancelLoaderJobCommand.d.ts +115 -0
- package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +109 -0
- package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +109 -0
- package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +109 -0
- package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +122 -0
- package/dist-types/commands/CreateMLEndpointCommand.d.ts +119 -0
- package/dist-types/commands/DeleteMLEndpointCommand.d.ts +110 -0
- package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +116 -0
- package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +115 -0
- package/dist-types/commands/ExecuteFastResetCommand.d.ts +123 -0
- package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +155 -0
- package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +151 -0
- package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +150 -0
- package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +151 -0
- package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +151 -0
- package/dist-types/commands/GetEngineStatusCommand.d.ts +119 -0
- package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +129 -0
- package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +121 -0
- package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +117 -0
- package/dist-types/commands/GetMLEndpointCommand.d.ts +121 -0
- package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +139 -0
- package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +131 -0
- package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +132 -0
- package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +122 -0
- package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +147 -0
- package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +161 -0
- package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +138 -0
- package/dist-types/commands/GetSparqlStatisticsCommand.d.ts +122 -0
- package/dist-types/commands/GetSparqlStreamCommand.d.ts +142 -0
- package/dist-types/commands/ListGremlinQueriesCommand.d.ts +136 -0
- package/dist-types/commands/ListLoaderJobsCommand.d.ts +116 -0
- package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +110 -0
- package/dist-types/commands/ListMLEndpointsCommand.d.ts +110 -0
- package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +110 -0
- package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +110 -0
- package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +139 -0
- package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +115 -0
- package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +115 -0
- package/dist-types/commands/StartLoaderJobCommand.d.ts +135 -0
- package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +128 -0
- package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +134 -0
- package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +129 -0
- package/dist-types/commands/index.d.ts +43 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +22 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +6 -0
- package/dist-types/index.d.ts +16 -0
- package/dist-types/models/NeptunedataServiceException.d.ts +13 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4026 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +389 -0
- package/dist-types/runtimeConfig.browser.d.ts +46 -0
- package/dist-types/runtimeConfig.d.ts +43 -0
- package/dist-types/runtimeConfig.native.d.ts +42 -0
- package/dist-types/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/Neptunedata.d.ts +738 -0
- package/dist-types/ts3.4/NeptunedataClient.d.ts +376 -0
- package/dist-types/ts3.4/commands/CancelGremlinQueryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CancelLoaderJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CancelMLDataProcessingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CancelMLModelTrainingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CancelMLModelTransformJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CancelOpenCypherQueryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMLEndpointCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteMLEndpointCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeletePropertygraphStatisticsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteSparqlStatisticsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ExecuteFastResetCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ExecuteGremlinExplainQueryCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ExecuteGremlinProfileQueryCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ExecuteGremlinQueryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ExecuteOpenCypherQueryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetEngineStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetGremlinQueryStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetLoaderJobStatusCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetMLDataProcessingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetMLEndpointCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetMLModelTrainingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetMLModelTransformJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetOpenCypherQueryStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetPropertygraphStatisticsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetPropertygraphStreamCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetPropertygraphSummaryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRDFGraphSummaryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetSparqlStatisticsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSparqlStreamCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListGremlinQueriesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListLoaderJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListMLDataProcessingJobsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListMLEndpointsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListMLModelTrainingJobsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListMLModelTransformJobsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListOpenCypherQueriesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ManagePropertygraphStatisticsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ManageSparqlStatisticsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartLoaderJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StartMLDataProcessingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMLModelTrainingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMLModelTransformJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +43 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/NeptunedataServiceException.d.ts +8 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +994 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +521 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +90 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +90 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +81 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/package.json +100 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_DeletePropertygraphStatisticsCommand, se_DeletePropertygraphStatisticsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeletePropertygraphStatisticsCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeletePropertygraphStatisticsCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "DeletePropertygraphStatisticsCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_DeletePropertygraphStatisticsCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_DeletePropertygraphStatisticsCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_DeleteSparqlStatisticsCommand, se_DeleteSparqlStatisticsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteSparqlStatisticsCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteSparqlStatisticsCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "DeleteSparqlStatisticsCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_DeleteSparqlStatisticsCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_DeleteSparqlStatisticsCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_ExecuteFastResetCommand, se_ExecuteFastResetCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ExecuteFastResetCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ExecuteFastResetCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "ExecuteFastResetCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_ExecuteFastResetCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_ExecuteFastResetCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_ExecuteGremlinExplainQueryCommand, se_ExecuteGremlinExplainQueryCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ExecuteGremlinExplainQueryCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ExecuteGremlinExplainQueryCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "ExecuteGremlinExplainQueryCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_ExecuteGremlinExplainQueryCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_ExecuteGremlinExplainQueryCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_ExecuteGremlinProfileQueryCommand, se_ExecuteGremlinProfileQueryCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ExecuteGremlinProfileQueryCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ExecuteGremlinProfileQueryCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "ExecuteGremlinProfileQueryCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_ExecuteGremlinProfileQueryCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_ExecuteGremlinProfileQueryCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_ExecuteGremlinQueryCommand, se_ExecuteGremlinQueryCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ExecuteGremlinQueryCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ExecuteGremlinQueryCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "ExecuteGremlinQueryCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_ExecuteGremlinQueryCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_ExecuteGremlinQueryCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_ExecuteOpenCypherExplainQueryCommand, se_ExecuteOpenCypherExplainQueryCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ExecuteOpenCypherExplainQueryCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ExecuteOpenCypherExplainQueryCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "ExecuteOpenCypherExplainQueryCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_ExecuteOpenCypherExplainQueryCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_ExecuteOpenCypherExplainQueryCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_ExecuteOpenCypherQueryCommand, se_ExecuteOpenCypherQueryCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ExecuteOpenCypherQueryCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ExecuteOpenCypherQueryCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "ExecuteOpenCypherQueryCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_ExecuteOpenCypherQueryCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_ExecuteOpenCypherQueryCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_GetEngineStatusCommand, se_GetEngineStatusCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetEngineStatusCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetEngineStatusCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "GetEngineStatusCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_GetEngineStatusCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_GetEngineStatusCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_GetGremlinQueryStatusCommand, se_GetGremlinQueryStatusCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetGremlinQueryStatusCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetGremlinQueryStatusCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "GetGremlinQueryStatusCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_GetGremlinQueryStatusCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_GetGremlinQueryStatusCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_GetLoaderJobStatusCommand, se_GetLoaderJobStatusCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetLoaderJobStatusCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetLoaderJobStatusCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "GetLoaderJobStatusCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_GetLoaderJobStatusCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_GetLoaderJobStatusCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_GetMLDataProcessingJobCommand, se_GetMLDataProcessingJobCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetMLDataProcessingJobCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetMLDataProcessingJobCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "GetMLDataProcessingJobCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_GetMLDataProcessingJobCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_GetMLDataProcessingJobCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_GetMLEndpointCommand, se_GetMLEndpointCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetMLEndpointCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetMLEndpointCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "GetMLEndpointCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_GetMLEndpointCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_GetMLEndpointCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_GetMLModelTrainingJobCommand, se_GetMLModelTrainingJobCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetMLModelTrainingJobCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetMLModelTrainingJobCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "GetMLModelTrainingJobCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_GetMLModelTrainingJobCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_GetMLModelTrainingJobCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { de_GetMLModelTransformJobCommand, se_GetMLModelTransformJobCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetMLModelTransformJobCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetMLModelTransformJobCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "NeptunedataClient";
|
|
25
|
+
const commandName = "GetMLModelTransformJobCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_GetMLModelTransformJobCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_GetMLModelTransformJobCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|