@aws-sdk/client-neptunedata 3.650.0 → 3.654.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CancelGremlinQueryCommand.d.ts +11 -0
- package/dist-types/commands/CancelLoaderJobCommand.d.ts +11 -0
- package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +11 -0
- package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +11 -0
- package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +11 -0
- package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +11 -0
- package/dist-types/commands/CreateMLEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMLEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteFastResetCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +11 -0
- package/dist-types/commands/GetEngineStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +11 -0
- package/dist-types/commands/GetMLEndpointCommand.d.ts +11 -0
- package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +11 -0
- package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +11 -0
- package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +11 -0
- package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +11 -0
- package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +11 -0
- package/dist-types/commands/GetSparqlStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/GetSparqlStreamCommand.d.ts +11 -0
- package/dist-types/commands/ListGremlinQueriesCommand.d.ts +11 -0
- package/dist-types/commands/ListLoaderJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListMLEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +11 -0
- package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/StartLoaderJobCommand.d.ts +11 -0
- package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +11 -0
- package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +11 -0
- package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CancelGremlinQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelLoaderJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelMLDataProcessingJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelMLModelTrainingJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelMLModelTransformJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelOpenCypherQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMLEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMLEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePropertygraphStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSparqlStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteFastResetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteGremlinExplainQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteGremlinProfileQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteGremlinQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteOpenCypherQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEngineStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetGremlinQueryStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLoaderJobStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLDataProcessingJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLModelTrainingJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLModelTransformJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetOpenCypherQueryStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPropertygraphStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPropertygraphStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPropertygraphSummaryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRDFGraphSummaryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSparqlStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSparqlStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGremlinQueriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLoaderJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMLDataProcessingJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMLEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMLModelTrainingJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMLModelTransformJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOpenCypherQueriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ManagePropertygraphStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ManageSparqlStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartLoaderJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMLDataProcessingJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMLModelTrainingJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMLModelTransformJobCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -123,4 +123,15 @@ declare const StartLoaderJobCommand_base: {
|
|
|
123
123
|
* @public
|
|
124
124
|
*/
|
|
125
125
|
export declare class StartLoaderJobCommand extends StartLoaderJobCommand_base {
|
|
126
|
+
/** @internal type navigation helper, not in runtime. */
|
|
127
|
+
protected static __types: {
|
|
128
|
+
api: {
|
|
129
|
+
input: StartLoaderJobInput;
|
|
130
|
+
output: StartLoaderJobOutput;
|
|
131
|
+
};
|
|
132
|
+
sdk: {
|
|
133
|
+
input: StartLoaderJobCommandInput;
|
|
134
|
+
output: StartLoaderJobCommandOutput;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
126
137
|
}
|
|
@@ -116,4 +116,15 @@ declare const StartMLDataProcessingJobCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class StartMLDataProcessingJobCommand extends StartMLDataProcessingJobCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: StartMLDataProcessingJobInput;
|
|
123
|
+
output: StartMLDataProcessingJobOutput;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: StartMLDataProcessingJobCommandInput;
|
|
127
|
+
output: StartMLDataProcessingJobCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -122,4 +122,15 @@ declare const StartMLModelTrainingJobCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class StartMLModelTrainingJobCommand extends StartMLModelTrainingJobCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: StartMLModelTrainingJobInput;
|
|
129
|
+
output: StartMLModelTrainingJobOutput;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: StartMLModelTrainingJobCommandInput;
|
|
133
|
+
output: StartMLModelTrainingJobCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -117,4 +117,15 @@ declare const StartMLModelTransformJobCommand_base: {
|
|
|
117
117
|
* @public
|
|
118
118
|
*/
|
|
119
119
|
export declare class StartMLModelTransformJobCommand extends StartMLModelTransformJobCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: StartMLModelTransformJobInput;
|
|
124
|
+
output: StartMLModelTransformJobOutput;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: StartMLModelTransformJobCommandInput;
|
|
128
|
+
output: StartMLModelTransformJobCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
120
131
|
}
|
|
@@ -37,4 +37,15 @@ declare const CancelGremlinQueryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelGremlinQueryCommand extends CancelGremlinQueryCommand_base {
|
|
40
|
+
export declare class CancelGremlinQueryCommand extends CancelGremlinQueryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelGremlinQueryInput;
|
|
44
|
+
output: CancelGremlinQueryOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelGremlinQueryCommandInput;
|
|
48
|
+
output: CancelGremlinQueryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CancelLoaderJobCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CancelLoaderJobCommand extends CancelLoaderJobCommand_base {
|
|
39
|
+
export declare class CancelLoaderJobCommand extends CancelLoaderJobCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CancelLoaderJobInput;
|
|
43
|
+
output: CancelLoaderJobOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CancelLoaderJobCommandInput;
|
|
47
|
+
output: CancelLoaderJobCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CancelMLDataProcessingJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelMLDataProcessingJobCommand extends CancelMLDataProcessingJobCommand_base {
|
|
40
|
+
export declare class CancelMLDataProcessingJobCommand extends CancelMLDataProcessingJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelMLDataProcessingJobInput;
|
|
44
|
+
output: CancelMLDataProcessingJobOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelMLDataProcessingJobCommandInput;
|
|
48
|
+
output: CancelMLDataProcessingJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CancelMLModelTrainingJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelMLModelTrainingJobCommand extends CancelMLModelTrainingJobCommand_base {
|
|
40
|
+
export declare class CancelMLModelTrainingJobCommand extends CancelMLModelTrainingJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelMLModelTrainingJobInput;
|
|
44
|
+
output: CancelMLModelTrainingJobOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelMLModelTrainingJobCommandInput;
|
|
48
|
+
output: CancelMLModelTrainingJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CancelMLModelTransformJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelMLModelTransformJobCommand extends CancelMLModelTransformJobCommand_base {
|
|
40
|
+
export declare class CancelMLModelTransformJobCommand extends CancelMLModelTransformJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelMLModelTransformJobInput;
|
|
44
|
+
output: CancelMLModelTransformJobOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelMLModelTransformJobCommandInput;
|
|
48
|
+
output: CancelMLModelTransformJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CancelOpenCypherQueryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelOpenCypherQueryCommand extends CancelOpenCypherQueryCommand_base {
|
|
40
|
+
export declare class CancelOpenCypherQueryCommand extends CancelOpenCypherQueryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelOpenCypherQueryInput;
|
|
44
|
+
output: CancelOpenCypherQueryOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelOpenCypherQueryCommandInput;
|
|
48
|
+
output: CancelOpenCypherQueryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateMLEndpointCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateMLEndpointCommand extends CreateMLEndpointCommand_base {
|
|
39
|
+
export declare class CreateMLEndpointCommand extends CreateMLEndpointCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateMLEndpointInput;
|
|
43
|
+
output: CreateMLEndpointOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateMLEndpointCommandInput;
|
|
47
|
+
output: CreateMLEndpointCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteMLEndpointCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteMLEndpointCommand extends DeleteMLEndpointCommand_base {
|
|
39
|
+
export declare class DeleteMLEndpointCommand extends DeleteMLEndpointCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteMLEndpointInput;
|
|
43
|
+
output: DeleteMLEndpointOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteMLEndpointCommandInput;
|
|
47
|
+
output: DeleteMLEndpointCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeletePropertygraphStatisticsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeletePropertygraphStatisticsCommand extends DeletePropertygraphStatisticsCommand_base {
|
|
36
|
+
export declare class DeletePropertygraphStatisticsCommand extends DeletePropertygraphStatisticsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: DeletePropertygraphStatisticsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeletePropertygraphStatisticsCommandInput;
|
|
44
|
+
output: DeletePropertygraphStatisticsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteSparqlStatisticsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteSparqlStatisticsCommand extends DeleteSparqlStatisticsCommand_base {
|
|
36
|
+
export declare class DeleteSparqlStatisticsCommand extends DeleteSparqlStatisticsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: DeleteSparqlStatisticsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteSparqlStatisticsCommandInput;
|
|
44
|
+
output: DeleteSparqlStatisticsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ExecuteFastResetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ExecuteFastResetCommand extends ExecuteFastResetCommand_base {
|
|
39
|
+
export declare class ExecuteFastResetCommand extends ExecuteFastResetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ExecuteFastResetInput;
|
|
43
|
+
output: ExecuteFastResetOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ExecuteFastResetCommandInput;
|
|
47
|
+
output: ExecuteFastResetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -44,4 +44,15 @@ declare const ExecuteGremlinExplainQueryCommand_base: {
|
|
|
44
44
|
>;
|
|
45
45
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
46
46
|
};
|
|
47
|
-
export declare class ExecuteGremlinExplainQueryCommand extends ExecuteGremlinExplainQueryCommand_base {
|
|
47
|
+
export declare class ExecuteGremlinExplainQueryCommand extends ExecuteGremlinExplainQueryCommand_base {
|
|
48
|
+
protected static __types: {
|
|
49
|
+
api: {
|
|
50
|
+
input: ExecuteGremlinExplainQueryInput;
|
|
51
|
+
output: ExecuteGremlinExplainQueryOutput;
|
|
52
|
+
};
|
|
53
|
+
sdk: {
|
|
54
|
+
input: ExecuteGremlinExplainQueryCommandInput;
|
|
55
|
+
output: ExecuteGremlinExplainQueryCommandOutput;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -44,4 +44,15 @@ declare const ExecuteGremlinProfileQueryCommand_base: {
|
|
|
44
44
|
>;
|
|
45
45
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
46
46
|
};
|
|
47
|
-
export declare class ExecuteGremlinProfileQueryCommand extends ExecuteGremlinProfileQueryCommand_base {
|
|
47
|
+
export declare class ExecuteGremlinProfileQueryCommand extends ExecuteGremlinProfileQueryCommand_base {
|
|
48
|
+
protected static __types: {
|
|
49
|
+
api: {
|
|
50
|
+
input: ExecuteGremlinProfileQueryInput;
|
|
51
|
+
output: ExecuteGremlinProfileQueryOutput;
|
|
52
|
+
};
|
|
53
|
+
sdk: {
|
|
54
|
+
input: ExecuteGremlinProfileQueryCommandInput;
|
|
55
|
+
output: ExecuteGremlinProfileQueryCommandOutput;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExecuteGremlinQueryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExecuteGremlinQueryCommand extends ExecuteGremlinQueryCommand_base {
|
|
40
|
+
export declare class ExecuteGremlinQueryCommand extends ExecuteGremlinQueryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExecuteGremlinQueryInput;
|
|
44
|
+
output: ExecuteGremlinQueryOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExecuteGremlinQueryCommandInput;
|
|
48
|
+
output: ExecuteGremlinQueryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -44,4 +44,15 @@ declare const ExecuteOpenCypherExplainQueryCommand_base: {
|
|
|
44
44
|
>;
|
|
45
45
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
46
46
|
};
|
|
47
|
-
export declare class ExecuteOpenCypherExplainQueryCommand extends ExecuteOpenCypherExplainQueryCommand_base {
|
|
47
|
+
export declare class ExecuteOpenCypherExplainQueryCommand extends ExecuteOpenCypherExplainQueryCommand_base {
|
|
48
|
+
protected static __types: {
|
|
49
|
+
api: {
|
|
50
|
+
input: ExecuteOpenCypherExplainQueryInput;
|
|
51
|
+
output: ExecuteOpenCypherExplainQueryOutput;
|
|
52
|
+
};
|
|
53
|
+
sdk: {
|
|
54
|
+
input: ExecuteOpenCypherExplainQueryCommandInput;
|
|
55
|
+
output: ExecuteOpenCypherExplainQueryCommandOutput;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExecuteOpenCypherQueryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExecuteOpenCypherQueryCommand extends ExecuteOpenCypherQueryCommand_base {
|
|
40
|
+
export declare class ExecuteOpenCypherQueryCommand extends ExecuteOpenCypherQueryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExecuteOpenCypherQueryInput;
|
|
44
|
+
output: ExecuteOpenCypherQueryOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExecuteOpenCypherQueryCommandInput;
|
|
48
|
+
output: ExecuteOpenCypherQueryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetEngineStatusCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetEngineStatusCommand extends GetEngineStatusCommand_base {
|
|
36
|
+
export declare class GetEngineStatusCommand extends GetEngineStatusCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: GetEngineStatusOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetEngineStatusCommandInput;
|
|
44
|
+
output: GetEngineStatusCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetGremlinQueryStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetGremlinQueryStatusCommand extends GetGremlinQueryStatusCommand_base {
|
|
40
|
+
export declare class GetGremlinQueryStatusCommand extends GetGremlinQueryStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetGremlinQueryStatusInput;
|
|
44
|
+
output: GetGremlinQueryStatusOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetGremlinQueryStatusCommandInput;
|
|
48
|
+
output: GetGremlinQueryStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetLoaderJobStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetLoaderJobStatusCommand extends GetLoaderJobStatusCommand_base {
|
|
40
|
+
export declare class GetLoaderJobStatusCommand extends GetLoaderJobStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetLoaderJobStatusInput;
|
|
44
|
+
output: GetLoaderJobStatusOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetLoaderJobStatusCommandInput;
|
|
48
|
+
output: GetLoaderJobStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetMLDataProcessingJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetMLDataProcessingJobCommand extends GetMLDataProcessingJobCommand_base {
|
|
40
|
+
export declare class GetMLDataProcessingJobCommand extends GetMLDataProcessingJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetMLDataProcessingJobInput;
|
|
44
|
+
output: GetMLDataProcessingJobOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetMLDataProcessingJobCommandInput;
|
|
48
|
+
output: GetMLDataProcessingJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetMLEndpointCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetMLEndpointCommand extends GetMLEndpointCommand_base {
|
|
36
|
+
export declare class GetMLEndpointCommand extends GetMLEndpointCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetMLEndpointInput;
|
|
40
|
+
output: GetMLEndpointOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetMLEndpointCommandInput;
|
|
44
|
+
output: GetMLEndpointCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetMLModelTrainingJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetMLModelTrainingJobCommand extends GetMLModelTrainingJobCommand_base {
|
|
40
|
+
export declare class GetMLModelTrainingJobCommand extends GetMLModelTrainingJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetMLModelTrainingJobInput;
|
|
44
|
+
output: GetMLModelTrainingJobOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetMLModelTrainingJobCommandInput;
|
|
48
|
+
output: GetMLModelTrainingJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetMLModelTransformJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetMLModelTransformJobCommand extends GetMLModelTransformJobCommand_base {
|
|
40
|
+
export declare class GetMLModelTransformJobCommand extends GetMLModelTransformJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetMLModelTransformJobInput;
|
|
44
|
+
output: GetMLModelTransformJobOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetMLModelTransformJobCommandInput;
|
|
48
|
+
output: GetMLModelTransformJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetOpenCypherQueryStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetOpenCypherQueryStatusCommand extends GetOpenCypherQueryStatusCommand_base {
|
|
40
|
+
export declare class GetOpenCypherQueryStatusCommand extends GetOpenCypherQueryStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetOpenCypherQueryStatusInput;
|
|
44
|
+
output: GetOpenCypherQueryStatusOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetOpenCypherQueryStatusCommandInput;
|
|
48
|
+
output: GetOpenCypherQueryStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetPropertygraphStatisticsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetPropertygraphStatisticsCommand extends GetPropertygraphStatisticsCommand_base {
|
|
36
|
+
export declare class GetPropertygraphStatisticsCommand extends GetPropertygraphStatisticsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: GetPropertygraphStatisticsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetPropertygraphStatisticsCommandInput;
|
|
44
|
+
output: GetPropertygraphStatisticsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetPropertygraphStreamCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetPropertygraphStreamCommand extends GetPropertygraphStreamCommand_base {
|
|
40
|
+
export declare class GetPropertygraphStreamCommand extends GetPropertygraphStreamCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetPropertygraphStreamInput;
|
|
44
|
+
output: GetPropertygraphStreamOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPropertygraphStreamCommandInput;
|
|
48
|
+
output: GetPropertygraphStreamCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetPropertygraphSummaryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetPropertygraphSummaryCommand extends GetPropertygraphSummaryCommand_base {
|
|
40
|
+
export declare class GetPropertygraphSummaryCommand extends GetPropertygraphSummaryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetPropertygraphSummaryInput;
|
|
44
|
+
output: GetPropertygraphSummaryOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPropertygraphSummaryCommandInput;
|
|
48
|
+
output: GetPropertygraphSummaryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetRDFGraphSummaryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRDFGraphSummaryCommand extends GetRDFGraphSummaryCommand_base {
|
|
40
|
+
export declare class GetRDFGraphSummaryCommand extends GetRDFGraphSummaryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetRDFGraphSummaryInput;
|
|
44
|
+
output: GetRDFGraphSummaryOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRDFGraphSummaryCommandInput;
|
|
48
|
+
output: GetRDFGraphSummaryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetSparqlStatisticsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetSparqlStatisticsCommand extends GetSparqlStatisticsCommand_base {
|
|
36
|
+
export declare class GetSparqlStatisticsCommand extends GetSparqlStatisticsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: GetSparqlStatisticsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetSparqlStatisticsCommandInput;
|
|
44
|
+
output: GetSparqlStatisticsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetSparqlStreamCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetSparqlStreamCommand extends GetSparqlStreamCommand_base {
|
|
39
|
+
export declare class GetSparqlStreamCommand extends GetSparqlStreamCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetSparqlStreamInput;
|
|
43
|
+
output: GetSparqlStreamOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetSparqlStreamCommandInput;
|
|
47
|
+
output: GetSparqlStreamCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListGremlinQueriesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListGremlinQueriesCommand extends ListGremlinQueriesCommand_base {
|
|
40
|
+
export declare class ListGremlinQueriesCommand extends ListGremlinQueriesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListGremlinQueriesInput;
|
|
44
|
+
output: ListGremlinQueriesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListGremlinQueriesCommandInput;
|
|
48
|
+
output: ListGremlinQueriesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListLoaderJobsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListLoaderJobsCommand extends ListLoaderJobsCommand_base {
|
|
36
|
+
export declare class ListLoaderJobsCommand extends ListLoaderJobsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListLoaderJobsInput;
|
|
40
|
+
output: ListLoaderJobsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListLoaderJobsCommandInput;
|
|
44
|
+
output: ListLoaderJobsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListMLDataProcessingJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListMLDataProcessingJobsCommand extends ListMLDataProcessingJobsCommand_base {
|
|
40
|
+
export declare class ListMLDataProcessingJobsCommand extends ListMLDataProcessingJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListMLDataProcessingJobsInput;
|
|
44
|
+
output: ListMLDataProcessingJobsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListMLDataProcessingJobsCommandInput;
|
|
48
|
+
output: ListMLDataProcessingJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|