@aws-sdk/client-personalize 3.278.0 → 3.281.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 (68) hide show
  1. package/README.md +531 -0
  2. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateCampaignCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateEventTrackerCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateFilterCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateMetricAttributionCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateRecommenderCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateSolutionCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteFilterCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteRecommenderCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteSolutionCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeCampaignCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeFilterCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribeRecipeCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeRecommenderCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeSchemaCommand.d.ts +6 -0
  40. package/dist-types/commands/DescribeSolutionCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +6 -0
  42. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +6 -0
  43. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +6 -0
  44. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +6 -0
  45. package/dist-types/commands/ListCampaignsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +6 -0
  47. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListEventTrackersCommand.d.ts +6 -0
  51. package/dist-types/commands/ListFiltersCommand.d.ts +6 -0
  52. package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListMetricAttributionsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListRecipesCommand.d.ts +6 -0
  55. package/dist-types/commands/ListRecommendersCommand.d.ts +6 -0
  56. package/dist-types/commands/ListSchemasCommand.d.ts +6 -0
  57. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +6 -0
  58. package/dist-types/commands/ListSolutionsCommand.d.ts +6 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  60. package/dist-types/commands/StartRecommenderCommand.d.ts +6 -0
  61. package/dist-types/commands/StopRecommenderCommand.d.ts +6 -0
  62. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +6 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateCampaignCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdateRecommenderCommand.d.ts +6 -0
  68. package/package.json +6 -6
package/README.md CHANGED
@@ -204,3 +204,534 @@ To contribute to client you can check our [generate clients scripts](https://git
204
204
  This SDK is distributed under the
205
205
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
206
206
  see LICENSE for more information.
207
+
208
+ ## Client Commands (Operations List)
209
+
210
+ <details>
211
+ <summary>
212
+ CreateBatchInferenceJob
213
+ </summary>
214
+
215
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createbatchinferencejobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createbatchinferencejobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createbatchinferencejobcommandoutput.html)
216
+
217
+ </details>
218
+ <details>
219
+ <summary>
220
+ CreateBatchSegmentJob
221
+ </summary>
222
+
223
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createbatchsegmentjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createbatchsegmentjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createbatchsegmentjobcommandoutput.html)
224
+
225
+ </details>
226
+ <details>
227
+ <summary>
228
+ CreateCampaign
229
+ </summary>
230
+
231
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createcampaigncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createcampaigncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createcampaigncommandoutput.html)
232
+
233
+ </details>
234
+ <details>
235
+ <summary>
236
+ CreateDataset
237
+ </summary>
238
+
239
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createdatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createdatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createdatasetcommandoutput.html)
240
+
241
+ </details>
242
+ <details>
243
+ <summary>
244
+ CreateDatasetExportJob
245
+ </summary>
246
+
247
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createdatasetexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createdatasetexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createdatasetexportjobcommandoutput.html)
248
+
249
+ </details>
250
+ <details>
251
+ <summary>
252
+ CreateDatasetGroup
253
+ </summary>
254
+
255
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createdatasetgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createdatasetgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createdatasetgroupcommandoutput.html)
256
+
257
+ </details>
258
+ <details>
259
+ <summary>
260
+ CreateDatasetImportJob
261
+ </summary>
262
+
263
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createdatasetimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createdatasetimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createdatasetimportjobcommandoutput.html)
264
+
265
+ </details>
266
+ <details>
267
+ <summary>
268
+ CreateEventTracker
269
+ </summary>
270
+
271
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createeventtrackercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createeventtrackercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createeventtrackercommandoutput.html)
272
+
273
+ </details>
274
+ <details>
275
+ <summary>
276
+ CreateFilter
277
+ </summary>
278
+
279
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createfiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createfiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createfiltercommandoutput.html)
280
+
281
+ </details>
282
+ <details>
283
+ <summary>
284
+ CreateMetricAttribution
285
+ </summary>
286
+
287
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createmetricattributioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createmetricattributioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createmetricattributioncommandoutput.html)
288
+
289
+ </details>
290
+ <details>
291
+ <summary>
292
+ CreateRecommender
293
+ </summary>
294
+
295
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createrecommendercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createrecommendercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createrecommendercommandoutput.html)
296
+
297
+ </details>
298
+ <details>
299
+ <summary>
300
+ CreateSchema
301
+ </summary>
302
+
303
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createschemacommandoutput.html)
304
+
305
+ </details>
306
+ <details>
307
+ <summary>
308
+ CreateSolution
309
+ </summary>
310
+
311
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createsolutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createsolutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createsolutioncommandoutput.html)
312
+
313
+ </details>
314
+ <details>
315
+ <summary>
316
+ CreateSolutionVersion
317
+ </summary>
318
+
319
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/createsolutionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createsolutionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/createsolutionversioncommandoutput.html)
320
+
321
+ </details>
322
+ <details>
323
+ <summary>
324
+ DeleteCampaign
325
+ </summary>
326
+
327
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/deletecampaigncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletecampaigncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletecampaigncommandoutput.html)
328
+
329
+ </details>
330
+ <details>
331
+ <summary>
332
+ DeleteDataset
333
+ </summary>
334
+
335
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/deletedatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletedatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletedatasetcommandoutput.html)
336
+
337
+ </details>
338
+ <details>
339
+ <summary>
340
+ DeleteDatasetGroup
341
+ </summary>
342
+
343
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/deletedatasetgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletedatasetgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletedatasetgroupcommandoutput.html)
344
+
345
+ </details>
346
+ <details>
347
+ <summary>
348
+ DeleteEventTracker
349
+ </summary>
350
+
351
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/deleteeventtrackercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deleteeventtrackercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deleteeventtrackercommandoutput.html)
352
+
353
+ </details>
354
+ <details>
355
+ <summary>
356
+ DeleteFilter
357
+ </summary>
358
+
359
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/deletefiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletefiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletefiltercommandoutput.html)
360
+
361
+ </details>
362
+ <details>
363
+ <summary>
364
+ DeleteMetricAttribution
365
+ </summary>
366
+
367
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/deletemetricattributioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletemetricattributioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletemetricattributioncommandoutput.html)
368
+
369
+ </details>
370
+ <details>
371
+ <summary>
372
+ DeleteRecommender
373
+ </summary>
374
+
375
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/deleterecommendercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deleterecommendercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deleterecommendercommandoutput.html)
376
+
377
+ </details>
378
+ <details>
379
+ <summary>
380
+ DeleteSchema
381
+ </summary>
382
+
383
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/deleteschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deleteschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deleteschemacommandoutput.html)
384
+
385
+ </details>
386
+ <details>
387
+ <summary>
388
+ DeleteSolution
389
+ </summary>
390
+
391
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/deletesolutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletesolutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/deletesolutioncommandoutput.html)
392
+
393
+ </details>
394
+ <details>
395
+ <summary>
396
+ DescribeAlgorithm
397
+ </summary>
398
+
399
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describealgorithmcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describealgorithmcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describealgorithmcommandoutput.html)
400
+
401
+ </details>
402
+ <details>
403
+ <summary>
404
+ DescribeBatchInferenceJob
405
+ </summary>
406
+
407
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describebatchinferencejobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describebatchinferencejobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describebatchinferencejobcommandoutput.html)
408
+
409
+ </details>
410
+ <details>
411
+ <summary>
412
+ DescribeBatchSegmentJob
413
+ </summary>
414
+
415
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describebatchsegmentjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describebatchsegmentjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describebatchsegmentjobcommandoutput.html)
416
+
417
+ </details>
418
+ <details>
419
+ <summary>
420
+ DescribeCampaign
421
+ </summary>
422
+
423
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describecampaigncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describecampaigncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describecampaigncommandoutput.html)
424
+
425
+ </details>
426
+ <details>
427
+ <summary>
428
+ DescribeDataset
429
+ </summary>
430
+
431
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describedatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describedatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describedatasetcommandoutput.html)
432
+
433
+ </details>
434
+ <details>
435
+ <summary>
436
+ DescribeDatasetExportJob
437
+ </summary>
438
+
439
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describedatasetexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describedatasetexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describedatasetexportjobcommandoutput.html)
440
+
441
+ </details>
442
+ <details>
443
+ <summary>
444
+ DescribeDatasetGroup
445
+ </summary>
446
+
447
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describedatasetgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describedatasetgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describedatasetgroupcommandoutput.html)
448
+
449
+ </details>
450
+ <details>
451
+ <summary>
452
+ DescribeDatasetImportJob
453
+ </summary>
454
+
455
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describedatasetimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describedatasetimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describedatasetimportjobcommandoutput.html)
456
+
457
+ </details>
458
+ <details>
459
+ <summary>
460
+ DescribeEventTracker
461
+ </summary>
462
+
463
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describeeventtrackercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describeeventtrackercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describeeventtrackercommandoutput.html)
464
+
465
+ </details>
466
+ <details>
467
+ <summary>
468
+ DescribeFeatureTransformation
469
+ </summary>
470
+
471
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describefeaturetransformationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describefeaturetransformationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describefeaturetransformationcommandoutput.html)
472
+
473
+ </details>
474
+ <details>
475
+ <summary>
476
+ DescribeFilter
477
+ </summary>
478
+
479
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describefiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describefiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describefiltercommandoutput.html)
480
+
481
+ </details>
482
+ <details>
483
+ <summary>
484
+ DescribeMetricAttribution
485
+ </summary>
486
+
487
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describemetricattributioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describemetricattributioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describemetricattributioncommandoutput.html)
488
+
489
+ </details>
490
+ <details>
491
+ <summary>
492
+ DescribeRecipe
493
+ </summary>
494
+
495
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describerecipecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describerecipecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describerecipecommandoutput.html)
496
+
497
+ </details>
498
+ <details>
499
+ <summary>
500
+ DescribeRecommender
501
+ </summary>
502
+
503
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describerecommendercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describerecommendercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describerecommendercommandoutput.html)
504
+
505
+ </details>
506
+ <details>
507
+ <summary>
508
+ DescribeSchema
509
+ </summary>
510
+
511
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describeschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describeschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describeschemacommandoutput.html)
512
+
513
+ </details>
514
+ <details>
515
+ <summary>
516
+ DescribeSolution
517
+ </summary>
518
+
519
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describesolutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describesolutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describesolutioncommandoutput.html)
520
+
521
+ </details>
522
+ <details>
523
+ <summary>
524
+ DescribeSolutionVersion
525
+ </summary>
526
+
527
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/describesolutionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describesolutionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/describesolutionversioncommandoutput.html)
528
+
529
+ </details>
530
+ <details>
531
+ <summary>
532
+ GetSolutionMetrics
533
+ </summary>
534
+
535
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/getsolutionmetricscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/getsolutionmetricscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/getsolutionmetricscommandoutput.html)
536
+
537
+ </details>
538
+ <details>
539
+ <summary>
540
+ ListBatchInferenceJobs
541
+ </summary>
542
+
543
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listbatchinferencejobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listbatchinferencejobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listbatchinferencejobscommandoutput.html)
544
+
545
+ </details>
546
+ <details>
547
+ <summary>
548
+ ListBatchSegmentJobs
549
+ </summary>
550
+
551
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listbatchsegmentjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listbatchsegmentjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listbatchsegmentjobscommandoutput.html)
552
+
553
+ </details>
554
+ <details>
555
+ <summary>
556
+ ListCampaigns
557
+ </summary>
558
+
559
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listcampaignscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listcampaignscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listcampaignscommandoutput.html)
560
+
561
+ </details>
562
+ <details>
563
+ <summary>
564
+ ListDatasetExportJobs
565
+ </summary>
566
+
567
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listdatasetexportjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listdatasetexportjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listdatasetexportjobscommandoutput.html)
568
+
569
+ </details>
570
+ <details>
571
+ <summary>
572
+ ListDatasetGroups
573
+ </summary>
574
+
575
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listdatasetgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listdatasetgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listdatasetgroupscommandoutput.html)
576
+
577
+ </details>
578
+ <details>
579
+ <summary>
580
+ ListDatasetImportJobs
581
+ </summary>
582
+
583
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listdatasetimportjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listdatasetimportjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listdatasetimportjobscommandoutput.html)
584
+
585
+ </details>
586
+ <details>
587
+ <summary>
588
+ ListDatasets
589
+ </summary>
590
+
591
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listdatasetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listdatasetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listdatasetscommandoutput.html)
592
+
593
+ </details>
594
+ <details>
595
+ <summary>
596
+ ListEventTrackers
597
+ </summary>
598
+
599
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listeventtrackerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listeventtrackerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listeventtrackerscommandoutput.html)
600
+
601
+ </details>
602
+ <details>
603
+ <summary>
604
+ ListFilters
605
+ </summary>
606
+
607
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listfilterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listfilterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listfilterscommandoutput.html)
608
+
609
+ </details>
610
+ <details>
611
+ <summary>
612
+ ListMetricAttributionMetrics
613
+ </summary>
614
+
615
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listmetricattributionmetricscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listmetricattributionmetricscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listmetricattributionmetricscommandoutput.html)
616
+
617
+ </details>
618
+ <details>
619
+ <summary>
620
+ ListMetricAttributions
621
+ </summary>
622
+
623
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listmetricattributionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listmetricattributionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listmetricattributionscommandoutput.html)
624
+
625
+ </details>
626
+ <details>
627
+ <summary>
628
+ ListRecipes
629
+ </summary>
630
+
631
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listrecipescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listrecipescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listrecipescommandoutput.html)
632
+
633
+ </details>
634
+ <details>
635
+ <summary>
636
+ ListRecommenders
637
+ </summary>
638
+
639
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listrecommenderscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listrecommenderscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listrecommenderscommandoutput.html)
640
+
641
+ </details>
642
+ <details>
643
+ <summary>
644
+ ListSchemas
645
+ </summary>
646
+
647
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listschemascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listschemascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listschemascommandoutput.html)
648
+
649
+ </details>
650
+ <details>
651
+ <summary>
652
+ ListSolutions
653
+ </summary>
654
+
655
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listsolutionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listsolutionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listsolutionscommandoutput.html)
656
+
657
+ </details>
658
+ <details>
659
+ <summary>
660
+ ListSolutionVersions
661
+ </summary>
662
+
663
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listsolutionversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listsolutionversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listsolutionversionscommandoutput.html)
664
+
665
+ </details>
666
+ <details>
667
+ <summary>
668
+ ListTagsForResource
669
+ </summary>
670
+
671
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/listtagsforresourcecommandoutput.html)
672
+
673
+ </details>
674
+ <details>
675
+ <summary>
676
+ StartRecommender
677
+ </summary>
678
+
679
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/startrecommendercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/startrecommendercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/startrecommendercommandoutput.html)
680
+
681
+ </details>
682
+ <details>
683
+ <summary>
684
+ StopRecommender
685
+ </summary>
686
+
687
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/stoprecommendercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/stoprecommendercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/stoprecommendercommandoutput.html)
688
+
689
+ </details>
690
+ <details>
691
+ <summary>
692
+ StopSolutionVersionCreation
693
+ </summary>
694
+
695
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/stopsolutionversioncreationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/stopsolutionversioncreationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/stopsolutionversioncreationcommandoutput.html)
696
+
697
+ </details>
698
+ <details>
699
+ <summary>
700
+ TagResource
701
+ </summary>
702
+
703
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/tagresourcecommandoutput.html)
704
+
705
+ </details>
706
+ <details>
707
+ <summary>
708
+ UntagResource
709
+ </summary>
710
+
711
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/untagresourcecommandoutput.html)
712
+
713
+ </details>
714
+ <details>
715
+ <summary>
716
+ UpdateCampaign
717
+ </summary>
718
+
719
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/updatecampaigncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/updatecampaigncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/updatecampaigncommandoutput.html)
720
+
721
+ </details>
722
+ <details>
723
+ <summary>
724
+ UpdateMetricAttribution
725
+ </summary>
726
+
727
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/updatemetricattributioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/updatemetricattributioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/updatemetricattributioncommandoutput.html)
728
+
729
+ </details>
730
+ <details>
731
+ <summary>
732
+ UpdateRecommender
733
+ </summary>
734
+
735
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/classes/updaterecommendercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/updaterecommendercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-personalize/interfaces/updaterecommendercommandoutput.html)
736
+
737
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateBatchInferenceJobRequest, CreateBatchInferenceJobResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link CreateBatchInferenceJobCommand}.
8
+ */
6
9
  export interface CreateBatchInferenceJobCommandInput extends CreateBatchInferenceJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBatchInferenceJobCommand}.
13
+ */
8
14
  export interface CreateBatchInferenceJobCommandOutput extends CreateBatchInferenceJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateBatchSegmentJobRequest, CreateBatchSegmentJobResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link CreateBatchSegmentJobCommand}.
8
+ */
6
9
  export interface CreateBatchSegmentJobCommandInput extends CreateBatchSegmentJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBatchSegmentJobCommand}.
13
+ */
8
14
  export interface CreateBatchSegmentJobCommandOutput extends CreateBatchSegmentJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link CreateCampaignCommand}.
8
+ */
6
9
  export interface CreateCampaignCommandInput extends CreateCampaignRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateCampaignCommand}.
13
+ */
8
14
  export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link CreateDatasetCommand}.
8
+ */
6
9
  export interface CreateDatasetCommandInput extends CreateDatasetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDatasetCommand}.
13
+ */
8
14
  export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateDatasetExportJobRequest, CreateDatasetExportJobResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link CreateDatasetExportJobCommand}.
8
+ */
6
9
  export interface CreateDatasetExportJobCommandInput extends CreateDatasetExportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDatasetExportJobCommand}.
13
+ */
8
14
  export interface CreateDatasetExportJobCommandOutput extends CreateDatasetExportJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * The input for {@link CreateDatasetGroupCommand}.
8
+ */
6
9
  export interface CreateDatasetGroupCommandInput extends CreateDatasetGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDatasetGroupCommand}.
13
+ */
8
14
  export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**