@aws-sdk/client-personalize 3.927.0 → 3.929.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.
Files changed (95) hide show
  1. package/dist-cjs/index.js +2082 -3052
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/PersonalizeClient.js +2 -0
  4. package/dist-es/commands/CreateBatchInferenceJobCommand.js +3 -10
  5. package/dist-es/commands/CreateBatchSegmentJobCommand.js +3 -10
  6. package/dist-es/commands/CreateCampaignCommand.js +3 -10
  7. package/dist-es/commands/CreateDataDeletionJobCommand.js +3 -10
  8. package/dist-es/commands/CreateDatasetCommand.js +3 -10
  9. package/dist-es/commands/CreateDatasetExportJobCommand.js +3 -10
  10. package/dist-es/commands/CreateDatasetGroupCommand.js +3 -10
  11. package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -10
  12. package/dist-es/commands/CreateEventTrackerCommand.js +3 -10
  13. package/dist-es/commands/CreateFilterCommand.js +3 -10
  14. package/dist-es/commands/CreateMetricAttributionCommand.js +3 -9
  15. package/dist-es/commands/CreateRecommenderCommand.js +3 -10
  16. package/dist-es/commands/CreateSchemaCommand.js +3 -9
  17. package/dist-es/commands/CreateSolutionCommand.js +3 -10
  18. package/dist-es/commands/CreateSolutionVersionCommand.js +3 -10
  19. package/dist-es/commands/DeleteCampaignCommand.js +3 -9
  20. package/dist-es/commands/DeleteDatasetCommand.js +3 -9
  21. package/dist-es/commands/DeleteDatasetGroupCommand.js +3 -9
  22. package/dist-es/commands/DeleteEventTrackerCommand.js +3 -9
  23. package/dist-es/commands/DeleteFilterCommand.js +3 -9
  24. package/dist-es/commands/DeleteMetricAttributionCommand.js +3 -9
  25. package/dist-es/commands/DeleteRecommenderCommand.js +3 -9
  26. package/dist-es/commands/DeleteSchemaCommand.js +3 -9
  27. package/dist-es/commands/DeleteSolutionCommand.js +3 -9
  28. package/dist-es/commands/DescribeAlgorithmCommand.js +3 -9
  29. package/dist-es/commands/DescribeBatchInferenceJobCommand.js +3 -9
  30. package/dist-es/commands/DescribeBatchSegmentJobCommand.js +3 -9
  31. package/dist-es/commands/DescribeCampaignCommand.js +3 -9
  32. package/dist-es/commands/DescribeDataDeletionJobCommand.js +3 -9
  33. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  34. package/dist-es/commands/DescribeDatasetExportJobCommand.js +3 -9
  35. package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -9
  36. package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -9
  37. package/dist-es/commands/DescribeEventTrackerCommand.js +3 -9
  38. package/dist-es/commands/DescribeFeatureTransformationCommand.js +3 -9
  39. package/dist-es/commands/DescribeFilterCommand.js +3 -10
  40. package/dist-es/commands/DescribeMetricAttributionCommand.js +3 -9
  41. package/dist-es/commands/DescribeRecipeCommand.js +3 -9
  42. package/dist-es/commands/DescribeRecommenderCommand.js +3 -9
  43. package/dist-es/commands/DescribeSchemaCommand.js +3 -9
  44. package/dist-es/commands/DescribeSolutionCommand.js +3 -9
  45. package/dist-es/commands/DescribeSolutionVersionCommand.js +3 -9
  46. package/dist-es/commands/GetSolutionMetricsCommand.js +3 -9
  47. package/dist-es/commands/ListBatchInferenceJobsCommand.js +3 -9
  48. package/dist-es/commands/ListBatchSegmentJobsCommand.js +3 -9
  49. package/dist-es/commands/ListCampaignsCommand.js +3 -9
  50. package/dist-es/commands/ListDataDeletionJobsCommand.js +3 -9
  51. package/dist-es/commands/ListDatasetExportJobsCommand.js +3 -9
  52. package/dist-es/commands/ListDatasetGroupsCommand.js +3 -9
  53. package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -9
  54. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  55. package/dist-es/commands/ListEventTrackersCommand.js +3 -9
  56. package/dist-es/commands/ListFiltersCommand.js +3 -9
  57. package/dist-es/commands/ListMetricAttributionMetricsCommand.js +3 -9
  58. package/dist-es/commands/ListMetricAttributionsCommand.js +3 -9
  59. package/dist-es/commands/ListRecipesCommand.js +3 -9
  60. package/dist-es/commands/ListRecommendersCommand.js +3 -9
  61. package/dist-es/commands/ListSchemasCommand.js +3 -9
  62. package/dist-es/commands/ListSolutionVersionsCommand.js +3 -9
  63. package/dist-es/commands/ListSolutionsCommand.js +3 -9
  64. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  65. package/dist-es/commands/StartRecommenderCommand.js +3 -9
  66. package/dist-es/commands/StopRecommenderCommand.js +3 -9
  67. package/dist-es/commands/StopSolutionVersionCreationCommand.js +3 -9
  68. package/dist-es/commands/TagResourceCommand.js +3 -10
  69. package/dist-es/commands/UntagResourceCommand.js +3 -10
  70. package/dist-es/commands/UpdateCampaignCommand.js +3 -9
  71. package/dist-es/commands/UpdateDatasetCommand.js +3 -9
  72. package/dist-es/commands/UpdateMetricAttributionCommand.js +3 -9
  73. package/dist-es/commands/UpdateRecommenderCommand.js +3 -9
  74. package/dist-es/commands/UpdateSolutionCommand.js +3 -9
  75. package/dist-es/models/models_0.js +0 -79
  76. package/dist-es/runtimeConfig.shared.js +7 -0
  77. package/dist-es/schemas/schemas_0.js +1924 -0
  78. package/dist-types/PersonalizeClient.d.ts +10 -1
  79. package/dist-types/models/models_0.d.ts +0 -76
  80. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  81. package/dist-types/runtimeConfig.d.ts +1 -0
  82. package/dist-types/runtimeConfig.native.d.ts +1 -0
  83. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  84. package/dist-types/schemas/schemas_0.d.ts +328 -0
  85. package/dist-types/ts3.4/PersonalizeClient.d.ts +4 -0
  86. package/dist-types/ts3.4/models/models_0.d.ts +0 -53
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +335 -0
  92. package/package.json +5 -5
  93. package/dist-es/protocols/Aws_json1_1.js +0 -2438
  94. package/dist-types/protocols/Aws_json1_1.d.ts +0 -641
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -857
@@ -1,857 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateBatchInferenceJobCommandInput,
8
- CreateBatchInferenceJobCommandOutput,
9
- } from "../commands/CreateBatchInferenceJobCommand";
10
- import {
11
- CreateBatchSegmentJobCommandInput,
12
- CreateBatchSegmentJobCommandOutput,
13
- } from "../commands/CreateBatchSegmentJobCommand";
14
- import {
15
- CreateCampaignCommandInput,
16
- CreateCampaignCommandOutput,
17
- } from "../commands/CreateCampaignCommand";
18
- import {
19
- CreateDataDeletionJobCommandInput,
20
- CreateDataDeletionJobCommandOutput,
21
- } from "../commands/CreateDataDeletionJobCommand";
22
- import {
23
- CreateDatasetCommandInput,
24
- CreateDatasetCommandOutput,
25
- } from "../commands/CreateDatasetCommand";
26
- import {
27
- CreateDatasetExportJobCommandInput,
28
- CreateDatasetExportJobCommandOutput,
29
- } from "../commands/CreateDatasetExportJobCommand";
30
- import {
31
- CreateDatasetGroupCommandInput,
32
- CreateDatasetGroupCommandOutput,
33
- } from "../commands/CreateDatasetGroupCommand";
34
- import {
35
- CreateDatasetImportJobCommandInput,
36
- CreateDatasetImportJobCommandOutput,
37
- } from "../commands/CreateDatasetImportJobCommand";
38
- import {
39
- CreateEventTrackerCommandInput,
40
- CreateEventTrackerCommandOutput,
41
- } from "../commands/CreateEventTrackerCommand";
42
- import {
43
- CreateFilterCommandInput,
44
- CreateFilterCommandOutput,
45
- } from "../commands/CreateFilterCommand";
46
- import {
47
- CreateMetricAttributionCommandInput,
48
- CreateMetricAttributionCommandOutput,
49
- } from "../commands/CreateMetricAttributionCommand";
50
- import {
51
- CreateRecommenderCommandInput,
52
- CreateRecommenderCommandOutput,
53
- } from "../commands/CreateRecommenderCommand";
54
- import {
55
- CreateSchemaCommandInput,
56
- CreateSchemaCommandOutput,
57
- } from "../commands/CreateSchemaCommand";
58
- import {
59
- CreateSolutionCommandInput,
60
- CreateSolutionCommandOutput,
61
- } from "../commands/CreateSolutionCommand";
62
- import {
63
- CreateSolutionVersionCommandInput,
64
- CreateSolutionVersionCommandOutput,
65
- } from "../commands/CreateSolutionVersionCommand";
66
- import {
67
- DeleteCampaignCommandInput,
68
- DeleteCampaignCommandOutput,
69
- } from "../commands/DeleteCampaignCommand";
70
- import {
71
- DeleteDatasetCommandInput,
72
- DeleteDatasetCommandOutput,
73
- } from "../commands/DeleteDatasetCommand";
74
- import {
75
- DeleteDatasetGroupCommandInput,
76
- DeleteDatasetGroupCommandOutput,
77
- } from "../commands/DeleteDatasetGroupCommand";
78
- import {
79
- DeleteEventTrackerCommandInput,
80
- DeleteEventTrackerCommandOutput,
81
- } from "../commands/DeleteEventTrackerCommand";
82
- import {
83
- DeleteFilterCommandInput,
84
- DeleteFilterCommandOutput,
85
- } from "../commands/DeleteFilterCommand";
86
- import {
87
- DeleteMetricAttributionCommandInput,
88
- DeleteMetricAttributionCommandOutput,
89
- } from "../commands/DeleteMetricAttributionCommand";
90
- import {
91
- DeleteRecommenderCommandInput,
92
- DeleteRecommenderCommandOutput,
93
- } from "../commands/DeleteRecommenderCommand";
94
- import {
95
- DeleteSchemaCommandInput,
96
- DeleteSchemaCommandOutput,
97
- } from "../commands/DeleteSchemaCommand";
98
- import {
99
- DeleteSolutionCommandInput,
100
- DeleteSolutionCommandOutput,
101
- } from "../commands/DeleteSolutionCommand";
102
- import {
103
- DescribeAlgorithmCommandInput,
104
- DescribeAlgorithmCommandOutput,
105
- } from "../commands/DescribeAlgorithmCommand";
106
- import {
107
- DescribeBatchInferenceJobCommandInput,
108
- DescribeBatchInferenceJobCommandOutput,
109
- } from "../commands/DescribeBatchInferenceJobCommand";
110
- import {
111
- DescribeBatchSegmentJobCommandInput,
112
- DescribeBatchSegmentJobCommandOutput,
113
- } from "../commands/DescribeBatchSegmentJobCommand";
114
- import {
115
- DescribeCampaignCommandInput,
116
- DescribeCampaignCommandOutput,
117
- } from "../commands/DescribeCampaignCommand";
118
- import {
119
- DescribeDataDeletionJobCommandInput,
120
- DescribeDataDeletionJobCommandOutput,
121
- } from "../commands/DescribeDataDeletionJobCommand";
122
- import {
123
- DescribeDatasetCommandInput,
124
- DescribeDatasetCommandOutput,
125
- } from "../commands/DescribeDatasetCommand";
126
- import {
127
- DescribeDatasetExportJobCommandInput,
128
- DescribeDatasetExportJobCommandOutput,
129
- } from "../commands/DescribeDatasetExportJobCommand";
130
- import {
131
- DescribeDatasetGroupCommandInput,
132
- DescribeDatasetGroupCommandOutput,
133
- } from "../commands/DescribeDatasetGroupCommand";
134
- import {
135
- DescribeDatasetImportJobCommandInput,
136
- DescribeDatasetImportJobCommandOutput,
137
- } from "../commands/DescribeDatasetImportJobCommand";
138
- import {
139
- DescribeEventTrackerCommandInput,
140
- DescribeEventTrackerCommandOutput,
141
- } from "../commands/DescribeEventTrackerCommand";
142
- import {
143
- DescribeFeatureTransformationCommandInput,
144
- DescribeFeatureTransformationCommandOutput,
145
- } from "../commands/DescribeFeatureTransformationCommand";
146
- import {
147
- DescribeFilterCommandInput,
148
- DescribeFilterCommandOutput,
149
- } from "../commands/DescribeFilterCommand";
150
- import {
151
- DescribeMetricAttributionCommandInput,
152
- DescribeMetricAttributionCommandOutput,
153
- } from "../commands/DescribeMetricAttributionCommand";
154
- import {
155
- DescribeRecipeCommandInput,
156
- DescribeRecipeCommandOutput,
157
- } from "../commands/DescribeRecipeCommand";
158
- import {
159
- DescribeRecommenderCommandInput,
160
- DescribeRecommenderCommandOutput,
161
- } from "../commands/DescribeRecommenderCommand";
162
- import {
163
- DescribeSchemaCommandInput,
164
- DescribeSchemaCommandOutput,
165
- } from "../commands/DescribeSchemaCommand";
166
- import {
167
- DescribeSolutionCommandInput,
168
- DescribeSolutionCommandOutput,
169
- } from "../commands/DescribeSolutionCommand";
170
- import {
171
- DescribeSolutionVersionCommandInput,
172
- DescribeSolutionVersionCommandOutput,
173
- } from "../commands/DescribeSolutionVersionCommand";
174
- import {
175
- GetSolutionMetricsCommandInput,
176
- GetSolutionMetricsCommandOutput,
177
- } from "../commands/GetSolutionMetricsCommand";
178
- import {
179
- ListBatchInferenceJobsCommandInput,
180
- ListBatchInferenceJobsCommandOutput,
181
- } from "../commands/ListBatchInferenceJobsCommand";
182
- import {
183
- ListBatchSegmentJobsCommandInput,
184
- ListBatchSegmentJobsCommandOutput,
185
- } from "../commands/ListBatchSegmentJobsCommand";
186
- import {
187
- ListCampaignsCommandInput,
188
- ListCampaignsCommandOutput,
189
- } from "../commands/ListCampaignsCommand";
190
- import {
191
- ListDataDeletionJobsCommandInput,
192
- ListDataDeletionJobsCommandOutput,
193
- } from "../commands/ListDataDeletionJobsCommand";
194
- import {
195
- ListDatasetExportJobsCommandInput,
196
- ListDatasetExportJobsCommandOutput,
197
- } from "../commands/ListDatasetExportJobsCommand";
198
- import {
199
- ListDatasetGroupsCommandInput,
200
- ListDatasetGroupsCommandOutput,
201
- } from "../commands/ListDatasetGroupsCommand";
202
- import {
203
- ListDatasetImportJobsCommandInput,
204
- ListDatasetImportJobsCommandOutput,
205
- } from "../commands/ListDatasetImportJobsCommand";
206
- import {
207
- ListDatasetsCommandInput,
208
- ListDatasetsCommandOutput,
209
- } from "../commands/ListDatasetsCommand";
210
- import {
211
- ListEventTrackersCommandInput,
212
- ListEventTrackersCommandOutput,
213
- } from "../commands/ListEventTrackersCommand";
214
- import {
215
- ListFiltersCommandInput,
216
- ListFiltersCommandOutput,
217
- } from "../commands/ListFiltersCommand";
218
- import {
219
- ListMetricAttributionMetricsCommandInput,
220
- ListMetricAttributionMetricsCommandOutput,
221
- } from "../commands/ListMetricAttributionMetricsCommand";
222
- import {
223
- ListMetricAttributionsCommandInput,
224
- ListMetricAttributionsCommandOutput,
225
- } from "../commands/ListMetricAttributionsCommand";
226
- import {
227
- ListRecipesCommandInput,
228
- ListRecipesCommandOutput,
229
- } from "../commands/ListRecipesCommand";
230
- import {
231
- ListRecommendersCommandInput,
232
- ListRecommendersCommandOutput,
233
- } from "../commands/ListRecommendersCommand";
234
- import {
235
- ListSchemasCommandInput,
236
- ListSchemasCommandOutput,
237
- } from "../commands/ListSchemasCommand";
238
- import {
239
- ListSolutionsCommandInput,
240
- ListSolutionsCommandOutput,
241
- } from "../commands/ListSolutionsCommand";
242
- import {
243
- ListSolutionVersionsCommandInput,
244
- ListSolutionVersionsCommandOutput,
245
- } from "../commands/ListSolutionVersionsCommand";
246
- import {
247
- ListTagsForResourceCommandInput,
248
- ListTagsForResourceCommandOutput,
249
- } from "../commands/ListTagsForResourceCommand";
250
- import {
251
- StartRecommenderCommandInput,
252
- StartRecommenderCommandOutput,
253
- } from "../commands/StartRecommenderCommand";
254
- import {
255
- StopRecommenderCommandInput,
256
- StopRecommenderCommandOutput,
257
- } from "../commands/StopRecommenderCommand";
258
- import {
259
- StopSolutionVersionCreationCommandInput,
260
- StopSolutionVersionCreationCommandOutput,
261
- } from "../commands/StopSolutionVersionCreationCommand";
262
- import {
263
- TagResourceCommandInput,
264
- TagResourceCommandOutput,
265
- } from "../commands/TagResourceCommand";
266
- import {
267
- UntagResourceCommandInput,
268
- UntagResourceCommandOutput,
269
- } from "../commands/UntagResourceCommand";
270
- import {
271
- UpdateCampaignCommandInput,
272
- UpdateCampaignCommandOutput,
273
- } from "../commands/UpdateCampaignCommand";
274
- import {
275
- UpdateDatasetCommandInput,
276
- UpdateDatasetCommandOutput,
277
- } from "../commands/UpdateDatasetCommand";
278
- import {
279
- UpdateMetricAttributionCommandInput,
280
- UpdateMetricAttributionCommandOutput,
281
- } from "../commands/UpdateMetricAttributionCommand";
282
- import {
283
- UpdateRecommenderCommandInput,
284
- UpdateRecommenderCommandOutput,
285
- } from "../commands/UpdateRecommenderCommand";
286
- import {
287
- UpdateSolutionCommandInput,
288
- UpdateSolutionCommandOutput,
289
- } from "../commands/UpdateSolutionCommand";
290
- export declare const se_CreateBatchInferenceJobCommand: (
291
- input: CreateBatchInferenceJobCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_CreateBatchSegmentJobCommand: (
295
- input: CreateBatchSegmentJobCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_CreateCampaignCommand: (
299
- input: CreateCampaignCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CreateDataDeletionJobCommand: (
303
- input: CreateDataDeletionJobCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CreateDatasetCommand: (
307
- input: CreateDatasetCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_CreateDatasetExportJobCommand: (
311
- input: CreateDatasetExportJobCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_CreateDatasetGroupCommand: (
315
- input: CreateDatasetGroupCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateDatasetImportJobCommand: (
319
- input: CreateDatasetImportJobCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CreateEventTrackerCommand: (
323
- input: CreateEventTrackerCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_CreateFilterCommand: (
327
- input: CreateFilterCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_CreateMetricAttributionCommand: (
331
- input: CreateMetricAttributionCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_CreateRecommenderCommand: (
335
- input: CreateRecommenderCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_CreateSchemaCommand: (
339
- input: CreateSchemaCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_CreateSolutionCommand: (
343
- input: CreateSolutionCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_CreateSolutionVersionCommand: (
347
- input: CreateSolutionVersionCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DeleteCampaignCommand: (
351
- input: DeleteCampaignCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DeleteDatasetCommand: (
355
- input: DeleteDatasetCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteDatasetGroupCommand: (
359
- input: DeleteDatasetGroupCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DeleteEventTrackerCommand: (
363
- input: DeleteEventTrackerCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteFilterCommand: (
367
- input: DeleteFilterCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DeleteMetricAttributionCommand: (
371
- input: DeleteMetricAttributionCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DeleteRecommenderCommand: (
375
- input: DeleteRecommenderCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DeleteSchemaCommand: (
379
- input: DeleteSchemaCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DeleteSolutionCommand: (
383
- input: DeleteSolutionCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DescribeAlgorithmCommand: (
387
- input: DescribeAlgorithmCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DescribeBatchInferenceJobCommand: (
391
- input: DescribeBatchInferenceJobCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DescribeBatchSegmentJobCommand: (
395
- input: DescribeBatchSegmentJobCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DescribeCampaignCommand: (
399
- input: DescribeCampaignCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DescribeDataDeletionJobCommand: (
403
- input: DescribeDataDeletionJobCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DescribeDatasetCommand: (
407
- input: DescribeDatasetCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DescribeDatasetExportJobCommand: (
411
- input: DescribeDatasetExportJobCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DescribeDatasetGroupCommand: (
415
- input: DescribeDatasetGroupCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DescribeDatasetImportJobCommand: (
419
- input: DescribeDatasetImportJobCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DescribeEventTrackerCommand: (
423
- input: DescribeEventTrackerCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DescribeFeatureTransformationCommand: (
427
- input: DescribeFeatureTransformationCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DescribeFilterCommand: (
431
- input: DescribeFilterCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_DescribeMetricAttributionCommand: (
435
- input: DescribeMetricAttributionCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DescribeRecipeCommand: (
439
- input: DescribeRecipeCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DescribeRecommenderCommand: (
443
- input: DescribeRecommenderCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_DescribeSchemaCommand: (
447
- input: DescribeSchemaCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_DescribeSolutionCommand: (
451
- input: DescribeSolutionCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_DescribeSolutionVersionCommand: (
455
- input: DescribeSolutionVersionCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_GetSolutionMetricsCommand: (
459
- input: GetSolutionMetricsCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_ListBatchInferenceJobsCommand: (
463
- input: ListBatchInferenceJobsCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_ListBatchSegmentJobsCommand: (
467
- input: ListBatchSegmentJobsCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_ListCampaignsCommand: (
471
- input: ListCampaignsCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_ListDataDeletionJobsCommand: (
475
- input: ListDataDeletionJobsCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_ListDatasetExportJobsCommand: (
479
- input: ListDatasetExportJobsCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_ListDatasetGroupsCommand: (
483
- input: ListDatasetGroupsCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_ListDatasetImportJobsCommand: (
487
- input: ListDatasetImportJobsCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_ListDatasetsCommand: (
491
- input: ListDatasetsCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_ListEventTrackersCommand: (
495
- input: ListEventTrackersCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_ListFiltersCommand: (
499
- input: ListFiltersCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_ListMetricAttributionMetricsCommand: (
503
- input: ListMetricAttributionMetricsCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_ListMetricAttributionsCommand: (
507
- input: ListMetricAttributionsCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_ListRecipesCommand: (
511
- input: ListRecipesCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_ListRecommendersCommand: (
515
- input: ListRecommendersCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_ListSchemasCommand: (
519
- input: ListSchemasCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_ListSolutionsCommand: (
523
- input: ListSolutionsCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_ListSolutionVersionsCommand: (
527
- input: ListSolutionVersionsCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_ListTagsForResourceCommand: (
531
- input: ListTagsForResourceCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_StartRecommenderCommand: (
535
- input: StartRecommenderCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_StopRecommenderCommand: (
539
- input: StopRecommenderCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_StopSolutionVersionCreationCommand: (
543
- input: StopSolutionVersionCreationCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_TagResourceCommand: (
547
- input: TagResourceCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_UntagResourceCommand: (
551
- input: UntagResourceCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_UpdateCampaignCommand: (
555
- input: UpdateCampaignCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_UpdateDatasetCommand: (
559
- input: UpdateDatasetCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_UpdateMetricAttributionCommand: (
563
- input: UpdateMetricAttributionCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_UpdateRecommenderCommand: (
567
- input: UpdateRecommenderCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_UpdateSolutionCommand: (
571
- input: UpdateSolutionCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const de_CreateBatchInferenceJobCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<CreateBatchInferenceJobCommandOutput>;
578
- export declare const de_CreateBatchSegmentJobCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<CreateBatchSegmentJobCommandOutput>;
582
- export declare const de_CreateCampaignCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<CreateCampaignCommandOutput>;
586
- export declare const de_CreateDataDeletionJobCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<CreateDataDeletionJobCommandOutput>;
590
- export declare const de_CreateDatasetCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<CreateDatasetCommandOutput>;
594
- export declare const de_CreateDatasetExportJobCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<CreateDatasetExportJobCommandOutput>;
598
- export declare const de_CreateDatasetGroupCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<CreateDatasetGroupCommandOutput>;
602
- export declare const de_CreateDatasetImportJobCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<CreateDatasetImportJobCommandOutput>;
606
- export declare const de_CreateEventTrackerCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<CreateEventTrackerCommandOutput>;
610
- export declare const de_CreateFilterCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<CreateFilterCommandOutput>;
614
- export declare const de_CreateMetricAttributionCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<CreateMetricAttributionCommandOutput>;
618
- export declare const de_CreateRecommenderCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<CreateRecommenderCommandOutput>;
622
- export declare const de_CreateSchemaCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<CreateSchemaCommandOutput>;
626
- export declare const de_CreateSolutionCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<CreateSolutionCommandOutput>;
630
- export declare const de_CreateSolutionVersionCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<CreateSolutionVersionCommandOutput>;
634
- export declare const de_DeleteCampaignCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<DeleteCampaignCommandOutput>;
638
- export declare const de_DeleteDatasetCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<DeleteDatasetCommandOutput>;
642
- export declare const de_DeleteDatasetGroupCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<DeleteDatasetGroupCommandOutput>;
646
- export declare const de_DeleteEventTrackerCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<DeleteEventTrackerCommandOutput>;
650
- export declare const de_DeleteFilterCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DeleteFilterCommandOutput>;
654
- export declare const de_DeleteMetricAttributionCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DeleteMetricAttributionCommandOutput>;
658
- export declare const de_DeleteRecommenderCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DeleteRecommenderCommandOutput>;
662
- export declare const de_DeleteSchemaCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DeleteSchemaCommandOutput>;
666
- export declare const de_DeleteSolutionCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DeleteSolutionCommandOutput>;
670
- export declare const de_DescribeAlgorithmCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<DescribeAlgorithmCommandOutput>;
674
- export declare const de_DescribeBatchInferenceJobCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<DescribeBatchInferenceJobCommandOutput>;
678
- export declare const de_DescribeBatchSegmentJobCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<DescribeBatchSegmentJobCommandOutput>;
682
- export declare const de_DescribeCampaignCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<DescribeCampaignCommandOutput>;
686
- export declare const de_DescribeDataDeletionJobCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<DescribeDataDeletionJobCommandOutput>;
690
- export declare const de_DescribeDatasetCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DescribeDatasetCommandOutput>;
694
- export declare const de_DescribeDatasetExportJobCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<DescribeDatasetExportJobCommandOutput>;
698
- export declare const de_DescribeDatasetGroupCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<DescribeDatasetGroupCommandOutput>;
702
- export declare const de_DescribeDatasetImportJobCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<DescribeDatasetImportJobCommandOutput>;
706
- export declare const de_DescribeEventTrackerCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<DescribeEventTrackerCommandOutput>;
710
- export declare const de_DescribeFeatureTransformationCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<DescribeFeatureTransformationCommandOutput>;
714
- export declare const de_DescribeFilterCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<DescribeFilterCommandOutput>;
718
- export declare const de_DescribeMetricAttributionCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<DescribeMetricAttributionCommandOutput>;
722
- export declare const de_DescribeRecipeCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<DescribeRecipeCommandOutput>;
726
- export declare const de_DescribeRecommenderCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<DescribeRecommenderCommandOutput>;
730
- export declare const de_DescribeSchemaCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<DescribeSchemaCommandOutput>;
734
- export declare const de_DescribeSolutionCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<DescribeSolutionCommandOutput>;
738
- export declare const de_DescribeSolutionVersionCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<DescribeSolutionVersionCommandOutput>;
742
- export declare const de_GetSolutionMetricsCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<GetSolutionMetricsCommandOutput>;
746
- export declare const de_ListBatchInferenceJobsCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<ListBatchInferenceJobsCommandOutput>;
750
- export declare const de_ListBatchSegmentJobsCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<ListBatchSegmentJobsCommandOutput>;
754
- export declare const de_ListCampaignsCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<ListCampaignsCommandOutput>;
758
- export declare const de_ListDataDeletionJobsCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<ListDataDeletionJobsCommandOutput>;
762
- export declare const de_ListDatasetExportJobsCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<ListDatasetExportJobsCommandOutput>;
766
- export declare const de_ListDatasetGroupsCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<ListDatasetGroupsCommandOutput>;
770
- export declare const de_ListDatasetImportJobsCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<ListDatasetImportJobsCommandOutput>;
774
- export declare const de_ListDatasetsCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<ListDatasetsCommandOutput>;
778
- export declare const de_ListEventTrackersCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<ListEventTrackersCommandOutput>;
782
- export declare const de_ListFiltersCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<ListFiltersCommandOutput>;
786
- export declare const de_ListMetricAttributionMetricsCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<ListMetricAttributionMetricsCommandOutput>;
790
- export declare const de_ListMetricAttributionsCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<ListMetricAttributionsCommandOutput>;
794
- export declare const de_ListRecipesCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<ListRecipesCommandOutput>;
798
- export declare const de_ListRecommendersCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<ListRecommendersCommandOutput>;
802
- export declare const de_ListSchemasCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<ListSchemasCommandOutput>;
806
- export declare const de_ListSolutionsCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<ListSolutionsCommandOutput>;
810
- export declare const de_ListSolutionVersionsCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<ListSolutionVersionsCommandOutput>;
814
- export declare const de_ListTagsForResourceCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<ListTagsForResourceCommandOutput>;
818
- export declare const de_StartRecommenderCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<StartRecommenderCommandOutput>;
822
- export declare const de_StopRecommenderCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<StopRecommenderCommandOutput>;
826
- export declare const de_StopSolutionVersionCreationCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<StopSolutionVersionCreationCommandOutput>;
830
- export declare const de_TagResourceCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<TagResourceCommandOutput>;
834
- export declare const de_UntagResourceCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<UntagResourceCommandOutput>;
838
- export declare const de_UpdateCampaignCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<UpdateCampaignCommandOutput>;
842
- export declare const de_UpdateDatasetCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<UpdateDatasetCommandOutput>;
846
- export declare const de_UpdateMetricAttributionCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<UpdateMetricAttributionCommandOutput>;
850
- export declare const de_UpdateRecommenderCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<UpdateRecommenderCommandOutput>;
854
- export declare const de_UpdateSolutionCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<UpdateSolutionCommandOutput>;