@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
|
@@ -105,4 +105,15 @@ declare const CancelGremlinQueryCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class CancelGremlinQueryCommand extends CancelGremlinQueryCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: CancelGremlinQueryInput;
|
|
112
|
+
output: CancelGremlinQueryOutput;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: CancelGremlinQueryCommandInput;
|
|
116
|
+
output: CancelGremlinQueryCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -102,4 +102,15 @@ declare const CancelLoaderJobCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class CancelLoaderJobCommand extends CancelLoaderJobCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: CancelLoaderJobInput;
|
|
109
|
+
output: CancelLoaderJobOutput;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: CancelLoaderJobCommandInput;
|
|
113
|
+
output: CancelLoaderJobCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -97,4 +97,15 @@ declare const CancelMLDataProcessingJobCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class CancelMLDataProcessingJobCommand extends CancelMLDataProcessingJobCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: CancelMLDataProcessingJobInput;
|
|
104
|
+
output: CancelMLDataProcessingJobOutput;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: CancelMLDataProcessingJobCommandInput;
|
|
108
|
+
output: CancelMLDataProcessingJobCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -97,4 +97,15 @@ declare const CancelMLModelTrainingJobCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class CancelMLModelTrainingJobCommand extends CancelMLModelTrainingJobCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: CancelMLModelTrainingJobInput;
|
|
104
|
+
output: CancelMLModelTrainingJobOutput;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: CancelMLModelTrainingJobCommandInput;
|
|
108
|
+
output: CancelMLModelTrainingJobCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -97,4 +97,15 @@ declare const CancelMLModelTransformJobCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class CancelMLModelTransformJobCommand extends CancelMLModelTransformJobCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: CancelMLModelTransformJobInput;
|
|
104
|
+
output: CancelMLModelTransformJobOutput;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: CancelMLModelTransformJobCommandInput;
|
|
108
|
+
output: CancelMLModelTransformJobCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -110,4 +110,15 @@ declare const CancelOpenCypherQueryCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class CancelOpenCypherQueryCommand extends CancelOpenCypherQueryCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: CancelOpenCypherQueryInput;
|
|
117
|
+
output: CancelOpenCypherQueryOutput;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: CancelOpenCypherQueryCommandInput;
|
|
121
|
+
output: CancelOpenCypherQueryCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -107,4 +107,15 @@ declare const CreateMLEndpointCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class CreateMLEndpointCommand extends CreateMLEndpointCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: CreateMLEndpointInput;
|
|
114
|
+
output: CreateMLEndpointOutput;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: CreateMLEndpointCommandInput;
|
|
118
|
+
output: CreateMLEndpointCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -98,4 +98,15 @@ declare const DeleteMLEndpointCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class DeleteMLEndpointCommand extends DeleteMLEndpointCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: DeleteMLEndpointInput;
|
|
105
|
+
output: DeleteMLEndpointOutput;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: DeleteMLEndpointCommandInput;
|
|
109
|
+
output: DeleteMLEndpointCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -104,4 +104,15 @@ declare const DeletePropertygraphStatisticsCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class DeletePropertygraphStatisticsCommand extends DeletePropertygraphStatisticsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: {};
|
|
111
|
+
output: DeletePropertygraphStatisticsOutput;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: DeletePropertygraphStatisticsCommandInput;
|
|
115
|
+
output: DeletePropertygraphStatisticsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -103,4 +103,15 @@ declare const DeleteSparqlStatisticsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class DeleteSparqlStatisticsCommand extends DeleteSparqlStatisticsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: {};
|
|
110
|
+
output: DeleteSparqlStatisticsOutput;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: DeleteSparqlStatisticsCommandInput;
|
|
114
|
+
output: DeleteSparqlStatisticsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -111,4 +111,15 @@ declare const ExecuteFastResetCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class ExecuteFastResetCommand extends ExecuteFastResetCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: ExecuteFastResetInput;
|
|
118
|
+
output: ExecuteFastResetOutput;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: ExecuteFastResetCommandInput;
|
|
122
|
+
output: ExecuteFastResetCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -164,4 +164,15 @@ declare const ExecuteGremlinExplainQueryCommand_base: {
|
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
166
|
export declare class ExecuteGremlinExplainQueryCommand extends ExecuteGremlinExplainQueryCommand_base {
|
|
167
|
+
/** @internal type navigation helper, not in runtime. */
|
|
168
|
+
protected static __types: {
|
|
169
|
+
api: {
|
|
170
|
+
input: ExecuteGremlinExplainQueryInput;
|
|
171
|
+
output: ExecuteGremlinExplainQueryOutput;
|
|
172
|
+
};
|
|
173
|
+
sdk: {
|
|
174
|
+
input: ExecuteGremlinExplainQueryCommandInput;
|
|
175
|
+
output: ExecuteGremlinExplainQueryCommandOutput;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
167
178
|
}
|
|
@@ -143,4 +143,15 @@ declare const ExecuteGremlinProfileQueryCommand_base: {
|
|
|
143
143
|
* @public
|
|
144
144
|
*/
|
|
145
145
|
export declare class ExecuteGremlinProfileQueryCommand extends ExecuteGremlinProfileQueryCommand_base {
|
|
146
|
+
/** @internal type navigation helper, not in runtime. */
|
|
147
|
+
protected static __types: {
|
|
148
|
+
api: {
|
|
149
|
+
input: ExecuteGremlinProfileQueryInput;
|
|
150
|
+
output: ExecuteGremlinProfileQueryOutput;
|
|
151
|
+
};
|
|
152
|
+
sdk: {
|
|
153
|
+
input: ExecuteGremlinProfileQueryCommandInput;
|
|
154
|
+
output: ExecuteGremlinProfileQueryCommandOutput;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
146
157
|
}
|
|
@@ -159,4 +159,15 @@ declare const ExecuteGremlinQueryCommand_base: {
|
|
|
159
159
|
* @public
|
|
160
160
|
*/
|
|
161
161
|
export declare class ExecuteGremlinQueryCommand extends ExecuteGremlinQueryCommand_base {
|
|
162
|
+
/** @internal type navigation helper, not in runtime. */
|
|
163
|
+
protected static __types: {
|
|
164
|
+
api: {
|
|
165
|
+
input: ExecuteGremlinQueryInput;
|
|
166
|
+
output: ExecuteGremlinQueryOutput;
|
|
167
|
+
};
|
|
168
|
+
sdk: {
|
|
169
|
+
input: ExecuteGremlinQueryCommandInput;
|
|
170
|
+
output: ExecuteGremlinQueryCommandOutput;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
162
173
|
}
|
|
@@ -143,4 +143,15 @@ declare const ExecuteOpenCypherExplainQueryCommand_base: {
|
|
|
143
143
|
* @public
|
|
144
144
|
*/
|
|
145
145
|
export declare class ExecuteOpenCypherExplainQueryCommand extends ExecuteOpenCypherExplainQueryCommand_base {
|
|
146
|
+
/** @internal type navigation helper, not in runtime. */
|
|
147
|
+
protected static __types: {
|
|
148
|
+
api: {
|
|
149
|
+
input: ExecuteOpenCypherExplainQueryInput;
|
|
150
|
+
output: ExecuteOpenCypherExplainQueryOutput;
|
|
151
|
+
};
|
|
152
|
+
sdk: {
|
|
153
|
+
input: ExecuteOpenCypherExplainQueryCommandInput;
|
|
154
|
+
output: ExecuteOpenCypherExplainQueryCommandOutput;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
146
157
|
}
|
|
@@ -160,4 +160,15 @@ declare const ExecuteOpenCypherQueryCommand_base: {
|
|
|
160
160
|
* @public
|
|
161
161
|
*/
|
|
162
162
|
export declare class ExecuteOpenCypherQueryCommand extends ExecuteOpenCypherQueryCommand_base {
|
|
163
|
+
/** @internal type navigation helper, not in runtime. */
|
|
164
|
+
protected static __types: {
|
|
165
|
+
api: {
|
|
166
|
+
input: ExecuteOpenCypherQueryInput;
|
|
167
|
+
output: ExecuteOpenCypherQueryOutput;
|
|
168
|
+
};
|
|
169
|
+
sdk: {
|
|
170
|
+
input: ExecuteOpenCypherQueryCommandInput;
|
|
171
|
+
output: ExecuteOpenCypherQueryCommandOutput;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
163
174
|
}
|
|
@@ -107,4 +107,15 @@ declare const GetEngineStatusCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class GetEngineStatusCommand extends GetEngineStatusCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: {};
|
|
114
|
+
output: GetEngineStatusOutput;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: GetEngineStatusCommandInput;
|
|
118
|
+
output: GetEngineStatusCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -121,4 +121,15 @@ declare const GetGremlinQueryStatusCommand_base: {
|
|
|
121
121
|
* @public
|
|
122
122
|
*/
|
|
123
123
|
export declare class GetGremlinQueryStatusCommand extends GetGremlinQueryStatusCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: GetGremlinQueryStatusInput;
|
|
128
|
+
output: GetGremlinQueryStatusOutput;
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: GetGremlinQueryStatusCommandInput;
|
|
132
|
+
output: GetGremlinQueryStatusCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
124
135
|
}
|
|
@@ -109,4 +109,15 @@ declare const GetLoaderJobStatusCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class GetLoaderJobStatusCommand extends GetLoaderJobStatusCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: GetLoaderJobStatusInput;
|
|
116
|
+
output: GetLoaderJobStatusOutput;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: GetLoaderJobStatusCommandInput;
|
|
120
|
+
output: GetLoaderJobStatusCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -105,4 +105,15 @@ declare const GetMLDataProcessingJobCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class GetMLDataProcessingJobCommand extends GetMLDataProcessingJobCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: GetMLDataProcessingJobInput;
|
|
112
|
+
output: GetMLDataProcessingJobOutput;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: GetMLDataProcessingJobCommandInput;
|
|
116
|
+
output: GetMLDataProcessingJobCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -109,4 +109,15 @@ declare const GetMLEndpointCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class GetMLEndpointCommand extends GetMLEndpointCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: GetMLEndpointInput;
|
|
116
|
+
output: GetMLEndpointOutput;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: GetMLEndpointCommandInput;
|
|
120
|
+
output: GetMLEndpointCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -127,4 +127,15 @@ declare const GetMLModelTrainingJobCommand_base: {
|
|
|
127
127
|
* @public
|
|
128
128
|
*/
|
|
129
129
|
export declare class GetMLModelTrainingJobCommand extends GetMLModelTrainingJobCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: GetMLModelTrainingJobInput;
|
|
134
|
+
output: GetMLModelTrainingJobOutput;
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: GetMLModelTrainingJobCommandInput;
|
|
138
|
+
output: GetMLModelTrainingJobCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
130
141
|
}
|
|
@@ -119,4 +119,15 @@ declare const GetMLModelTransformJobCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class GetMLModelTransformJobCommand extends GetMLModelTransformJobCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: GetMLModelTransformJobInput;
|
|
126
|
+
output: GetMLModelTransformJobOutput;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: GetMLModelTransformJobCommandInput;
|
|
130
|
+
output: GetMLModelTransformJobCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -124,4 +124,15 @@ declare const GetOpenCypherQueryStatusCommand_base: {
|
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class GetOpenCypherQueryStatusCommand extends GetOpenCypherQueryStatusCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: GetOpenCypherQueryStatusInput;
|
|
131
|
+
output: GetOpenCypherQueryStatusOutput;
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: GetOpenCypherQueryStatusCommandInput;
|
|
135
|
+
output: GetOpenCypherQueryStatusCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -110,4 +110,15 @@ declare const GetPropertygraphStatisticsCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class GetPropertygraphStatisticsCommand extends GetPropertygraphStatisticsCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: {};
|
|
117
|
+
output: GetPropertygraphStatisticsOutput;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: GetPropertygraphStatisticsCommandInput;
|
|
121
|
+
output: GetPropertygraphStatisticsCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -155,4 +155,15 @@ declare const GetPropertygraphStreamCommand_base: {
|
|
|
155
155
|
* @public
|
|
156
156
|
*/
|
|
157
157
|
export declare class GetPropertygraphStreamCommand extends GetPropertygraphStreamCommand_base {
|
|
158
|
+
/** @internal type navigation helper, not in runtime. */
|
|
159
|
+
protected static __types: {
|
|
160
|
+
api: {
|
|
161
|
+
input: GetPropertygraphStreamInput;
|
|
162
|
+
output: GetPropertygraphStreamOutput;
|
|
163
|
+
};
|
|
164
|
+
sdk: {
|
|
165
|
+
input: GetPropertygraphStreamCommandInput;
|
|
166
|
+
output: GetPropertygraphStreamCommandOutput;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
158
169
|
}
|
|
@@ -149,4 +149,15 @@ declare const GetPropertygraphSummaryCommand_base: {
|
|
|
149
149
|
* @public
|
|
150
150
|
*/
|
|
151
151
|
export declare class GetPropertygraphSummaryCommand extends GetPropertygraphSummaryCommand_base {
|
|
152
|
+
/** @internal type navigation helper, not in runtime. */
|
|
153
|
+
protected static __types: {
|
|
154
|
+
api: {
|
|
155
|
+
input: GetPropertygraphSummaryInput;
|
|
156
|
+
output: GetPropertygraphSummaryOutput;
|
|
157
|
+
};
|
|
158
|
+
sdk: {
|
|
159
|
+
input: GetPropertygraphSummaryCommandInput;
|
|
160
|
+
output: GetPropertygraphSummaryCommandOutput;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
152
163
|
}
|
|
@@ -126,4 +126,15 @@ declare const GetRDFGraphSummaryCommand_base: {
|
|
|
126
126
|
* @public
|
|
127
127
|
*/
|
|
128
128
|
export declare class GetRDFGraphSummaryCommand extends GetRDFGraphSummaryCommand_base {
|
|
129
|
+
/** @internal type navigation helper, not in runtime. */
|
|
130
|
+
protected static __types: {
|
|
131
|
+
api: {
|
|
132
|
+
input: GetRDFGraphSummaryInput;
|
|
133
|
+
output: GetRDFGraphSummaryOutput;
|
|
134
|
+
};
|
|
135
|
+
sdk: {
|
|
136
|
+
input: GetRDFGraphSummaryCommandInput;
|
|
137
|
+
output: GetRDFGraphSummaryCommandOutput;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
129
140
|
}
|
|
@@ -106,4 +106,15 @@ declare const GetSparqlStatisticsCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class GetSparqlStatisticsCommand extends GetSparqlStatisticsCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: {};
|
|
113
|
+
output: GetSparqlStatisticsOutput;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: GetSparqlStatisticsCommandInput;
|
|
117
|
+
output: GetSparqlStatisticsCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -134,4 +134,15 @@ declare const GetSparqlStreamCommand_base: {
|
|
|
134
134
|
* @public
|
|
135
135
|
*/
|
|
136
136
|
export declare class GetSparqlStreamCommand extends GetSparqlStreamCommand_base {
|
|
137
|
+
/** @internal type navigation helper, not in runtime. */
|
|
138
|
+
protected static __types: {
|
|
139
|
+
api: {
|
|
140
|
+
input: GetSparqlStreamInput;
|
|
141
|
+
output: GetSparqlStreamOutput;
|
|
142
|
+
};
|
|
143
|
+
sdk: {
|
|
144
|
+
input: GetSparqlStreamCommandInput;
|
|
145
|
+
output: GetSparqlStreamCommandOutput;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
137
148
|
}
|
|
@@ -128,4 +128,15 @@ declare const ListGremlinQueriesCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class ListGremlinQueriesCommand extends ListGremlinQueriesCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: ListGremlinQueriesInput;
|
|
135
|
+
output: ListGremlinQueriesOutput;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: ListGremlinQueriesCommandInput;
|
|
139
|
+
output: ListGremlinQueriesCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -104,4 +104,15 @@ declare const ListLoaderJobsCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListLoaderJobsCommand extends ListLoaderJobsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: ListLoaderJobsInput;
|
|
111
|
+
output: ListLoaderJobsOutput;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: ListLoaderJobsCommandInput;
|
|
115
|
+
output: ListLoaderJobsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListMLDataProcessingJobsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListMLDataProcessingJobsCommand extends ListMLDataProcessingJobsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListMLDataProcessingJobsInput;
|
|
105
|
+
output: ListMLDataProcessingJobsOutput;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListMLDataProcessingJobsCommandInput;
|
|
109
|
+
output: ListMLDataProcessingJobsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListMLEndpointsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListMLEndpointsCommand extends ListMLEndpointsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListMLEndpointsInput;
|
|
105
|
+
output: ListMLEndpointsOutput;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListMLEndpointsCommandInput;
|
|
109
|
+
output: ListMLEndpointsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListMLModelTrainingJobsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListMLModelTrainingJobsCommand extends ListMLModelTrainingJobsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListMLModelTrainingJobsInput;
|
|
105
|
+
output: ListMLModelTrainingJobsOutput;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListMLModelTrainingJobsCommandInput;
|
|
109
|
+
output: ListMLModelTrainingJobsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListMLModelTransformJobsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListMLModelTransformJobsCommand extends ListMLModelTransformJobsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListMLModelTransformJobsInput;
|
|
105
|
+
output: ListMLModelTransformJobsOutput;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListMLModelTransformJobsCommandInput;
|
|
109
|
+
output: ListMLModelTransformJobsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -131,4 +131,15 @@ declare const ListOpenCypherQueriesCommand_base: {
|
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class ListOpenCypherQueriesCommand extends ListOpenCypherQueriesCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: ListOpenCypherQueriesInput;
|
|
138
|
+
output: ListOpenCypherQueriesOutput;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: ListOpenCypherQueriesCommandInput;
|
|
142
|
+
output: ListOpenCypherQueriesCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -103,4 +103,15 @@ declare const ManagePropertygraphStatisticsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ManagePropertygraphStatisticsCommand extends ManagePropertygraphStatisticsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ManagePropertygraphStatisticsInput;
|
|
110
|
+
output: ManagePropertygraphStatisticsOutput;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ManagePropertygraphStatisticsCommandInput;
|
|
114
|
+
output: ManagePropertygraphStatisticsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -103,4 +103,15 @@ declare const ManageSparqlStatisticsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ManageSparqlStatisticsCommand extends ManageSparqlStatisticsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ManageSparqlStatisticsInput;
|
|
110
|
+
output: ManageSparqlStatisticsOutput;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ManageSparqlStatisticsCommandInput;
|
|
114
|
+
output: ManageSparqlStatisticsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|