@aws-sdk/client-machine-learning 3.303.0 → 3.309.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-cjs/commands/AddTagsCommand.js +2 -2
- package/dist-cjs/commands/CreateBatchPredictionCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceFromRDSCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceFromRedshiftCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceFromS3Command.js +2 -2
- package/dist-cjs/commands/CreateEvaluationCommand.js +2 -2
- package/dist-cjs/commands/CreateMLModelCommand.js +2 -2
- package/dist-cjs/commands/CreateRealtimeEndpointCommand.js +2 -2
- package/dist-cjs/commands/DeleteBatchPredictionCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteEvaluationCommand.js +2 -2
- package/dist-cjs/commands/DeleteMLModelCommand.js +2 -2
- package/dist-cjs/commands/DeleteRealtimeEndpointCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DescribeBatchPredictionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/DescribeEvaluationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeMLModelsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/GetBatchPredictionCommand.js +2 -2
- package/dist-cjs/commands/GetDataSourceCommand.js +2 -2
- package/dist-cjs/commands/GetEvaluationCommand.js +2 -2
- package/dist-cjs/commands/GetMLModelCommand.js +2 -2
- package/dist-cjs/commands/PredictCommand.js +2 -2
- package/dist-cjs/commands/UpdateBatchPredictionCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateEvaluationCommand.js +2 -2
- package/dist-cjs/commands/UpdateMLModelCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +466 -492
- package/dist-es/commands/AddTagsCommand.js +3 -3
- package/dist-es/commands/CreateBatchPredictionCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceFromRDSCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceFromS3Command.js +3 -3
- package/dist-es/commands/CreateEvaluationCommand.js +3 -3
- package/dist-es/commands/CreateMLModelCommand.js +3 -3
- package/dist-es/commands/CreateRealtimeEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteBatchPredictionCommand.js +3 -3
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-es/commands/DeleteEvaluationCommand.js +3 -3
- package/dist-es/commands/DeleteMLModelCommand.js +3 -3
- package/dist-es/commands/DeleteRealtimeEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteTagsCommand.js +3 -3
- package/dist-es/commands/DescribeBatchPredictionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSourcesCommand.js +3 -3
- package/dist-es/commands/DescribeEvaluationsCommand.js +3 -3
- package/dist-es/commands/DescribeMLModelsCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/GetBatchPredictionCommand.js +3 -3
- package/dist-es/commands/GetDataSourceCommand.js +3 -3
- package/dist-es/commands/GetEvaluationCommand.js +3 -3
- package/dist-es/commands/GetMLModelCommand.js +3 -3
- package/dist-es/commands/PredictCommand.js +3 -3
- package/dist-es/commands/UpdateBatchPredictionCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-es/commands/UpdateEvaluationCommand.js +3 -3
- package/dist-es/commands/UpdateMLModelCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +408 -434
- package/dist-types/protocols/Aws_json1_1.d.ts +224 -56
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +56 -56
- package/package.json +31 -31
|
@@ -28,59 +28,227 @@ import { UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput }
|
|
|
28
28
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
|
|
29
29
|
import { UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput } from "../commands/UpdateEvaluationCommand";
|
|
30
30
|
import { UpdateMLModelCommandInput, UpdateMLModelCommandOutput } from "../commands/UpdateMLModelCommand";
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
export declare const
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
export declare const
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export declare const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export declare const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export declare const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
export declare const
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
export declare const
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export declare const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
export declare const
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export declare const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
export declare const
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
export declare const
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
export declare const
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export declare const
|
|
31
|
+
/**
|
|
32
|
+
* serializeAws_json1_1AddTagsCommand
|
|
33
|
+
*/
|
|
34
|
+
export declare const se_AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
+
/**
|
|
36
|
+
* serializeAws_json1_1CreateBatchPredictionCommand
|
|
37
|
+
*/
|
|
38
|
+
export declare const se_CreateBatchPredictionCommand: (input: CreateBatchPredictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
/**
|
|
40
|
+
* serializeAws_json1_1CreateDataSourceFromRDSCommand
|
|
41
|
+
*/
|
|
42
|
+
export declare const se_CreateDataSourceFromRDSCommand: (input: CreateDataSourceFromRDSCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
/**
|
|
44
|
+
* serializeAws_json1_1CreateDataSourceFromRedshiftCommand
|
|
45
|
+
*/
|
|
46
|
+
export declare const se_CreateDataSourceFromRedshiftCommand: (input: CreateDataSourceFromRedshiftCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* serializeAws_json1_1CreateDataSourceFromS3Command
|
|
49
|
+
*/
|
|
50
|
+
export declare const se_CreateDataSourceFromS3Command: (input: CreateDataSourceFromS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
/**
|
|
52
|
+
* serializeAws_json1_1CreateEvaluationCommand
|
|
53
|
+
*/
|
|
54
|
+
export declare const se_CreateEvaluationCommand: (input: CreateEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_json1_1CreateMLModelCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_CreateMLModelCommand: (input: CreateMLModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
/**
|
|
60
|
+
* serializeAws_json1_1CreateRealtimeEndpointCommand
|
|
61
|
+
*/
|
|
62
|
+
export declare const se_CreateRealtimeEndpointCommand: (input: CreateRealtimeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* serializeAws_json1_1DeleteBatchPredictionCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const se_DeleteBatchPredictionCommand: (input: DeleteBatchPredictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
/**
|
|
68
|
+
* serializeAws_json1_1DeleteDataSourceCommand
|
|
69
|
+
*/
|
|
70
|
+
export declare const se_DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
/**
|
|
72
|
+
* serializeAws_json1_1DeleteEvaluationCommand
|
|
73
|
+
*/
|
|
74
|
+
export declare const se_DeleteEvaluationCommand: (input: DeleteEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_json1_1DeleteMLModelCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_DeleteMLModelCommand: (input: DeleteMLModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_json1_1DeleteRealtimeEndpointCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_DeleteRealtimeEndpointCommand: (input: DeleteRealtimeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
/**
|
|
84
|
+
* serializeAws_json1_1DeleteTagsCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const se_DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
/**
|
|
88
|
+
* serializeAws_json1_1DescribeBatchPredictionsCommand
|
|
89
|
+
*/
|
|
90
|
+
export declare const se_DescribeBatchPredictionsCommand: (input: DescribeBatchPredictionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
/**
|
|
92
|
+
* serializeAws_json1_1DescribeDataSourcesCommand
|
|
93
|
+
*/
|
|
94
|
+
export declare const se_DescribeDataSourcesCommand: (input: DescribeDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_json1_1DescribeEvaluationsCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_DescribeEvaluationsCommand: (input: DescribeEvaluationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
/**
|
|
100
|
+
* serializeAws_json1_1DescribeMLModelsCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const se_DescribeMLModelsCommand: (input: DescribeMLModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_json1_1DescribeTagsCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_json1_1GetBatchPredictionCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_GetBatchPredictionCommand: (input: GetBatchPredictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
/**
|
|
112
|
+
* serializeAws_json1_1GetDataSourceCommand
|
|
113
|
+
*/
|
|
114
|
+
export declare const se_GetDataSourceCommand: (input: GetDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
/**
|
|
116
|
+
* serializeAws_json1_1GetEvaluationCommand
|
|
117
|
+
*/
|
|
118
|
+
export declare const se_GetEvaluationCommand: (input: GetEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
/**
|
|
120
|
+
* serializeAws_json1_1GetMLModelCommand
|
|
121
|
+
*/
|
|
122
|
+
export declare const se_GetMLModelCommand: (input: GetMLModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_json1_1PredictCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_PredictCommand: (input: PredictCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_json1_1UpdateBatchPredictionCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_UpdateBatchPredictionCommand: (input: UpdateBatchPredictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
/**
|
|
132
|
+
* serializeAws_json1_1UpdateDataSourceCommand
|
|
133
|
+
*/
|
|
134
|
+
export declare const se_UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
/**
|
|
136
|
+
* serializeAws_json1_1UpdateEvaluationCommand
|
|
137
|
+
*/
|
|
138
|
+
export declare const se_UpdateEvaluationCommand: (input: UpdateEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
/**
|
|
140
|
+
* serializeAws_json1_1UpdateMLModelCommand
|
|
141
|
+
*/
|
|
142
|
+
export declare const se_UpdateMLModelCommand: (input: UpdateMLModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* deserializeAws_json1_1AddTagsCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const de_AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
|
|
147
|
+
/**
|
|
148
|
+
* deserializeAws_json1_1CreateBatchPredictionCommand
|
|
149
|
+
*/
|
|
150
|
+
export declare const de_CreateBatchPredictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBatchPredictionCommandOutput>;
|
|
151
|
+
/**
|
|
152
|
+
* deserializeAws_json1_1CreateDataSourceFromRDSCommand
|
|
153
|
+
*/
|
|
154
|
+
export declare const de_CreateDataSourceFromRDSCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceFromRDSCommandOutput>;
|
|
155
|
+
/**
|
|
156
|
+
* deserializeAws_json1_1CreateDataSourceFromRedshiftCommand
|
|
157
|
+
*/
|
|
158
|
+
export declare const de_CreateDataSourceFromRedshiftCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceFromRedshiftCommandOutput>;
|
|
159
|
+
/**
|
|
160
|
+
* deserializeAws_json1_1CreateDataSourceFromS3Command
|
|
161
|
+
*/
|
|
162
|
+
export declare const de_CreateDataSourceFromS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceFromS3CommandOutput>;
|
|
163
|
+
/**
|
|
164
|
+
* deserializeAws_json1_1CreateEvaluationCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const de_CreateEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEvaluationCommandOutput>;
|
|
167
|
+
/**
|
|
168
|
+
* deserializeAws_json1_1CreateMLModelCommand
|
|
169
|
+
*/
|
|
170
|
+
export declare const de_CreateMLModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMLModelCommandOutput>;
|
|
171
|
+
/**
|
|
172
|
+
* deserializeAws_json1_1CreateRealtimeEndpointCommand
|
|
173
|
+
*/
|
|
174
|
+
export declare const de_CreateRealtimeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRealtimeEndpointCommandOutput>;
|
|
175
|
+
/**
|
|
176
|
+
* deserializeAws_json1_1DeleteBatchPredictionCommand
|
|
177
|
+
*/
|
|
178
|
+
export declare const de_DeleteBatchPredictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBatchPredictionCommandOutput>;
|
|
179
|
+
/**
|
|
180
|
+
* deserializeAws_json1_1DeleteDataSourceCommand
|
|
181
|
+
*/
|
|
182
|
+
export declare const de_DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
|
|
183
|
+
/**
|
|
184
|
+
* deserializeAws_json1_1DeleteEvaluationCommand
|
|
185
|
+
*/
|
|
186
|
+
export declare const de_DeleteEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEvaluationCommandOutput>;
|
|
187
|
+
/**
|
|
188
|
+
* deserializeAws_json1_1DeleteMLModelCommand
|
|
189
|
+
*/
|
|
190
|
+
export declare const de_DeleteMLModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMLModelCommandOutput>;
|
|
191
|
+
/**
|
|
192
|
+
* deserializeAws_json1_1DeleteRealtimeEndpointCommand
|
|
193
|
+
*/
|
|
194
|
+
export declare const de_DeleteRealtimeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRealtimeEndpointCommandOutput>;
|
|
195
|
+
/**
|
|
196
|
+
* deserializeAws_json1_1DeleteTagsCommand
|
|
197
|
+
*/
|
|
198
|
+
export declare const de_DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
|
|
199
|
+
/**
|
|
200
|
+
* deserializeAws_json1_1DescribeBatchPredictionsCommand
|
|
201
|
+
*/
|
|
202
|
+
export declare const de_DescribeBatchPredictionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBatchPredictionsCommandOutput>;
|
|
203
|
+
/**
|
|
204
|
+
* deserializeAws_json1_1DescribeDataSourcesCommand
|
|
205
|
+
*/
|
|
206
|
+
export declare const de_DescribeDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourcesCommandOutput>;
|
|
207
|
+
/**
|
|
208
|
+
* deserializeAws_json1_1DescribeEvaluationsCommand
|
|
209
|
+
*/
|
|
210
|
+
export declare const de_DescribeEvaluationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEvaluationsCommandOutput>;
|
|
211
|
+
/**
|
|
212
|
+
* deserializeAws_json1_1DescribeMLModelsCommand
|
|
213
|
+
*/
|
|
214
|
+
export declare const de_DescribeMLModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMLModelsCommandOutput>;
|
|
215
|
+
/**
|
|
216
|
+
* deserializeAws_json1_1DescribeTagsCommand
|
|
217
|
+
*/
|
|
218
|
+
export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
|
|
219
|
+
/**
|
|
220
|
+
* deserializeAws_json1_1GetBatchPredictionCommand
|
|
221
|
+
*/
|
|
222
|
+
export declare const de_GetBatchPredictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBatchPredictionCommandOutput>;
|
|
223
|
+
/**
|
|
224
|
+
* deserializeAws_json1_1GetDataSourceCommand
|
|
225
|
+
*/
|
|
226
|
+
export declare const de_GetDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceCommandOutput>;
|
|
227
|
+
/**
|
|
228
|
+
* deserializeAws_json1_1GetEvaluationCommand
|
|
229
|
+
*/
|
|
230
|
+
export declare const de_GetEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvaluationCommandOutput>;
|
|
231
|
+
/**
|
|
232
|
+
* deserializeAws_json1_1GetMLModelCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const de_GetMLModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLModelCommandOutput>;
|
|
235
|
+
/**
|
|
236
|
+
* deserializeAws_json1_1PredictCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const de_PredictCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PredictCommandOutput>;
|
|
239
|
+
/**
|
|
240
|
+
* deserializeAws_json1_1UpdateBatchPredictionCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const de_UpdateBatchPredictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBatchPredictionCommandOutput>;
|
|
243
|
+
/**
|
|
244
|
+
* deserializeAws_json1_1UpdateDataSourceCommand
|
|
245
|
+
*/
|
|
246
|
+
export declare const de_UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
|
|
247
|
+
/**
|
|
248
|
+
* deserializeAws_json1_1UpdateEvaluationCommand
|
|
249
|
+
*/
|
|
250
|
+
export declare const de_UpdateEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEvaluationCommandOutput>;
|
|
251
|
+
/**
|
|
252
|
+
* deserializeAws_json1_1UpdateMLModelCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const de_UpdateMLModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMLModelCommandOutput>;
|
|
@@ -115,227 +115,227 @@ import {
|
|
|
115
115
|
UpdateMLModelCommandInput,
|
|
116
116
|
UpdateMLModelCommandOutput,
|
|
117
117
|
} from "../commands/UpdateMLModelCommand";
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_AddTagsCommand: (
|
|
119
119
|
input: AddTagsCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_CreateBatchPredictionCommand: (
|
|
123
123
|
input: CreateBatchPredictionCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_CreateDataSourceFromRDSCommand: (
|
|
127
127
|
input: CreateDataSourceFromRDSCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_CreateDataSourceFromRedshiftCommand: (
|
|
131
131
|
input: CreateDataSourceFromRedshiftCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_CreateDataSourceFromS3Command: (
|
|
135
135
|
input: CreateDataSourceFromS3CommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_CreateEvaluationCommand: (
|
|
139
139
|
input: CreateEvaluationCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_CreateMLModelCommand: (
|
|
143
143
|
input: CreateMLModelCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_CreateRealtimeEndpointCommand: (
|
|
147
147
|
input: CreateRealtimeEndpointCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_DeleteBatchPredictionCommand: (
|
|
151
151
|
input: DeleteBatchPredictionCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_DeleteDataSourceCommand: (
|
|
155
155
|
input: DeleteDataSourceCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_DeleteEvaluationCommand: (
|
|
159
159
|
input: DeleteEvaluationCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_DeleteMLModelCommand: (
|
|
163
163
|
input: DeleteMLModelCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_DeleteRealtimeEndpointCommand: (
|
|
167
167
|
input: DeleteRealtimeEndpointCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_DeleteTagsCommand: (
|
|
171
171
|
input: DeleteTagsCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_DescribeBatchPredictionsCommand: (
|
|
175
175
|
input: DescribeBatchPredictionsCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_DescribeDataSourcesCommand: (
|
|
179
179
|
input: DescribeDataSourcesCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_DescribeEvaluationsCommand: (
|
|
183
183
|
input: DescribeEvaluationsCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_DescribeMLModelsCommand: (
|
|
187
187
|
input: DescribeMLModelsCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_DescribeTagsCommand: (
|
|
191
191
|
input: DescribeTagsCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_GetBatchPredictionCommand: (
|
|
195
195
|
input: GetBatchPredictionCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_GetDataSourceCommand: (
|
|
199
199
|
input: GetDataSourceCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_GetEvaluationCommand: (
|
|
203
203
|
input: GetEvaluationCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_GetMLModelCommand: (
|
|
207
207
|
input: GetMLModelCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_PredictCommand: (
|
|
211
211
|
input: PredictCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_UpdateBatchPredictionCommand: (
|
|
215
215
|
input: UpdateBatchPredictionCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_UpdateDataSourceCommand: (
|
|
219
219
|
input: UpdateDataSourceCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const se_UpdateEvaluationCommand: (
|
|
223
223
|
input: UpdateEvaluationCommandInput,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const se_UpdateMLModelCommand: (
|
|
227
227
|
input: UpdateMLModelCommandInput,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_AddTagsCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<AddTagsCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_CreateBatchPredictionCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<CreateBatchPredictionCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_CreateDataSourceFromRDSCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<CreateDataSourceFromRDSCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_CreateDataSourceFromRedshiftCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<CreateDataSourceFromRedshiftCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_CreateDataSourceFromS3Command: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<CreateDataSourceFromS3CommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_CreateEvaluationCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<CreateEvaluationCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_CreateMLModelCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<CreateMLModelCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_CreateRealtimeEndpointCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<CreateRealtimeEndpointCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_DeleteBatchPredictionCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<DeleteBatchPredictionCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_DeleteDataSourceCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<DeleteDataSourceCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_DeleteEvaluationCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<DeleteEvaluationCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_DeleteMLModelCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<DeleteMLModelCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_DeleteRealtimeEndpointCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<DeleteRealtimeEndpointCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_DeleteTagsCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<DeleteTagsCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_DescribeBatchPredictionsCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<DescribeBatchPredictionsCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_DescribeDataSourcesCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<DescribeDataSourcesCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_DescribeEvaluationsCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<DescribeEvaluationsCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_DescribeMLModelsCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<DescribeMLModelsCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_DescribeTagsCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<DescribeTagsCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_GetBatchPredictionCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<GetBatchPredictionCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_GetDataSourceCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<GetDataSourceCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_GetEvaluationCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<GetEvaluationCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_GetMLModelCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<GetMLModelCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_PredictCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<PredictCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_UpdateBatchPredictionCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<UpdateBatchPredictionCommandOutput>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const de_UpdateDataSourceCommand: (
|
|
331
331
|
output: __HttpResponse,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<UpdateDataSourceCommandOutput>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const de_UpdateEvaluationCommand: (
|
|
335
335
|
output: __HttpResponse,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<UpdateEvaluationCommandOutput>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const de_UpdateMLModelCommand: (
|
|
339
339
|
output: __HttpResponse,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<UpdateMLModelCommandOutput>;
|