@aws-sdk/client-personalize 3.55.0 → 3.66.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 (70) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/Personalize.js +45 -0
  3. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  4. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  5. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +72 -4
  8. package/dist-cjs/protocols/Aws_json1_1.js +315 -2
  9. package/dist-es/Personalize.js +45 -0
  10. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  11. package/dist-es/commands/TagResourceCommand.js +39 -0
  12. package/dist-es/commands/UntagResourceCommand.js +39 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +52 -0
  15. package/dist-es/protocols/Aws_json1_1.js +403 -47
  16. package/dist-types/Personalize.d.ts +113 -89
  17. package/dist-types/PersonalizeClient.d.ts +5 -2
  18. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +3 -1
  19. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateCampaignCommand.d.ts +5 -6
  21. package/dist-types/commands/CreateDatasetCommand.d.ts +8 -6
  22. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +7 -7
  24. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateEventTrackerCommand.d.ts +4 -4
  26. package/dist-types/commands/CreateFilterCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateRecommenderCommand.d.ts +5 -5
  28. package/dist-types/commands/CreateSchemaCommand.d.ts +4 -4
  29. package/dist-types/commands/CreateSolutionCommand.d.ts +10 -10
  30. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +9 -10
  31. package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteSolutionCommand.d.ts +2 -2
  36. package/dist-types/commands/DescribeCampaignCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeRecipeCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeSchemaCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeSolutionCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +2 -1
  46. package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +2 -2
  48. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -2
  50. package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListEventTrackersCommand.d.ts +1 -1
  52. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  53. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +1 -2
  54. package/dist-types/commands/ListSolutionsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  56. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  57. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  58. package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -2
  59. package/dist-types/commands/index.d.ts +3 -0
  60. package/dist-types/models/models_0.d.ts +199 -34
  61. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  62. package/dist-types/ts3.4/Personalize.d.ts +15 -0
  63. package/dist-types/ts3.4/PersonalizeClient.d.ts +5 -2
  64. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +97 -0
  69. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
  70. package/package.json +18 -18
@@ -254,6 +254,27 @@ export declare namespace BatchInferenceJobOutput {
254
254
  */
255
255
  const filterSensitiveLog: (obj: BatchInferenceJobOutput) => any;
256
256
  }
257
+ /**
258
+ * <p>The optional metadata that you apply to resources to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.
259
+ * For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">Tagging Personalize resources</a>.
260
+ * </p>
261
+ */
262
+ export interface Tag {
263
+ /**
264
+ * <p>One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values.</p>
265
+ */
266
+ tagKey: string | undefined;
267
+ /**
268
+ * <p>The optional part of a key-value pair that makes up a tag. A value acts as a descriptor within a tag category (key).</p>
269
+ */
270
+ tagValue: string | undefined;
271
+ }
272
+ export declare namespace Tag {
273
+ /**
274
+ * @internal
275
+ */
276
+ const filterSensitiveLog: (obj: Tag) => any;
277
+ }
257
278
  export interface CreateBatchInferenceJobRequest {
258
279
  /**
259
280
  * <p>The name of the batch inference job to create.</p>
@@ -267,11 +288,11 @@ export interface CreateBatchInferenceJobRequest {
267
288
  /**
268
289
  * <p>The ARN of the filter to apply to the batch inference job. For more information on using
269
290
  * filters, see
270
- * <a href="https://docs.aws.amazon.com/personalize/latest/dg/filter-batch.html">Filtering Batch Recommendations</a>..</p>
291
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/filter-batch.html">Filtering batch recommendations</a>.</p>
271
292
  */
272
293
  filterArn?: string;
273
294
  /**
274
- * <p>The number of recommendations to retreive.</p>
295
+ * <p>The number of recommendations to retrieve.</p>
275
296
  */
276
297
  numResults?: number;
277
298
  /**
@@ -292,6 +313,10 @@ export interface CreateBatchInferenceJobRequest {
292
313
  * <p>The configuration details of a batch inference job.</p>
293
314
  */
294
315
  batchInferenceJobConfig?: BatchInferenceJobConfig;
316
+ /**
317
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the batch inference job.</p>
318
+ */
319
+ tags?: Tag[];
295
320
  }
296
321
  export declare namespace CreateBatchInferenceJobRequest {
297
322
  /**
@@ -366,6 +391,17 @@ export declare class ResourceNotFoundException extends __BaseException {
366
391
  */
367
392
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
368
393
  }
394
+ /**
395
+ * <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
396
+ */
397
+ export declare class TooManyTagsException extends __BaseException {
398
+ readonly name: "TooManyTagsException";
399
+ readonly $fault: "client";
400
+ /**
401
+ * @internal
402
+ */
403
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
404
+ }
369
405
  /**
370
406
  * <p>The input configuration of a batch segment job.</p>
371
407
  */
@@ -408,7 +444,7 @@ export interface CreateBatchSegmentJobRequest {
408
444
  solutionVersionArn: string | undefined;
409
445
  /**
410
446
  * <p>The ARN of the filter to apply to the batch segment job. For more information on using
411
- * filters, see <a>filter-batch</a>.</p>
447
+ * filters, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/filter-batch.html">Filtering batch recommendations</a>.</p>
412
448
  */
413
449
  filterArn?: string;
414
450
  /**
@@ -428,6 +464,10 @@ export interface CreateBatchSegmentJobRequest {
428
464
  * Amazon S3 buckets respectively.</p>
429
465
  */
430
466
  roleArn: string | undefined;
467
+ /**
468
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the batch segment job.</p>
469
+ */
470
+ tags?: Tag[];
431
471
  }
432
472
  export declare namespace CreateBatchSegmentJobRequest {
433
473
  /**
@@ -485,6 +525,10 @@ export interface CreateCampaignRequest {
485
525
  * <p>The configuration details of a campaign.</p>
486
526
  */
487
527
  campaignConfig?: CampaignConfig;
528
+ /**
529
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the campaign.</p>
530
+ */
531
+ tags?: Tag[];
488
532
  }
489
533
  export declare namespace CreateCampaignRequest {
490
534
  /**
@@ -534,6 +578,10 @@ export interface CreateDatasetRequest {
534
578
  * </ul>
535
579
  */
536
580
  datasetType: string | undefined;
581
+ /**
582
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the dataset.</p>
583
+ */
584
+ tags?: Tag[];
537
585
  }
538
586
  export declare namespace CreateDatasetRequest {
539
587
  /**
@@ -598,6 +646,10 @@ export interface CreateDatasetExportJobRequest {
598
646
  * <p>The path to the Amazon S3 bucket where the job's output is stored.</p>
599
647
  */
600
648
  jobOutput: DatasetExportJobOutput | undefined;
649
+ /**
650
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the dataset export job.</p>
651
+ */
652
+ tags?: Tag[];
601
653
  }
602
654
  export declare namespace CreateDatasetExportJobRequest {
603
655
  /**
@@ -642,6 +694,10 @@ export interface CreateDatasetGroupRequest {
642
694
  * </p>
643
695
  */
644
696
  domain?: Domain | string;
697
+ /**
698
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the dataset group.</p>
699
+ */
700
+ tags?: Tag[];
645
701
  }
646
702
  export declare namespace CreateDatasetGroupRequest {
647
703
  /**
@@ -701,6 +757,10 @@ export interface CreateDatasetImportJobRequest {
701
757
  * <p>The ARN of the IAM role that has permissions to read from the Amazon S3 data source.</p>
702
758
  */
703
759
  roleArn: string | undefined;
760
+ /**
761
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the dataset import job.</p>
762
+ */
763
+ tags?: Tag[];
704
764
  }
705
765
  export declare namespace CreateDatasetImportJobRequest {
706
766
  /**
@@ -729,6 +789,10 @@ export interface CreateEventTrackerRequest {
729
789
  * <p>The Amazon Resource Name (ARN) of the dataset group that receives the event data.</p>
730
790
  */
731
791
  datasetGroupArn: string | undefined;
792
+ /**
793
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the event tracker.</p>
794
+ */
795
+ tags?: Tag[];
732
796
  }
733
797
  export declare namespace CreateEventTrackerRequest {
734
798
  /**
@@ -765,9 +829,13 @@ export interface CreateFilterRequest {
765
829
  /**
766
830
  * <p>The filter expression defines which items are included or excluded from recommendations. Filter expression must follow specific format rules.
767
831
  * For information about filter expression structure and syntax, see
768
- * <a>filter-expressions</a>.</p>
832
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/filter-expressions.html">Filter expressions</a>.</p>
769
833
  */
770
834
  filterExpression: string | undefined;
835
+ /**
836
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the filter.</p>
837
+ */
838
+ tags?: Tag[];
771
839
  }
772
840
  export declare namespace CreateFilterRequest {
773
841
  /**
@@ -831,6 +899,10 @@ export interface CreateRecommenderRequest {
831
899
  * <p>The configuration details of the recommender.</p>
832
900
  */
833
901
  recommenderConfig?: RecommenderConfig;
902
+ /**
903
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the recommender.</p>
904
+ */
905
+ tags?: Tag[];
834
906
  }
835
907
  export declare namespace CreateRecommenderRequest {
836
908
  /**
@@ -885,7 +957,7 @@ export declare namespace CreateSchemaResponse {
885
957
  }
886
958
  /**
887
959
  * <p>When the solution performs AutoML (<code>performAutoML</code> is true in
888
- * <a>CreateSolution</a>), Amazon Personalize
960
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>), Amazon Personalize
889
961
  * determines which recipe, from the specified list, optimizes the given metric.
890
962
  * Amazon Personalize then uses that recipe for the solution.</p>
891
963
  */
@@ -1129,7 +1201,7 @@ export interface SolutionConfig {
1129
1201
  [key: string]: string;
1130
1202
  };
1131
1203
  /**
1132
- * <p>The <a>AutoMLConfig</a> object containing a list of recipes to search
1204
+ * <p>The <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_AutoMLConfig.html">AutoMLConfig</a> object containing a list of recipes to search
1133
1205
  * when AutoML is performed.</p>
1134
1206
  */
1135
1207
  autoMLConfig?: AutoMLConfig;
@@ -1194,6 +1266,10 @@ export interface CreateSolutionRequest {
1194
1266
  * </note>
1195
1267
  */
1196
1268
  solutionConfig?: SolutionConfig;
1269
+ /**
1270
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the solution.</p>
1271
+ */
1272
+ tags?: Tag[];
1197
1273
  }
1198
1274
  export declare namespace CreateSolutionRequest {
1199
1275
  /**
@@ -1239,6 +1315,10 @@ export interface CreateSolutionVersionRequest {
1239
1315
  * </important>
1240
1316
  */
1241
1317
  trainingMode?: TrainingMode | string;
1318
+ /**
1319
+ * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the solution version.</p>
1320
+ */
1321
+ tags?: Tag[];
1242
1322
  }
1243
1323
  export declare namespace CreateSolutionVersionRequest {
1244
1324
  /**
@@ -1593,7 +1673,7 @@ export declare namespace DescribeCampaignRequest {
1593
1673
  }
1594
1674
  /**
1595
1675
  * <p>Provides a summary of the properties of a campaign update. For a complete listing, call the
1596
- * <a>DescribeCampaign</a> API.</p>
1676
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeCampaign.html">DescribeCampaign</a> API.</p>
1597
1677
  */
1598
1678
  export interface CampaignUpdateSummary {
1599
1679
  /**
@@ -1643,7 +1723,7 @@ export declare namespace CampaignUpdateSummary {
1643
1723
  }
1644
1724
  /**
1645
1725
  * <p>An object that describes the deployment of a solution version.
1646
- * For more information on campaigns, see <a>CreateCampaign</a>.</p>
1726
+ * For more information on campaigns, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateCampaign.html">CreateCampaign</a>.</p>
1647
1727
  */
1648
1728
  export interface Campaign {
1649
1729
  /**
@@ -1693,7 +1773,7 @@ export interface Campaign {
1693
1773
  lastUpdatedDateTime?: Date;
1694
1774
  /**
1695
1775
  * <p>Provides a summary of the properties of a campaign update. For a complete listing, call the
1696
- * <a>DescribeCampaign</a> API.</p>
1776
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeCampaign.html">DescribeCampaign</a> API.</p>
1697
1777
  */
1698
1778
  latestCampaignUpdate?: CampaignUpdateSummary;
1699
1779
  }
@@ -1815,7 +1895,7 @@ export declare namespace DescribeDatasetExportJobRequest {
1815
1895
  const filterSensitiveLog: (obj: DescribeDatasetExportJobRequest) => any;
1816
1896
  }
1817
1897
  /**
1818
- * <p>Describes a job that exports a dataset to an Amazon S3 bucket. For more information, see <a>CreateDatasetExportJob</a>.</p>
1898
+ * <p>Describes a job that exports a dataset to an Amazon S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetExportJob.html">CreateDatasetExportJob</a>.</p>
1819
1899
  * <p>A dataset export job can be in one of the following states:</p>
1820
1900
  * <ul>
1821
1901
  * <li>
@@ -1925,9 +2005,9 @@ export declare namespace DescribeDatasetGroupRequest {
1925
2005
  }
1926
2006
  /**
1927
2007
  * <p>A dataset group is a collection of related datasets (Interactions, User, and Item). You
1928
- * create a dataset group by calling <a>CreateDatasetGroup</a>. You then create a
1929
- * dataset and add it to a dataset group by calling <a>CreateDataset</a>. The dataset
1930
- * group is used to create and train a solution by calling <a>CreateSolution</a>. A
2008
+ * create a dataset group by calling <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetGroup.html">CreateDatasetGroup</a>. You then create a
2009
+ * dataset and add it to a dataset group by calling <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDataset.html">CreateDataset</a>. The dataset
2010
+ * group is used to create and train a solution by calling <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>. A
1931
2011
  * dataset group can contain only one of each type of dataset.</p>
1932
2012
  * <p>You can specify an Key Management Service (KMS) key to encrypt the datasets in the group.</p>
1933
2013
  */
@@ -2010,7 +2090,7 @@ export declare namespace DescribeDatasetImportJobRequest {
2010
2090
  }
2011
2091
  /**
2012
2092
  * <p>Describes a job that imports training data from a data source (Amazon S3 bucket) to an
2013
- * Amazon Personalize dataset. For more information, see <a>CreateDatasetImportJob</a>.</p>
2093
+ * Amazon Personalize dataset. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a>.</p>
2014
2094
  * <p>A dataset import job can be in one of the following states:</p>
2015
2095
  * <ul>
2016
2096
  * <li>
@@ -2285,7 +2365,7 @@ export interface Filter {
2285
2365
  /**
2286
2366
  * <p>Specifies the type of item interactions to filter out of recommendation results. The
2287
2367
  * filter expression must follow specific format rules. For information about filter expression structure and syntax, see
2288
- * <a>filter-expressions</a>.</p>
2368
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/filter-expressions.html">Filter expressions</a>.</p>
2289
2369
  */
2290
2370
  filterExpression?: string;
2291
2371
  /**
@@ -2325,7 +2405,7 @@ export declare namespace DescribeRecipeRequest {
2325
2405
  }
2326
2406
  /**
2327
2407
  * <p>Provides information about a recipe. Each recipe provides an algorithm
2328
- * that Amazon Personalize uses in model training when you use the <a>CreateSolution</a>
2408
+ * that Amazon Personalize uses in model training when you use the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>
2329
2409
  * operation. </p>
2330
2410
  */
2331
2411
  export interface Recipe {
@@ -2410,7 +2490,7 @@ export declare namespace DescribeRecommenderRequest {
2410
2490
  }
2411
2491
  /**
2412
2492
  * <p>Provides a summary of the properties of a recommender update. For a complete listing, call the
2413
- * DescribeRecommender API operation.</p>
2493
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeRecommender.html">DescribeRecommender</a> API.</p>
2414
2494
  */
2415
2495
  export interface RecommenderUpdateSummary {
2416
2496
  /**
@@ -2537,7 +2617,7 @@ export declare namespace DescribeSchemaRequest {
2537
2617
  }
2538
2618
  /**
2539
2619
  * <p>Describes the schema for a dataset. For more information on schemas, see
2540
- * <a>CreateSchema</a>.</p>
2620
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSchema.html">CreateSchema</a>.</p>
2541
2621
  */
2542
2622
  export interface DatasetSchema {
2543
2623
  /**
@@ -2597,7 +2677,7 @@ export declare namespace DescribeSolutionRequest {
2597
2677
  }
2598
2678
  /**
2599
2679
  * <p>When the solution performs AutoML (<code>performAutoML</code> is true in
2600
- * <a>CreateSolution</a>), specifies the recipe that best optimized the
2680
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>), specifies the recipe that best optimized the
2601
2681
  * specified metric.</p>
2602
2682
  */
2603
2683
  export interface AutoMLResult {
@@ -2614,7 +2694,7 @@ export declare namespace AutoMLResult {
2614
2694
  }
2615
2695
  /**
2616
2696
  * <p>Provides a summary of the properties of a solution version. For a complete listing, call the
2617
- * <a>DescribeSolutionVersion</a> API.</p>
2697
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeSolutionVersion.html">DescribeSolutionVersion</a> API.</p>
2618
2698
  */
2619
2699
  export interface SolutionVersionSummary {
2620
2700
  /**
@@ -2771,7 +2851,7 @@ export declare namespace TunedHPOParams {
2771
2851
  const filterSensitiveLog: (obj: TunedHPOParams) => any;
2772
2852
  }
2773
2853
  /**
2774
- * <p>An object that provides information about a specific version of a <a>Solution</a> in a Custom dataset group.</p>
2854
+ * <p>An object that provides information about a specific version of a <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_Solution.html">Solution</a> in a Custom dataset group.</p>
2775
2855
  */
2776
2856
  export interface SolutionVersion {
2777
2857
  /**
@@ -2959,7 +3039,8 @@ export declare namespace ListBatchInferenceJobsRequest {
2959
3039
  const filterSensitiveLog: (obj: ListBatchInferenceJobsRequest) => any;
2960
3040
  }
2961
3041
  /**
2962
- * <p>A truncated version of the <a>BatchInferenceJob</a> datatype. The <a>ListBatchInferenceJobs</a> operation returns a list of batch inference job
3042
+ * <p>A truncated version of the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_BatchInferenceJob.html">BatchInferenceJob</a>. The
3043
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_ListBatchInferenceJobs.html">ListBatchInferenceJobs</a> operation returns a list of batch inference job
2963
3044
  * summaries.</p>
2964
3045
  */
2965
3046
  export interface BatchInferenceJobSummary {
@@ -3051,7 +3132,8 @@ export declare namespace ListBatchSegmentJobsRequest {
3051
3132
  const filterSensitiveLog: (obj: ListBatchSegmentJobsRequest) => any;
3052
3133
  }
3053
3134
  /**
3054
- * <p>A truncated version of the <a>BatchSegmentJob</a> datatype. The <a>ListBatchSegmentJobs</a> operation returns a list of batch segment job
3135
+ * <p>A truncated version of the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_BatchSegmentJob.html">BatchSegmentJob</a> datatype.
3136
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_ListBatchSegmentJobs.html">ListBatchSegmentJobs</a> operation returns a list of batch segment job
3055
3137
  * summaries.</p>
3056
3138
  */
3057
3139
  export interface BatchSegmentJobSummary {
@@ -3128,7 +3210,7 @@ export interface ListCampaignsRequest {
3128
3210
  */
3129
3211
  solutionArn?: string;
3130
3212
  /**
3131
- * <p>A token returned from the previous call to <code>ListCampaigns</code> for getting
3213
+ * <p>A token returned from the previous call to <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_ListCampaigns.html">ListCampaigns</a> for getting
3132
3214
  * the next set of campaigns (if they exist).</p>
3133
3215
  */
3134
3216
  nextToken?: string;
@@ -3145,7 +3227,7 @@ export declare namespace ListCampaignsRequest {
3145
3227
  }
3146
3228
  /**
3147
3229
  * <p>Provides a summary of the properties of a campaign. For a complete listing, call the
3148
- * <a>DescribeCampaign</a> API.</p>
3230
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeCampaign.html">DescribeCampaign</a> API.</p>
3149
3231
  */
3150
3232
  export interface CampaignSummary {
3151
3233
  /**
@@ -3227,7 +3309,7 @@ export declare namespace ListDatasetExportJobsRequest {
3227
3309
  }
3228
3310
  /**
3229
3311
  * <p>Provides a summary of the properties of a dataset export job. For a complete listing, call the
3230
- * <a>DescribeDatasetExportJob</a> API.</p>
3312
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDatasetExportJob.html">DescribeDatasetExportJob</a> API.</p>
3231
3313
  */
3232
3314
  export interface DatasetExportJobSummary {
3233
3315
  /**
@@ -3302,7 +3384,7 @@ export declare namespace ListDatasetGroupsRequest {
3302
3384
  }
3303
3385
  /**
3304
3386
  * <p>Provides a summary of the properties of a dataset group. For a complete listing, call the
3305
- * <a>DescribeDatasetGroup</a> API.</p>
3387
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDatasetGroup.html">DescribeDatasetGroup</a> API.</p>
3306
3388
  */
3307
3389
  export interface DatasetGroupSummary {
3308
3390
  /**
@@ -3388,7 +3470,7 @@ export declare namespace ListDatasetImportJobsRequest {
3388
3470
  }
3389
3471
  /**
3390
3472
  * <p>Provides a summary of the properties of a dataset import job. For a complete listing, call the
3391
- * <a>DescribeDatasetImportJob</a> API.</p>
3473
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDatasetImportJob.html">DescribeDatasetImportJob</a> API.</p>
3392
3474
  */
3393
3475
  export interface DatasetImportJobSummary {
3394
3476
  /**
@@ -3468,7 +3550,7 @@ export declare namespace ListDatasetsRequest {
3468
3550
  }
3469
3551
  /**
3470
3552
  * <p>Provides a summary of the properties of a dataset. For a complete listing, call the
3471
- * <a>DescribeDataset</a> API.</p>
3553
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDataset.html">DescribeDataset</a> API.</p>
3472
3554
  */
3473
3555
  export interface DatasetSummary {
3474
3556
  /**
@@ -3565,7 +3647,7 @@ export declare namespace ListEventTrackersRequest {
3565
3647
  }
3566
3648
  /**
3567
3649
  * <p>Provides a summary of the properties of an event tracker. For a complete listing, call the
3568
- * <a>DescribeEventTracker</a> API.</p>
3650
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeEventTracker.html">DescribeEventTracker</a> API.</p>
3569
3651
  */
3570
3652
  export interface EventTrackerSummary {
3571
3653
  /**
@@ -3716,7 +3798,7 @@ export interface ListRecipesRequest {
3716
3798
  /**
3717
3799
  * <p>
3718
3800
  * Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases)
3719
- * for this domain are included in the response. If you don't specify a domain, only non-domain recipes are returned.
3801
+ * for this domain are included in the response. If you don't specify a domain, all recipes are returned.
3720
3802
  * </p>
3721
3803
  */
3722
3804
  domain?: Domain | string;
@@ -3729,7 +3811,7 @@ export declare namespace ListRecipesRequest {
3729
3811
  }
3730
3812
  /**
3731
3813
  * <p>Provides a summary of the properties of a recipe. For a complete listing, call the
3732
- * <a>DescribeRecipe</a> API.</p>
3814
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeRecipe.html">DescribeRecipe</a> API.</p>
3733
3815
  */
3734
3816
  export interface RecipeSummary {
3735
3817
  /**
@@ -3887,7 +3969,7 @@ export declare namespace ListSchemasRequest {
3887
3969
  }
3888
3970
  /**
3889
3971
  * <p>Provides a summary of the properties of a dataset schema. For a complete listing, call the
3890
- * <a>DescribeSchema</a> API.</p>
3972
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeSchema.html">DescribeSchema</a> API.</p>
3891
3973
  */
3892
3974
  export interface DatasetSchemaSummary {
3893
3975
  /**
@@ -3956,7 +4038,7 @@ export declare namespace ListSolutionsRequest {
3956
4038
  }
3957
4039
  /**
3958
4040
  * <p>Provides a summary of the properties of a solution. For a complete listing, call the
3959
- * <a>DescribeSolution</a> API.</p>
4041
+ * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeSolution.html">DescribeSolution</a> API.</p>
3960
4042
  */
3961
4043
  export interface SolutionSummary {
3962
4044
  /**
@@ -4048,6 +4130,30 @@ export declare namespace ListSolutionVersionsResponse {
4048
4130
  */
4049
4131
  const filterSensitiveLog: (obj: ListSolutionVersionsResponse) => any;
4050
4132
  }
4133
+ export interface ListTagsForResourceRequest {
4134
+ /**
4135
+ * <p>The resource's Amazon Resource Name.</p>
4136
+ */
4137
+ resourceArn: string | undefined;
4138
+ }
4139
+ export declare namespace ListTagsForResourceRequest {
4140
+ /**
4141
+ * @internal
4142
+ */
4143
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4144
+ }
4145
+ export interface ListTagsForResourceResponse {
4146
+ /**
4147
+ * <p>The resource's tags.</p>
4148
+ */
4149
+ tags?: Tag[];
4150
+ }
4151
+ export declare namespace ListTagsForResourceResponse {
4152
+ /**
4153
+ * @internal
4154
+ */
4155
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4156
+ }
4051
4157
  export interface StopSolutionVersionCreationRequest {
4052
4158
  /**
4053
4159
  * <p>The Amazon Resource Name (ARN) of the solution version you want to stop creating.</p>
@@ -4060,6 +4166,65 @@ export declare namespace StopSolutionVersionCreationRequest {
4060
4166
  */
4061
4167
  const filterSensitiveLog: (obj: StopSolutionVersionCreationRequest) => any;
4062
4168
  }
4169
+ export interface TagResourceRequest {
4170
+ /**
4171
+ * <p>The resource's Amazon Resource Name (ARN).</p>
4172
+ */
4173
+ resourceArn: string | undefined;
4174
+ /**
4175
+ * <p>Tags to apply to the resource. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">Tagging Personalize resources</a>.</p>
4176
+ */
4177
+ tags: Tag[] | undefined;
4178
+ }
4179
+ export declare namespace TagResourceRequest {
4180
+ /**
4181
+ * @internal
4182
+ */
4183
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
4184
+ }
4185
+ export interface TagResourceResponse {
4186
+ }
4187
+ export declare namespace TagResourceResponse {
4188
+ /**
4189
+ * @internal
4190
+ */
4191
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
4192
+ }
4193
+ /**
4194
+ * <p>The request contains more tag keys than can be associated with a resource (50 tag keys per resource). </p>
4195
+ */
4196
+ export declare class TooManyTagKeysException extends __BaseException {
4197
+ readonly name: "TooManyTagKeysException";
4198
+ readonly $fault: "client";
4199
+ /**
4200
+ * @internal
4201
+ */
4202
+ constructor(opts: __ExceptionOptionType<TooManyTagKeysException, __BaseException>);
4203
+ }
4204
+ export interface UntagResourceRequest {
4205
+ /**
4206
+ * <p>The resource's Amazon Resource Name (ARN).</p>
4207
+ */
4208
+ resourceArn: string | undefined;
4209
+ /**
4210
+ * <p>Keys to remove from the resource's tags.</p>
4211
+ */
4212
+ tagKeys: string[] | undefined;
4213
+ }
4214
+ export declare namespace UntagResourceRequest {
4215
+ /**
4216
+ * @internal
4217
+ */
4218
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
4219
+ }
4220
+ export interface UntagResourceResponse {
4221
+ }
4222
+ export declare namespace UntagResourceResponse {
4223
+ /**
4224
+ * @internal
4225
+ */
4226
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
4227
+ }
4063
4228
  export interface UpdateCampaignRequest {
4064
4229
  /**
4065
4230
  * <p>The Amazon Resource Name (ARN) of the campaign.</p>
@@ -52,7 +52,10 @@ import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "../
52
52
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
53
53
  import { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "../commands/ListSolutionsCommand";
54
54
  import { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "../commands/ListSolutionVersionsCommand";
55
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
55
56
  import { StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput } from "../commands/StopSolutionVersionCreationCommand";
57
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
58
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
56
59
  import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "../commands/UpdateCampaignCommand";
57
60
  import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "../commands/UpdateRecommenderCommand";
58
61
  export declare const serializeAws_json1_1CreateBatchInferenceJobCommand: (input: CreateBatchInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -107,7 +110,10 @@ export declare const serializeAws_json1_1ListRecommendersCommand: (input: ListRe
107
110
  export declare const serializeAws_json1_1ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
111
  export declare const serializeAws_json1_1ListSolutionsCommand: (input: ListSolutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
112
  export declare const serializeAws_json1_1ListSolutionVersionsCommand: (input: ListSolutionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
114
  export declare const serializeAws_json1_1StopSolutionVersionCreationCommand: (input: StopSolutionVersionCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
117
  export declare const serializeAws_json1_1UpdateCampaignCommand: (input: UpdateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
118
  export declare const serializeAws_json1_1UpdateRecommenderCommand: (input: UpdateRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
119
  export declare const deserializeAws_json1_1CreateBatchInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBatchInferenceJobCommandOutput>;
@@ -162,6 +168,9 @@ export declare const deserializeAws_json1_1ListRecommendersCommand: (output: __H
162
168
  export declare const deserializeAws_json1_1ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
163
169
  export declare const deserializeAws_json1_1ListSolutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolutionsCommandOutput>;
164
170
  export declare const deserializeAws_json1_1ListSolutionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolutionVersionsCommandOutput>;
171
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
165
172
  export declare const deserializeAws_json1_1StopSolutionVersionCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSolutionVersionCreationCommandOutput>;
173
+ export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
174
+ export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
166
175
  export declare const deserializeAws_json1_1UpdateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignCommandOutput>;
167
176
  export declare const deserializeAws_json1_1UpdateRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecommenderCommandOutput>;
@@ -51,7 +51,10 @@ import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "./c
51
51
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
52
52
  import { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "./commands/ListSolutionsCommand";
53
53
  import { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "./commands/ListSolutionVersionsCommand";
54
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
54
55
  import { StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput } from "./commands/StopSolutionVersionCreationCommand";
56
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
57
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
55
58
  import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
56
59
  import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
57
60
  import { PersonalizeClient } from "./PersonalizeClient";
@@ -266,10 +269,22 @@ export declare class Personalize extends PersonalizeClient {
266
269
  listSolutionVersions(args: ListSolutionVersionsCommandInput, cb: (err: any, data?: ListSolutionVersionsCommandOutput) => void): void;
267
270
  listSolutionVersions(args: ListSolutionVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSolutionVersionsCommandOutput) => void): void;
268
271
 
272
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
273
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
274
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
275
+
269
276
  stopSolutionVersionCreation(args: StopSolutionVersionCreationCommandInput, options?: __HttpHandlerOptions): Promise<StopSolutionVersionCreationCommandOutput>;
270
277
  stopSolutionVersionCreation(args: StopSolutionVersionCreationCommandInput, cb: (err: any, data?: StopSolutionVersionCreationCommandOutput) => void): void;
271
278
  stopSolutionVersionCreation(args: StopSolutionVersionCreationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSolutionVersionCreationCommandOutput) => void): void;
272
279
 
280
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
281
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
282
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
283
+
284
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
285
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
286
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
287
+
273
288
  updateCampaign(args: UpdateCampaignCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignCommandOutput>;
274
289
  updateCampaign(args: UpdateCampaignCommandInput, cb: (err: any, data?: UpdateCampaignCommandOutput) => void): void;
275
290
  updateCampaign(args: UpdateCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignCommandOutput) => void): void;
@@ -58,11 +58,14 @@ import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "./c
58
58
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
59
59
  import { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "./commands/ListSolutionsCommand";
60
60
  import { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "./commands/ListSolutionVersionsCommand";
61
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
61
62
  import { StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput } from "./commands/StopSolutionVersionCreationCommand";
63
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
64
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
62
65
  import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
63
66
  import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
64
- export declare type ServiceInputTypes = CreateBatchInferenceJobCommandInput | CreateBatchSegmentJobCommandInput | CreateCampaignCommandInput | CreateDatasetCommandInput | CreateDatasetExportJobCommandInput | CreateDatasetGroupCommandInput | CreateDatasetImportJobCommandInput | CreateEventTrackerCommandInput | CreateFilterCommandInput | CreateRecommenderCommandInput | CreateSchemaCommandInput | CreateSolutionCommandInput | CreateSolutionVersionCommandInput | DeleteCampaignCommandInput | DeleteDatasetCommandInput | DeleteDatasetGroupCommandInput | DeleteEventTrackerCommandInput | DeleteFilterCommandInput | DeleteRecommenderCommandInput | DeleteSchemaCommandInput | DeleteSolutionCommandInput | DescribeAlgorithmCommandInput | DescribeBatchInferenceJobCommandInput | DescribeBatchSegmentJobCommandInput | DescribeCampaignCommandInput | DescribeDatasetCommandInput | DescribeDatasetExportJobCommandInput | DescribeDatasetGroupCommandInput | DescribeDatasetImportJobCommandInput | DescribeEventTrackerCommandInput | DescribeFeatureTransformationCommandInput | DescribeFilterCommandInput | DescribeRecipeCommandInput | DescribeRecommenderCommandInput | DescribeSchemaCommandInput | DescribeSolutionCommandInput | DescribeSolutionVersionCommandInput | GetSolutionMetricsCommandInput | ListBatchInferenceJobsCommandInput | ListBatchSegmentJobsCommandInput | ListCampaignsCommandInput | ListDatasetExportJobsCommandInput | ListDatasetGroupsCommandInput | ListDatasetImportJobsCommandInput | ListDatasetsCommandInput | ListEventTrackersCommandInput | ListFiltersCommandInput | ListRecipesCommandInput | ListRecommendersCommandInput | ListSchemasCommandInput | ListSolutionVersionsCommandInput | ListSolutionsCommandInput | StopSolutionVersionCreationCommandInput | UpdateCampaignCommandInput | UpdateRecommenderCommandInput;
65
- export declare type ServiceOutputTypes = CreateBatchInferenceJobCommandOutput | CreateBatchSegmentJobCommandOutput | CreateCampaignCommandOutput | CreateDatasetCommandOutput | CreateDatasetExportJobCommandOutput | CreateDatasetGroupCommandOutput | CreateDatasetImportJobCommandOutput | CreateEventTrackerCommandOutput | CreateFilterCommandOutput | CreateRecommenderCommandOutput | CreateSchemaCommandOutput | CreateSolutionCommandOutput | CreateSolutionVersionCommandOutput | DeleteCampaignCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetGroupCommandOutput | DeleteEventTrackerCommandOutput | DeleteFilterCommandOutput | DeleteRecommenderCommandOutput | DeleteSchemaCommandOutput | DeleteSolutionCommandOutput | DescribeAlgorithmCommandOutput | DescribeBatchInferenceJobCommandOutput | DescribeBatchSegmentJobCommandOutput | DescribeCampaignCommandOutput | DescribeDatasetCommandOutput | DescribeDatasetExportJobCommandOutput | DescribeDatasetGroupCommandOutput | DescribeDatasetImportJobCommandOutput | DescribeEventTrackerCommandOutput | DescribeFeatureTransformationCommandOutput | DescribeFilterCommandOutput | DescribeRecipeCommandOutput | DescribeRecommenderCommandOutput | DescribeSchemaCommandOutput | DescribeSolutionCommandOutput | DescribeSolutionVersionCommandOutput | GetSolutionMetricsCommandOutput | ListBatchInferenceJobsCommandOutput | ListBatchSegmentJobsCommandOutput | ListCampaignsCommandOutput | ListDatasetExportJobsCommandOutput | ListDatasetGroupsCommandOutput | ListDatasetImportJobsCommandOutput | ListDatasetsCommandOutput | ListEventTrackersCommandOutput | ListFiltersCommandOutput | ListRecipesCommandOutput | ListRecommendersCommandOutput | ListSchemasCommandOutput | ListSolutionVersionsCommandOutput | ListSolutionsCommandOutput | StopSolutionVersionCreationCommandOutput | UpdateCampaignCommandOutput | UpdateRecommenderCommandOutput;
67
+ export declare type ServiceInputTypes = CreateBatchInferenceJobCommandInput | CreateBatchSegmentJobCommandInput | CreateCampaignCommandInput | CreateDatasetCommandInput | CreateDatasetExportJobCommandInput | CreateDatasetGroupCommandInput | CreateDatasetImportJobCommandInput | CreateEventTrackerCommandInput | CreateFilterCommandInput | CreateRecommenderCommandInput | CreateSchemaCommandInput | CreateSolutionCommandInput | CreateSolutionVersionCommandInput | DeleteCampaignCommandInput | DeleteDatasetCommandInput | DeleteDatasetGroupCommandInput | DeleteEventTrackerCommandInput | DeleteFilterCommandInput | DeleteRecommenderCommandInput | DeleteSchemaCommandInput | DeleteSolutionCommandInput | DescribeAlgorithmCommandInput | DescribeBatchInferenceJobCommandInput | DescribeBatchSegmentJobCommandInput | DescribeCampaignCommandInput | DescribeDatasetCommandInput | DescribeDatasetExportJobCommandInput | DescribeDatasetGroupCommandInput | DescribeDatasetImportJobCommandInput | DescribeEventTrackerCommandInput | DescribeFeatureTransformationCommandInput | DescribeFilterCommandInput | DescribeRecipeCommandInput | DescribeRecommenderCommandInput | DescribeSchemaCommandInput | DescribeSolutionCommandInput | DescribeSolutionVersionCommandInput | GetSolutionMetricsCommandInput | ListBatchInferenceJobsCommandInput | ListBatchSegmentJobsCommandInput | ListCampaignsCommandInput | ListDatasetExportJobsCommandInput | ListDatasetGroupsCommandInput | ListDatasetImportJobsCommandInput | ListDatasetsCommandInput | ListEventTrackersCommandInput | ListFiltersCommandInput | ListRecipesCommandInput | ListRecommendersCommandInput | ListSchemasCommandInput | ListSolutionVersionsCommandInput | ListSolutionsCommandInput | ListTagsForResourceCommandInput | StopSolutionVersionCreationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCampaignCommandInput | UpdateRecommenderCommandInput;
68
+ export declare type ServiceOutputTypes = CreateBatchInferenceJobCommandOutput | CreateBatchSegmentJobCommandOutput | CreateCampaignCommandOutput | CreateDatasetCommandOutput | CreateDatasetExportJobCommandOutput | CreateDatasetGroupCommandOutput | CreateDatasetImportJobCommandOutput | CreateEventTrackerCommandOutput | CreateFilterCommandOutput | CreateRecommenderCommandOutput | CreateSchemaCommandOutput | CreateSolutionCommandOutput | CreateSolutionVersionCommandOutput | DeleteCampaignCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetGroupCommandOutput | DeleteEventTrackerCommandOutput | DeleteFilterCommandOutput | DeleteRecommenderCommandOutput | DeleteSchemaCommandOutput | DeleteSolutionCommandOutput | DescribeAlgorithmCommandOutput | DescribeBatchInferenceJobCommandOutput | DescribeBatchSegmentJobCommandOutput | DescribeCampaignCommandOutput | DescribeDatasetCommandOutput | DescribeDatasetExportJobCommandOutput | DescribeDatasetGroupCommandOutput | DescribeDatasetImportJobCommandOutput | DescribeEventTrackerCommandOutput | DescribeFeatureTransformationCommandOutput | DescribeFilterCommandOutput | DescribeRecipeCommandOutput | DescribeRecommenderCommandOutput | DescribeSchemaCommandOutput | DescribeSolutionCommandOutput | DescribeSolutionVersionCommandOutput | GetSolutionMetricsCommandOutput | ListBatchInferenceJobsCommandOutput | ListBatchSegmentJobsCommandOutput | ListCampaignsCommandOutput | ListDatasetExportJobsCommandOutput | ListDatasetGroupsCommandOutput | ListDatasetImportJobsCommandOutput | ListDatasetsCommandOutput | ListEventTrackersCommandOutput | ListFiltersCommandOutput | ListRecipesCommandOutput | ListRecommendersCommandOutput | ListSchemasCommandOutput | ListSolutionVersionsCommandOutput | ListSolutionsCommandOutput | ListTagsForResourceCommandOutput | StopSolutionVersionCreationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCampaignCommandOutput | UpdateRecommenderCommandOutput;
66
69
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
67
70
 
68
71
  requestHandler?: __HttpHandler;