@aws-sdk/client-personalize 3.130.0 → 3.141.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 (127) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +2 -2
  4. package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCampaignCommand.js +2 -2
  6. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDatasetExportJobCommand.js +2 -2
  8. package/dist-cjs/commands/CreateDatasetGroupCommand.js +2 -2
  9. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +2 -2
  10. package/dist-cjs/commands/CreateEventTrackerCommand.js +2 -2
  11. package/dist-cjs/commands/CreateFilterCommand.js +2 -2
  12. package/dist-cjs/commands/CreateRecommenderCommand.js +2 -2
  13. package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
  14. package/dist-cjs/commands/CreateSolutionCommand.js +2 -2
  15. package/dist-cjs/commands/CreateSolutionVersionCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteCampaignCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteDatasetCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteEventTrackerCommand.js +1 -1
  20. package/dist-cjs/commands/DeleteFilterCommand.js +1 -1
  21. package/dist-cjs/commands/DeleteRecommenderCommand.js +1 -1
  22. package/dist-cjs/commands/DeleteSchemaCommand.js +1 -1
  23. package/dist-cjs/commands/DeleteSolutionCommand.js +1 -1
  24. package/dist-cjs/commands/DescribeAlgorithmCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeCampaignCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeEventTrackerCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeFilterCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeRecipeCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeRecommenderCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeSchemaCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeSolutionCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeSolutionVersionCommand.js +2 -2
  40. package/dist-cjs/commands/GetSolutionMetricsCommand.js +2 -2
  41. package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +2 -2
  42. package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +2 -2
  43. package/dist-cjs/commands/ListCampaignsCommand.js +2 -2
  44. package/dist-cjs/commands/ListDatasetExportJobsCommand.js +2 -2
  45. package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -2
  46. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -2
  47. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  48. package/dist-cjs/commands/ListEventTrackersCommand.js +2 -2
  49. package/dist-cjs/commands/ListFiltersCommand.js +2 -2
  50. package/dist-cjs/commands/ListRecipesCommand.js +2 -2
  51. package/dist-cjs/commands/ListRecommendersCommand.js +2 -2
  52. package/dist-cjs/commands/ListSchemasCommand.js +2 -2
  53. package/dist-cjs/commands/ListSolutionVersionsCommand.js +2 -2
  54. package/dist-cjs/commands/ListSolutionsCommand.js +2 -2
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  56. package/dist-cjs/commands/StartRecommenderCommand.js +2 -2
  57. package/dist-cjs/commands/StopRecommenderCommand.js +2 -2
  58. package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +1 -1
  59. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  60. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateCampaignCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateRecommenderCommand.js +2 -2
  63. package/dist-cjs/models/models_0.js +691 -1033
  64. package/dist-es/commands/CreateBatchInferenceJobCommand.js +3 -3
  65. package/dist-es/commands/CreateBatchSegmentJobCommand.js +3 -3
  66. package/dist-es/commands/CreateCampaignCommand.js +3 -3
  67. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  68. package/dist-es/commands/CreateDatasetExportJobCommand.js +3 -3
  69. package/dist-es/commands/CreateDatasetGroupCommand.js +3 -3
  70. package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -3
  71. package/dist-es/commands/CreateEventTrackerCommand.js +3 -3
  72. package/dist-es/commands/CreateFilterCommand.js +3 -3
  73. package/dist-es/commands/CreateRecommenderCommand.js +3 -3
  74. package/dist-es/commands/CreateSchemaCommand.js +3 -3
  75. package/dist-es/commands/CreateSolutionCommand.js +3 -3
  76. package/dist-es/commands/CreateSolutionVersionCommand.js +3 -3
  77. package/dist-es/commands/DeleteCampaignCommand.js +2 -2
  78. package/dist-es/commands/DeleteDatasetCommand.js +2 -2
  79. package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -2
  80. package/dist-es/commands/DeleteEventTrackerCommand.js +2 -2
  81. package/dist-es/commands/DeleteFilterCommand.js +2 -2
  82. package/dist-es/commands/DeleteRecommenderCommand.js +2 -2
  83. package/dist-es/commands/DeleteSchemaCommand.js +2 -2
  84. package/dist-es/commands/DeleteSolutionCommand.js +2 -2
  85. package/dist-es/commands/DescribeAlgorithmCommand.js +3 -3
  86. package/dist-es/commands/DescribeBatchInferenceJobCommand.js +3 -3
  87. package/dist-es/commands/DescribeBatchSegmentJobCommand.js +3 -3
  88. package/dist-es/commands/DescribeCampaignCommand.js +3 -3
  89. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  90. package/dist-es/commands/DescribeDatasetExportJobCommand.js +3 -3
  91. package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -3
  92. package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -3
  93. package/dist-es/commands/DescribeEventTrackerCommand.js +3 -3
  94. package/dist-es/commands/DescribeFeatureTransformationCommand.js +3 -3
  95. package/dist-es/commands/DescribeFilterCommand.js +3 -3
  96. package/dist-es/commands/DescribeRecipeCommand.js +3 -3
  97. package/dist-es/commands/DescribeRecommenderCommand.js +3 -3
  98. package/dist-es/commands/DescribeSchemaCommand.js +3 -3
  99. package/dist-es/commands/DescribeSolutionCommand.js +3 -3
  100. package/dist-es/commands/DescribeSolutionVersionCommand.js +3 -3
  101. package/dist-es/commands/GetSolutionMetricsCommand.js +3 -3
  102. package/dist-es/commands/ListBatchInferenceJobsCommand.js +3 -3
  103. package/dist-es/commands/ListBatchSegmentJobsCommand.js +3 -3
  104. package/dist-es/commands/ListCampaignsCommand.js +3 -3
  105. package/dist-es/commands/ListDatasetExportJobsCommand.js +3 -3
  106. package/dist-es/commands/ListDatasetGroupsCommand.js +3 -3
  107. package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -3
  108. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  109. package/dist-es/commands/ListEventTrackersCommand.js +3 -3
  110. package/dist-es/commands/ListFiltersCommand.js +3 -3
  111. package/dist-es/commands/ListRecipesCommand.js +3 -3
  112. package/dist-es/commands/ListRecommendersCommand.js +3 -3
  113. package/dist-es/commands/ListSchemasCommand.js +3 -3
  114. package/dist-es/commands/ListSolutionVersionsCommand.js +3 -3
  115. package/dist-es/commands/ListSolutionsCommand.js +3 -3
  116. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  117. package/dist-es/commands/StartRecommenderCommand.js +3 -3
  118. package/dist-es/commands/StopRecommenderCommand.js +3 -3
  119. package/dist-es/commands/StopSolutionVersionCreationCommand.js +2 -2
  120. package/dist-es/commands/TagResourceCommand.js +3 -3
  121. package/dist-es/commands/UntagResourceCommand.js +3 -3
  122. package/dist-es/commands/UpdateCampaignCommand.js +3 -3
  123. package/dist-es/commands/UpdateRecommenderCommand.js +3 -3
  124. package/dist-es/models/models_0.js +171 -684
  125. package/dist-types/models/models_0.d.ts +684 -1026
  126. package/dist-types/ts3.4/models/models_0.d.ts +342 -684
  127. package/package.json +7 -7
@@ -13,12 +13,6 @@ export interface AlgorithmImage {
13
13
  */
14
14
  dockerURI: string | undefined;
15
15
  }
16
- export declare namespace AlgorithmImage {
17
- /**
18
- * @internal
19
- */
20
- const filterSensitiveLog: (obj: AlgorithmImage) => any;
21
- }
22
16
  /**
23
17
  * <p>Provides the name and default range of a categorical hyperparameter
24
18
  * and whether the hyperparameter is tunable. A tunable hyperparameter can
@@ -38,12 +32,6 @@ export interface DefaultCategoricalHyperParameterRange {
38
32
  */
39
33
  isTunable?: boolean;
40
34
  }
41
- export declare namespace DefaultCategoricalHyperParameterRange {
42
- /**
43
- * @internal
44
- */
45
- const filterSensitiveLog: (obj: DefaultCategoricalHyperParameterRange) => any;
46
- }
47
35
  /**
48
36
  * <p>Provides the name and default range of a continuous hyperparameter
49
37
  * and whether the hyperparameter is tunable. A tunable hyperparameter can
@@ -67,12 +55,6 @@ export interface DefaultContinuousHyperParameterRange {
67
55
  */
68
56
  isTunable?: boolean;
69
57
  }
70
- export declare namespace DefaultContinuousHyperParameterRange {
71
- /**
72
- * @internal
73
- */
74
- const filterSensitiveLog: (obj: DefaultContinuousHyperParameterRange) => any;
75
- }
76
58
  /**
77
59
  * <p>Provides the name and default range of a integer-valued hyperparameter
78
60
  * and whether the hyperparameter is tunable. A tunable hyperparameter can
@@ -96,12 +78,6 @@ export interface DefaultIntegerHyperParameterRange {
96
78
  */
97
79
  isTunable?: boolean;
98
80
  }
99
- export declare namespace DefaultIntegerHyperParameterRange {
100
- /**
101
- * @internal
102
- */
103
- const filterSensitiveLog: (obj: DefaultIntegerHyperParameterRange) => any;
104
- }
105
81
  /**
106
82
  * <p>Specifies the hyperparameters and their default ranges.
107
83
  * Hyperparameters can be categorical, continuous, or integer-valued.</p>
@@ -120,12 +96,6 @@ export interface DefaultHyperParameterRanges {
120
96
  */
121
97
  categoricalHyperParameterRanges?: DefaultCategoricalHyperParameterRange[];
122
98
  }
123
- export declare namespace DefaultHyperParameterRanges {
124
- /**
125
- * @internal
126
- */
127
- const filterSensitiveLog: (obj: DefaultHyperParameterRanges) => any;
128
- }
129
99
  /**
130
100
  * <p>Describes a custom algorithm.</p>
131
101
  */
@@ -173,12 +143,6 @@ export interface Algorithm {
173
143
  */
174
144
  lastUpdatedDateTime?: Date;
175
145
  }
176
- export declare namespace Algorithm {
177
- /**
178
- * @internal
179
- */
180
- const filterSensitiveLog: (obj: Algorithm) => any;
181
- }
182
146
  /**
183
147
  * <p>The configuration details of a batch inference job.</p>
184
148
  */
@@ -191,12 +155,6 @@ export interface BatchInferenceJobConfig {
191
155
  */
192
156
  itemExplorationConfig?: Record<string, string>;
193
157
  }
194
- export declare namespace BatchInferenceJobConfig {
195
- /**
196
- * @internal
197
- */
198
- const filterSensitiveLog: (obj: BatchInferenceJobConfig) => any;
199
- }
200
158
  /**
201
159
  * <p>The configuration details of an Amazon S3 input or output bucket.</p>
202
160
  */
@@ -211,12 +169,6 @@ export interface S3DataConfig {
211
169
  */
212
170
  kmsKeyArn?: string;
213
171
  }
214
- export declare namespace S3DataConfig {
215
- /**
216
- * @internal
217
- */
218
- const filterSensitiveLog: (obj: S3DataConfig) => any;
219
- }
220
172
  /**
221
173
  * <p>The input configuration of a batch inference job.</p>
222
174
  */
@@ -227,12 +179,6 @@ export interface BatchInferenceJobInput {
227
179
  */
228
180
  s3DataSource: S3DataConfig | undefined;
229
181
  }
230
- export declare namespace BatchInferenceJobInput {
231
- /**
232
- * @internal
233
- */
234
- const filterSensitiveLog: (obj: BatchInferenceJobInput) => any;
235
- }
236
182
  /**
237
183
  * <p>The output configuration parameters of a batch inference job.</p>
238
184
  */
@@ -242,12 +188,6 @@ export interface BatchInferenceJobOutput {
242
188
  */
243
189
  s3DataDestination: S3DataConfig | undefined;
244
190
  }
245
- export declare namespace BatchInferenceJobOutput {
246
- /**
247
- * @internal
248
- */
249
- const filterSensitiveLog: (obj: BatchInferenceJobOutput) => any;
250
- }
251
191
  /**
252
192
  * <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.
253
193
  * For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">Tagging Personalize resources</a>.
@@ -263,12 +203,6 @@ export interface Tag {
263
203
  */
264
204
  tagValue: string | undefined;
265
205
  }
266
- export declare namespace Tag {
267
- /**
268
- * @internal
269
- */
270
- const filterSensitiveLog: (obj: Tag) => any;
271
- }
272
206
  export interface CreateBatchInferenceJobRequest {
273
207
  /**
274
208
  * <p>The name of the batch inference job to create.</p>
@@ -312,24 +246,12 @@ export interface CreateBatchInferenceJobRequest {
312
246
  */
313
247
  tags?: Tag[];
314
248
  }
315
- export declare namespace CreateBatchInferenceJobRequest {
316
- /**
317
- * @internal
318
- */
319
- const filterSensitiveLog: (obj: CreateBatchInferenceJobRequest) => any;
320
- }
321
249
  export interface CreateBatchInferenceJobResponse {
322
250
  /**
323
251
  * <p>The ARN of the batch inference job.</p>
324
252
  */
325
253
  batchInferenceJobArn?: string;
326
254
  }
327
- export declare namespace CreateBatchInferenceJobResponse {
328
- /**
329
- * @internal
330
- */
331
- const filterSensitiveLog: (obj: CreateBatchInferenceJobResponse) => any;
332
- }
333
255
  /**
334
256
  * <p>Provide a valid value for the field or parameter.</p>
335
257
  */
@@ -405,12 +327,6 @@ export interface BatchSegmentJobInput {
405
327
  */
406
328
  s3DataSource: S3DataConfig | undefined;
407
329
  }
408
- export declare namespace BatchSegmentJobInput {
409
- /**
410
- * @internal
411
- */
412
- const filterSensitiveLog: (obj: BatchSegmentJobInput) => any;
413
- }
414
330
  /**
415
331
  * <p>The output configuration parameters of a batch segment job.</p>
416
332
  */
@@ -420,12 +336,6 @@ export interface BatchSegmentJobOutput {
420
336
  */
421
337
  s3DataDestination: S3DataConfig | undefined;
422
338
  }
423
- export declare namespace BatchSegmentJobOutput {
424
- /**
425
- * @internal
426
- */
427
- const filterSensitiveLog: (obj: BatchSegmentJobOutput) => any;
428
- }
429
339
  export interface CreateBatchSegmentJobRequest {
430
340
  /**
431
341
  * <p>The name of the batch segment job to create.</p>
@@ -463,24 +373,12 @@ export interface CreateBatchSegmentJobRequest {
463
373
  */
464
374
  tags?: Tag[];
465
375
  }
466
- export declare namespace CreateBatchSegmentJobRequest {
467
- /**
468
- * @internal
469
- */
470
- const filterSensitiveLog: (obj: CreateBatchSegmentJobRequest) => any;
471
- }
472
376
  export interface CreateBatchSegmentJobResponse {
473
377
  /**
474
378
  * <p>The ARN of the batch segment job.</p>
475
379
  */
476
380
  batchSegmentJobArn?: string;
477
381
  }
478
- export declare namespace CreateBatchSegmentJobResponse {
479
- /**
480
- * @internal
481
- */
482
- const filterSensitiveLog: (obj: CreateBatchSegmentJobResponse) => any;
483
- }
484
382
  /**
485
383
  * <p>The configuration details of a campaign.</p>
486
384
  */
@@ -493,12 +391,6 @@ export interface CampaignConfig {
493
391
  */
494
392
  itemExplorationConfig?: Record<string, string>;
495
393
  }
496
- export declare namespace CampaignConfig {
497
- /**
498
- * @internal
499
- */
500
- const filterSensitiveLog: (obj: CampaignConfig) => any;
501
- }
502
394
  export interface CreateCampaignRequest {
503
395
  /**
504
396
  * <p>A name for the new campaign. The campaign name must be unique within your account.</p>
@@ -522,24 +414,12 @@ export interface CreateCampaignRequest {
522
414
  */
523
415
  tags?: Tag[];
524
416
  }
525
- export declare namespace CreateCampaignRequest {
526
- /**
527
- * @internal
528
- */
529
- const filterSensitiveLog: (obj: CreateCampaignRequest) => any;
530
- }
531
417
  export interface CreateCampaignResponse {
532
418
  /**
533
419
  * <p>The Amazon Resource Name (ARN) of the campaign.</p>
534
420
  */
535
421
  campaignArn?: string;
536
422
  }
537
- export declare namespace CreateCampaignResponse {
538
- /**
539
- * @internal
540
- */
541
- const filterSensitiveLog: (obj: CreateCampaignResponse) => any;
542
- }
543
423
  export interface CreateDatasetRequest {
544
424
  /**
545
425
  * <p>The name for the dataset.</p>
@@ -575,24 +455,12 @@ export interface CreateDatasetRequest {
575
455
  */
576
456
  tags?: Tag[];
577
457
  }
578
- export declare namespace CreateDatasetRequest {
579
- /**
580
- * @internal
581
- */
582
- const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
583
- }
584
458
  export interface CreateDatasetResponse {
585
459
  /**
586
460
  * <p>The ARN of the dataset.</p>
587
461
  */
588
462
  datasetArn?: string;
589
463
  }
590
- export declare namespace CreateDatasetResponse {
591
- /**
592
- * @internal
593
- */
594
- const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
595
- }
596
464
  export declare enum IngestionMode {
597
465
  ALL = "ALL",
598
466
  BULK = "BULK",
@@ -607,12 +475,6 @@ export interface DatasetExportJobOutput {
607
475
  */
608
476
  s3DataDestination: S3DataConfig | undefined;
609
477
  }
610
- export declare namespace DatasetExportJobOutput {
611
- /**
612
- * @internal
613
- */
614
- const filterSensitiveLog: (obj: DatasetExportJobOutput) => any;
615
- }
616
478
  export interface CreateDatasetExportJobRequest {
617
479
  /**
618
480
  * <p>The name for the dataset export job.</p>
@@ -643,24 +505,12 @@ export interface CreateDatasetExportJobRequest {
643
505
  */
644
506
  tags?: Tag[];
645
507
  }
646
- export declare namespace CreateDatasetExportJobRequest {
647
- /**
648
- * @internal
649
- */
650
- const filterSensitiveLog: (obj: CreateDatasetExportJobRequest) => any;
651
- }
652
508
  export interface CreateDatasetExportJobResponse {
653
509
  /**
654
510
  * <p>The Amazon Resource Name (ARN) of the dataset export job.</p>
655
511
  */
656
512
  datasetExportJobArn?: string;
657
513
  }
658
- export declare namespace CreateDatasetExportJobResponse {
659
- /**
660
- * @internal
661
- */
662
- const filterSensitiveLog: (obj: CreateDatasetExportJobResponse) => any;
663
- }
664
514
  export declare enum Domain {
665
515
  ECOMMERCE = "ECOMMERCE",
666
516
  VIDEO_ON_DEMAND = "VIDEO_ON_DEMAND"
@@ -691,12 +541,6 @@ export interface CreateDatasetGroupRequest {
691
541
  */
692
542
  tags?: Tag[];
693
543
  }
694
- export declare namespace CreateDatasetGroupRequest {
695
- /**
696
- * @internal
697
- */
698
- const filterSensitiveLog: (obj: CreateDatasetGroupRequest) => any;
699
- }
700
544
  export interface CreateDatasetGroupResponse {
701
545
  /**
702
546
  * <p>The Amazon Resource Name (ARN) of the new dataset group.</p>
@@ -707,12 +551,6 @@ export interface CreateDatasetGroupResponse {
707
551
  */
708
552
  domain?: Domain | string;
709
553
  }
710
- export declare namespace CreateDatasetGroupResponse {
711
- /**
712
- * @internal
713
- */
714
- const filterSensitiveLog: (obj: CreateDatasetGroupResponse) => any;
715
- }
716
554
  /**
717
555
  * <p>Describes the data source that contains the data to upload to a dataset.</p>
718
556
  */
@@ -726,12 +564,6 @@ export interface DataSource {
726
564
  */
727
565
  dataLocation?: string;
728
566
  }
729
- export declare namespace DataSource {
730
- /**
731
- * @internal
732
- */
733
- const filterSensitiveLog: (obj: DataSource) => any;
734
- }
735
567
  export interface CreateDatasetImportJobRequest {
736
568
  /**
737
569
  * <p>The name for the dataset import job.</p>
@@ -754,24 +586,12 @@ export interface CreateDatasetImportJobRequest {
754
586
  */
755
587
  tags?: Tag[];
756
588
  }
757
- export declare namespace CreateDatasetImportJobRequest {
758
- /**
759
- * @internal
760
- */
761
- const filterSensitiveLog: (obj: CreateDatasetImportJobRequest) => any;
762
- }
763
589
  export interface CreateDatasetImportJobResponse {
764
590
  /**
765
591
  * <p>The ARN of the dataset import job.</p>
766
592
  */
767
593
  datasetImportJobArn?: string;
768
594
  }
769
- export declare namespace CreateDatasetImportJobResponse {
770
- /**
771
- * @internal
772
- */
773
- const filterSensitiveLog: (obj: CreateDatasetImportJobResponse) => any;
774
- }
775
595
  export interface CreateEventTrackerRequest {
776
596
  /**
777
597
  * <p>The name for the event tracker.</p>
@@ -786,12 +606,6 @@ export interface CreateEventTrackerRequest {
786
606
  */
787
607
  tags?: Tag[];
788
608
  }
789
- export declare namespace CreateEventTrackerRequest {
790
- /**
791
- * @internal
792
- */
793
- const filterSensitiveLog: (obj: CreateEventTrackerRequest) => any;
794
- }
795
609
  export interface CreateEventTrackerResponse {
796
610
  /**
797
611
  * <p>The ARN of the event tracker.</p>
@@ -803,12 +617,6 @@ export interface CreateEventTrackerResponse {
803
617
  */
804
618
  trackingId?: string;
805
619
  }
806
- export declare namespace CreateEventTrackerResponse {
807
- /**
808
- * @internal
809
- */
810
- const filterSensitiveLog: (obj: CreateEventTrackerResponse) => any;
811
- }
812
620
  export interface CreateFilterRequest {
813
621
  /**
814
622
  * <p>The name of the filter to create.</p>
@@ -829,24 +637,12 @@ export interface CreateFilterRequest {
829
637
  */
830
638
  tags?: Tag[];
831
639
  }
832
- export declare namespace CreateFilterRequest {
833
- /**
834
- * @internal
835
- */
836
- const filterSensitiveLog: (obj: CreateFilterRequest) => any;
837
- }
838
640
  export interface CreateFilterResponse {
839
641
  /**
840
642
  * <p>The ARN of the new filter.</p>
841
643
  */
842
644
  filterArn?: string;
843
645
  }
844
- export declare namespace CreateFilterResponse {
845
- /**
846
- * @internal
847
- */
848
- const filterSensitiveLog: (obj: CreateFilterResponse) => any;
849
- }
850
646
  /**
851
647
  * <p>The configuration details of the recommender.</p>
852
648
  */
@@ -864,12 +660,6 @@ export interface RecommenderConfig {
864
660
  */
865
661
  minRecommendationRequestsPerSecond?: number;
866
662
  }
867
- export declare namespace RecommenderConfig {
868
- /**
869
- * @internal
870
- */
871
- const filterSensitiveLog: (obj: RecommenderConfig) => any;
872
- }
873
663
  export interface CreateRecommenderRequest {
874
664
  /**
875
665
  * <p>The name of the recommender.</p>
@@ -894,24 +684,12 @@ export interface CreateRecommenderRequest {
894
684
  */
895
685
  tags?: Tag[];
896
686
  }
897
- export declare namespace CreateRecommenderRequest {
898
- /**
899
- * @internal
900
- */
901
- const filterSensitiveLog: (obj: CreateRecommenderRequest) => any;
902
- }
903
687
  export interface CreateRecommenderResponse {
904
688
  /**
905
689
  * <p>The Amazon Resource Name (ARN) of the recommender.</p>
906
690
  */
907
691
  recommenderArn?: string;
908
692
  }
909
- export declare namespace CreateRecommenderResponse {
910
- /**
911
- * @internal
912
- */
913
- const filterSensitiveLog: (obj: CreateRecommenderResponse) => any;
914
- }
915
693
  export interface CreateSchemaRequest {
916
694
  /**
917
695
  * <p>The name for the schema.</p>
@@ -927,24 +705,12 @@ export interface CreateSchemaRequest {
927
705
  */
928
706
  domain?: Domain | string;
929
707
  }
930
- export declare namespace CreateSchemaRequest {
931
- /**
932
- * @internal
933
- */
934
- const filterSensitiveLog: (obj: CreateSchemaRequest) => any;
935
- }
936
708
  export interface CreateSchemaResponse {
937
709
  /**
938
710
  * <p>The Amazon Resource Name (ARN) of the created schema.</p>
939
711
  */
940
712
  schemaArn?: string;
941
713
  }
942
- export declare namespace CreateSchemaResponse {
943
- /**
944
- * @internal
945
- */
946
- const filterSensitiveLog: (obj: CreateSchemaResponse) => any;
947
- }
948
714
  /**
949
715
  * <p>When the solution performs AutoML (<code>performAutoML</code> is true in
950
716
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>), Amazon Personalize
@@ -961,12 +727,6 @@ export interface AutoMLConfig {
961
727
  */
962
728
  recipeList?: string[];
963
729
  }
964
- export declare namespace AutoMLConfig {
965
- /**
966
- * @internal
967
- */
968
- const filterSensitiveLog: (obj: AutoMLConfig) => any;
969
- }
970
730
  /**
971
731
  * <p>Provides the name and range of a categorical hyperparameter.</p>
972
732
  */
@@ -980,12 +740,6 @@ export interface CategoricalHyperParameterRange {
980
740
  */
981
741
  values?: string[];
982
742
  }
983
- export declare namespace CategoricalHyperParameterRange {
984
- /**
985
- * @internal
986
- */
987
- const filterSensitiveLog: (obj: CategoricalHyperParameterRange) => any;
988
- }
989
743
  /**
990
744
  * <p>Provides the name and range of a continuous hyperparameter.</p>
991
745
  */
@@ -1003,12 +757,6 @@ export interface ContinuousHyperParameterRange {
1003
757
  */
1004
758
  maxValue?: number;
1005
759
  }
1006
- export declare namespace ContinuousHyperParameterRange {
1007
- /**
1008
- * @internal
1009
- */
1010
- const filterSensitiveLog: (obj: ContinuousHyperParameterRange) => any;
1011
- }
1012
760
  /**
1013
761
  * <p>Provides the name and range of an integer-valued hyperparameter.</p>
1014
762
  */
@@ -1026,12 +774,6 @@ export interface IntegerHyperParameterRange {
1026
774
  */
1027
775
  maxValue?: number;
1028
776
  }
1029
- export declare namespace IntegerHyperParameterRange {
1030
- /**
1031
- * @internal
1032
- */
1033
- const filterSensitiveLog: (obj: IntegerHyperParameterRange) => any;
1034
- }
1035
777
  /**
1036
778
  * <p>Specifies the hyperparameters and their ranges.
1037
779
  * Hyperparameters can be categorical, continuous, or integer-valued.</p>
@@ -1050,12 +792,6 @@ export interface HyperParameterRanges {
1050
792
  */
1051
793
  categoricalHyperParameterRanges?: CategoricalHyperParameterRange[];
1052
794
  }
1053
- export declare namespace HyperParameterRanges {
1054
- /**
1055
- * @internal
1056
- */
1057
- const filterSensitiveLog: (obj: HyperParameterRanges) => any;
1058
- }
1059
795
  /**
1060
796
  * <p>The metric to optimize during hyperparameter optimization (HPO).</p>
1061
797
  * <note>
@@ -1077,12 +813,6 @@ export interface HPOObjective {
1077
813
  */
1078
814
  metricRegex?: string;
1079
815
  }
1080
- export declare namespace HPOObjective {
1081
- /**
1082
- * @internal
1083
- */
1084
- const filterSensitiveLog: (obj: HPOObjective) => any;
1085
- }
1086
816
  /**
1087
817
  * <p>Describes the resource configuration for hyperparameter optimization (HPO).</p>
1088
818
  */
@@ -1106,12 +836,6 @@ export interface HPOResourceConfig {
1106
836
  */
1107
837
  maxParallelTrainingJobs?: string;
1108
838
  }
1109
- export declare namespace HPOResourceConfig {
1110
- /**
1111
- * @internal
1112
- */
1113
- const filterSensitiveLog: (obj: HPOResourceConfig) => any;
1114
- }
1115
839
  /**
1116
840
  * <p>Describes the properties for hyperparameter optimization (HPO).</p>
1117
841
  */
@@ -1133,12 +857,6 @@ export interface HPOConfig {
1133
857
  */
1134
858
  algorithmHyperParameterRanges?: HyperParameterRanges;
1135
859
  }
1136
- export declare namespace HPOConfig {
1137
- /**
1138
- * @internal
1139
- */
1140
- const filterSensitiveLog: (obj: HPOConfig) => any;
1141
- }
1142
860
  export declare enum ObjectiveSensitivity {
1143
861
  HIGH = "HIGH",
1144
862
  LOW = "LOW",
@@ -1159,12 +877,6 @@ export interface OptimizationObjective {
1159
877
  */
1160
878
  objectiveSensitivity?: ObjectiveSensitivity | string;
1161
879
  }
1162
- export declare namespace OptimizationObjective {
1163
- /**
1164
- * @internal
1165
- */
1166
- const filterSensitiveLog: (obj: OptimizationObjective) => any;
1167
- }
1168
880
  /**
1169
881
  * <p>Describes the configuration properties for the solution.</p>
1170
882
  */
@@ -1197,12 +909,6 @@ export interface SolutionConfig {
1197
909
  */
1198
910
  optimizationObjective?: OptimizationObjective;
1199
911
  }
1200
- export declare namespace SolutionConfig {
1201
- /**
1202
- * @internal
1203
- */
1204
- const filterSensitiveLog: (obj: SolutionConfig) => any;
1205
- }
1206
912
  export interface CreateSolutionRequest {
1207
913
  /**
1208
914
  * <p>The name for the solution.</p>
@@ -1257,24 +963,12 @@ export interface CreateSolutionRequest {
1257
963
  */
1258
964
  tags?: Tag[];
1259
965
  }
1260
- export declare namespace CreateSolutionRequest {
1261
- /**
1262
- * @internal
1263
- */
1264
- const filterSensitiveLog: (obj: CreateSolutionRequest) => any;
1265
- }
1266
966
  export interface CreateSolutionResponse {
1267
967
  /**
1268
968
  * <p>The ARN of the solution.</p>
1269
969
  */
1270
970
  solutionArn?: string;
1271
971
  }
1272
- export declare namespace CreateSolutionResponse {
1273
- /**
1274
- * @internal
1275
- */
1276
- const filterSensitiveLog: (obj: CreateSolutionResponse) => any;
1277
- }
1278
972
  export declare enum TrainingMode {
1279
973
  FULL = "FULL",
1280
974
  UPDATE = "UPDATE"
@@ -1306,156 +1000,78 @@ export interface CreateSolutionVersionRequest {
1306
1000
  */
1307
1001
  tags?: Tag[];
1308
1002
  }
1309
- export declare namespace CreateSolutionVersionRequest {
1310
- /**
1311
- * @internal
1312
- */
1313
- const filterSensitiveLog: (obj: CreateSolutionVersionRequest) => any;
1314
- }
1315
1003
  export interface CreateSolutionVersionResponse {
1316
1004
  /**
1317
1005
  * <p>The ARN of the new solution version.</p>
1318
1006
  */
1319
1007
  solutionVersionArn?: string;
1320
1008
  }
1321
- export declare namespace CreateSolutionVersionResponse {
1322
- /**
1323
- * @internal
1324
- */
1325
- const filterSensitiveLog: (obj: CreateSolutionVersionResponse) => any;
1326
- }
1327
1009
  export interface DeleteCampaignRequest {
1328
1010
  /**
1329
1011
  * <p>The Amazon Resource Name (ARN) of the campaign to delete.</p>
1330
1012
  */
1331
1013
  campaignArn: string | undefined;
1332
1014
  }
1333
- export declare namespace DeleteCampaignRequest {
1334
- /**
1335
- * @internal
1336
- */
1337
- const filterSensitiveLog: (obj: DeleteCampaignRequest) => any;
1338
- }
1339
1015
  export interface DeleteDatasetRequest {
1340
1016
  /**
1341
1017
  * <p>The Amazon Resource Name (ARN) of the dataset to delete.</p>
1342
1018
  */
1343
1019
  datasetArn: string | undefined;
1344
1020
  }
1345
- export declare namespace DeleteDatasetRequest {
1346
- /**
1347
- * @internal
1348
- */
1349
- const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
1350
- }
1351
1021
  export interface DeleteDatasetGroupRequest {
1352
1022
  /**
1353
1023
  * <p>The ARN of the dataset group to delete.</p>
1354
1024
  */
1355
1025
  datasetGroupArn: string | undefined;
1356
1026
  }
1357
- export declare namespace DeleteDatasetGroupRequest {
1358
- /**
1359
- * @internal
1360
- */
1361
- const filterSensitiveLog: (obj: DeleteDatasetGroupRequest) => any;
1362
- }
1363
1027
  export interface DeleteEventTrackerRequest {
1364
1028
  /**
1365
1029
  * <p>The Amazon Resource Name (ARN) of the event tracker to delete.</p>
1366
1030
  */
1367
1031
  eventTrackerArn: string | undefined;
1368
1032
  }
1369
- export declare namespace DeleteEventTrackerRequest {
1370
- /**
1371
- * @internal
1372
- */
1373
- const filterSensitiveLog: (obj: DeleteEventTrackerRequest) => any;
1374
- }
1375
1033
  export interface DeleteFilterRequest {
1376
1034
  /**
1377
1035
  * <p>The ARN of the filter to delete.</p>
1378
1036
  */
1379
1037
  filterArn: string | undefined;
1380
1038
  }
1381
- export declare namespace DeleteFilterRequest {
1382
- /**
1383
- * @internal
1384
- */
1385
- const filterSensitiveLog: (obj: DeleteFilterRequest) => any;
1386
- }
1387
1039
  export interface DeleteRecommenderRequest {
1388
1040
  /**
1389
1041
  * <p>The Amazon Resource Name (ARN) of the recommender to delete.</p>
1390
1042
  */
1391
1043
  recommenderArn: string | undefined;
1392
1044
  }
1393
- export declare namespace DeleteRecommenderRequest {
1394
- /**
1395
- * @internal
1396
- */
1397
- const filterSensitiveLog: (obj: DeleteRecommenderRequest) => any;
1398
- }
1399
1045
  export interface DeleteSchemaRequest {
1400
1046
  /**
1401
1047
  * <p>The Amazon Resource Name (ARN) of the schema to delete.</p>
1402
1048
  */
1403
1049
  schemaArn: string | undefined;
1404
1050
  }
1405
- export declare namespace DeleteSchemaRequest {
1406
- /**
1407
- * @internal
1408
- */
1409
- const filterSensitiveLog: (obj: DeleteSchemaRequest) => any;
1410
- }
1411
1051
  export interface DeleteSolutionRequest {
1412
1052
  /**
1413
1053
  * <p>The ARN of the solution to delete.</p>
1414
1054
  */
1415
1055
  solutionArn: string | undefined;
1416
1056
  }
1417
- export declare namespace DeleteSolutionRequest {
1418
- /**
1419
- * @internal
1420
- */
1421
- const filterSensitiveLog: (obj: DeleteSolutionRequest) => any;
1422
- }
1423
1057
  export interface DescribeAlgorithmRequest {
1424
1058
  /**
1425
1059
  * <p>The Amazon Resource Name (ARN) of the algorithm to describe.</p>
1426
1060
  */
1427
1061
  algorithmArn: string | undefined;
1428
1062
  }
1429
- export declare namespace DescribeAlgorithmRequest {
1430
- /**
1431
- * @internal
1432
- */
1433
- const filterSensitiveLog: (obj: DescribeAlgorithmRequest) => any;
1434
- }
1435
1063
  export interface DescribeAlgorithmResponse {
1436
1064
  /**
1437
1065
  * <p>A listing of the properties of the algorithm.</p>
1438
1066
  */
1439
1067
  algorithm?: Algorithm;
1440
1068
  }
1441
- export declare namespace DescribeAlgorithmResponse {
1442
- /**
1443
- * @internal
1444
- */
1445
- const filterSensitiveLog: (obj: DescribeAlgorithmResponse) => any;
1446
- }
1447
1069
  export interface DescribeBatchInferenceJobRequest {
1448
1070
  /**
1449
1071
  * <p>The ARN of the batch inference job to describe.</p>
1450
1072
  */
1451
1073
  batchInferenceJobArn: string | undefined;
1452
1074
  }
1453
- export declare namespace DescribeBatchInferenceJobRequest {
1454
- /**
1455
- * @internal
1456
- */
1457
- const filterSensitiveLog: (obj: DescribeBatchInferenceJobRequest) => any;
1458
- }
1459
1075
  /**
1460
1076
  * <p>Contains information on a batch inference job.</p>
1461
1077
  */
@@ -1530,36 +1146,18 @@ export interface BatchInferenceJob {
1530
1146
  */
1531
1147
  lastUpdatedDateTime?: Date;
1532
1148
  }
1533
- export declare namespace BatchInferenceJob {
1534
- /**
1535
- * @internal
1536
- */
1537
- const filterSensitiveLog: (obj: BatchInferenceJob) => any;
1538
- }
1539
1149
  export interface DescribeBatchInferenceJobResponse {
1540
1150
  /**
1541
1151
  * <p>Information on the specified batch inference job.</p>
1542
1152
  */
1543
1153
  batchInferenceJob?: BatchInferenceJob;
1544
1154
  }
1545
- export declare namespace DescribeBatchInferenceJobResponse {
1546
- /**
1547
- * @internal
1548
- */
1549
- const filterSensitiveLog: (obj: DescribeBatchInferenceJobResponse) => any;
1550
- }
1551
1155
  export interface DescribeBatchSegmentJobRequest {
1552
1156
  /**
1553
1157
  * <p>The ARN of the batch segment job to describe.</p>
1554
1158
  */
1555
1159
  batchSegmentJobArn: string | undefined;
1556
1160
  }
1557
- export declare namespace DescribeBatchSegmentJobRequest {
1558
- /**
1559
- * @internal
1560
- */
1561
- const filterSensitiveLog: (obj: DescribeBatchSegmentJobRequest) => any;
1562
- }
1563
1161
  /**
1564
1162
  * <p>Contains information on a batch segment job.</p>
1565
1163
  */
@@ -1627,36 +1225,18 @@ export interface BatchSegmentJob {
1627
1225
  */
1628
1226
  lastUpdatedDateTime?: Date;
1629
1227
  }
1630
- export declare namespace BatchSegmentJob {
1631
- /**
1632
- * @internal
1633
- */
1634
- const filterSensitiveLog: (obj: BatchSegmentJob) => any;
1635
- }
1636
1228
  export interface DescribeBatchSegmentJobResponse {
1637
1229
  /**
1638
1230
  * <p>Information on the specified batch segment job.</p>
1639
1231
  */
1640
1232
  batchSegmentJob?: BatchSegmentJob;
1641
1233
  }
1642
- export declare namespace DescribeBatchSegmentJobResponse {
1643
- /**
1644
- * @internal
1645
- */
1646
- const filterSensitiveLog: (obj: DescribeBatchSegmentJobResponse) => any;
1647
- }
1648
1234
  export interface DescribeCampaignRequest {
1649
1235
  /**
1650
1236
  * <p>The Amazon Resource Name (ARN) of the campaign.</p>
1651
1237
  */
1652
1238
  campaignArn: string | undefined;
1653
1239
  }
1654
- export declare namespace DescribeCampaignRequest {
1655
- /**
1656
- * @internal
1657
- */
1658
- const filterSensitiveLog: (obj: DescribeCampaignRequest) => any;
1659
- }
1660
1240
  /**
1661
1241
  * <p>Provides a summary of the properties of a campaign update. For a complete listing, call the
1662
1242
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeCampaign.html">DescribeCampaign</a> API.</p>
@@ -1701,12 +1281,6 @@ export interface CampaignUpdateSummary {
1701
1281
  */
1702
1282
  lastUpdatedDateTime?: Date;
1703
1283
  }
1704
- export declare namespace CampaignUpdateSummary {
1705
- /**
1706
- * @internal
1707
- */
1708
- const filterSensitiveLog: (obj: CampaignUpdateSummary) => any;
1709
- }
1710
1284
  /**
1711
1285
  * <p>An object that describes the deployment of a solution version.
1712
1286
  * For more information on campaigns, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateCampaign.html">CreateCampaign</a>.</p>
@@ -1763,36 +1337,18 @@ export interface Campaign {
1763
1337
  */
1764
1338
  latestCampaignUpdate?: CampaignUpdateSummary;
1765
1339
  }
1766
- export declare namespace Campaign {
1767
- /**
1768
- * @internal
1769
- */
1770
- const filterSensitiveLog: (obj: Campaign) => any;
1771
- }
1772
1340
  export interface DescribeCampaignResponse {
1773
1341
  /**
1774
1342
  * <p>The properties of the campaign.</p>
1775
1343
  */
1776
1344
  campaign?: Campaign;
1777
1345
  }
1778
- export declare namespace DescribeCampaignResponse {
1779
- /**
1780
- * @internal
1781
- */
1782
- const filterSensitiveLog: (obj: DescribeCampaignResponse) => any;
1783
- }
1784
1346
  export interface DescribeDatasetRequest {
1785
1347
  /**
1786
1348
  * <p>The Amazon Resource Name (ARN) of the dataset to describe.</p>
1787
1349
  */
1788
1350
  datasetArn: string | undefined;
1789
1351
  }
1790
- export declare namespace DescribeDatasetRequest {
1791
- /**
1792
- * @internal
1793
- */
1794
- const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
1795
- }
1796
1352
  /**
1797
1353
  * <p>Provides metadata for a dataset.</p>
1798
1354
  */
@@ -1850,36 +1406,18 @@ export interface Dataset {
1850
1406
  */
1851
1407
  lastUpdatedDateTime?: Date;
1852
1408
  }
1853
- export declare namespace Dataset {
1854
- /**
1855
- * @internal
1856
- */
1857
- const filterSensitiveLog: (obj: Dataset) => any;
1858
- }
1859
1409
  export interface DescribeDatasetResponse {
1860
1410
  /**
1861
1411
  * <p>A listing of the dataset's properties.</p>
1862
1412
  */
1863
1413
  dataset?: Dataset;
1864
1414
  }
1865
- export declare namespace DescribeDatasetResponse {
1866
- /**
1867
- * @internal
1868
- */
1869
- const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
1870
- }
1871
1415
  export interface DescribeDatasetExportJobRequest {
1872
1416
  /**
1873
1417
  * <p>The Amazon Resource Name (ARN) of the dataset export job to describe.</p>
1874
1418
  */
1875
1419
  datasetExportJobArn: string | undefined;
1876
1420
  }
1877
- export declare namespace DescribeDatasetExportJobRequest {
1878
- /**
1879
- * @internal
1880
- */
1881
- const filterSensitiveLog: (obj: DescribeDatasetExportJobRequest) => any;
1882
- }
1883
1421
  /**
1884
1422
  * <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>
1885
1423
  * <p>A dataset export job can be in one of the following states:</p>
@@ -1944,12 +1482,6 @@ export interface DatasetExportJob {
1944
1482
  */
1945
1483
  failureReason?: string;
1946
1484
  }
1947
- export declare namespace DatasetExportJob {
1948
- /**
1949
- * @internal
1950
- */
1951
- const filterSensitiveLog: (obj: DatasetExportJob) => any;
1952
- }
1953
1485
  export interface DescribeDatasetExportJobResponse {
1954
1486
  /**
1955
1487
  * <p>Information about the dataset export job, including the status.</p>
@@ -1971,24 +1503,12 @@ export interface DescribeDatasetExportJobResponse {
1971
1503
  */
1972
1504
  datasetExportJob?: DatasetExportJob;
1973
1505
  }
1974
- export declare namespace DescribeDatasetExportJobResponse {
1975
- /**
1976
- * @internal
1977
- */
1978
- const filterSensitiveLog: (obj: DescribeDatasetExportJobResponse) => any;
1979
- }
1980
1506
  export interface DescribeDatasetGroupRequest {
1981
1507
  /**
1982
1508
  * <p>The Amazon Resource Name (ARN) of the dataset group to describe.</p>
1983
1509
  */
1984
1510
  datasetGroupArn: string | undefined;
1985
1511
  }
1986
- export declare namespace DescribeDatasetGroupRequest {
1987
- /**
1988
- * @internal
1989
- */
1990
- const filterSensitiveLog: (obj: DescribeDatasetGroupRequest) => any;
1991
- }
1992
1512
  /**
1993
1513
  * <p>A dataset group is a collection of related datasets (Interactions, User, and Item). You
1994
1514
  * 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
@@ -2044,36 +1564,18 @@ export interface DatasetGroup {
2044
1564
  */
2045
1565
  domain?: Domain | string;
2046
1566
  }
2047
- export declare namespace DatasetGroup {
2048
- /**
2049
- * @internal
2050
- */
2051
- const filterSensitiveLog: (obj: DatasetGroup) => any;
2052
- }
2053
1567
  export interface DescribeDatasetGroupResponse {
2054
1568
  /**
2055
1569
  * <p>A listing of the dataset group's properties.</p>
2056
1570
  */
2057
1571
  datasetGroup?: DatasetGroup;
2058
1572
  }
2059
- export declare namespace DescribeDatasetGroupResponse {
2060
- /**
2061
- * @internal
2062
- */
2063
- const filterSensitiveLog: (obj: DescribeDatasetGroupResponse) => any;
2064
- }
2065
1573
  export interface DescribeDatasetImportJobRequest {
2066
1574
  /**
2067
1575
  * <p>The Amazon Resource Name (ARN) of the dataset import job to describe.</p>
2068
1576
  */
2069
1577
  datasetImportJobArn: string | undefined;
2070
1578
  }
2071
- export declare namespace DescribeDatasetImportJobRequest {
2072
- /**
2073
- * @internal
2074
- */
2075
- const filterSensitiveLog: (obj: DescribeDatasetImportJobRequest) => any;
2076
- }
2077
1579
  /**
2078
1580
  * <p>Describes a job that imports training data from a data source (Amazon S3 bucket) to an
2079
1581
  * Amazon Personalize dataset. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a>.</p>
@@ -2129,12 +1631,6 @@ export interface DatasetImportJob {
2129
1631
  */
2130
1632
  failureReason?: string;
2131
1633
  }
2132
- export declare namespace DatasetImportJob {
2133
- /**
2134
- * @internal
2135
- */
2136
- const filterSensitiveLog: (obj: DatasetImportJob) => any;
2137
- }
2138
1634
  export interface DescribeDatasetImportJobResponse {
2139
1635
  /**
2140
1636
  * <p>Information about the dataset import job, including the status.</p>
@@ -2156,24 +1652,12 @@ export interface DescribeDatasetImportJobResponse {
2156
1652
  */
2157
1653
  datasetImportJob?: DatasetImportJob;
2158
1654
  }
2159
- export declare namespace DescribeDatasetImportJobResponse {
2160
- /**
2161
- * @internal
2162
- */
2163
- const filterSensitiveLog: (obj: DescribeDatasetImportJobResponse) => any;
2164
- }
2165
1655
  export interface DescribeEventTrackerRequest {
2166
1656
  /**
2167
1657
  * <p>The Amazon Resource Name (ARN) of the event tracker to describe.</p>
2168
1658
  */
2169
1659
  eventTrackerArn: string | undefined;
2170
1660
  }
2171
- export declare namespace DescribeEventTrackerRequest {
2172
- /**
2173
- * @internal
2174
- */
2175
- const filterSensitiveLog: (obj: DescribeEventTrackerRequest) => any;
2176
- }
2177
1661
  /**
2178
1662
  * <p>Provides information about an event tracker.</p>
2179
1663
  */
@@ -2221,36 +1705,18 @@ export interface EventTracker {
2221
1705
  */
2222
1706
  lastUpdatedDateTime?: Date;
2223
1707
  }
2224
- export declare namespace EventTracker {
2225
- /**
2226
- * @internal
2227
- */
2228
- const filterSensitiveLog: (obj: EventTracker) => any;
2229
- }
2230
1708
  export interface DescribeEventTrackerResponse {
2231
1709
  /**
2232
1710
  * <p>An object that describes the event tracker.</p>
2233
1711
  */
2234
1712
  eventTracker?: EventTracker;
2235
1713
  }
2236
- export declare namespace DescribeEventTrackerResponse {
2237
- /**
2238
- * @internal
2239
- */
2240
- const filterSensitiveLog: (obj: DescribeEventTrackerResponse) => any;
2241
- }
2242
1714
  export interface DescribeFeatureTransformationRequest {
2243
1715
  /**
2244
1716
  * <p>The Amazon Resource Name (ARN) of the feature transformation to describe.</p>
2245
1717
  */
2246
1718
  featureTransformationArn: string | undefined;
2247
1719
  }
2248
- export declare namespace DescribeFeatureTransformationRequest {
2249
- /**
2250
- * @internal
2251
- */
2252
- const filterSensitiveLog: (obj: DescribeFeatureTransformationRequest) => any;
2253
- }
2254
1720
  /**
2255
1721
  * <p>Provides feature transformation information. Feature transformation is the process
2256
1722
  * of modifying raw input data into a form more suitable for model training.</p>
@@ -2287,36 +1753,18 @@ export interface FeatureTransformation {
2287
1753
  */
2288
1754
  status?: string;
2289
1755
  }
2290
- export declare namespace FeatureTransformation {
2291
- /**
2292
- * @internal
2293
- */
2294
- const filterSensitiveLog: (obj: FeatureTransformation) => any;
2295
- }
2296
1756
  export interface DescribeFeatureTransformationResponse {
2297
1757
  /**
2298
1758
  * <p>A listing of the FeatureTransformation properties.</p>
2299
1759
  */
2300
1760
  featureTransformation?: FeatureTransformation;
2301
1761
  }
2302
- export declare namespace DescribeFeatureTransformationResponse {
2303
- /**
2304
- * @internal
2305
- */
2306
- const filterSensitiveLog: (obj: DescribeFeatureTransformationResponse) => any;
2307
- }
2308
1762
  export interface DescribeFilterRequest {
2309
1763
  /**
2310
1764
  * <p>The ARN of the filter to describe.</p>
2311
1765
  */
2312
1766
  filterArn: string | undefined;
2313
1767
  }
2314
- export declare namespace DescribeFilterRequest {
2315
- /**
2316
- * @internal
2317
- */
2318
- const filterSensitiveLog: (obj: DescribeFilterRequest) => any;
2319
- }
2320
1768
  /**
2321
1769
  * <p>Contains information on a recommendation filter, including its ARN, status, and filter
2322
1770
  * expression.</p>
@@ -2357,36 +1805,18 @@ export interface Filter {
2357
1805
  */
2358
1806
  status?: string;
2359
1807
  }
2360
- export declare namespace Filter {
2361
- /**
2362
- * @internal
2363
- */
2364
- const filterSensitiveLog: (obj: Filter) => any;
2365
- }
2366
1808
  export interface DescribeFilterResponse {
2367
1809
  /**
2368
1810
  * <p>The filter's details.</p>
2369
1811
  */
2370
1812
  filter?: Filter;
2371
1813
  }
2372
- export declare namespace DescribeFilterResponse {
2373
- /**
2374
- * @internal
2375
- */
2376
- const filterSensitiveLog: (obj: DescribeFilterResponse) => any;
2377
- }
2378
1814
  export interface DescribeRecipeRequest {
2379
1815
  /**
2380
1816
  * <p>The Amazon Resource Name (ARN) of the recipe to describe.</p>
2381
1817
  */
2382
1818
  recipeArn: string | undefined;
2383
1819
  }
2384
- export declare namespace DescribeRecipeRequest {
2385
- /**
2386
- * @internal
2387
- */
2388
- const filterSensitiveLog: (obj: DescribeRecipeRequest) => any;
2389
- }
2390
1820
  /**
2391
1821
  * <p>Provides information about a recipe. Each recipe provides an algorithm
2392
1822
  * 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>
@@ -2442,36 +1872,18 @@ export interface Recipe {
2442
1872
  */
2443
1873
  lastUpdatedDateTime?: Date;
2444
1874
  }
2445
- export declare namespace Recipe {
2446
- /**
2447
- * @internal
2448
- */
2449
- const filterSensitiveLog: (obj: Recipe) => any;
2450
- }
2451
1875
  export interface DescribeRecipeResponse {
2452
1876
  /**
2453
1877
  * <p>An object that describes the recipe.</p>
2454
1878
  */
2455
1879
  recipe?: Recipe;
2456
1880
  }
2457
- export declare namespace DescribeRecipeResponse {
2458
- /**
2459
- * @internal
2460
- */
2461
- const filterSensitiveLog: (obj: DescribeRecipeResponse) => any;
2462
- }
2463
1881
  export interface DescribeRecommenderRequest {
2464
1882
  /**
2465
1883
  * <p>The Amazon Resource Name (ARN) of the recommender to describe.</p>
2466
1884
  */
2467
1885
  recommenderArn: string | undefined;
2468
1886
  }
2469
- export declare namespace DescribeRecommenderRequest {
2470
- /**
2471
- * @internal
2472
- */
2473
- const filterSensitiveLog: (obj: DescribeRecommenderRequest) => any;
2474
- }
2475
1887
  /**
2476
1888
  * <p>Provides a summary of the properties of a recommender update. For a complete listing, call the
2477
1889
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeRecommender.html">DescribeRecommender</a> API.</p>
@@ -2510,12 +1922,6 @@ export interface RecommenderUpdateSummary {
2510
1922
  */
2511
1923
  failureReason?: string;
2512
1924
  }
2513
- export declare namespace RecommenderUpdateSummary {
2514
- /**
2515
- * @internal
2516
- */
2517
- const filterSensitiveLog: (obj: RecommenderUpdateSummary) => any;
2518
- }
2519
1925
  /**
2520
1926
  * <p>Describes a recommendation generator for a Domain dataset group. You create a recommender in a Domain dataset group
2521
1927
  * for a specific domain use case (domain recipe), and specify the recommender in a <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html">GetRecommendations</a> request.</p>
@@ -2582,36 +1988,18 @@ export interface Recommender {
2582
1988
  */
2583
1989
  modelMetrics?: Record<string, number>;
2584
1990
  }
2585
- export declare namespace Recommender {
2586
- /**
2587
- * @internal
2588
- */
2589
- const filterSensitiveLog: (obj: Recommender) => any;
2590
- }
2591
1991
  export interface DescribeRecommenderResponse {
2592
1992
  /**
2593
1993
  * <p>The properties of the recommender.</p>
2594
1994
  */
2595
1995
  recommender?: Recommender;
2596
1996
  }
2597
- export declare namespace DescribeRecommenderResponse {
2598
- /**
2599
- * @internal
2600
- */
2601
- const filterSensitiveLog: (obj: DescribeRecommenderResponse) => any;
2602
- }
2603
1997
  export interface DescribeSchemaRequest {
2604
1998
  /**
2605
1999
  * <p>The Amazon Resource Name (ARN) of the schema to retrieve.</p>
2606
2000
  */
2607
2001
  schemaArn: string | undefined;
2608
2002
  }
2609
- export declare namespace DescribeSchemaRequest {
2610
- /**
2611
- * @internal
2612
- */
2613
- const filterSensitiveLog: (obj: DescribeSchemaRequest) => any;
2614
- }
2615
2003
  /**
2616
2004
  * <p>Describes the schema for a dataset. For more information on schemas, see
2617
2005
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSchema.html">CreateSchema</a>.</p>
@@ -2642,36 +2030,18 @@ export interface DatasetSchema {
2642
2030
  */
2643
2031
  domain?: Domain | string;
2644
2032
  }
2645
- export declare namespace DatasetSchema {
2646
- /**
2647
- * @internal
2648
- */
2649
- const filterSensitiveLog: (obj: DatasetSchema) => any;
2650
- }
2651
2033
  export interface DescribeSchemaResponse {
2652
2034
  /**
2653
2035
  * <p>The requested schema.</p>
2654
2036
  */
2655
2037
  schema?: DatasetSchema;
2656
2038
  }
2657
- export declare namespace DescribeSchemaResponse {
2658
- /**
2659
- * @internal
2660
- */
2661
- const filterSensitiveLog: (obj: DescribeSchemaResponse) => any;
2662
- }
2663
2039
  export interface DescribeSolutionRequest {
2664
2040
  /**
2665
2041
  * <p>The Amazon Resource Name (ARN) of the solution to describe.</p>
2666
2042
  */
2667
2043
  solutionArn: string | undefined;
2668
2044
  }
2669
- export declare namespace DescribeSolutionRequest {
2670
- /**
2671
- * @internal
2672
- */
2673
- const filterSensitiveLog: (obj: DescribeSolutionRequest) => any;
2674
- }
2675
2045
  /**
2676
2046
  * <p>When the solution performs AutoML (<code>performAutoML</code> is true in
2677
2047
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>), specifies the recipe that best optimized the
@@ -2683,12 +2053,6 @@ export interface AutoMLResult {
2683
2053
  */
2684
2054
  bestRecipeArn?: string;
2685
2055
  }
2686
- export declare namespace AutoMLResult {
2687
- /**
2688
- * @internal
2689
- */
2690
- const filterSensitiveLog: (obj: AutoMLResult) => any;
2691
- }
2692
2056
  /**
2693
2057
  * <p>Provides a summary of the properties of a solution version. For a complete listing, call the
2694
2058
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeSolutionVersion.html">DescribeSolutionVersion</a> API.</p>
@@ -2721,12 +2085,6 @@ export interface SolutionVersionSummary {
2721
2085
  */
2722
2086
  failureReason?: string;
2723
2087
  }
2724
- export declare namespace SolutionVersionSummary {
2725
- /**
2726
- * @internal
2727
- */
2728
- const filterSensitiveLog: (obj: SolutionVersionSummary) => any;
2729
- }
2730
2088
  /**
2731
2089
  * <p>An object that provides information about a solution. A solution is a trained model
2732
2090
  * that can be deployed as a campaign.</p>
@@ -2799,36 +2157,18 @@ export interface Solution {
2799
2157
  */
2800
2158
  latestSolutionVersion?: SolutionVersionSummary;
2801
2159
  }
2802
- export declare namespace Solution {
2803
- /**
2804
- * @internal
2805
- */
2806
- const filterSensitiveLog: (obj: Solution) => any;
2807
- }
2808
2160
  export interface DescribeSolutionResponse {
2809
2161
  /**
2810
2162
  * <p>An object that describes the solution.</p>
2811
2163
  */
2812
2164
  solution?: Solution;
2813
2165
  }
2814
- export declare namespace DescribeSolutionResponse {
2815
- /**
2816
- * @internal
2817
- */
2818
- const filterSensitiveLog: (obj: DescribeSolutionResponse) => any;
2819
- }
2820
2166
  export interface DescribeSolutionVersionRequest {
2821
2167
  /**
2822
2168
  * <p>The Amazon Resource Name (ARN) of the solution version.</p>
2823
2169
  */
2824
2170
  solutionVersionArn: string | undefined;
2825
2171
  }
2826
- export declare namespace DescribeSolutionVersionRequest {
2827
- /**
2828
- * @internal
2829
- */
2830
- const filterSensitiveLog: (obj: DescribeSolutionVersionRequest) => any;
2831
- }
2832
2172
  /**
2833
2173
  * <p>If hyperparameter optimization (HPO) was performed, contains the hyperparameter values of
2834
2174
  * the best performing model.</p>
@@ -2839,12 +2179,6 @@ export interface TunedHPOParams {
2839
2179
  */
2840
2180
  algorithmHyperParameters?: Record<string, string>;
2841
2181
  }
2842
- export declare namespace TunedHPOParams {
2843
- /**
2844
- * @internal
2845
- */
2846
- const filterSensitiveLog: (obj: TunedHPOParams) => any;
2847
- }
2848
2182
  /**
2849
2183
  * <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>
2850
2184
  */
@@ -2952,36 +2286,18 @@ export interface SolutionVersion {
2952
2286
  */
2953
2287
  lastUpdatedDateTime?: Date;
2954
2288
  }
2955
- export declare namespace SolutionVersion {
2956
- /**
2957
- * @internal
2958
- */
2959
- const filterSensitiveLog: (obj: SolutionVersion) => any;
2960
- }
2961
2289
  export interface DescribeSolutionVersionResponse {
2962
2290
  /**
2963
2291
  * <p>The solution version.</p>
2964
2292
  */
2965
2293
  solutionVersion?: SolutionVersion;
2966
2294
  }
2967
- export declare namespace DescribeSolutionVersionResponse {
2968
- /**
2969
- * @internal
2970
- */
2971
- const filterSensitiveLog: (obj: DescribeSolutionVersionResponse) => any;
2972
- }
2973
2295
  export interface GetSolutionMetricsRequest {
2974
2296
  /**
2975
2297
  * <p>The Amazon Resource Name (ARN) of the solution version for which to get metrics.</p>
2976
2298
  */
2977
2299
  solutionVersionArn: string | undefined;
2978
2300
  }
2979
- export declare namespace GetSolutionMetricsRequest {
2980
- /**
2981
- * @internal
2982
- */
2983
- const filterSensitiveLog: (obj: GetSolutionMetricsRequest) => any;
2984
- }
2985
2301
  export interface GetSolutionMetricsResponse {
2986
2302
  /**
2987
2303
  * <p>The same solution version ARN as specified in the request.</p>
@@ -2995,12 +2311,6 @@ export interface GetSolutionMetricsResponse {
2995
2311
  */
2996
2312
  metrics?: Record<string, number>;
2997
2313
  }
2998
- export declare namespace GetSolutionMetricsResponse {
2999
- /**
3000
- * @internal
3001
- */
3002
- const filterSensitiveLog: (obj: GetSolutionMetricsResponse) => any;
3003
- }
3004
2314
  /**
3005
2315
  * <p>The token is not valid.</p>
3006
2316
  */
@@ -3028,12 +2338,6 @@ export interface ListBatchInferenceJobsRequest {
3028
2338
  */
3029
2339
  maxResults?: number;
3030
2340
  }
3031
- export declare namespace ListBatchInferenceJobsRequest {
3032
- /**
3033
- * @internal
3034
- */
3035
- const filterSensitiveLog: (obj: ListBatchInferenceJobsRequest) => any;
3036
- }
3037
2341
  /**
3038
2342
  * <p>A truncated version of the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_BatchInferenceJob.html">BatchInferenceJob</a>. The
3039
2343
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_ListBatchInferenceJobs.html">ListBatchInferenceJobs</a> operation returns a list of batch inference job
@@ -3083,12 +2387,6 @@ export interface BatchInferenceJobSummary {
3083
2387
  */
3084
2388
  solutionVersionArn?: string;
3085
2389
  }
3086
- export declare namespace BatchInferenceJobSummary {
3087
- /**
3088
- * @internal
3089
- */
3090
- const filterSensitiveLog: (obj: BatchInferenceJobSummary) => any;
3091
- }
3092
2390
  export interface ListBatchInferenceJobsResponse {
3093
2391
  /**
3094
2392
  * <p>A list containing information on each job that is returned.</p>
@@ -3100,12 +2398,6 @@ export interface ListBatchInferenceJobsResponse {
3100
2398
  */
3101
2399
  nextToken?: string;
3102
2400
  }
3103
- export declare namespace ListBatchInferenceJobsResponse {
3104
- /**
3105
- * @internal
3106
- */
3107
- const filterSensitiveLog: (obj: ListBatchInferenceJobsResponse) => any;
3108
- }
3109
2401
  export interface ListBatchSegmentJobsRequest {
3110
2402
  /**
3111
2403
  * <p>The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.</p>
@@ -3121,12 +2413,6 @@ export interface ListBatchSegmentJobsRequest {
3121
2413
  */
3122
2414
  maxResults?: number;
3123
2415
  }
3124
- export declare namespace ListBatchSegmentJobsRequest {
3125
- /**
3126
- * @internal
3127
- */
3128
- const filterSensitiveLog: (obj: ListBatchSegmentJobsRequest) => any;
3129
- }
3130
2416
  /**
3131
2417
  * <p>A truncated version of the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_BatchSegmentJob.html">BatchSegmentJob</a> datatype.
3132
2418
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_ListBatchSegmentJobs.html">ListBatchSegmentJobs</a> operation returns a list of batch segment job
@@ -3176,12 +2462,6 @@ export interface BatchSegmentJobSummary {
3176
2462
  */
3177
2463
  solutionVersionArn?: string;
3178
2464
  }
3179
- export declare namespace BatchSegmentJobSummary {
3180
- /**
3181
- * @internal
3182
- */
3183
- const filterSensitiveLog: (obj: BatchSegmentJobSummary) => any;
3184
- }
3185
2465
  export interface ListBatchSegmentJobsResponse {
3186
2466
  /**
3187
2467
  * <p>A list containing information on each job that is returned.</p>
@@ -3193,12 +2473,6 @@ export interface ListBatchSegmentJobsResponse {
3193
2473
  */
3194
2474
  nextToken?: string;
3195
2475
  }
3196
- export declare namespace ListBatchSegmentJobsResponse {
3197
- /**
3198
- * @internal
3199
- */
3200
- const filterSensitiveLog: (obj: ListBatchSegmentJobsResponse) => any;
3201
- }
3202
2476
  export interface ListCampaignsRequest {
3203
2477
  /**
3204
2478
  * <p>The Amazon Resource Name (ARN) of the solution to list the campaigns for. When
@@ -3215,12 +2489,6 @@ export interface ListCampaignsRequest {
3215
2489
  */
3216
2490
  maxResults?: number;
3217
2491
  }
3218
- export declare namespace ListCampaignsRequest {
3219
- /**
3220
- * @internal
3221
- */
3222
- const filterSensitiveLog: (obj: ListCampaignsRequest) => any;
3223
- }
3224
2492
  /**
3225
2493
  * <p>Provides a summary of the properties of a campaign. For a complete listing, call the
3226
2494
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeCampaign.html">DescribeCampaign</a> API.</p>
@@ -3260,12 +2528,6 @@ export interface CampaignSummary {
3260
2528
  */
3261
2529
  failureReason?: string;
3262
2530
  }
3263
- export declare namespace CampaignSummary {
3264
- /**
3265
- * @internal
3266
- */
3267
- const filterSensitiveLog: (obj: CampaignSummary) => any;
3268
- }
3269
2531
  export interface ListCampaignsResponse {
3270
2532
  /**
3271
2533
  * <p>A list of the campaigns.</p>
@@ -3276,12 +2538,6 @@ export interface ListCampaignsResponse {
3276
2538
  */
3277
2539
  nextToken?: string;
3278
2540
  }
3279
- export declare namespace ListCampaignsResponse {
3280
- /**
3281
- * @internal
3282
- */
3283
- const filterSensitiveLog: (obj: ListCampaignsResponse) => any;
3284
- }
3285
2541
  export interface ListDatasetExportJobsRequest {
3286
2542
  /**
3287
2543
  * <p>The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.</p>
@@ -3297,12 +2553,6 @@ export interface ListDatasetExportJobsRequest {
3297
2553
  */
3298
2554
  maxResults?: number;
3299
2555
  }
3300
- export declare namespace ListDatasetExportJobsRequest {
3301
- /**
3302
- * @internal
3303
- */
3304
- const filterSensitiveLog: (obj: ListDatasetExportJobsRequest) => any;
3305
- }
3306
2556
  /**
3307
2557
  * <p>Provides a summary of the properties of a dataset export job. For a complete listing, call the
3308
2558
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDatasetExportJob.html">DescribeDatasetExportJob</a> API.</p>
@@ -3339,12 +2589,6 @@ export interface DatasetExportJobSummary {
3339
2589
  */
3340
2590
  failureReason?: string;
3341
2591
  }
3342
- export declare namespace DatasetExportJobSummary {
3343
- /**
3344
- * @internal
3345
- */
3346
- const filterSensitiveLog: (obj: DatasetExportJobSummary) => any;
3347
- }
3348
2592
  export interface ListDatasetExportJobsResponse {
3349
2593
  /**
3350
2594
  * <p>The list of dataset export jobs.</p>
@@ -3355,12 +2599,6 @@ export interface ListDatasetExportJobsResponse {
3355
2599
  */
3356
2600
  nextToken?: string;
3357
2601
  }
3358
- export declare namespace ListDatasetExportJobsResponse {
3359
- /**
3360
- * @internal
3361
- */
3362
- const filterSensitiveLog: (obj: ListDatasetExportJobsResponse) => any;
3363
- }
3364
2602
  export interface ListDatasetGroupsRequest {
3365
2603
  /**
3366
2604
  * <p>A token returned from the previous call to <code>ListDatasetGroups</code> for getting the
@@ -3372,12 +2610,6 @@ export interface ListDatasetGroupsRequest {
3372
2610
  */
3373
2611
  maxResults?: number;
3374
2612
  }
3375
- export declare namespace ListDatasetGroupsRequest {
3376
- /**
3377
- * @internal
3378
- */
3379
- const filterSensitiveLog: (obj: ListDatasetGroupsRequest) => any;
3380
- }
3381
2613
  /**
3382
2614
  * <p>Provides a summary of the properties of a dataset group. For a complete listing, call the
3383
2615
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDatasetGroup.html">DescribeDatasetGroup</a> API.</p>
@@ -3421,12 +2653,6 @@ export interface DatasetGroupSummary {
3421
2653
  */
3422
2654
  domain?: Domain | string;
3423
2655
  }
3424
- export declare namespace DatasetGroupSummary {
3425
- /**
3426
- * @internal
3427
- */
3428
- const filterSensitiveLog: (obj: DatasetGroupSummary) => any;
3429
- }
3430
2656
  export interface ListDatasetGroupsResponse {
3431
2657
  /**
3432
2658
  * <p>The list of your dataset groups.</p>
@@ -3437,12 +2663,6 @@ export interface ListDatasetGroupsResponse {
3437
2663
  */
3438
2664
  nextToken?: string;
3439
2665
  }
3440
- export declare namespace ListDatasetGroupsResponse {
3441
- /**
3442
- * @internal
3443
- */
3444
- const filterSensitiveLog: (obj: ListDatasetGroupsResponse) => any;
3445
- }
3446
2666
  export interface ListDatasetImportJobsRequest {
3447
2667
  /**
3448
2668
  * <p>The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.</p>
@@ -3458,12 +2678,6 @@ export interface ListDatasetImportJobsRequest {
3458
2678
  */
3459
2679
  maxResults?: number;
3460
2680
  }
3461
- export declare namespace ListDatasetImportJobsRequest {
3462
- /**
3463
- * @internal
3464
- */
3465
- const filterSensitiveLog: (obj: ListDatasetImportJobsRequest) => any;
3466
- }
3467
2681
  /**
3468
2682
  * <p>Provides a summary of the properties of a dataset import job. For a complete listing, call the
3469
2683
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDatasetImportJob.html">DescribeDatasetImportJob</a> API.</p>
@@ -3500,12 +2714,6 @@ export interface DatasetImportJobSummary {
3500
2714
  */
3501
2715
  failureReason?: string;
3502
2716
  }
3503
- export declare namespace DatasetImportJobSummary {
3504
- /**
3505
- * @internal
3506
- */
3507
- const filterSensitiveLog: (obj: DatasetImportJobSummary) => any;
3508
- }
3509
2717
  export interface ListDatasetImportJobsResponse {
3510
2718
  /**
3511
2719
  * <p>The list of dataset import jobs.</p>
@@ -3516,12 +2724,6 @@ export interface ListDatasetImportJobsResponse {
3516
2724
  */
3517
2725
  nextToken?: string;
3518
2726
  }
3519
- export declare namespace ListDatasetImportJobsResponse {
3520
- /**
3521
- * @internal
3522
- */
3523
- const filterSensitiveLog: (obj: ListDatasetImportJobsResponse) => any;
3524
- }
3525
2727
  export interface ListDatasetsRequest {
3526
2728
  /**
3527
2729
  * <p>The Amazon Resource Name (ARN) of the dataset group that contains the datasets to
@@ -3538,12 +2740,6 @@ export interface ListDatasetsRequest {
3538
2740
  */
3539
2741
  maxResults?: number;
3540
2742
  }
3541
- export declare namespace ListDatasetsRequest {
3542
- /**
3543
- * @internal
3544
- */
3545
- const filterSensitiveLog: (obj: ListDatasetsRequest) => any;
3546
- }
3547
2743
  /**
3548
2744
  * <p>Provides a summary of the properties of a dataset. For a complete listing, call the
3549
2745
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDataset.html">DescribeDataset</a> API.</p>
@@ -3597,12 +2793,6 @@ export interface DatasetSummary {
3597
2793
  */
3598
2794
  lastUpdatedDateTime?: Date;
3599
2795
  }
3600
- export declare namespace DatasetSummary {
3601
- /**
3602
- * @internal
3603
- */
3604
- const filterSensitiveLog: (obj: DatasetSummary) => any;
3605
- }
3606
2796
  export interface ListDatasetsResponse {
3607
2797
  /**
3608
2798
  * <p>An array of <code>Dataset</code> objects. Each object provides metadata
@@ -3614,12 +2804,6 @@ export interface ListDatasetsResponse {
3614
2804
  */
3615
2805
  nextToken?: string;
3616
2806
  }
3617
- export declare namespace ListDatasetsResponse {
3618
- /**
3619
- * @internal
3620
- */
3621
- const filterSensitiveLog: (obj: ListDatasetsResponse) => any;
3622
- }
3623
2807
  export interface ListEventTrackersRequest {
3624
2808
  /**
3625
2809
  * <p>The ARN of a dataset group used to filter the response.</p>
@@ -3635,12 +2819,6 @@ export interface ListEventTrackersRequest {
3635
2819
  */
3636
2820
  maxResults?: number;
3637
2821
  }
3638
- export declare namespace ListEventTrackersRequest {
3639
- /**
3640
- * @internal
3641
- */
3642
- const filterSensitiveLog: (obj: ListEventTrackersRequest) => any;
3643
- }
3644
2822
  /**
3645
2823
  * <p>Provides a summary of the properties of an event tracker. For a complete listing, call the
3646
2824
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeEventTracker.html">DescribeEventTracker</a> API.</p>
@@ -3676,12 +2854,6 @@ export interface EventTrackerSummary {
3676
2854
  */
3677
2855
  lastUpdatedDateTime?: Date;
3678
2856
  }
3679
- export declare namespace EventTrackerSummary {
3680
- /**
3681
- * @internal
3682
- */
3683
- const filterSensitiveLog: (obj: EventTrackerSummary) => any;
3684
- }
3685
2857
  export interface ListEventTrackersResponse {
3686
2858
  /**
3687
2859
  * <p>A list of event trackers.</p>
@@ -3692,12 +2864,6 @@ export interface ListEventTrackersResponse {
3692
2864
  */
3693
2865
  nextToken?: string;
3694
2866
  }
3695
- export declare namespace ListEventTrackersResponse {
3696
- /**
3697
- * @internal
3698
- */
3699
- const filterSensitiveLog: (obj: ListEventTrackersResponse) => any;
3700
- }
3701
2867
  export interface ListFiltersRequest {
3702
2868
  /**
3703
2869
  * <p>The ARN of the dataset group that contains the filters.</p>
@@ -3713,12 +2879,6 @@ export interface ListFiltersRequest {
3713
2879
  */
3714
2880
  maxResults?: number;
3715
2881
  }
3716
- export declare namespace ListFiltersRequest {
3717
- /**
3718
- * @internal
3719
- */
3720
- const filterSensitiveLog: (obj: ListFiltersRequest) => any;
3721
- }
3722
2882
  /**
3723
2883
  * <p>A short summary of a filter's attributes.</p>
3724
2884
  */
@@ -3752,12 +2912,6 @@ export interface FilterSummary {
3752
2912
  */
3753
2913
  status?: string;
3754
2914
  }
3755
- export declare namespace FilterSummary {
3756
- /**
3757
- * @internal
3758
- */
3759
- const filterSensitiveLog: (obj: FilterSummary) => any;
3760
- }
3761
2915
  export interface ListFiltersResponse {
3762
2916
  /**
3763
2917
  * <p>A list of returned filters.</p>
@@ -3768,12 +2922,6 @@ export interface ListFiltersResponse {
3768
2922
  */
3769
2923
  nextToken?: string;
3770
2924
  }
3771
- export declare namespace ListFiltersResponse {
3772
- /**
3773
- * @internal
3774
- */
3775
- const filterSensitiveLog: (obj: ListFiltersResponse) => any;
3776
- }
3777
2925
  export declare enum RecipeProvider {
3778
2926
  SERVICE = "SERVICE"
3779
2927
  }
@@ -3799,12 +2947,6 @@ export interface ListRecipesRequest {
3799
2947
  */
3800
2948
  domain?: Domain | string;
3801
2949
  }
3802
- export declare namespace ListRecipesRequest {
3803
- /**
3804
- * @internal
3805
- */
3806
- const filterSensitiveLog: (obj: ListRecipesRequest) => any;
3807
- }
3808
2950
  /**
3809
2951
  * <p>Provides a summary of the properties of a recipe. For a complete listing, call the
3810
2952
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeRecipe.html">DescribeRecipe</a> API.</p>
@@ -3835,12 +2977,6 @@ export interface RecipeSummary {
3835
2977
  */
3836
2978
  domain?: Domain | string;
3837
2979
  }
3838
- export declare namespace RecipeSummary {
3839
- /**
3840
- * @internal
3841
- */
3842
- const filterSensitiveLog: (obj: RecipeSummary) => any;
3843
- }
3844
2980
  export interface ListRecipesResponse {
3845
2981
  /**
3846
2982
  * <p>The list of available recipes.</p>
@@ -3851,12 +2987,6 @@ export interface ListRecipesResponse {
3851
2987
  */
3852
2988
  nextToken?: string;
3853
2989
  }
3854
- export declare namespace ListRecipesResponse {
3855
- /**
3856
- * @internal
3857
- */
3858
- const filterSensitiveLog: (obj: ListRecipesResponse) => any;
3859
- }
3860
2990
  export interface ListRecommendersRequest {
3861
2991
  /**
3862
2992
  * <p>The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When
@@ -3873,12 +3003,6 @@ export interface ListRecommendersRequest {
3873
3003
  */
3874
3004
  maxResults?: number;
3875
3005
  }
3876
- export declare namespace ListRecommendersRequest {
3877
- /**
3878
- * @internal
3879
- */
3880
- const filterSensitiveLog: (obj: ListRecommendersRequest) => any;
3881
- }
3882
3006
  /**
3883
3007
  * <p>Provides a summary of the properties of the recommender.</p>
3884
3008
  */
@@ -3927,12 +3051,6 @@ export interface RecommenderSummary {
3927
3051
  */
3928
3052
  lastUpdatedDateTime?: Date;
3929
3053
  }
3930
- export declare namespace RecommenderSummary {
3931
- /**
3932
- * @internal
3933
- */
3934
- const filterSensitiveLog: (obj: RecommenderSummary) => any;
3935
- }
3936
3054
  export interface ListRecommendersResponse {
3937
3055
  /**
3938
3056
  * <p>A list of the recommenders.</p>
@@ -3943,12 +3061,6 @@ export interface ListRecommendersResponse {
3943
3061
  */
3944
3062
  nextToken?: string;
3945
3063
  }
3946
- export declare namespace ListRecommendersResponse {
3947
- /**
3948
- * @internal
3949
- */
3950
- const filterSensitiveLog: (obj: ListRecommendersResponse) => any;
3951
- }
3952
3064
  export interface ListSchemasRequest {
3953
3065
  /**
3954
3066
  * <p>A token returned from the previous call to <code>ListSchemas</code> for getting
@@ -3960,12 +3072,6 @@ export interface ListSchemasRequest {
3960
3072
  */
3961
3073
  maxResults?: number;
3962
3074
  }
3963
- export declare namespace ListSchemasRequest {
3964
- /**
3965
- * @internal
3966
- */
3967
- const filterSensitiveLog: (obj: ListSchemasRequest) => any;
3968
- }
3969
3075
  /**
3970
3076
  * <p>Provides a summary of the properties of a dataset schema. For a complete listing, call the
3971
3077
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeSchema.html">DescribeSchema</a> API.</p>
@@ -3992,12 +3098,6 @@ export interface DatasetSchemaSummary {
3992
3098
  */
3993
3099
  domain?: Domain | string;
3994
3100
  }
3995
- export declare namespace DatasetSchemaSummary {
3996
- /**
3997
- * @internal
3998
- */
3999
- const filterSensitiveLog: (obj: DatasetSchemaSummary) => any;
4000
- }
4001
3101
  export interface ListSchemasResponse {
4002
3102
  /**
4003
3103
  * <p>A list of schemas.</p>
@@ -4008,12 +3108,6 @@ export interface ListSchemasResponse {
4008
3108
  */
4009
3109
  nextToken?: string;
4010
3110
  }
4011
- export declare namespace ListSchemasResponse {
4012
- /**
4013
- * @internal
4014
- */
4015
- const filterSensitiveLog: (obj: ListSchemasResponse) => any;
4016
- }
4017
3111
  export interface ListSolutionsRequest {
4018
3112
  /**
4019
3113
  * <p>The Amazon Resource Name (ARN) of the dataset group.</p>
@@ -4029,12 +3123,6 @@ export interface ListSolutionsRequest {
4029
3123
  */
4030
3124
  maxResults?: number;
4031
3125
  }
4032
- export declare namespace ListSolutionsRequest {
4033
- /**
4034
- * @internal
4035
- */
4036
- const filterSensitiveLog: (obj: ListSolutionsRequest) => any;
4037
- }
4038
3126
  /**
4039
3127
  * <p>Provides a summary of the properties of a solution. For a complete listing, call the
4040
3128
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeSolution.html">DescribeSolution</a> API.</p>
@@ -4070,12 +3158,6 @@ export interface SolutionSummary {
4070
3158
  */
4071
3159
  lastUpdatedDateTime?: Date;
4072
3160
  }
4073
- export declare namespace SolutionSummary {
4074
- /**
4075
- * @internal
4076
- */
4077
- const filterSensitiveLog: (obj: SolutionSummary) => any;
4078
- }
4079
3161
  export interface ListSolutionsResponse {
4080
3162
  /**
4081
3163
  * <p>A list of the current solutions.</p>
@@ -4086,12 +3168,6 @@ export interface ListSolutionsResponse {
4086
3168
  */
4087
3169
  nextToken?: string;
4088
3170
  }
4089
- export declare namespace ListSolutionsResponse {
4090
- /**
4091
- * @internal
4092
- */
4093
- const filterSensitiveLog: (obj: ListSolutionsResponse) => any;
4094
- }
4095
3171
  export interface ListSolutionVersionsRequest {
4096
3172
  /**
4097
3173
  * <p>The Amazon Resource Name (ARN) of the solution.</p>
@@ -4107,12 +3183,6 @@ export interface ListSolutionVersionsRequest {
4107
3183
  */
4108
3184
  maxResults?: number;
4109
3185
  }
4110
- export declare namespace ListSolutionVersionsRequest {
4111
- /**
4112
- * @internal
4113
- */
4114
- const filterSensitiveLog: (obj: ListSolutionVersionsRequest) => any;
4115
- }
4116
3186
  export interface ListSolutionVersionsResponse {
4117
3187
  /**
4118
3188
  * <p>A list of solution versions describing the version properties.</p>
@@ -4123,96 +3193,48 @@ export interface ListSolutionVersionsResponse {
4123
3193
  */
4124
3194
  nextToken?: string;
4125
3195
  }
4126
- export declare namespace ListSolutionVersionsResponse {
4127
- /**
4128
- * @internal
4129
- */
4130
- const filterSensitiveLog: (obj: ListSolutionVersionsResponse) => any;
4131
- }
4132
3196
  export interface ListTagsForResourceRequest {
4133
3197
  /**
4134
3198
  * <p>The resource's Amazon Resource Name.</p>
4135
3199
  */
4136
3200
  resourceArn: string | undefined;
4137
3201
  }
4138
- export declare namespace ListTagsForResourceRequest {
4139
- /**
4140
- * @internal
4141
- */
4142
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4143
- }
4144
3202
  export interface ListTagsForResourceResponse {
4145
3203
  /**
4146
3204
  * <p>The resource's tags.</p>
4147
3205
  */
4148
3206
  tags?: Tag[];
4149
3207
  }
4150
- export declare namespace ListTagsForResourceResponse {
4151
- /**
4152
- * @internal
4153
- */
4154
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4155
- }
4156
3208
  export interface StartRecommenderRequest {
4157
3209
  /**
4158
3210
  * <p>The Amazon Resource Name (ARN) of the recommender to start.</p>
4159
3211
  */
4160
3212
  recommenderArn: string | undefined;
4161
3213
  }
4162
- export declare namespace StartRecommenderRequest {
4163
- /**
4164
- * @internal
4165
- */
4166
- const filterSensitiveLog: (obj: StartRecommenderRequest) => any;
4167
- }
4168
3214
  export interface StartRecommenderResponse {
4169
3215
  /**
4170
3216
  * <p>The Amazon Resource Name (ARN) of the recommender you started.</p>
4171
3217
  */
4172
3218
  recommenderArn?: string;
4173
3219
  }
4174
- export declare namespace StartRecommenderResponse {
4175
- /**
4176
- * @internal
4177
- */
4178
- const filterSensitiveLog: (obj: StartRecommenderResponse) => any;
4179
- }
4180
3220
  export interface StopRecommenderRequest {
4181
3221
  /**
4182
3222
  * <p>The Amazon Resource Name (ARN) of the recommender to stop.</p>
4183
3223
  */
4184
3224
  recommenderArn: string | undefined;
4185
3225
  }
4186
- export declare namespace StopRecommenderRequest {
4187
- /**
4188
- * @internal
4189
- */
4190
- const filterSensitiveLog: (obj: StopRecommenderRequest) => any;
4191
- }
4192
3226
  export interface StopRecommenderResponse {
4193
3227
  /**
4194
3228
  * <p>The Amazon Resource Name (ARN) of the recommender you stopped.</p>
4195
3229
  */
4196
3230
  recommenderArn?: string;
4197
3231
  }
4198
- export declare namespace StopRecommenderResponse {
4199
- /**
4200
- * @internal
4201
- */
4202
- const filterSensitiveLog: (obj: StopRecommenderResponse) => any;
4203
- }
4204
3232
  export interface StopSolutionVersionCreationRequest {
4205
3233
  /**
4206
3234
  * <p>The Amazon Resource Name (ARN) of the solution version you want to stop creating.</p>
4207
3235
  */
4208
3236
  solutionVersionArn: string | undefined;
4209
3237
  }
4210
- export declare namespace StopSolutionVersionCreationRequest {
4211
- /**
4212
- * @internal
4213
- */
4214
- const filterSensitiveLog: (obj: StopSolutionVersionCreationRequest) => any;
4215
- }
4216
3238
  export interface TagResourceRequest {
4217
3239
  /**
4218
3240
  * <p>The resource's Amazon Resource Name (ARN).</p>
@@ -4223,20 +3245,8 @@ export interface TagResourceRequest {
4223
3245
  */
4224
3246
  tags: Tag[] | undefined;
4225
3247
  }
4226
- export declare namespace TagResourceRequest {
4227
- /**
4228
- * @internal
4229
- */
4230
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
4231
- }
4232
3248
  export interface TagResourceResponse {
4233
3249
  }
4234
- export declare namespace TagResourceResponse {
4235
- /**
4236
- * @internal
4237
- */
4238
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
4239
- }
4240
3250
  /**
4241
3251
  * <p>The request contains more tag keys than can be associated with a resource (50 tag keys per resource). </p>
4242
3252
  */
@@ -4258,20 +3268,8 @@ export interface UntagResourceRequest {
4258
3268
  */
4259
3269
  tagKeys: string[] | undefined;
4260
3270
  }
4261
- export declare namespace UntagResourceRequest {
4262
- /**
4263
- * @internal
4264
- */
4265
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
4266
- }
4267
3271
  export interface UntagResourceResponse {
4268
3272
  }
4269
- export declare namespace UntagResourceResponse {
4270
- /**
4271
- * @internal
4272
- */
4273
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
4274
- }
4275
3273
  export interface UpdateCampaignRequest {
4276
3274
  /**
4277
3275
  * <p>The Amazon Resource Name (ARN) of the campaign.</p>
@@ -4291,24 +3289,12 @@ export interface UpdateCampaignRequest {
4291
3289
  */
4292
3290
  campaignConfig?: CampaignConfig;
4293
3291
  }
4294
- export declare namespace UpdateCampaignRequest {
4295
- /**
4296
- * @internal
4297
- */
4298
- const filterSensitiveLog: (obj: UpdateCampaignRequest) => any;
4299
- }
4300
3292
  export interface UpdateCampaignResponse {
4301
3293
  /**
4302
3294
  * <p>The same campaign ARN as given in the request.</p>
4303
3295
  */
4304
3296
  campaignArn?: string;
4305
3297
  }
4306
- export declare namespace UpdateCampaignResponse {
4307
- /**
4308
- * @internal
4309
- */
4310
- const filterSensitiveLog: (obj: UpdateCampaignResponse) => any;
4311
- }
4312
3298
  export interface UpdateRecommenderRequest {
4313
3299
  /**
4314
3300
  * <p>The Amazon Resource Name (ARN) of the recommender to modify.</p>
@@ -4319,21 +3305,693 @@ export interface UpdateRecommenderRequest {
4319
3305
  */
4320
3306
  recommenderConfig: RecommenderConfig | undefined;
4321
3307
  }
4322
- export declare namespace UpdateRecommenderRequest {
4323
- /**
4324
- * @internal
4325
- */
4326
- const filterSensitiveLog: (obj: UpdateRecommenderRequest) => any;
4327
- }
4328
3308
  export interface UpdateRecommenderResponse {
4329
3309
  /**
4330
3310
  * <p>The same recommender Amazon Resource Name (ARN) as given in the request.</p>
4331
3311
  */
4332
3312
  recommenderArn?: string;
4333
3313
  }
4334
- export declare namespace UpdateRecommenderResponse {
4335
- /**
4336
- * @internal
4337
- */
4338
- const filterSensitiveLog: (obj: UpdateRecommenderResponse) => any;
4339
- }
3314
+ /**
3315
+ * @internal
3316
+ */
3317
+ export declare const AlgorithmImageFilterSensitiveLog: (obj: AlgorithmImage) => any;
3318
+ /**
3319
+ * @internal
3320
+ */
3321
+ export declare const DefaultCategoricalHyperParameterRangeFilterSensitiveLog: (obj: DefaultCategoricalHyperParameterRange) => any;
3322
+ /**
3323
+ * @internal
3324
+ */
3325
+ export declare const DefaultContinuousHyperParameterRangeFilterSensitiveLog: (obj: DefaultContinuousHyperParameterRange) => any;
3326
+ /**
3327
+ * @internal
3328
+ */
3329
+ export declare const DefaultIntegerHyperParameterRangeFilterSensitiveLog: (obj: DefaultIntegerHyperParameterRange) => any;
3330
+ /**
3331
+ * @internal
3332
+ */
3333
+ export declare const DefaultHyperParameterRangesFilterSensitiveLog: (obj: DefaultHyperParameterRanges) => any;
3334
+ /**
3335
+ * @internal
3336
+ */
3337
+ export declare const AlgorithmFilterSensitiveLog: (obj: Algorithm) => any;
3338
+ /**
3339
+ * @internal
3340
+ */
3341
+ export declare const BatchInferenceJobConfigFilterSensitiveLog: (obj: BatchInferenceJobConfig) => any;
3342
+ /**
3343
+ * @internal
3344
+ */
3345
+ export declare const S3DataConfigFilterSensitiveLog: (obj: S3DataConfig) => any;
3346
+ /**
3347
+ * @internal
3348
+ */
3349
+ export declare const BatchInferenceJobInputFilterSensitiveLog: (obj: BatchInferenceJobInput) => any;
3350
+ /**
3351
+ * @internal
3352
+ */
3353
+ export declare const BatchInferenceJobOutputFilterSensitiveLog: (obj: BatchInferenceJobOutput) => any;
3354
+ /**
3355
+ * @internal
3356
+ */
3357
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3358
+ /**
3359
+ * @internal
3360
+ */
3361
+ export declare const CreateBatchInferenceJobRequestFilterSensitiveLog: (obj: CreateBatchInferenceJobRequest) => any;
3362
+ /**
3363
+ * @internal
3364
+ */
3365
+ export declare const CreateBatchInferenceJobResponseFilterSensitiveLog: (obj: CreateBatchInferenceJobResponse) => any;
3366
+ /**
3367
+ * @internal
3368
+ */
3369
+ export declare const BatchSegmentJobInputFilterSensitiveLog: (obj: BatchSegmentJobInput) => any;
3370
+ /**
3371
+ * @internal
3372
+ */
3373
+ export declare const BatchSegmentJobOutputFilterSensitiveLog: (obj: BatchSegmentJobOutput) => any;
3374
+ /**
3375
+ * @internal
3376
+ */
3377
+ export declare const CreateBatchSegmentJobRequestFilterSensitiveLog: (obj: CreateBatchSegmentJobRequest) => any;
3378
+ /**
3379
+ * @internal
3380
+ */
3381
+ export declare const CreateBatchSegmentJobResponseFilterSensitiveLog: (obj: CreateBatchSegmentJobResponse) => any;
3382
+ /**
3383
+ * @internal
3384
+ */
3385
+ export declare const CampaignConfigFilterSensitiveLog: (obj: CampaignConfig) => any;
3386
+ /**
3387
+ * @internal
3388
+ */
3389
+ export declare const CreateCampaignRequestFilterSensitiveLog: (obj: CreateCampaignRequest) => any;
3390
+ /**
3391
+ * @internal
3392
+ */
3393
+ export declare const CreateCampaignResponseFilterSensitiveLog: (obj: CreateCampaignResponse) => any;
3394
+ /**
3395
+ * @internal
3396
+ */
3397
+ export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
3398
+ /**
3399
+ * @internal
3400
+ */
3401
+ export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
3402
+ /**
3403
+ * @internal
3404
+ */
3405
+ export declare const DatasetExportJobOutputFilterSensitiveLog: (obj: DatasetExportJobOutput) => any;
3406
+ /**
3407
+ * @internal
3408
+ */
3409
+ export declare const CreateDatasetExportJobRequestFilterSensitiveLog: (obj: CreateDatasetExportJobRequest) => any;
3410
+ /**
3411
+ * @internal
3412
+ */
3413
+ export declare const CreateDatasetExportJobResponseFilterSensitiveLog: (obj: CreateDatasetExportJobResponse) => any;
3414
+ /**
3415
+ * @internal
3416
+ */
3417
+ export declare const CreateDatasetGroupRequestFilterSensitiveLog: (obj: CreateDatasetGroupRequest) => any;
3418
+ /**
3419
+ * @internal
3420
+ */
3421
+ export declare const CreateDatasetGroupResponseFilterSensitiveLog: (obj: CreateDatasetGroupResponse) => any;
3422
+ /**
3423
+ * @internal
3424
+ */
3425
+ export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
3426
+ /**
3427
+ * @internal
3428
+ */
3429
+ export declare const CreateDatasetImportJobRequestFilterSensitiveLog: (obj: CreateDatasetImportJobRequest) => any;
3430
+ /**
3431
+ * @internal
3432
+ */
3433
+ export declare const CreateDatasetImportJobResponseFilterSensitiveLog: (obj: CreateDatasetImportJobResponse) => any;
3434
+ /**
3435
+ * @internal
3436
+ */
3437
+ export declare const CreateEventTrackerRequestFilterSensitiveLog: (obj: CreateEventTrackerRequest) => any;
3438
+ /**
3439
+ * @internal
3440
+ */
3441
+ export declare const CreateEventTrackerResponseFilterSensitiveLog: (obj: CreateEventTrackerResponse) => any;
3442
+ /**
3443
+ * @internal
3444
+ */
3445
+ export declare const CreateFilterRequestFilterSensitiveLog: (obj: CreateFilterRequest) => any;
3446
+ /**
3447
+ * @internal
3448
+ */
3449
+ export declare const CreateFilterResponseFilterSensitiveLog: (obj: CreateFilterResponse) => any;
3450
+ /**
3451
+ * @internal
3452
+ */
3453
+ export declare const RecommenderConfigFilterSensitiveLog: (obj: RecommenderConfig) => any;
3454
+ /**
3455
+ * @internal
3456
+ */
3457
+ export declare const CreateRecommenderRequestFilterSensitiveLog: (obj: CreateRecommenderRequest) => any;
3458
+ /**
3459
+ * @internal
3460
+ */
3461
+ export declare const CreateRecommenderResponseFilterSensitiveLog: (obj: CreateRecommenderResponse) => any;
3462
+ /**
3463
+ * @internal
3464
+ */
3465
+ export declare const CreateSchemaRequestFilterSensitiveLog: (obj: CreateSchemaRequest) => any;
3466
+ /**
3467
+ * @internal
3468
+ */
3469
+ export declare const CreateSchemaResponseFilterSensitiveLog: (obj: CreateSchemaResponse) => any;
3470
+ /**
3471
+ * @internal
3472
+ */
3473
+ export declare const AutoMLConfigFilterSensitiveLog: (obj: AutoMLConfig) => any;
3474
+ /**
3475
+ * @internal
3476
+ */
3477
+ export declare const CategoricalHyperParameterRangeFilterSensitiveLog: (obj: CategoricalHyperParameterRange) => any;
3478
+ /**
3479
+ * @internal
3480
+ */
3481
+ export declare const ContinuousHyperParameterRangeFilterSensitiveLog: (obj: ContinuousHyperParameterRange) => any;
3482
+ /**
3483
+ * @internal
3484
+ */
3485
+ export declare const IntegerHyperParameterRangeFilterSensitiveLog: (obj: IntegerHyperParameterRange) => any;
3486
+ /**
3487
+ * @internal
3488
+ */
3489
+ export declare const HyperParameterRangesFilterSensitiveLog: (obj: HyperParameterRanges) => any;
3490
+ /**
3491
+ * @internal
3492
+ */
3493
+ export declare const HPOObjectiveFilterSensitiveLog: (obj: HPOObjective) => any;
3494
+ /**
3495
+ * @internal
3496
+ */
3497
+ export declare const HPOResourceConfigFilterSensitiveLog: (obj: HPOResourceConfig) => any;
3498
+ /**
3499
+ * @internal
3500
+ */
3501
+ export declare const HPOConfigFilterSensitiveLog: (obj: HPOConfig) => any;
3502
+ /**
3503
+ * @internal
3504
+ */
3505
+ export declare const OptimizationObjectiveFilterSensitiveLog: (obj: OptimizationObjective) => any;
3506
+ /**
3507
+ * @internal
3508
+ */
3509
+ export declare const SolutionConfigFilterSensitiveLog: (obj: SolutionConfig) => any;
3510
+ /**
3511
+ * @internal
3512
+ */
3513
+ export declare const CreateSolutionRequestFilterSensitiveLog: (obj: CreateSolutionRequest) => any;
3514
+ /**
3515
+ * @internal
3516
+ */
3517
+ export declare const CreateSolutionResponseFilterSensitiveLog: (obj: CreateSolutionResponse) => any;
3518
+ /**
3519
+ * @internal
3520
+ */
3521
+ export declare const CreateSolutionVersionRequestFilterSensitiveLog: (obj: CreateSolutionVersionRequest) => any;
3522
+ /**
3523
+ * @internal
3524
+ */
3525
+ export declare const CreateSolutionVersionResponseFilterSensitiveLog: (obj: CreateSolutionVersionResponse) => any;
3526
+ /**
3527
+ * @internal
3528
+ */
3529
+ export declare const DeleteCampaignRequestFilterSensitiveLog: (obj: DeleteCampaignRequest) => any;
3530
+ /**
3531
+ * @internal
3532
+ */
3533
+ export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
3534
+ /**
3535
+ * @internal
3536
+ */
3537
+ export declare const DeleteDatasetGroupRequestFilterSensitiveLog: (obj: DeleteDatasetGroupRequest) => any;
3538
+ /**
3539
+ * @internal
3540
+ */
3541
+ export declare const DeleteEventTrackerRequestFilterSensitiveLog: (obj: DeleteEventTrackerRequest) => any;
3542
+ /**
3543
+ * @internal
3544
+ */
3545
+ export declare const DeleteFilterRequestFilterSensitiveLog: (obj: DeleteFilterRequest) => any;
3546
+ /**
3547
+ * @internal
3548
+ */
3549
+ export declare const DeleteRecommenderRequestFilterSensitiveLog: (obj: DeleteRecommenderRequest) => any;
3550
+ /**
3551
+ * @internal
3552
+ */
3553
+ export declare const DeleteSchemaRequestFilterSensitiveLog: (obj: DeleteSchemaRequest) => any;
3554
+ /**
3555
+ * @internal
3556
+ */
3557
+ export declare const DeleteSolutionRequestFilterSensitiveLog: (obj: DeleteSolutionRequest) => any;
3558
+ /**
3559
+ * @internal
3560
+ */
3561
+ export declare const DescribeAlgorithmRequestFilterSensitiveLog: (obj: DescribeAlgorithmRequest) => any;
3562
+ /**
3563
+ * @internal
3564
+ */
3565
+ export declare const DescribeAlgorithmResponseFilterSensitiveLog: (obj: DescribeAlgorithmResponse) => any;
3566
+ /**
3567
+ * @internal
3568
+ */
3569
+ export declare const DescribeBatchInferenceJobRequestFilterSensitiveLog: (obj: DescribeBatchInferenceJobRequest) => any;
3570
+ /**
3571
+ * @internal
3572
+ */
3573
+ export declare const BatchInferenceJobFilterSensitiveLog: (obj: BatchInferenceJob) => any;
3574
+ /**
3575
+ * @internal
3576
+ */
3577
+ export declare const DescribeBatchInferenceJobResponseFilterSensitiveLog: (obj: DescribeBatchInferenceJobResponse) => any;
3578
+ /**
3579
+ * @internal
3580
+ */
3581
+ export declare const DescribeBatchSegmentJobRequestFilterSensitiveLog: (obj: DescribeBatchSegmentJobRequest) => any;
3582
+ /**
3583
+ * @internal
3584
+ */
3585
+ export declare const BatchSegmentJobFilterSensitiveLog: (obj: BatchSegmentJob) => any;
3586
+ /**
3587
+ * @internal
3588
+ */
3589
+ export declare const DescribeBatchSegmentJobResponseFilterSensitiveLog: (obj: DescribeBatchSegmentJobResponse) => any;
3590
+ /**
3591
+ * @internal
3592
+ */
3593
+ export declare const DescribeCampaignRequestFilterSensitiveLog: (obj: DescribeCampaignRequest) => any;
3594
+ /**
3595
+ * @internal
3596
+ */
3597
+ export declare const CampaignUpdateSummaryFilterSensitiveLog: (obj: CampaignUpdateSummary) => any;
3598
+ /**
3599
+ * @internal
3600
+ */
3601
+ export declare const CampaignFilterSensitiveLog: (obj: Campaign) => any;
3602
+ /**
3603
+ * @internal
3604
+ */
3605
+ export declare const DescribeCampaignResponseFilterSensitiveLog: (obj: DescribeCampaignResponse) => any;
3606
+ /**
3607
+ * @internal
3608
+ */
3609
+ export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
3610
+ /**
3611
+ * @internal
3612
+ */
3613
+ export declare const DatasetFilterSensitiveLog: (obj: Dataset) => any;
3614
+ /**
3615
+ * @internal
3616
+ */
3617
+ export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
3618
+ /**
3619
+ * @internal
3620
+ */
3621
+ export declare const DescribeDatasetExportJobRequestFilterSensitiveLog: (obj: DescribeDatasetExportJobRequest) => any;
3622
+ /**
3623
+ * @internal
3624
+ */
3625
+ export declare const DatasetExportJobFilterSensitiveLog: (obj: DatasetExportJob) => any;
3626
+ /**
3627
+ * @internal
3628
+ */
3629
+ export declare const DescribeDatasetExportJobResponseFilterSensitiveLog: (obj: DescribeDatasetExportJobResponse) => any;
3630
+ /**
3631
+ * @internal
3632
+ */
3633
+ export declare const DescribeDatasetGroupRequestFilterSensitiveLog: (obj: DescribeDatasetGroupRequest) => any;
3634
+ /**
3635
+ * @internal
3636
+ */
3637
+ export declare const DatasetGroupFilterSensitiveLog: (obj: DatasetGroup) => any;
3638
+ /**
3639
+ * @internal
3640
+ */
3641
+ export declare const DescribeDatasetGroupResponseFilterSensitiveLog: (obj: DescribeDatasetGroupResponse) => any;
3642
+ /**
3643
+ * @internal
3644
+ */
3645
+ export declare const DescribeDatasetImportJobRequestFilterSensitiveLog: (obj: DescribeDatasetImportJobRequest) => any;
3646
+ /**
3647
+ * @internal
3648
+ */
3649
+ export declare const DatasetImportJobFilterSensitiveLog: (obj: DatasetImportJob) => any;
3650
+ /**
3651
+ * @internal
3652
+ */
3653
+ export declare const DescribeDatasetImportJobResponseFilterSensitiveLog: (obj: DescribeDatasetImportJobResponse) => any;
3654
+ /**
3655
+ * @internal
3656
+ */
3657
+ export declare const DescribeEventTrackerRequestFilterSensitiveLog: (obj: DescribeEventTrackerRequest) => any;
3658
+ /**
3659
+ * @internal
3660
+ */
3661
+ export declare const EventTrackerFilterSensitiveLog: (obj: EventTracker) => any;
3662
+ /**
3663
+ * @internal
3664
+ */
3665
+ export declare const DescribeEventTrackerResponseFilterSensitiveLog: (obj: DescribeEventTrackerResponse) => any;
3666
+ /**
3667
+ * @internal
3668
+ */
3669
+ export declare const DescribeFeatureTransformationRequestFilterSensitiveLog: (obj: DescribeFeatureTransformationRequest) => any;
3670
+ /**
3671
+ * @internal
3672
+ */
3673
+ export declare const FeatureTransformationFilterSensitiveLog: (obj: FeatureTransformation) => any;
3674
+ /**
3675
+ * @internal
3676
+ */
3677
+ export declare const DescribeFeatureTransformationResponseFilterSensitiveLog: (obj: DescribeFeatureTransformationResponse) => any;
3678
+ /**
3679
+ * @internal
3680
+ */
3681
+ export declare const DescribeFilterRequestFilterSensitiveLog: (obj: DescribeFilterRequest) => any;
3682
+ /**
3683
+ * @internal
3684
+ */
3685
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
3686
+ /**
3687
+ * @internal
3688
+ */
3689
+ export declare const DescribeFilterResponseFilterSensitiveLog: (obj: DescribeFilterResponse) => any;
3690
+ /**
3691
+ * @internal
3692
+ */
3693
+ export declare const DescribeRecipeRequestFilterSensitiveLog: (obj: DescribeRecipeRequest) => any;
3694
+ /**
3695
+ * @internal
3696
+ */
3697
+ export declare const RecipeFilterSensitiveLog: (obj: Recipe) => any;
3698
+ /**
3699
+ * @internal
3700
+ */
3701
+ export declare const DescribeRecipeResponseFilterSensitiveLog: (obj: DescribeRecipeResponse) => any;
3702
+ /**
3703
+ * @internal
3704
+ */
3705
+ export declare const DescribeRecommenderRequestFilterSensitiveLog: (obj: DescribeRecommenderRequest) => any;
3706
+ /**
3707
+ * @internal
3708
+ */
3709
+ export declare const RecommenderUpdateSummaryFilterSensitiveLog: (obj: RecommenderUpdateSummary) => any;
3710
+ /**
3711
+ * @internal
3712
+ */
3713
+ export declare const RecommenderFilterSensitiveLog: (obj: Recommender) => any;
3714
+ /**
3715
+ * @internal
3716
+ */
3717
+ export declare const DescribeRecommenderResponseFilterSensitiveLog: (obj: DescribeRecommenderResponse) => any;
3718
+ /**
3719
+ * @internal
3720
+ */
3721
+ export declare const DescribeSchemaRequestFilterSensitiveLog: (obj: DescribeSchemaRequest) => any;
3722
+ /**
3723
+ * @internal
3724
+ */
3725
+ export declare const DatasetSchemaFilterSensitiveLog: (obj: DatasetSchema) => any;
3726
+ /**
3727
+ * @internal
3728
+ */
3729
+ export declare const DescribeSchemaResponseFilterSensitiveLog: (obj: DescribeSchemaResponse) => any;
3730
+ /**
3731
+ * @internal
3732
+ */
3733
+ export declare const DescribeSolutionRequestFilterSensitiveLog: (obj: DescribeSolutionRequest) => any;
3734
+ /**
3735
+ * @internal
3736
+ */
3737
+ export declare const AutoMLResultFilterSensitiveLog: (obj: AutoMLResult) => any;
3738
+ /**
3739
+ * @internal
3740
+ */
3741
+ export declare const SolutionVersionSummaryFilterSensitiveLog: (obj: SolutionVersionSummary) => any;
3742
+ /**
3743
+ * @internal
3744
+ */
3745
+ export declare const SolutionFilterSensitiveLog: (obj: Solution) => any;
3746
+ /**
3747
+ * @internal
3748
+ */
3749
+ export declare const DescribeSolutionResponseFilterSensitiveLog: (obj: DescribeSolutionResponse) => any;
3750
+ /**
3751
+ * @internal
3752
+ */
3753
+ export declare const DescribeSolutionVersionRequestFilterSensitiveLog: (obj: DescribeSolutionVersionRequest) => any;
3754
+ /**
3755
+ * @internal
3756
+ */
3757
+ export declare const TunedHPOParamsFilterSensitiveLog: (obj: TunedHPOParams) => any;
3758
+ /**
3759
+ * @internal
3760
+ */
3761
+ export declare const SolutionVersionFilterSensitiveLog: (obj: SolutionVersion) => any;
3762
+ /**
3763
+ * @internal
3764
+ */
3765
+ export declare const DescribeSolutionVersionResponseFilterSensitiveLog: (obj: DescribeSolutionVersionResponse) => any;
3766
+ /**
3767
+ * @internal
3768
+ */
3769
+ export declare const GetSolutionMetricsRequestFilterSensitiveLog: (obj: GetSolutionMetricsRequest) => any;
3770
+ /**
3771
+ * @internal
3772
+ */
3773
+ export declare const GetSolutionMetricsResponseFilterSensitiveLog: (obj: GetSolutionMetricsResponse) => any;
3774
+ /**
3775
+ * @internal
3776
+ */
3777
+ export declare const ListBatchInferenceJobsRequestFilterSensitiveLog: (obj: ListBatchInferenceJobsRequest) => any;
3778
+ /**
3779
+ * @internal
3780
+ */
3781
+ export declare const BatchInferenceJobSummaryFilterSensitiveLog: (obj: BatchInferenceJobSummary) => any;
3782
+ /**
3783
+ * @internal
3784
+ */
3785
+ export declare const ListBatchInferenceJobsResponseFilterSensitiveLog: (obj: ListBatchInferenceJobsResponse) => any;
3786
+ /**
3787
+ * @internal
3788
+ */
3789
+ export declare const ListBatchSegmentJobsRequestFilterSensitiveLog: (obj: ListBatchSegmentJobsRequest) => any;
3790
+ /**
3791
+ * @internal
3792
+ */
3793
+ export declare const BatchSegmentJobSummaryFilterSensitiveLog: (obj: BatchSegmentJobSummary) => any;
3794
+ /**
3795
+ * @internal
3796
+ */
3797
+ export declare const ListBatchSegmentJobsResponseFilterSensitiveLog: (obj: ListBatchSegmentJobsResponse) => any;
3798
+ /**
3799
+ * @internal
3800
+ */
3801
+ export declare const ListCampaignsRequestFilterSensitiveLog: (obj: ListCampaignsRequest) => any;
3802
+ /**
3803
+ * @internal
3804
+ */
3805
+ export declare const CampaignSummaryFilterSensitiveLog: (obj: CampaignSummary) => any;
3806
+ /**
3807
+ * @internal
3808
+ */
3809
+ export declare const ListCampaignsResponseFilterSensitiveLog: (obj: ListCampaignsResponse) => any;
3810
+ /**
3811
+ * @internal
3812
+ */
3813
+ export declare const ListDatasetExportJobsRequestFilterSensitiveLog: (obj: ListDatasetExportJobsRequest) => any;
3814
+ /**
3815
+ * @internal
3816
+ */
3817
+ export declare const DatasetExportJobSummaryFilterSensitiveLog: (obj: DatasetExportJobSummary) => any;
3818
+ /**
3819
+ * @internal
3820
+ */
3821
+ export declare const ListDatasetExportJobsResponseFilterSensitiveLog: (obj: ListDatasetExportJobsResponse) => any;
3822
+ /**
3823
+ * @internal
3824
+ */
3825
+ export declare const ListDatasetGroupsRequestFilterSensitiveLog: (obj: ListDatasetGroupsRequest) => any;
3826
+ /**
3827
+ * @internal
3828
+ */
3829
+ export declare const DatasetGroupSummaryFilterSensitiveLog: (obj: DatasetGroupSummary) => any;
3830
+ /**
3831
+ * @internal
3832
+ */
3833
+ export declare const ListDatasetGroupsResponseFilterSensitiveLog: (obj: ListDatasetGroupsResponse) => any;
3834
+ /**
3835
+ * @internal
3836
+ */
3837
+ export declare const ListDatasetImportJobsRequestFilterSensitiveLog: (obj: ListDatasetImportJobsRequest) => any;
3838
+ /**
3839
+ * @internal
3840
+ */
3841
+ export declare const DatasetImportJobSummaryFilterSensitiveLog: (obj: DatasetImportJobSummary) => any;
3842
+ /**
3843
+ * @internal
3844
+ */
3845
+ export declare const ListDatasetImportJobsResponseFilterSensitiveLog: (obj: ListDatasetImportJobsResponse) => any;
3846
+ /**
3847
+ * @internal
3848
+ */
3849
+ export declare const ListDatasetsRequestFilterSensitiveLog: (obj: ListDatasetsRequest) => any;
3850
+ /**
3851
+ * @internal
3852
+ */
3853
+ export declare const DatasetSummaryFilterSensitiveLog: (obj: DatasetSummary) => any;
3854
+ /**
3855
+ * @internal
3856
+ */
3857
+ export declare const ListDatasetsResponseFilterSensitiveLog: (obj: ListDatasetsResponse) => any;
3858
+ /**
3859
+ * @internal
3860
+ */
3861
+ export declare const ListEventTrackersRequestFilterSensitiveLog: (obj: ListEventTrackersRequest) => any;
3862
+ /**
3863
+ * @internal
3864
+ */
3865
+ export declare const EventTrackerSummaryFilterSensitiveLog: (obj: EventTrackerSummary) => any;
3866
+ /**
3867
+ * @internal
3868
+ */
3869
+ export declare const ListEventTrackersResponseFilterSensitiveLog: (obj: ListEventTrackersResponse) => any;
3870
+ /**
3871
+ * @internal
3872
+ */
3873
+ export declare const ListFiltersRequestFilterSensitiveLog: (obj: ListFiltersRequest) => any;
3874
+ /**
3875
+ * @internal
3876
+ */
3877
+ export declare const FilterSummaryFilterSensitiveLog: (obj: FilterSummary) => any;
3878
+ /**
3879
+ * @internal
3880
+ */
3881
+ export declare const ListFiltersResponseFilterSensitiveLog: (obj: ListFiltersResponse) => any;
3882
+ /**
3883
+ * @internal
3884
+ */
3885
+ export declare const ListRecipesRequestFilterSensitiveLog: (obj: ListRecipesRequest) => any;
3886
+ /**
3887
+ * @internal
3888
+ */
3889
+ export declare const RecipeSummaryFilterSensitiveLog: (obj: RecipeSummary) => any;
3890
+ /**
3891
+ * @internal
3892
+ */
3893
+ export declare const ListRecipesResponseFilterSensitiveLog: (obj: ListRecipesResponse) => any;
3894
+ /**
3895
+ * @internal
3896
+ */
3897
+ export declare const ListRecommendersRequestFilterSensitiveLog: (obj: ListRecommendersRequest) => any;
3898
+ /**
3899
+ * @internal
3900
+ */
3901
+ export declare const RecommenderSummaryFilterSensitiveLog: (obj: RecommenderSummary) => any;
3902
+ /**
3903
+ * @internal
3904
+ */
3905
+ export declare const ListRecommendersResponseFilterSensitiveLog: (obj: ListRecommendersResponse) => any;
3906
+ /**
3907
+ * @internal
3908
+ */
3909
+ export declare const ListSchemasRequestFilterSensitiveLog: (obj: ListSchemasRequest) => any;
3910
+ /**
3911
+ * @internal
3912
+ */
3913
+ export declare const DatasetSchemaSummaryFilterSensitiveLog: (obj: DatasetSchemaSummary) => any;
3914
+ /**
3915
+ * @internal
3916
+ */
3917
+ export declare const ListSchemasResponseFilterSensitiveLog: (obj: ListSchemasResponse) => any;
3918
+ /**
3919
+ * @internal
3920
+ */
3921
+ export declare const ListSolutionsRequestFilterSensitiveLog: (obj: ListSolutionsRequest) => any;
3922
+ /**
3923
+ * @internal
3924
+ */
3925
+ export declare const SolutionSummaryFilterSensitiveLog: (obj: SolutionSummary) => any;
3926
+ /**
3927
+ * @internal
3928
+ */
3929
+ export declare const ListSolutionsResponseFilterSensitiveLog: (obj: ListSolutionsResponse) => any;
3930
+ /**
3931
+ * @internal
3932
+ */
3933
+ export declare const ListSolutionVersionsRequestFilterSensitiveLog: (obj: ListSolutionVersionsRequest) => any;
3934
+ /**
3935
+ * @internal
3936
+ */
3937
+ export declare const ListSolutionVersionsResponseFilterSensitiveLog: (obj: ListSolutionVersionsResponse) => any;
3938
+ /**
3939
+ * @internal
3940
+ */
3941
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3942
+ /**
3943
+ * @internal
3944
+ */
3945
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3946
+ /**
3947
+ * @internal
3948
+ */
3949
+ export declare const StartRecommenderRequestFilterSensitiveLog: (obj: StartRecommenderRequest) => any;
3950
+ /**
3951
+ * @internal
3952
+ */
3953
+ export declare const StartRecommenderResponseFilterSensitiveLog: (obj: StartRecommenderResponse) => any;
3954
+ /**
3955
+ * @internal
3956
+ */
3957
+ export declare const StopRecommenderRequestFilterSensitiveLog: (obj: StopRecommenderRequest) => any;
3958
+ /**
3959
+ * @internal
3960
+ */
3961
+ export declare const StopRecommenderResponseFilterSensitiveLog: (obj: StopRecommenderResponse) => any;
3962
+ /**
3963
+ * @internal
3964
+ */
3965
+ export declare const StopSolutionVersionCreationRequestFilterSensitiveLog: (obj: StopSolutionVersionCreationRequest) => any;
3966
+ /**
3967
+ * @internal
3968
+ */
3969
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3970
+ /**
3971
+ * @internal
3972
+ */
3973
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3974
+ /**
3975
+ * @internal
3976
+ */
3977
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3978
+ /**
3979
+ * @internal
3980
+ */
3981
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3982
+ /**
3983
+ * @internal
3984
+ */
3985
+ export declare const UpdateCampaignRequestFilterSensitiveLog: (obj: UpdateCampaignRequest) => any;
3986
+ /**
3987
+ * @internal
3988
+ */
3989
+ export declare const UpdateCampaignResponseFilterSensitiveLog: (obj: UpdateCampaignResponse) => any;
3990
+ /**
3991
+ * @internal
3992
+ */
3993
+ export declare const UpdateRecommenderRequestFilterSensitiveLog: (obj: UpdateRecommenderRequest) => any;
3994
+ /**
3995
+ * @internal
3996
+ */
3997
+ export declare const UpdateRecommenderResponseFilterSensitiveLog: (obj: UpdateRecommenderResponse) => any;