@aws-sdk/client-neptunedata 3.775.0 → 3.782.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 +1 -0
- package/dist-types/commands/CancelLoaderJobCommand.d.ts +1 -0
- package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +1 -0
- package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +1 -0
- package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +1 -0
- package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +1 -0
- package/dist-types/commands/CreateMLEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMLEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteFastResetCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +1 -0
- package/dist-types/commands/GetEngineStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +1 -0
- package/dist-types/commands/GetMLEndpointCommand.d.ts +1 -0
- package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +1 -0
- package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +1 -0
- package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +1 -0
- package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +1 -0
- package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetSparqlStatisticsCommand.d.ts +1 -0
- package/dist-types/commands/GetSparqlStreamCommand.d.ts +1 -0
- package/dist-types/commands/ListGremlinQueriesCommand.d.ts +1 -0
- package/dist-types/commands/ListLoaderJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListMLEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +1 -0
- package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +1 -0
- package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +1 -0
- package/dist-types/commands/StartLoaderJobCommand.d.ts +1 -0
- package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +1 -0
- package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +1 -0
- package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -102,6 +102,7 @@ declare const CancelGremlinQueryCommand_base: {
|
|
|
102
102
|
* @throws {@link NeptunedataServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CancelGremlinQueryCommand extends CancelGremlinQueryCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const CancelLoaderJobCommand_base: {
|
|
|
99
99
|
* @throws {@link NeptunedataServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class CancelLoaderJobCommand extends CancelLoaderJobCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const CancelMLDataProcessingJobCommand_base: {
|
|
|
94
94
|
* @throws {@link NeptunedataServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CancelMLDataProcessingJobCommand extends CancelMLDataProcessingJobCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const CancelMLModelTrainingJobCommand_base: {
|
|
|
94
94
|
* @throws {@link NeptunedataServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CancelMLModelTrainingJobCommand extends CancelMLModelTrainingJobCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const CancelMLModelTransformJobCommand_base: {
|
|
|
94
94
|
* @throws {@link NeptunedataServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CancelMLModelTransformJobCommand extends CancelMLModelTransformJobCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const CancelOpenCypherQueryCommand_base: {
|
|
|
107
107
|
* @throws {@link NeptunedataServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CancelOpenCypherQueryCommand extends CancelOpenCypherQueryCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const CreateMLEndpointCommand_base: {
|
|
|
104
104
|
* @throws {@link NeptunedataServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class CreateMLEndpointCommand extends CreateMLEndpointCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const DeleteMLEndpointCommand_base: {
|
|
|
95
95
|
* @throws {@link NeptunedataServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class DeleteMLEndpointCommand extends DeleteMLEndpointCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const DeletePropertygraphStatisticsCommand_base: {
|
|
|
101
101
|
* @throws {@link NeptunedataServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DeletePropertygraphStatisticsCommand extends DeletePropertygraphStatisticsCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const DeleteSparqlStatisticsCommand_base: {
|
|
|
100
100
|
* @throws {@link NeptunedataServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DeleteSparqlStatisticsCommand extends DeleteSparqlStatisticsCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const ExecuteFastResetCommand_base: {
|
|
|
108
108
|
* @throws {@link NeptunedataServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class ExecuteFastResetCommand extends ExecuteFastResetCommand_base {
|
|
@@ -161,6 +161,7 @@ declare const ExecuteGremlinExplainQueryCommand_base: {
|
|
|
161
161
|
* @throws {@link NeptunedataServiceException}
|
|
162
162
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
163
163
|
*
|
|
164
|
+
*
|
|
164
165
|
* @public
|
|
165
166
|
*/
|
|
166
167
|
export declare class ExecuteGremlinExplainQueryCommand extends ExecuteGremlinExplainQueryCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const ExecuteGremlinProfileQueryCommand_base: {
|
|
|
140
140
|
* @throws {@link NeptunedataServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class ExecuteGremlinProfileQueryCommand extends ExecuteGremlinProfileQueryCommand_base {
|
|
@@ -156,6 +156,7 @@ declare const ExecuteGremlinQueryCommand_base: {
|
|
|
156
156
|
* @throws {@link NeptunedataServiceException}
|
|
157
157
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
158
158
|
*
|
|
159
|
+
*
|
|
159
160
|
* @public
|
|
160
161
|
*/
|
|
161
162
|
export declare class ExecuteGremlinQueryCommand extends ExecuteGremlinQueryCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const ExecuteOpenCypherExplainQueryCommand_base: {
|
|
|
140
140
|
* @throws {@link NeptunedataServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class ExecuteOpenCypherExplainQueryCommand extends ExecuteOpenCypherExplainQueryCommand_base {
|
|
@@ -157,6 +157,7 @@ declare const ExecuteOpenCypherQueryCommand_base: {
|
|
|
157
157
|
* @throws {@link NeptunedataServiceException}
|
|
158
158
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
159
159
|
*
|
|
160
|
+
*
|
|
160
161
|
* @public
|
|
161
162
|
*/
|
|
162
163
|
export declare class ExecuteOpenCypherQueryCommand extends ExecuteOpenCypherQueryCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const GetEngineStatusCommand_base: {
|
|
|
104
104
|
* @throws {@link NeptunedataServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class GetEngineStatusCommand extends GetEngineStatusCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const GetGremlinQueryStatusCommand_base: {
|
|
|
118
118
|
* @throws {@link NeptunedataServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class GetGremlinQueryStatusCommand extends GetGremlinQueryStatusCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const GetLoaderJobStatusCommand_base: {
|
|
|
106
106
|
* @throws {@link NeptunedataServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class GetLoaderJobStatusCommand extends GetLoaderJobStatusCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const GetMLDataProcessingJobCommand_base: {
|
|
|
102
102
|
* @throws {@link NeptunedataServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class GetMLDataProcessingJobCommand extends GetMLDataProcessingJobCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const GetMLEndpointCommand_base: {
|
|
|
106
106
|
* @throws {@link NeptunedataServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class GetMLEndpointCommand extends GetMLEndpointCommand_base {
|
|
@@ -124,6 +124,7 @@ declare const GetMLModelTrainingJobCommand_base: {
|
|
|
124
124
|
* @throws {@link NeptunedataServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
126
126
|
*
|
|
127
|
+
*
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class GetMLModelTrainingJobCommand extends GetMLModelTrainingJobCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const GetMLModelTransformJobCommand_base: {
|
|
|
116
116
|
* @throws {@link NeptunedataServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class GetMLModelTransformJobCommand extends GetMLModelTransformJobCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const GetOpenCypherQueryStatusCommand_base: {
|
|
|
121
121
|
* @throws {@link NeptunedataServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class GetOpenCypherQueryStatusCommand extends GetOpenCypherQueryStatusCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const GetPropertygraphStatisticsCommand_base: {
|
|
|
107
107
|
* @throws {@link NeptunedataServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class GetPropertygraphStatisticsCommand extends GetPropertygraphStatisticsCommand_base {
|
|
@@ -152,6 +152,7 @@ declare const GetPropertygraphStreamCommand_base: {
|
|
|
152
152
|
* @throws {@link NeptunedataServiceException}
|
|
153
153
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
154
154
|
*
|
|
155
|
+
*
|
|
155
156
|
* @public
|
|
156
157
|
*/
|
|
157
158
|
export declare class GetPropertygraphStreamCommand extends GetPropertygraphStreamCommand_base {
|
|
@@ -146,6 +146,7 @@ declare const GetPropertygraphSummaryCommand_base: {
|
|
|
146
146
|
* @throws {@link NeptunedataServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
148
148
|
*
|
|
149
|
+
*
|
|
149
150
|
* @public
|
|
150
151
|
*/
|
|
151
152
|
export declare class GetPropertygraphSummaryCommand extends GetPropertygraphSummaryCommand_base {
|
|
@@ -123,6 +123,7 @@ declare const GetRDFGraphSummaryCommand_base: {
|
|
|
123
123
|
* @throws {@link NeptunedataServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
125
125
|
*
|
|
126
|
+
*
|
|
126
127
|
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class GetRDFGraphSummaryCommand extends GetRDFGraphSummaryCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const GetSparqlStatisticsCommand_base: {
|
|
|
103
103
|
* @throws {@link NeptunedataServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class GetSparqlStatisticsCommand extends GetSparqlStatisticsCommand_base {
|
|
@@ -131,6 +131,7 @@ declare const GetSparqlStreamCommand_base: {
|
|
|
131
131
|
* @throws {@link NeptunedataServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class GetSparqlStreamCommand extends GetSparqlStreamCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const ListGremlinQueriesCommand_base: {
|
|
|
125
125
|
* @throws {@link NeptunedataServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class ListGremlinQueriesCommand extends ListGremlinQueriesCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const ListLoaderJobsCommand_base: {
|
|
|
101
101
|
* @throws {@link NeptunedataServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class ListLoaderJobsCommand extends ListLoaderJobsCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListMLDataProcessingJobsCommand_base: {
|
|
|
95
95
|
* @throws {@link NeptunedataServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListMLDataProcessingJobsCommand extends ListMLDataProcessingJobsCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListMLEndpointsCommand_base: {
|
|
|
95
95
|
* @throws {@link NeptunedataServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListMLEndpointsCommand extends ListMLEndpointsCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListMLModelTrainingJobsCommand_base: {
|
|
|
95
95
|
* @throws {@link NeptunedataServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListMLModelTrainingJobsCommand extends ListMLModelTrainingJobsCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListMLModelTransformJobsCommand_base: {
|
|
|
95
95
|
* @throws {@link NeptunedataServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListMLModelTransformJobsCommand extends ListMLModelTransformJobsCommand_base {
|
|
@@ -128,6 +128,7 @@ declare const ListOpenCypherQueriesCommand_base: {
|
|
|
128
128
|
* @throws {@link NeptunedataServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
130
130
|
*
|
|
131
|
+
*
|
|
131
132
|
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class ListOpenCypherQueriesCommand extends ListOpenCypherQueriesCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const ManagePropertygraphStatisticsCommand_base: {
|
|
|
100
100
|
* @throws {@link NeptunedataServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ManagePropertygraphStatisticsCommand extends ManagePropertygraphStatisticsCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const ManageSparqlStatisticsCommand_base: {
|
|
|
100
100
|
* @throws {@link NeptunedataServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ManageSparqlStatisticsCommand extends ManageSparqlStatisticsCommand_base {
|
|
@@ -120,6 +120,7 @@ declare const StartLoaderJobCommand_base: {
|
|
|
120
120
|
* @throws {@link NeptunedataServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
122
122
|
*
|
|
123
|
+
*
|
|
123
124
|
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class StartLoaderJobCommand extends StartLoaderJobCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const StartMLDataProcessingJobCommand_base: {
|
|
|
113
113
|
* @throws {@link NeptunedataServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class StartMLDataProcessingJobCommand extends StartMLDataProcessingJobCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const StartMLModelTrainingJobCommand_base: {
|
|
|
119
119
|
* @throws {@link NeptunedataServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class StartMLModelTrainingJobCommand extends StartMLModelTrainingJobCommand_base {
|
|
@@ -114,6 +114,7 @@ declare const StartMLModelTransformJobCommand_base: {
|
|
|
114
114
|
* @throws {@link NeptunedataServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
116
116
|
*
|
|
117
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class StartMLModelTransformJobCommand extends StartMLModelTransformJobCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptunedata",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptunedata Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-neptunedata",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|