@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 { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetOpenCypherQueryStatusInput,
|
|
11
|
+
GetOpenCypherQueryStatusOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetOpenCypherQueryStatusCommandInput
|
|
20
|
+
extends GetOpenCypherQueryStatusInput {}
|
|
21
|
+
export interface GetOpenCypherQueryStatusCommandOutput
|
|
22
|
+
extends GetOpenCypherQueryStatusOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetOpenCypherQueryStatusCommand extends $Command<
|
|
25
|
+
GetOpenCypherQueryStatusCommandInput,
|
|
26
|
+
GetOpenCypherQueryStatusCommandOutput,
|
|
27
|
+
NeptunedataClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetOpenCypherQueryStatusCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetOpenCypherQueryStatusCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetOpenCypherQueryStatusCommandInput,
|
|
38
|
+
GetOpenCypherQueryStatusCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { GetPropertygraphStatisticsOutput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
NeptunedataClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../NeptunedataClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface GetPropertygraphStatisticsCommandInput {}
|
|
17
|
+
export interface GetPropertygraphStatisticsCommandOutput
|
|
18
|
+
extends GetPropertygraphStatisticsOutput,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class GetPropertygraphStatisticsCommand extends $Command<
|
|
21
|
+
GetPropertygraphStatisticsCommandInput,
|
|
22
|
+
GetPropertygraphStatisticsCommandOutput,
|
|
23
|
+
NeptunedataClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: GetPropertygraphStatisticsCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: GetPropertygraphStatisticsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
GetPropertygraphStatisticsCommandInput,
|
|
34
|
+
GetPropertygraphStatisticsCommandOutput
|
|
35
|
+
>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetPropertygraphStreamInput,
|
|
11
|
+
GetPropertygraphStreamOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetPropertygraphStreamCommandInput
|
|
20
|
+
extends GetPropertygraphStreamInput {}
|
|
21
|
+
export interface GetPropertygraphStreamCommandOutput
|
|
22
|
+
extends GetPropertygraphStreamOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetPropertygraphStreamCommand extends $Command<
|
|
25
|
+
GetPropertygraphStreamCommandInput,
|
|
26
|
+
GetPropertygraphStreamCommandOutput,
|
|
27
|
+
NeptunedataClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetPropertygraphStreamCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetPropertygraphStreamCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetPropertygraphStreamCommandInput,
|
|
38
|
+
GetPropertygraphStreamCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetPropertygraphSummaryInput,
|
|
11
|
+
GetPropertygraphSummaryOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetPropertygraphSummaryCommandInput
|
|
20
|
+
extends GetPropertygraphSummaryInput {}
|
|
21
|
+
export interface GetPropertygraphSummaryCommandOutput
|
|
22
|
+
extends GetPropertygraphSummaryOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetPropertygraphSummaryCommand extends $Command<
|
|
25
|
+
GetPropertygraphSummaryCommandInput,
|
|
26
|
+
GetPropertygraphSummaryCommandOutput,
|
|
27
|
+
NeptunedataClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetPropertygraphSummaryCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetPropertygraphSummaryCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetPropertygraphSummaryCommandInput,
|
|
38
|
+
GetPropertygraphSummaryCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetRDFGraphSummaryInput,
|
|
11
|
+
GetRDFGraphSummaryOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetRDFGraphSummaryCommandInput
|
|
20
|
+
extends GetRDFGraphSummaryInput {}
|
|
21
|
+
export interface GetRDFGraphSummaryCommandOutput
|
|
22
|
+
extends GetRDFGraphSummaryOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetRDFGraphSummaryCommand extends $Command<
|
|
25
|
+
GetRDFGraphSummaryCommandInput,
|
|
26
|
+
GetRDFGraphSummaryCommandOutput,
|
|
27
|
+
NeptunedataClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetRDFGraphSummaryCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetRDFGraphSummaryCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<GetRDFGraphSummaryCommandInput, GetRDFGraphSummaryCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { GetSparqlStatisticsOutput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
NeptunedataClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../NeptunedataClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface GetSparqlStatisticsCommandInput {}
|
|
17
|
+
export interface GetSparqlStatisticsCommandOutput
|
|
18
|
+
extends GetSparqlStatisticsOutput,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class GetSparqlStatisticsCommand extends $Command<
|
|
21
|
+
GetSparqlStatisticsCommandInput,
|
|
22
|
+
GetSparqlStatisticsCommandOutput,
|
|
23
|
+
NeptunedataClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: GetSparqlStatisticsCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: GetSparqlStatisticsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetSparqlStatisticsCommandInput, GetSparqlStatisticsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetSparqlStreamInput,
|
|
11
|
+
GetSparqlStreamOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetSparqlStreamCommandInput extends GetSparqlStreamInput {}
|
|
20
|
+
export interface GetSparqlStreamCommandOutput
|
|
21
|
+
extends GetSparqlStreamOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetSparqlStreamCommand extends $Command<
|
|
24
|
+
GetSparqlStreamCommandInput,
|
|
25
|
+
GetSparqlStreamCommandOutput,
|
|
26
|
+
NeptunedataClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetSparqlStreamCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetSparqlStreamCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetSparqlStreamCommandInput, GetSparqlStreamCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListGremlinQueriesInput,
|
|
11
|
+
ListGremlinQueriesOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListGremlinQueriesCommandInput
|
|
20
|
+
extends ListGremlinQueriesInput {}
|
|
21
|
+
export interface ListGremlinQueriesCommandOutput
|
|
22
|
+
extends ListGremlinQueriesOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListGremlinQueriesCommand extends $Command<
|
|
25
|
+
ListGremlinQueriesCommandInput,
|
|
26
|
+
ListGremlinQueriesCommandOutput,
|
|
27
|
+
NeptunedataClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListGremlinQueriesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListGremlinQueriesCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<ListGremlinQueriesCommandInput, ListGremlinQueriesCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { ListLoaderJobsInput, ListLoaderJobsOutput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
NeptunedataClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../NeptunedataClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface ListLoaderJobsCommandInput extends ListLoaderJobsInput {}
|
|
17
|
+
export interface ListLoaderJobsCommandOutput
|
|
18
|
+
extends ListLoaderJobsOutput,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class ListLoaderJobsCommand extends $Command<
|
|
21
|
+
ListLoaderJobsCommandInput,
|
|
22
|
+
ListLoaderJobsCommandOutput,
|
|
23
|
+
NeptunedataClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: ListLoaderJobsCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: ListLoaderJobsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListLoaderJobsCommandInput, ListLoaderJobsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListMLDataProcessingJobsInput,
|
|
11
|
+
ListMLDataProcessingJobsOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListMLDataProcessingJobsCommandInput
|
|
20
|
+
extends ListMLDataProcessingJobsInput {}
|
|
21
|
+
export interface ListMLDataProcessingJobsCommandOutput
|
|
22
|
+
extends ListMLDataProcessingJobsOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListMLDataProcessingJobsCommand extends $Command<
|
|
25
|
+
ListMLDataProcessingJobsCommandInput,
|
|
26
|
+
ListMLDataProcessingJobsCommandOutput,
|
|
27
|
+
NeptunedataClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListMLDataProcessingJobsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListMLDataProcessingJobsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListMLDataProcessingJobsCommandInput,
|
|
38
|
+
ListMLDataProcessingJobsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListMLEndpointsInput,
|
|
11
|
+
ListMLEndpointsOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListMLEndpointsCommandInput extends ListMLEndpointsInput {}
|
|
20
|
+
export interface ListMLEndpointsCommandOutput
|
|
21
|
+
extends ListMLEndpointsOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListMLEndpointsCommand extends $Command<
|
|
24
|
+
ListMLEndpointsCommandInput,
|
|
25
|
+
ListMLEndpointsCommandOutput,
|
|
26
|
+
NeptunedataClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListMLEndpointsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListMLEndpointsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListMLEndpointsCommandInput, ListMLEndpointsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListMLModelTrainingJobsInput,
|
|
11
|
+
ListMLModelTrainingJobsOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListMLModelTrainingJobsCommandInput
|
|
20
|
+
extends ListMLModelTrainingJobsInput {}
|
|
21
|
+
export interface ListMLModelTrainingJobsCommandOutput
|
|
22
|
+
extends ListMLModelTrainingJobsOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListMLModelTrainingJobsCommand extends $Command<
|
|
25
|
+
ListMLModelTrainingJobsCommandInput,
|
|
26
|
+
ListMLModelTrainingJobsCommandOutput,
|
|
27
|
+
NeptunedataClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListMLModelTrainingJobsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListMLModelTrainingJobsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListMLModelTrainingJobsCommandInput,
|
|
38
|
+
ListMLModelTrainingJobsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListMLModelTransformJobsInput,
|
|
11
|
+
ListMLModelTransformJobsOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListMLModelTransformJobsCommandInput
|
|
20
|
+
extends ListMLModelTransformJobsInput {}
|
|
21
|
+
export interface ListMLModelTransformJobsCommandOutput
|
|
22
|
+
extends ListMLModelTransformJobsOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListMLModelTransformJobsCommand extends $Command<
|
|
25
|
+
ListMLModelTransformJobsCommandInput,
|
|
26
|
+
ListMLModelTransformJobsCommandOutput,
|
|
27
|
+
NeptunedataClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListMLModelTransformJobsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListMLModelTransformJobsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListMLModelTransformJobsCommandInput,
|
|
38
|
+
ListMLModelTransformJobsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListOpenCypherQueriesInput,
|
|
11
|
+
ListOpenCypherQueriesOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListOpenCypherQueriesCommandInput
|
|
20
|
+
extends ListOpenCypherQueriesInput {}
|
|
21
|
+
export interface ListOpenCypherQueriesCommandOutput
|
|
22
|
+
extends ListOpenCypherQueriesOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListOpenCypherQueriesCommand extends $Command<
|
|
25
|
+
ListOpenCypherQueriesCommandInput,
|
|
26
|
+
ListOpenCypherQueriesCommandOutput,
|
|
27
|
+
NeptunedataClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListOpenCypherQueriesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListOpenCypherQueriesCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListOpenCypherQueriesCommandInput,
|
|
38
|
+
ListOpenCypherQueriesCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ManagePropertygraphStatisticsInput,
|
|
11
|
+
ManagePropertygraphStatisticsOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ManagePropertygraphStatisticsCommandInput
|
|
20
|
+
extends ManagePropertygraphStatisticsInput {}
|
|
21
|
+
export interface ManagePropertygraphStatisticsCommandOutput
|
|
22
|
+
extends ManagePropertygraphStatisticsOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ManagePropertygraphStatisticsCommand extends $Command<
|
|
25
|
+
ManagePropertygraphStatisticsCommandInput,
|
|
26
|
+
ManagePropertygraphStatisticsCommandOutput,
|
|
27
|
+
NeptunedataClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ManagePropertygraphStatisticsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ManagePropertygraphStatisticsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ManagePropertygraphStatisticsCommandInput,
|
|
38
|
+
ManagePropertygraphStatisticsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ManageSparqlStatisticsInput,
|
|
11
|
+
ManageSparqlStatisticsOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
NeptunedataClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../NeptunedataClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ManageSparqlStatisticsCommandInput
|
|
20
|
+
extends ManageSparqlStatisticsInput {}
|
|
21
|
+
export interface ManageSparqlStatisticsCommandOutput
|
|
22
|
+
extends ManageSparqlStatisticsOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ManageSparqlStatisticsCommand extends $Command<
|
|
25
|
+
ManageSparqlStatisticsCommandInput,
|
|
26
|
+
ManageSparqlStatisticsCommandOutput,
|
|
27
|
+
NeptunedataClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ManageSparqlStatisticsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ManageSparqlStatisticsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: NeptunedataClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ManageSparqlStatisticsCommandInput,
|
|
38
|
+
ManageSparqlStatisticsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|