@aws-sdk/client-personalize 3.131.0 → 3.142.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 (144) hide show
  1. package/CHANGELOG.md +34 -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 +696 -1033
  64. package/dist-cjs/protocols/Aws_json1_1.js +303 -501
  65. package/dist-es/commands/CreateBatchInferenceJobCommand.js +3 -3
  66. package/dist-es/commands/CreateBatchSegmentJobCommand.js +3 -3
  67. package/dist-es/commands/CreateCampaignCommand.js +3 -3
  68. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  69. package/dist-es/commands/CreateDatasetExportJobCommand.js +3 -3
  70. package/dist-es/commands/CreateDatasetGroupCommand.js +3 -3
  71. package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -3
  72. package/dist-es/commands/CreateEventTrackerCommand.js +3 -3
  73. package/dist-es/commands/CreateFilterCommand.js +3 -3
  74. package/dist-es/commands/CreateRecommenderCommand.js +3 -3
  75. package/dist-es/commands/CreateSchemaCommand.js +3 -3
  76. package/dist-es/commands/CreateSolutionCommand.js +3 -3
  77. package/dist-es/commands/CreateSolutionVersionCommand.js +3 -3
  78. package/dist-es/commands/DeleteCampaignCommand.js +2 -2
  79. package/dist-es/commands/DeleteDatasetCommand.js +2 -2
  80. package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -2
  81. package/dist-es/commands/DeleteEventTrackerCommand.js +2 -2
  82. package/dist-es/commands/DeleteFilterCommand.js +2 -2
  83. package/dist-es/commands/DeleteRecommenderCommand.js +2 -2
  84. package/dist-es/commands/DeleteSchemaCommand.js +2 -2
  85. package/dist-es/commands/DeleteSolutionCommand.js +2 -2
  86. package/dist-es/commands/DescribeAlgorithmCommand.js +3 -3
  87. package/dist-es/commands/DescribeBatchInferenceJobCommand.js +3 -3
  88. package/dist-es/commands/DescribeBatchSegmentJobCommand.js +3 -3
  89. package/dist-es/commands/DescribeCampaignCommand.js +3 -3
  90. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  91. package/dist-es/commands/DescribeDatasetExportJobCommand.js +3 -3
  92. package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -3
  93. package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -3
  94. package/dist-es/commands/DescribeEventTrackerCommand.js +3 -3
  95. package/dist-es/commands/DescribeFeatureTransformationCommand.js +3 -3
  96. package/dist-es/commands/DescribeFilterCommand.js +3 -3
  97. package/dist-es/commands/DescribeRecipeCommand.js +3 -3
  98. package/dist-es/commands/DescribeRecommenderCommand.js +3 -3
  99. package/dist-es/commands/DescribeSchemaCommand.js +3 -3
  100. package/dist-es/commands/DescribeSolutionCommand.js +3 -3
  101. package/dist-es/commands/DescribeSolutionVersionCommand.js +3 -3
  102. package/dist-es/commands/GetSolutionMetricsCommand.js +3 -3
  103. package/dist-es/commands/ListBatchInferenceJobsCommand.js +3 -3
  104. package/dist-es/commands/ListBatchSegmentJobsCommand.js +3 -3
  105. package/dist-es/commands/ListCampaignsCommand.js +3 -3
  106. package/dist-es/commands/ListDatasetExportJobsCommand.js +3 -3
  107. package/dist-es/commands/ListDatasetGroupsCommand.js +3 -3
  108. package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -3
  109. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  110. package/dist-es/commands/ListEventTrackersCommand.js +3 -3
  111. package/dist-es/commands/ListFiltersCommand.js +3 -3
  112. package/dist-es/commands/ListRecipesCommand.js +3 -3
  113. package/dist-es/commands/ListRecommendersCommand.js +3 -3
  114. package/dist-es/commands/ListSchemasCommand.js +3 -3
  115. package/dist-es/commands/ListSolutionVersionsCommand.js +3 -3
  116. package/dist-es/commands/ListSolutionsCommand.js +3 -3
  117. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  118. package/dist-es/commands/StartRecommenderCommand.js +3 -3
  119. package/dist-es/commands/StopRecommenderCommand.js +3 -3
  120. package/dist-es/commands/StopSolutionVersionCreationCommand.js +2 -2
  121. package/dist-es/commands/TagResourceCommand.js +3 -3
  122. package/dist-es/commands/UntagResourceCommand.js +3 -3
  123. package/dist-es/commands/UpdateCampaignCommand.js +3 -3
  124. package/dist-es/commands/UpdateRecommenderCommand.js +3 -3
  125. package/dist-es/models/models_0.js +176 -684
  126. package/dist-es/protocols/Aws_json1_1.js +484 -503
  127. package/dist-types/Personalize.d.ts +87 -77
  128. package/dist-types/commands/CreateDatasetCommand.d.ts +8 -6
  129. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +10 -13
  130. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +20 -18
  131. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +20 -14
  132. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -2
  133. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -2
  134. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  135. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +1 -2
  136. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -1
  137. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -2
  138. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +6 -5
  139. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +3 -3
  140. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +6 -5
  141. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -3
  142. package/dist-types/models/models_0.d.ts +823 -1093
  143. package/dist-types/ts3.4/models/models_0.d.ts +348 -680
  144. package/package.json +6 -6
@@ -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,36 +414,25 @@ 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>
546
426
  */
547
427
  name: string | undefined;
548
428
  /**
549
- * <p>The ARN of the schema to associate with the dataset. The schema defines the dataset
550
- * fields.</p>
429
+ * <p>The ARN of the schema to associate with the dataset. The schema
430
+ * defines the dataset fields.</p>
551
431
  */
552
432
  schemaArn: string | undefined;
553
433
  /**
554
- * <p>The Amazon Resource Name (ARN) of the dataset group to add the dataset to.</p>
434
+ * <p>The Amazon Resource Name (ARN) of the dataset group to add the dataset
435
+ * to.</p>
555
436
  */
556
437
  datasetGroupArn: string | undefined;
557
438
  /**
@@ -575,24 +456,12 @@ export interface CreateDatasetRequest {
575
456
  */
576
457
  tags?: Tag[];
577
458
  }
578
- export declare namespace CreateDatasetRequest {
579
- /**
580
- * @internal
581
- */
582
- const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
583
- }
584
459
  export interface CreateDatasetResponse {
585
460
  /**
586
461
  * <p>The ARN of the dataset.</p>
587
462
  */
588
463
  datasetArn?: string;
589
464
  }
590
- export declare namespace CreateDatasetResponse {
591
- /**
592
- * @internal
593
- */
594
- const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
595
- }
596
465
  export declare enum IngestionMode {
597
466
  ALL = "ALL",
598
467
  BULK = "BULK",
@@ -607,31 +476,28 @@ export interface DatasetExportJobOutput {
607
476
  */
608
477
  s3DataDestination: S3DataConfig | undefined;
609
478
  }
610
- export declare namespace DatasetExportJobOutput {
611
- /**
612
- * @internal
613
- */
614
- const filterSensitiveLog: (obj: DatasetExportJobOutput) => any;
615
- }
616
479
  export interface CreateDatasetExportJobRequest {
617
480
  /**
618
481
  * <p>The name for the dataset export job.</p>
619
482
  */
620
483
  jobName: string | undefined;
621
484
  /**
622
- * <p>The Amazon Resource Name (ARN) of the dataset that contains the data to export.</p>
485
+ * <p>The Amazon Resource Name (ARN) of the dataset that contains the data
486
+ * to export.</p>
623
487
  */
624
488
  datasetArn: string | undefined;
625
489
  /**
626
- * <p>The data to export, based on how you imported the data. You can choose to export only <code>BULK</code> data that you imported using a dataset import job,
627
- * only <code>PUT</code> data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or <code>ALL</code>
628
- * for both types. The default value is <code>PUT</code>.
490
+ * <p>The data to export, based on how you imported the data. You can choose
491
+ * to export only <code>BULK</code> data that you imported using a dataset
492
+ * import job, only <code>PUT</code> data that you imported incrementally
493
+ * (using the console, PutEvents, PutUsers and PutItems operations), or
494
+ * <code>ALL</code> for both types. The default value is <code>PUT</code>.
629
495
  * </p>
630
496
  */
631
497
  ingestionMode?: IngestionMode | string;
632
498
  /**
633
- * <p>The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your
634
- * output Amazon S3 bucket.</p>
499
+ * <p>The Amazon Resource Name (ARN) of the IAM service role that has
500
+ * permissions to add data to your output Amazon S3 bucket.</p>
635
501
  */
636
502
  roleArn: string | undefined;
637
503
  /**
@@ -643,24 +509,12 @@ export interface CreateDatasetExportJobRequest {
643
509
  */
644
510
  tags?: Tag[];
645
511
  }
646
- export declare namespace CreateDatasetExportJobRequest {
647
- /**
648
- * @internal
649
- */
650
- const filterSensitiveLog: (obj: CreateDatasetExportJobRequest) => any;
651
- }
652
512
  export interface CreateDatasetExportJobResponse {
653
513
  /**
654
514
  * <p>The Amazon Resource Name (ARN) of the dataset export job.</p>
655
515
  */
656
516
  datasetExportJobArn?: string;
657
517
  }
658
- export declare namespace CreateDatasetExportJobResponse {
659
- /**
660
- * @internal
661
- */
662
- const filterSensitiveLog: (obj: CreateDatasetExportJobResponse) => any;
663
- }
664
518
  export declare enum Domain {
665
519
  ECOMMERCE = "ECOMMERCE",
666
520
  VIDEO_ON_DEMAND = "VIDEO_ON_DEMAND"
@@ -671,19 +525,22 @@ export interface CreateDatasetGroupRequest {
671
525
  */
672
526
  name: string | undefined;
673
527
  /**
674
- * <p>The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM
675
- * role is only valid when also specifying a KMS key.</p>
528
+ * <p>The ARN of the Identity and Access Management (IAM) role that has permissions to access
529
+ * the Key Management Service (KMS) key. Supplying an IAM role is only valid when also
530
+ * specifying a KMS key.</p>
676
531
  */
677
532
  roleArn?: string;
678
533
  /**
679
- * <p>The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.</p>
534
+ * <p>The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to
535
+ * encrypt the datasets.</p>
680
536
  */
681
537
  kmsKeyArn?: string;
682
538
  /**
683
- * <p>The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify
684
- * determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain,
685
- * you create a Custom dataset group with solution versions that you deploy with a campaign.
686
- * </p>
539
+ * <p>The domain of the dataset group. Specify a domain to create a
540
+ * Domain dataset group. The domain you specify determines the default
541
+ * schemas for datasets and the use cases available for recommenders. If you
542
+ * don't specify a domain, you create a Custom dataset group with solution
543
+ * versions that you deploy with a campaign. </p>
687
544
  */
688
545
  domain?: Domain | string;
689
546
  /**
@@ -691,12 +548,6 @@ export interface CreateDatasetGroupRequest {
691
548
  */
692
549
  tags?: Tag[];
693
550
  }
694
- export declare namespace CreateDatasetGroupRequest {
695
- /**
696
- * @internal
697
- */
698
- const filterSensitiveLog: (obj: CreateDatasetGroupRequest) => any;
699
- }
700
551
  export interface CreateDatasetGroupResponse {
701
552
  /**
702
553
  * <p>The Amazon Resource Name (ARN) of the new dataset group.</p>
@@ -707,30 +558,23 @@ export interface CreateDatasetGroupResponse {
707
558
  */
708
559
  domain?: Domain | string;
709
560
  }
710
- export declare namespace CreateDatasetGroupResponse {
711
- /**
712
- * @internal
713
- */
714
- const filterSensitiveLog: (obj: CreateDatasetGroupResponse) => any;
715
- }
716
561
  /**
717
- * <p>Describes the data source that contains the data to upload to a dataset.</p>
562
+ * <p>Describes the data source that contains the data to upload to a
563
+ * dataset.</p>
718
564
  */
719
565
  export interface DataSource {
720
566
  /**
721
- * <p>The path to the Amazon S3 bucket where the data that you want to upload to your dataset is
722
- * stored. For example: </p>
567
+ * <p>The path to the Amazon S3 bucket where the data that you want to upload to
568
+ * your dataset is stored. For example: </p>
723
569
  * <p>
724
570
  * <code>s3://bucket-name/folder-name/</code>
725
571
  * </p>
726
572
  */
727
573
  dataLocation?: string;
728
574
  }
729
- export declare namespace DataSource {
730
- /**
731
- * @internal
732
- */
733
- const filterSensitiveLog: (obj: DataSource) => any;
575
+ export declare enum ImportMode {
576
+ FULL = "FULL",
577
+ INCREMENTAL = "INCREMENTAL"
734
578
  }
735
579
  export interface CreateDatasetImportJobRequest {
736
580
  /**
@@ -746,19 +590,31 @@ export interface CreateDatasetImportJobRequest {
746
590
  */
747
591
  dataSource: DataSource | undefined;
748
592
  /**
749
- * <p>The ARN of the IAM role that has permissions to read from the Amazon S3 data source.</p>
593
+ * <p>The ARN of the IAM role that has permissions to read from the Amazon S3
594
+ * data source.</p>
750
595
  */
751
596
  roleArn: string | undefined;
752
597
  /**
753
598
  * <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> to apply to the dataset import job.</p>
754
599
  */
755
600
  tags?: Tag[];
756
- }
757
- export declare namespace CreateDatasetImportJobRequest {
758
601
  /**
759
- * @internal
602
+ * <p>Specify how to add the new records to an existing dataset. The default
603
+ * import mode is <code>FULL</code>. If you haven't imported bulk records into the dataset previously, you
604
+ * can only specify <code>FULL</code>.</p>
605
+ * <ul>
606
+ * <li>
607
+ * <p>Specify <code>FULL</code> to overwrite all existing bulk data in
608
+ * your dataset. Data you imported individually is not replaced.</p>
609
+ * </li>
610
+ * <li>
611
+ * <p>Specify <code>INCREMENTAL</code> to append the new records to the
612
+ * existing data in your dataset. Amazon Personalize replaces any record with the
613
+ * same ID with the new one.</p>
614
+ * </li>
615
+ * </ul>
760
616
  */
761
- const filterSensitiveLog: (obj: CreateDatasetImportJobRequest) => any;
617
+ importMode?: ImportMode | string;
762
618
  }
763
619
  export interface CreateDatasetImportJobResponse {
764
620
  /**
@@ -766,12 +622,6 @@ export interface CreateDatasetImportJobResponse {
766
622
  */
767
623
  datasetImportJobArn?: string;
768
624
  }
769
- export declare namespace CreateDatasetImportJobResponse {
770
- /**
771
- * @internal
772
- */
773
- const filterSensitiveLog: (obj: CreateDatasetImportJobResponse) => any;
774
- }
775
625
  export interface CreateEventTrackerRequest {
776
626
  /**
777
627
  * <p>The name for the event tracker.</p>
@@ -786,12 +636,6 @@ export interface CreateEventTrackerRequest {
786
636
  */
787
637
  tags?: Tag[];
788
638
  }
789
- export declare namespace CreateEventTrackerRequest {
790
- /**
791
- * @internal
792
- */
793
- const filterSensitiveLog: (obj: CreateEventTrackerRequest) => any;
794
- }
795
639
  export interface CreateEventTrackerResponse {
796
640
  /**
797
641
  * <p>The ARN of the event tracker.</p>
@@ -803,12 +647,6 @@ export interface CreateEventTrackerResponse {
803
647
  */
804
648
  trackingId?: string;
805
649
  }
806
- export declare namespace CreateEventTrackerResponse {
807
- /**
808
- * @internal
809
- */
810
- const filterSensitiveLog: (obj: CreateEventTrackerResponse) => any;
811
- }
812
650
  export interface CreateFilterRequest {
813
651
  /**
814
652
  * <p>The name of the filter to create.</p>
@@ -829,24 +667,12 @@ export interface CreateFilterRequest {
829
667
  */
830
668
  tags?: Tag[];
831
669
  }
832
- export declare namespace CreateFilterRequest {
833
- /**
834
- * @internal
835
- */
836
- const filterSensitiveLog: (obj: CreateFilterRequest) => any;
837
- }
838
670
  export interface CreateFilterResponse {
839
671
  /**
840
672
  * <p>The ARN of the new filter.</p>
841
673
  */
842
674
  filterArn?: string;
843
675
  }
844
- export declare namespace CreateFilterResponse {
845
- /**
846
- * @internal
847
- */
848
- const filterSensitiveLog: (obj: CreateFilterResponse) => any;
849
- }
850
676
  /**
851
677
  * <p>The configuration details of the recommender.</p>
852
678
  */
@@ -864,12 +690,6 @@ export interface RecommenderConfig {
864
690
  */
865
691
  minRecommendationRequestsPerSecond?: number;
866
692
  }
867
- export declare namespace RecommenderConfig {
868
- /**
869
- * @internal
870
- */
871
- const filterSensitiveLog: (obj: RecommenderConfig) => any;
872
- }
873
693
  export interface CreateRecommenderRequest {
874
694
  /**
875
695
  * <p>The name of the recommender.</p>
@@ -894,24 +714,12 @@ export interface CreateRecommenderRequest {
894
714
  */
895
715
  tags?: Tag[];
896
716
  }
897
- export declare namespace CreateRecommenderRequest {
898
- /**
899
- * @internal
900
- */
901
- const filterSensitiveLog: (obj: CreateRecommenderRequest) => any;
902
- }
903
717
  export interface CreateRecommenderResponse {
904
718
  /**
905
719
  * <p>The Amazon Resource Name (ARN) of the recommender.</p>
906
720
  */
907
721
  recommenderArn?: string;
908
722
  }
909
- export declare namespace CreateRecommenderResponse {
910
- /**
911
- * @internal
912
- */
913
- const filterSensitiveLog: (obj: CreateRecommenderResponse) => any;
914
- }
915
723
  export interface CreateSchemaRequest {
916
724
  /**
917
725
  * <p>The name for the schema.</p>
@@ -927,24 +735,12 @@ export interface CreateSchemaRequest {
927
735
  */
928
736
  domain?: Domain | string;
929
737
  }
930
- export declare namespace CreateSchemaRequest {
931
- /**
932
- * @internal
933
- */
934
- const filterSensitiveLog: (obj: CreateSchemaRequest) => any;
935
- }
936
738
  export interface CreateSchemaResponse {
937
739
  /**
938
740
  * <p>The Amazon Resource Name (ARN) of the created schema.</p>
939
741
  */
940
742
  schemaArn?: string;
941
743
  }
942
- export declare namespace CreateSchemaResponse {
943
- /**
944
- * @internal
945
- */
946
- const filterSensitiveLog: (obj: CreateSchemaResponse) => any;
947
- }
948
744
  /**
949
745
  * <p>When the solution performs AutoML (<code>performAutoML</code> is true in
950
746
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>), Amazon Personalize
@@ -961,12 +757,6 @@ export interface AutoMLConfig {
961
757
  */
962
758
  recipeList?: string[];
963
759
  }
964
- export declare namespace AutoMLConfig {
965
- /**
966
- * @internal
967
- */
968
- const filterSensitiveLog: (obj: AutoMLConfig) => any;
969
- }
970
760
  /**
971
761
  * <p>Provides the name and range of a categorical hyperparameter.</p>
972
762
  */
@@ -980,12 +770,6 @@ export interface CategoricalHyperParameterRange {
980
770
  */
981
771
  values?: string[];
982
772
  }
983
- export declare namespace CategoricalHyperParameterRange {
984
- /**
985
- * @internal
986
- */
987
- const filterSensitiveLog: (obj: CategoricalHyperParameterRange) => any;
988
- }
989
773
  /**
990
774
  * <p>Provides the name and range of a continuous hyperparameter.</p>
991
775
  */
@@ -1003,12 +787,6 @@ export interface ContinuousHyperParameterRange {
1003
787
  */
1004
788
  maxValue?: number;
1005
789
  }
1006
- export declare namespace ContinuousHyperParameterRange {
1007
- /**
1008
- * @internal
1009
- */
1010
- const filterSensitiveLog: (obj: ContinuousHyperParameterRange) => any;
1011
- }
1012
790
  /**
1013
791
  * <p>Provides the name and range of an integer-valued hyperparameter.</p>
1014
792
  */
@@ -1026,12 +804,6 @@ export interface IntegerHyperParameterRange {
1026
804
  */
1027
805
  maxValue?: number;
1028
806
  }
1029
- export declare namespace IntegerHyperParameterRange {
1030
- /**
1031
- * @internal
1032
- */
1033
- const filterSensitiveLog: (obj: IntegerHyperParameterRange) => any;
1034
- }
1035
807
  /**
1036
808
  * <p>Specifies the hyperparameters and their ranges.
1037
809
  * Hyperparameters can be categorical, continuous, or integer-valued.</p>
@@ -1050,12 +822,6 @@ export interface HyperParameterRanges {
1050
822
  */
1051
823
  categoricalHyperParameterRanges?: CategoricalHyperParameterRange[];
1052
824
  }
1053
- export declare namespace HyperParameterRanges {
1054
- /**
1055
- * @internal
1056
- */
1057
- const filterSensitiveLog: (obj: HyperParameterRanges) => any;
1058
- }
1059
825
  /**
1060
826
  * <p>The metric to optimize during hyperparameter optimization (HPO).</p>
1061
827
  * <note>
@@ -1077,12 +843,6 @@ export interface HPOObjective {
1077
843
  */
1078
844
  metricRegex?: string;
1079
845
  }
1080
- export declare namespace HPOObjective {
1081
- /**
1082
- * @internal
1083
- */
1084
- const filterSensitiveLog: (obj: HPOObjective) => any;
1085
- }
1086
846
  /**
1087
847
  * <p>Describes the resource configuration for hyperparameter optimization (HPO).</p>
1088
848
  */
@@ -1106,12 +866,6 @@ export interface HPOResourceConfig {
1106
866
  */
1107
867
  maxParallelTrainingJobs?: string;
1108
868
  }
1109
- export declare namespace HPOResourceConfig {
1110
- /**
1111
- * @internal
1112
- */
1113
- const filterSensitiveLog: (obj: HPOResourceConfig) => any;
1114
- }
1115
869
  /**
1116
870
  * <p>Describes the properties for hyperparameter optimization (HPO).</p>
1117
871
  */
@@ -1133,12 +887,6 @@ export interface HPOConfig {
1133
887
  */
1134
888
  algorithmHyperParameterRanges?: HyperParameterRanges;
1135
889
  }
1136
- export declare namespace HPOConfig {
1137
- /**
1138
- * @internal
1139
- */
1140
- const filterSensitiveLog: (obj: HPOConfig) => any;
1141
- }
1142
890
  export declare enum ObjectiveSensitivity {
1143
891
  HIGH = "HIGH",
1144
892
  LOW = "LOW",
@@ -1159,12 +907,6 @@ export interface OptimizationObjective {
1159
907
  */
1160
908
  objectiveSensitivity?: ObjectiveSensitivity | string;
1161
909
  }
1162
- export declare namespace OptimizationObjective {
1163
- /**
1164
- * @internal
1165
- */
1166
- const filterSensitiveLog: (obj: OptimizationObjective) => any;
1167
- }
1168
910
  /**
1169
911
  * <p>Describes the configuration properties for the solution.</p>
1170
912
  */
@@ -1197,12 +939,6 @@ export interface SolutionConfig {
1197
939
  */
1198
940
  optimizationObjective?: OptimizationObjective;
1199
941
  }
1200
- export declare namespace SolutionConfig {
1201
- /**
1202
- * @internal
1203
- */
1204
- const filterSensitiveLog: (obj: SolutionConfig) => any;
1205
- }
1206
942
  export interface CreateSolutionRequest {
1207
943
  /**
1208
944
  * <p>The name for the solution.</p>
@@ -1257,24 +993,12 @@ export interface CreateSolutionRequest {
1257
993
  */
1258
994
  tags?: Tag[];
1259
995
  }
1260
- export declare namespace CreateSolutionRequest {
1261
- /**
1262
- * @internal
1263
- */
1264
- const filterSensitiveLog: (obj: CreateSolutionRequest) => any;
1265
- }
1266
996
  export interface CreateSolutionResponse {
1267
997
  /**
1268
998
  * <p>The ARN of the solution.</p>
1269
999
  */
1270
1000
  solutionArn?: string;
1271
1001
  }
1272
- export declare namespace CreateSolutionResponse {
1273
- /**
1274
- * @internal
1275
- */
1276
- const filterSensitiveLog: (obj: CreateSolutionResponse) => any;
1277
- }
1278
1002
  export declare enum TrainingMode {
1279
1003
  FULL = "FULL",
1280
1004
  UPDATE = "UPDATE"
@@ -1306,156 +1030,78 @@ export interface CreateSolutionVersionRequest {
1306
1030
  */
1307
1031
  tags?: Tag[];
1308
1032
  }
1309
- export declare namespace CreateSolutionVersionRequest {
1310
- /**
1311
- * @internal
1312
- */
1313
- const filterSensitiveLog: (obj: CreateSolutionVersionRequest) => any;
1314
- }
1315
1033
  export interface CreateSolutionVersionResponse {
1316
1034
  /**
1317
1035
  * <p>The ARN of the new solution version.</p>
1318
1036
  */
1319
1037
  solutionVersionArn?: string;
1320
1038
  }
1321
- export declare namespace CreateSolutionVersionResponse {
1322
- /**
1323
- * @internal
1324
- */
1325
- const filterSensitiveLog: (obj: CreateSolutionVersionResponse) => any;
1326
- }
1327
1039
  export interface DeleteCampaignRequest {
1328
1040
  /**
1329
1041
  * <p>The Amazon Resource Name (ARN) of the campaign to delete.</p>
1330
1042
  */
1331
1043
  campaignArn: string | undefined;
1332
1044
  }
1333
- export declare namespace DeleteCampaignRequest {
1334
- /**
1335
- * @internal
1336
- */
1337
- const filterSensitiveLog: (obj: DeleteCampaignRequest) => any;
1338
- }
1339
1045
  export interface DeleteDatasetRequest {
1340
1046
  /**
1341
1047
  * <p>The Amazon Resource Name (ARN) of the dataset to delete.</p>
1342
1048
  */
1343
1049
  datasetArn: string | undefined;
1344
1050
  }
1345
- export declare namespace DeleteDatasetRequest {
1346
- /**
1347
- * @internal
1348
- */
1349
- const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
1350
- }
1351
1051
  export interface DeleteDatasetGroupRequest {
1352
1052
  /**
1353
1053
  * <p>The ARN of the dataset group to delete.</p>
1354
1054
  */
1355
1055
  datasetGroupArn: string | undefined;
1356
1056
  }
1357
- export declare namespace DeleteDatasetGroupRequest {
1358
- /**
1359
- * @internal
1360
- */
1361
- const filterSensitiveLog: (obj: DeleteDatasetGroupRequest) => any;
1362
- }
1363
1057
  export interface DeleteEventTrackerRequest {
1364
1058
  /**
1365
1059
  * <p>The Amazon Resource Name (ARN) of the event tracker to delete.</p>
1366
1060
  */
1367
1061
  eventTrackerArn: string | undefined;
1368
1062
  }
1369
- export declare namespace DeleteEventTrackerRequest {
1370
- /**
1371
- * @internal
1372
- */
1373
- const filterSensitiveLog: (obj: DeleteEventTrackerRequest) => any;
1374
- }
1375
1063
  export interface DeleteFilterRequest {
1376
1064
  /**
1377
1065
  * <p>The ARN of the filter to delete.</p>
1378
1066
  */
1379
1067
  filterArn: string | undefined;
1380
1068
  }
1381
- export declare namespace DeleteFilterRequest {
1382
- /**
1383
- * @internal
1384
- */
1385
- const filterSensitiveLog: (obj: DeleteFilterRequest) => any;
1386
- }
1387
1069
  export interface DeleteRecommenderRequest {
1388
1070
  /**
1389
1071
  * <p>The Amazon Resource Name (ARN) of the recommender to delete.</p>
1390
1072
  */
1391
1073
  recommenderArn: string | undefined;
1392
1074
  }
1393
- export declare namespace DeleteRecommenderRequest {
1394
- /**
1395
- * @internal
1396
- */
1397
- const filterSensitiveLog: (obj: DeleteRecommenderRequest) => any;
1398
- }
1399
1075
  export interface DeleteSchemaRequest {
1400
1076
  /**
1401
1077
  * <p>The Amazon Resource Name (ARN) of the schema to delete.</p>
1402
1078
  */
1403
1079
  schemaArn: string | undefined;
1404
1080
  }
1405
- export declare namespace DeleteSchemaRequest {
1406
- /**
1407
- * @internal
1408
- */
1409
- const filterSensitiveLog: (obj: DeleteSchemaRequest) => any;
1410
- }
1411
1081
  export interface DeleteSolutionRequest {
1412
1082
  /**
1413
1083
  * <p>The ARN of the solution to delete.</p>
1414
1084
  */
1415
1085
  solutionArn: string | undefined;
1416
1086
  }
1417
- export declare namespace DeleteSolutionRequest {
1418
- /**
1419
- * @internal
1420
- */
1421
- const filterSensitiveLog: (obj: DeleteSolutionRequest) => any;
1422
- }
1423
1087
  export interface DescribeAlgorithmRequest {
1424
1088
  /**
1425
1089
  * <p>The Amazon Resource Name (ARN) of the algorithm to describe.</p>
1426
1090
  */
1427
1091
  algorithmArn: string | undefined;
1428
1092
  }
1429
- export declare namespace DescribeAlgorithmRequest {
1430
- /**
1431
- * @internal
1432
- */
1433
- const filterSensitiveLog: (obj: DescribeAlgorithmRequest) => any;
1434
- }
1435
1093
  export interface DescribeAlgorithmResponse {
1436
1094
  /**
1437
1095
  * <p>A listing of the properties of the algorithm.</p>
1438
1096
  */
1439
1097
  algorithm?: Algorithm;
1440
1098
  }
1441
- export declare namespace DescribeAlgorithmResponse {
1099
+ export interface DescribeBatchInferenceJobRequest {
1442
1100
  /**
1443
- * @internal
1444
- */
1445
- const filterSensitiveLog: (obj: DescribeAlgorithmResponse) => any;
1446
- }
1447
- export interface DescribeBatchInferenceJobRequest {
1448
- /**
1449
- * <p>The ARN of the batch inference job to describe.</p>
1101
+ * <p>The ARN of the batch inference job to describe.</p>
1450
1102
  */
1451
1103
  batchInferenceJobArn: string | undefined;
1452
1104
  }
1453
- export declare namespace DescribeBatchInferenceJobRequest {
1454
- /**
1455
- * @internal
1456
- */
1457
- const filterSensitiveLog: (obj: DescribeBatchInferenceJobRequest) => any;
1458
- }
1459
1105
  /**
1460
1106
  * <p>Contains information on a batch inference job.</p>
1461
1107
  */
@@ -1530,36 +1176,18 @@ export interface BatchInferenceJob {
1530
1176
  */
1531
1177
  lastUpdatedDateTime?: Date;
1532
1178
  }
1533
- export declare namespace BatchInferenceJob {
1534
- /**
1535
- * @internal
1536
- */
1537
- const filterSensitiveLog: (obj: BatchInferenceJob) => any;
1538
- }
1539
1179
  export interface DescribeBatchInferenceJobResponse {
1540
1180
  /**
1541
1181
  * <p>Information on the specified batch inference job.</p>
1542
1182
  */
1543
1183
  batchInferenceJob?: BatchInferenceJob;
1544
1184
  }
1545
- export declare namespace DescribeBatchInferenceJobResponse {
1546
- /**
1547
- * @internal
1548
- */
1549
- const filterSensitiveLog: (obj: DescribeBatchInferenceJobResponse) => any;
1550
- }
1551
1185
  export interface DescribeBatchSegmentJobRequest {
1552
1186
  /**
1553
1187
  * <p>The ARN of the batch segment job to describe.</p>
1554
1188
  */
1555
1189
  batchSegmentJobArn: string | undefined;
1556
1190
  }
1557
- export declare namespace DescribeBatchSegmentJobRequest {
1558
- /**
1559
- * @internal
1560
- */
1561
- const filterSensitiveLog: (obj: DescribeBatchSegmentJobRequest) => any;
1562
- }
1563
1191
  /**
1564
1192
  * <p>Contains information on a batch segment job.</p>
1565
1193
  */
@@ -1627,36 +1255,18 @@ export interface BatchSegmentJob {
1627
1255
  */
1628
1256
  lastUpdatedDateTime?: Date;
1629
1257
  }
1630
- export declare namespace BatchSegmentJob {
1631
- /**
1632
- * @internal
1633
- */
1634
- const filterSensitiveLog: (obj: BatchSegmentJob) => any;
1635
- }
1636
1258
  export interface DescribeBatchSegmentJobResponse {
1637
1259
  /**
1638
1260
  * <p>Information on the specified batch segment job.</p>
1639
1261
  */
1640
1262
  batchSegmentJob?: BatchSegmentJob;
1641
1263
  }
1642
- export declare namespace DescribeBatchSegmentJobResponse {
1643
- /**
1644
- * @internal
1645
- */
1646
- const filterSensitiveLog: (obj: DescribeBatchSegmentJobResponse) => any;
1647
- }
1648
1264
  export interface DescribeCampaignRequest {
1649
1265
  /**
1650
1266
  * <p>The Amazon Resource Name (ARN) of the campaign.</p>
1651
1267
  */
1652
1268
  campaignArn: string | undefined;
1653
1269
  }
1654
- export declare namespace DescribeCampaignRequest {
1655
- /**
1656
- * @internal
1657
- */
1658
- const filterSensitiveLog: (obj: DescribeCampaignRequest) => any;
1659
- }
1660
1270
  /**
1661
1271
  * <p>Provides a summary of the properties of a campaign update. For a complete listing, call the
1662
1272
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeCampaign.html">DescribeCampaign</a> API.</p>
@@ -1701,12 +1311,6 @@ export interface CampaignUpdateSummary {
1701
1311
  */
1702
1312
  lastUpdatedDateTime?: Date;
1703
1313
  }
1704
- export declare namespace CampaignUpdateSummary {
1705
- /**
1706
- * @internal
1707
- */
1708
- const filterSensitiveLog: (obj: CampaignUpdateSummary) => any;
1709
- }
1710
1314
  /**
1711
1315
  * <p>An object that describes the deployment of a solution version.
1712
1316
  * For more information on campaigns, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateCampaign.html">CreateCampaign</a>.</p>
@@ -1763,36 +1367,18 @@ export interface Campaign {
1763
1367
  */
1764
1368
  latestCampaignUpdate?: CampaignUpdateSummary;
1765
1369
  }
1766
- export declare namespace Campaign {
1767
- /**
1768
- * @internal
1769
- */
1770
- const filterSensitiveLog: (obj: Campaign) => any;
1771
- }
1772
1370
  export interface DescribeCampaignResponse {
1773
1371
  /**
1774
1372
  * <p>The properties of the campaign.</p>
1775
1373
  */
1776
1374
  campaign?: Campaign;
1777
1375
  }
1778
- export declare namespace DescribeCampaignResponse {
1779
- /**
1780
- * @internal
1781
- */
1782
- const filterSensitiveLog: (obj: DescribeCampaignResponse) => any;
1783
- }
1784
1376
  export interface DescribeDatasetRequest {
1785
1377
  /**
1786
1378
  * <p>The Amazon Resource Name (ARN) of the dataset to describe.</p>
1787
1379
  */
1788
1380
  datasetArn: string | undefined;
1789
1381
  }
1790
- export declare namespace DescribeDatasetRequest {
1791
- /**
1792
- * @internal
1793
- */
1794
- const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
1795
- }
1796
1382
  /**
1797
1383
  * <p>Provides metadata for a dataset.</p>
1798
1384
  */
@@ -1802,7 +1388,8 @@ export interface Dataset {
1802
1388
  */
1803
1389
  name?: string;
1804
1390
  /**
1805
- * <p>The Amazon Resource Name (ARN) of the dataset that you want metadata for.</p>
1391
+ * <p>The Amazon Resource Name (ARN) of the dataset that you want metadata
1392
+ * for.</p>
1806
1393
  */
1807
1394
  datasetArn?: string;
1808
1395
  /**
@@ -1833,7 +1420,8 @@ export interface Dataset {
1833
1420
  * <p>A dataset can be in one of the following states:</p>
1834
1421
  * <ul>
1835
1422
  * <li>
1836
- * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
1423
+ * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE
1424
+ * FAILED</p>
1837
1425
  * </li>
1838
1426
  * <li>
1839
1427
  * <p>DELETE PENDING > DELETE IN_PROGRESS</p>
@@ -1850,42 +1438,27 @@ export interface Dataset {
1850
1438
  */
1851
1439
  lastUpdatedDateTime?: Date;
1852
1440
  }
1853
- export declare namespace Dataset {
1854
- /**
1855
- * @internal
1856
- */
1857
- const filterSensitiveLog: (obj: Dataset) => any;
1858
- }
1859
1441
  export interface DescribeDatasetResponse {
1860
1442
  /**
1861
1443
  * <p>A listing of the dataset's properties.</p>
1862
1444
  */
1863
1445
  dataset?: Dataset;
1864
1446
  }
1865
- export declare namespace DescribeDatasetResponse {
1866
- /**
1867
- * @internal
1868
- */
1869
- const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
1870
- }
1871
1447
  export interface DescribeDatasetExportJobRequest {
1872
1448
  /**
1873
- * <p>The Amazon Resource Name (ARN) of the dataset export job to describe.</p>
1449
+ * <p>The Amazon Resource Name (ARN) of the dataset export job to
1450
+ * describe.</p>
1874
1451
  */
1875
1452
  datasetExportJobArn: string | undefined;
1876
1453
  }
1877
- export declare namespace DescribeDatasetExportJobRequest {
1878
- /**
1879
- * @internal
1880
- */
1881
- const filterSensitiveLog: (obj: DescribeDatasetExportJobRequest) => any;
1882
- }
1883
1454
  /**
1884
- * <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>
1455
+ * <p>Describes a job that exports a dataset to an Amazon S3 bucket. For more
1456
+ * information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetExportJob.html">CreateDatasetExportJob</a>.</p>
1885
1457
  * <p>A dataset export job can be in one of the following states:</p>
1886
1458
  * <ul>
1887
1459
  * <li>
1888
- * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
1460
+ * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE
1461
+ * FAILED</p>
1889
1462
  * </li>
1890
1463
  * </ul>
1891
1464
  */
@@ -1903,15 +1476,16 @@ export interface DatasetExportJob {
1903
1476
  */
1904
1477
  datasetArn?: string;
1905
1478
  /**
1906
- * <p>The data to export, based on how you imported the data. You can choose to export <code>BULK</code> data that you imported using a dataset import job,
1907
- * <code>PUT</code> data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or <code>ALL</code>
1908
- * for both types. The default value is <code>PUT</code>.
1909
- * </p>
1479
+ * <p>The data to export, based on how you imported the data. You can choose
1480
+ * to export <code>BULK</code> data that you imported using a dataset import
1481
+ * job, <code>PUT</code> data that you imported incrementally (using the
1482
+ * console, PutEvents, PutUsers and PutItems operations), or <code>ALL</code>
1483
+ * for both types. The default value is <code>PUT</code>. </p>
1910
1484
  */
1911
1485
  ingestionMode?: IngestionMode | string;
1912
1486
  /**
1913
- * <p>The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your
1914
- * output Amazon S3 bucket.</p>
1487
+ * <p>The Amazon Resource Name (ARN) of the IAM service role that has
1488
+ * permissions to add data to your output Amazon S3 bucket.</p>
1915
1489
  */
1916
1490
  roleArn?: string;
1917
1491
  /**
@@ -1919,24 +1493,28 @@ export interface DatasetExportJob {
1919
1493
  * <p>A dataset export job can be in one of the following states:</p>
1920
1494
  * <ul>
1921
1495
  * <li>
1922
- * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
1496
+ * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE
1497
+ * FAILED</p>
1923
1498
  * </li>
1924
1499
  * </ul>
1925
1500
  */
1926
1501
  status?: string;
1927
1502
  /**
1928
- * <p>The path to the Amazon S3 bucket where the job's output is stored. For example:</p>
1503
+ * <p>The path to the Amazon S3 bucket where the job's output is stored. For
1504
+ * example:</p>
1929
1505
  * <p>
1930
1506
  * <code>s3://bucket-name/folder-name/</code>
1931
1507
  * </p>
1932
1508
  */
1933
1509
  jobOutput?: DatasetExportJobOutput;
1934
1510
  /**
1935
- * <p>The creation date and time (in Unix time) of the dataset export job.</p>
1511
+ * <p>The creation date and time (in Unix time) of the dataset export
1512
+ * job.</p>
1936
1513
  */
1937
1514
  creationDateTime?: Date;
1938
1515
  /**
1939
- * <p>The date and time (in Unix time) the status of the dataset export job was last updated.</p>
1516
+ * <p>The date and time (in Unix time) the status of the dataset export job
1517
+ * was last updated.</p>
1940
1518
  */
1941
1519
  lastUpdatedDateTime?: Date;
1942
1520
  /**
@@ -1944,12 +1522,6 @@ export interface DatasetExportJob {
1944
1522
  */
1945
1523
  failureReason?: string;
1946
1524
  }
1947
- export declare namespace DatasetExportJob {
1948
- /**
1949
- * @internal
1950
- */
1951
- const filterSensitiveLog: (obj: DatasetExportJob) => any;
1952
- }
1953
1525
  export interface DescribeDatasetExportJobResponse {
1954
1526
  /**
1955
1527
  * <p>Information about the dataset export job, including the status.</p>
@@ -1971,31 +1543,21 @@ export interface DescribeDatasetExportJobResponse {
1971
1543
  */
1972
1544
  datasetExportJob?: DatasetExportJob;
1973
1545
  }
1974
- export declare namespace DescribeDatasetExportJobResponse {
1975
- /**
1976
- * @internal
1977
- */
1978
- const filterSensitiveLog: (obj: DescribeDatasetExportJobResponse) => any;
1979
- }
1980
1546
  export interface DescribeDatasetGroupRequest {
1981
1547
  /**
1982
- * <p>The Amazon Resource Name (ARN) of the dataset group to describe.</p>
1548
+ * <p>The Amazon Resource Name (ARN) of the dataset group to
1549
+ * describe.</p>
1983
1550
  */
1984
1551
  datasetGroupArn: string | undefined;
1985
1552
  }
1986
- export declare namespace DescribeDatasetGroupRequest {
1987
- /**
1988
- * @internal
1989
- */
1990
- const filterSensitiveLog: (obj: DescribeDatasetGroupRequest) => any;
1991
- }
1992
1553
  /**
1993
- * <p>A dataset group is a collection of related datasets (Interactions, User, and Item). You
1994
- * 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
1995
- * dataset and add it to a dataset group by calling <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDataset.html">CreateDataset</a>. The dataset
1996
- * group is used to create and train a solution by calling <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>. A
1997
- * dataset group can contain only one of each type of dataset.</p>
1998
- * <p>You can specify an Key Management Service (KMS) key to encrypt the datasets in the group.</p>
1554
+ * <p>A dataset group is a collection of related datasets (Interactions,
1555
+ * User, and Item). You 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 dataset and add it to a
1556
+ * dataset group by calling <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDataset.html">CreateDataset</a>. The dataset group is used to create and train a
1557
+ * solution by calling <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>. A dataset group can contain only one of each
1558
+ * type of dataset.</p>
1559
+ * <p>You can specify an Key Management Service (KMS) key to encrypt the datasets in
1560
+ * the group.</p>
1999
1561
  */
2000
1562
  export interface DatasetGroup {
2001
1563
  /**
@@ -2011,7 +1573,8 @@ export interface DatasetGroup {
2011
1573
  * <p>A dataset group can be in one of the following states:</p>
2012
1574
  * <ul>
2013
1575
  * <li>
2014
- * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
1576
+ * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE
1577
+ * FAILED</p>
2015
1578
  * </li>
2016
1579
  * <li>
2017
1580
  * <p>DELETE PENDING</p>
@@ -2020,11 +1583,13 @@ export interface DatasetGroup {
2020
1583
  */
2021
1584
  status?: string;
2022
1585
  /**
2023
- * <p>The ARN of the IAM role that has permissions to create the dataset group.</p>
1586
+ * <p>The ARN of the IAM role that has permissions to create the dataset
1587
+ * group.</p>
2024
1588
  */
2025
1589
  roleArn?: string;
2026
1590
  /**
2027
- * <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the datasets.</p>
1591
+ * <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to
1592
+ * encrypt the datasets.</p>
2028
1593
  */
2029
1594
  kmsKeyArn?: string;
2030
1595
  /**
@@ -2032,7 +1597,8 @@ export interface DatasetGroup {
2032
1597
  */
2033
1598
  creationDateTime?: Date;
2034
1599
  /**
2035
- * <p>The last update date and time (in Unix time) of the dataset group.</p>
1600
+ * <p>The last update date and time (in Unix time) of the dataset
1601
+ * group.</p>
2036
1602
  */
2037
1603
  lastUpdatedDateTime?: Date;
2038
1604
  /**
@@ -2044,43 +1610,27 @@ export interface DatasetGroup {
2044
1610
  */
2045
1611
  domain?: Domain | string;
2046
1612
  }
2047
- export declare namespace DatasetGroup {
2048
- /**
2049
- * @internal
2050
- */
2051
- const filterSensitiveLog: (obj: DatasetGroup) => any;
2052
- }
2053
1613
  export interface DescribeDatasetGroupResponse {
2054
1614
  /**
2055
1615
  * <p>A listing of the dataset group's properties.</p>
2056
1616
  */
2057
1617
  datasetGroup?: DatasetGroup;
2058
1618
  }
2059
- export declare namespace DescribeDatasetGroupResponse {
2060
- /**
2061
- * @internal
2062
- */
2063
- const filterSensitiveLog: (obj: DescribeDatasetGroupResponse) => any;
2064
- }
2065
1619
  export interface DescribeDatasetImportJobRequest {
2066
1620
  /**
2067
- * <p>The Amazon Resource Name (ARN) of the dataset import job to describe.</p>
1621
+ * <p>The Amazon Resource Name (ARN) of the dataset import job to
1622
+ * describe.</p>
2068
1623
  */
2069
1624
  datasetImportJobArn: string | undefined;
2070
1625
  }
2071
- export declare namespace DescribeDatasetImportJobRequest {
2072
- /**
2073
- * @internal
2074
- */
2075
- const filterSensitiveLog: (obj: DescribeDatasetImportJobRequest) => any;
2076
- }
2077
1626
  /**
2078
- * <p>Describes a job that imports training data from a data source (Amazon S3 bucket) to an
2079
- * Amazon Personalize dataset. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a>.</p>
1627
+ * <p>Describes a job that imports training data from a data source (Amazon S3
1628
+ * bucket) to an Amazon Personalize dataset. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a>.</p>
2080
1629
  * <p>A dataset import job can be in one of the following states:</p>
2081
1630
  * <ul>
2082
1631
  * <li>
2083
- * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
1632
+ * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE
1633
+ * FAILED</p>
2084
1634
  * </li>
2085
1635
  * </ul>
2086
1636
  */
@@ -2094,7 +1644,8 @@ export interface DatasetImportJob {
2094
1644
  */
2095
1645
  datasetImportJobArn?: string;
2096
1646
  /**
2097
- * <p>The Amazon Resource Name (ARN) of the dataset that receives the imported data.</p>
1647
+ * <p>The Amazon Resource Name (ARN) of the dataset that receives the
1648
+ * imported data.</p>
2098
1649
  */
2099
1650
  datasetArn?: string;
2100
1651
  /**
@@ -2102,8 +1653,8 @@ export interface DatasetImportJob {
2102
1653
  */
2103
1654
  dataSource?: DataSource;
2104
1655
  /**
2105
- * <p>The ARN of the IAM role that has permissions to read from the Amazon S3 data
2106
- * source.</p>
1656
+ * <p>The ARN of the IAM role that has permissions to read from the Amazon S3
1657
+ * data source.</p>
2107
1658
  */
2108
1659
  roleArn?: string;
2109
1660
  /**
@@ -2111,13 +1662,15 @@ export interface DatasetImportJob {
2111
1662
  * <p>A dataset import job can be in one of the following states:</p>
2112
1663
  * <ul>
2113
1664
  * <li>
2114
- * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
1665
+ * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE
1666
+ * FAILED</p>
2115
1667
  * </li>
2116
1668
  * </ul>
2117
1669
  */
2118
1670
  status?: string;
2119
1671
  /**
2120
- * <p>The creation date and time (in Unix time) of the dataset import job.</p>
1672
+ * <p>The creation date and time (in Unix time) of the dataset import
1673
+ * job.</p>
2121
1674
  */
2122
1675
  creationDateTime?: Date;
2123
1676
  /**
@@ -2128,12 +1681,11 @@ export interface DatasetImportJob {
2128
1681
  * <p>If a dataset import job fails, provides the reason why.</p>
2129
1682
  */
2130
1683
  failureReason?: string;
2131
- }
2132
- export declare namespace DatasetImportJob {
2133
1684
  /**
2134
- * @internal
1685
+ * <p>The import mode used by the dataset import job to import new
1686
+ * records.</p>
2135
1687
  */
2136
- const filterSensitiveLog: (obj: DatasetImportJob) => any;
1688
+ importMode?: ImportMode | string;
2137
1689
  }
2138
1690
  export interface DescribeDatasetImportJobResponse {
2139
1691
  /**
@@ -2156,24 +1708,12 @@ export interface DescribeDatasetImportJobResponse {
2156
1708
  */
2157
1709
  datasetImportJob?: DatasetImportJob;
2158
1710
  }
2159
- export declare namespace DescribeDatasetImportJobResponse {
2160
- /**
2161
- * @internal
2162
- */
2163
- const filterSensitiveLog: (obj: DescribeDatasetImportJobResponse) => any;
2164
- }
2165
1711
  export interface DescribeEventTrackerRequest {
2166
1712
  /**
2167
1713
  * <p>The Amazon Resource Name (ARN) of the event tracker to describe.</p>
2168
1714
  */
2169
1715
  eventTrackerArn: string | undefined;
2170
1716
  }
2171
- export declare namespace DescribeEventTrackerRequest {
2172
- /**
2173
- * @internal
2174
- */
2175
- const filterSensitiveLog: (obj: DescribeEventTrackerRequest) => any;
2176
- }
2177
1717
  /**
2178
1718
  * <p>Provides information about an event tracker.</p>
2179
1719
  */
@@ -2221,36 +1761,18 @@ export interface EventTracker {
2221
1761
  */
2222
1762
  lastUpdatedDateTime?: Date;
2223
1763
  }
2224
- export declare namespace EventTracker {
2225
- /**
2226
- * @internal
2227
- */
2228
- const filterSensitiveLog: (obj: EventTracker) => any;
2229
- }
2230
1764
  export interface DescribeEventTrackerResponse {
2231
1765
  /**
2232
1766
  * <p>An object that describes the event tracker.</p>
2233
1767
  */
2234
1768
  eventTracker?: EventTracker;
2235
1769
  }
2236
- export declare namespace DescribeEventTrackerResponse {
2237
- /**
2238
- * @internal
2239
- */
2240
- const filterSensitiveLog: (obj: DescribeEventTrackerResponse) => any;
2241
- }
2242
1770
  export interface DescribeFeatureTransformationRequest {
2243
1771
  /**
2244
1772
  * <p>The Amazon Resource Name (ARN) of the feature transformation to describe.</p>
2245
1773
  */
2246
1774
  featureTransformationArn: string | undefined;
2247
1775
  }
2248
- export declare namespace DescribeFeatureTransformationRequest {
2249
- /**
2250
- * @internal
2251
- */
2252
- const filterSensitiveLog: (obj: DescribeFeatureTransformationRequest) => any;
2253
- }
2254
1776
  /**
2255
1777
  * <p>Provides feature transformation information. Feature transformation is the process
2256
1778
  * of modifying raw input data into a form more suitable for model training.</p>
@@ -2287,36 +1809,18 @@ export interface FeatureTransformation {
2287
1809
  */
2288
1810
  status?: string;
2289
1811
  }
2290
- export declare namespace FeatureTransformation {
2291
- /**
2292
- * @internal
2293
- */
2294
- const filterSensitiveLog: (obj: FeatureTransformation) => any;
2295
- }
2296
1812
  export interface DescribeFeatureTransformationResponse {
2297
1813
  /**
2298
1814
  * <p>A listing of the FeatureTransformation properties.</p>
2299
1815
  */
2300
1816
  featureTransformation?: FeatureTransformation;
2301
1817
  }
2302
- export declare namespace DescribeFeatureTransformationResponse {
2303
- /**
2304
- * @internal
2305
- */
2306
- const filterSensitiveLog: (obj: DescribeFeatureTransformationResponse) => any;
2307
- }
2308
1818
  export interface DescribeFilterRequest {
2309
1819
  /**
2310
1820
  * <p>The ARN of the filter to describe.</p>
2311
1821
  */
2312
1822
  filterArn: string | undefined;
2313
1823
  }
2314
- export declare namespace DescribeFilterRequest {
2315
- /**
2316
- * @internal
2317
- */
2318
- const filterSensitiveLog: (obj: DescribeFilterRequest) => any;
2319
- }
2320
1824
  /**
2321
1825
  * <p>Contains information on a recommendation filter, including its ARN, status, and filter
2322
1826
  * expression.</p>
@@ -2357,36 +1861,18 @@ export interface Filter {
2357
1861
  */
2358
1862
  status?: string;
2359
1863
  }
2360
- export declare namespace Filter {
2361
- /**
2362
- * @internal
2363
- */
2364
- const filterSensitiveLog: (obj: Filter) => any;
2365
- }
2366
1864
  export interface DescribeFilterResponse {
2367
1865
  /**
2368
1866
  * <p>The filter's details.</p>
2369
1867
  */
2370
1868
  filter?: Filter;
2371
1869
  }
2372
- export declare namespace DescribeFilterResponse {
2373
- /**
2374
- * @internal
2375
- */
2376
- const filterSensitiveLog: (obj: DescribeFilterResponse) => any;
2377
- }
2378
1870
  export interface DescribeRecipeRequest {
2379
1871
  /**
2380
1872
  * <p>The Amazon Resource Name (ARN) of the recipe to describe.</p>
2381
1873
  */
2382
1874
  recipeArn: string | undefined;
2383
1875
  }
2384
- export declare namespace DescribeRecipeRequest {
2385
- /**
2386
- * @internal
2387
- */
2388
- const filterSensitiveLog: (obj: DescribeRecipeRequest) => any;
2389
- }
2390
1876
  /**
2391
1877
  * <p>Provides information about a recipe. Each recipe provides an algorithm
2392
1878
  * 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 +1928,18 @@ export interface Recipe {
2442
1928
  */
2443
1929
  lastUpdatedDateTime?: Date;
2444
1930
  }
2445
- export declare namespace Recipe {
2446
- /**
2447
- * @internal
2448
- */
2449
- const filterSensitiveLog: (obj: Recipe) => any;
2450
- }
2451
1931
  export interface DescribeRecipeResponse {
2452
1932
  /**
2453
1933
  * <p>An object that describes the recipe.</p>
2454
1934
  */
2455
1935
  recipe?: Recipe;
2456
1936
  }
2457
- export declare namespace DescribeRecipeResponse {
2458
- /**
2459
- * @internal
2460
- */
2461
- const filterSensitiveLog: (obj: DescribeRecipeResponse) => any;
2462
- }
2463
1937
  export interface DescribeRecommenderRequest {
2464
1938
  /**
2465
1939
  * <p>The Amazon Resource Name (ARN) of the recommender to describe.</p>
2466
1940
  */
2467
1941
  recommenderArn: string | undefined;
2468
1942
  }
2469
- export declare namespace DescribeRecommenderRequest {
2470
- /**
2471
- * @internal
2472
- */
2473
- const filterSensitiveLog: (obj: DescribeRecommenderRequest) => any;
2474
- }
2475
1943
  /**
2476
1944
  * <p>Provides a summary of the properties of a recommender update. For a complete listing, call the
2477
1945
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeRecommender.html">DescribeRecommender</a> API.</p>
@@ -2510,12 +1978,6 @@ export interface RecommenderUpdateSummary {
2510
1978
  */
2511
1979
  failureReason?: string;
2512
1980
  }
2513
- export declare namespace RecommenderUpdateSummary {
2514
- /**
2515
- * @internal
2516
- */
2517
- const filterSensitiveLog: (obj: RecommenderUpdateSummary) => any;
2518
- }
2519
1981
  /**
2520
1982
  * <p>Describes a recommendation generator for a Domain dataset group. You create a recommender in a Domain dataset group
2521
1983
  * 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 +2044,18 @@ export interface Recommender {
2582
2044
  */
2583
2045
  modelMetrics?: Record<string, number>;
2584
2046
  }
2585
- export declare namespace Recommender {
2586
- /**
2587
- * @internal
2588
- */
2589
- const filterSensitiveLog: (obj: Recommender) => any;
2590
- }
2591
2047
  export interface DescribeRecommenderResponse {
2592
2048
  /**
2593
2049
  * <p>The properties of the recommender.</p>
2594
2050
  */
2595
2051
  recommender?: Recommender;
2596
2052
  }
2597
- export declare namespace DescribeRecommenderResponse {
2598
- /**
2599
- * @internal
2600
- */
2601
- const filterSensitiveLog: (obj: DescribeRecommenderResponse) => any;
2602
- }
2603
2053
  export interface DescribeSchemaRequest {
2604
2054
  /**
2605
2055
  * <p>The Amazon Resource Name (ARN) of the schema to retrieve.</p>
2606
2056
  */
2607
2057
  schemaArn: string | undefined;
2608
2058
  }
2609
- export declare namespace DescribeSchemaRequest {
2610
- /**
2611
- * @internal
2612
- */
2613
- const filterSensitiveLog: (obj: DescribeSchemaRequest) => any;
2614
- }
2615
2059
  /**
2616
2060
  * <p>Describes the schema for a dataset. For more information on schemas, see
2617
2061
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSchema.html">CreateSchema</a>.</p>
@@ -2642,36 +2086,18 @@ export interface DatasetSchema {
2642
2086
  */
2643
2087
  domain?: Domain | string;
2644
2088
  }
2645
- export declare namespace DatasetSchema {
2646
- /**
2647
- * @internal
2648
- */
2649
- const filterSensitiveLog: (obj: DatasetSchema) => any;
2650
- }
2651
2089
  export interface DescribeSchemaResponse {
2652
2090
  /**
2653
2091
  * <p>The requested schema.</p>
2654
2092
  */
2655
2093
  schema?: DatasetSchema;
2656
2094
  }
2657
- export declare namespace DescribeSchemaResponse {
2658
- /**
2659
- * @internal
2660
- */
2661
- const filterSensitiveLog: (obj: DescribeSchemaResponse) => any;
2662
- }
2663
2095
  export interface DescribeSolutionRequest {
2664
2096
  /**
2665
2097
  * <p>The Amazon Resource Name (ARN) of the solution to describe.</p>
2666
2098
  */
2667
2099
  solutionArn: string | undefined;
2668
2100
  }
2669
- export declare namespace DescribeSolutionRequest {
2670
- /**
2671
- * @internal
2672
- */
2673
- const filterSensitiveLog: (obj: DescribeSolutionRequest) => any;
2674
- }
2675
2101
  /**
2676
2102
  * <p>When the solution performs AutoML (<code>performAutoML</code> is true in
2677
2103
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>), specifies the recipe that best optimized the
@@ -2683,12 +2109,6 @@ export interface AutoMLResult {
2683
2109
  */
2684
2110
  bestRecipeArn?: string;
2685
2111
  }
2686
- export declare namespace AutoMLResult {
2687
- /**
2688
- * @internal
2689
- */
2690
- const filterSensitiveLog: (obj: AutoMLResult) => any;
2691
- }
2692
2112
  /**
2693
2113
  * <p>Provides a summary of the properties of a solution version. For a complete listing, call the
2694
2114
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeSolutionVersion.html">DescribeSolutionVersion</a> API.</p>
@@ -2721,12 +2141,6 @@ export interface SolutionVersionSummary {
2721
2141
  */
2722
2142
  failureReason?: string;
2723
2143
  }
2724
- export declare namespace SolutionVersionSummary {
2725
- /**
2726
- * @internal
2727
- */
2728
- const filterSensitiveLog: (obj: SolutionVersionSummary) => any;
2729
- }
2730
2144
  /**
2731
2145
  * <p>An object that provides information about a solution. A solution is a trained model
2732
2146
  * that can be deployed as a campaign.</p>
@@ -2799,36 +2213,18 @@ export interface Solution {
2799
2213
  */
2800
2214
  latestSolutionVersion?: SolutionVersionSummary;
2801
2215
  }
2802
- export declare namespace Solution {
2803
- /**
2804
- * @internal
2805
- */
2806
- const filterSensitiveLog: (obj: Solution) => any;
2807
- }
2808
2216
  export interface DescribeSolutionResponse {
2809
2217
  /**
2810
2218
  * <p>An object that describes the solution.</p>
2811
2219
  */
2812
2220
  solution?: Solution;
2813
2221
  }
2814
- export declare namespace DescribeSolutionResponse {
2815
- /**
2816
- * @internal
2817
- */
2818
- const filterSensitiveLog: (obj: DescribeSolutionResponse) => any;
2819
- }
2820
2222
  export interface DescribeSolutionVersionRequest {
2821
2223
  /**
2822
2224
  * <p>The Amazon Resource Name (ARN) of the solution version.</p>
2823
2225
  */
2824
2226
  solutionVersionArn: string | undefined;
2825
2227
  }
2826
- export declare namespace DescribeSolutionVersionRequest {
2827
- /**
2828
- * @internal
2829
- */
2830
- const filterSensitiveLog: (obj: DescribeSolutionVersionRequest) => any;
2831
- }
2832
2228
  /**
2833
2229
  * <p>If hyperparameter optimization (HPO) was performed, contains the hyperparameter values of
2834
2230
  * the best performing model.</p>
@@ -2839,12 +2235,6 @@ export interface TunedHPOParams {
2839
2235
  */
2840
2236
  algorithmHyperParameters?: Record<string, string>;
2841
2237
  }
2842
- export declare namespace TunedHPOParams {
2843
- /**
2844
- * @internal
2845
- */
2846
- const filterSensitiveLog: (obj: TunedHPOParams) => any;
2847
- }
2848
2238
  /**
2849
2239
  * <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
2240
  */
@@ -2952,36 +2342,18 @@ export interface SolutionVersion {
2952
2342
  */
2953
2343
  lastUpdatedDateTime?: Date;
2954
2344
  }
2955
- export declare namespace SolutionVersion {
2956
- /**
2957
- * @internal
2958
- */
2959
- const filterSensitiveLog: (obj: SolutionVersion) => any;
2960
- }
2961
2345
  export interface DescribeSolutionVersionResponse {
2962
2346
  /**
2963
2347
  * <p>The solution version.</p>
2964
2348
  */
2965
2349
  solutionVersion?: SolutionVersion;
2966
2350
  }
2967
- export declare namespace DescribeSolutionVersionResponse {
2968
- /**
2969
- * @internal
2970
- */
2971
- const filterSensitiveLog: (obj: DescribeSolutionVersionResponse) => any;
2972
- }
2973
2351
  export interface GetSolutionMetricsRequest {
2974
2352
  /**
2975
2353
  * <p>The Amazon Resource Name (ARN) of the solution version for which to get metrics.</p>
2976
2354
  */
2977
2355
  solutionVersionArn: string | undefined;
2978
2356
  }
2979
- export declare namespace GetSolutionMetricsRequest {
2980
- /**
2981
- * @internal
2982
- */
2983
- const filterSensitiveLog: (obj: GetSolutionMetricsRequest) => any;
2984
- }
2985
2357
  export interface GetSolutionMetricsResponse {
2986
2358
  /**
2987
2359
  * <p>The same solution version ARN as specified in the request.</p>
@@ -2995,12 +2367,6 @@ export interface GetSolutionMetricsResponse {
2995
2367
  */
2996
2368
  metrics?: Record<string, number>;
2997
2369
  }
2998
- export declare namespace GetSolutionMetricsResponse {
2999
- /**
3000
- * @internal
3001
- */
3002
- const filterSensitiveLog: (obj: GetSolutionMetricsResponse) => any;
3003
- }
3004
2370
  /**
3005
2371
  * <p>The token is not valid.</p>
3006
2372
  */
@@ -3028,12 +2394,6 @@ export interface ListBatchInferenceJobsRequest {
3028
2394
  */
3029
2395
  maxResults?: number;
3030
2396
  }
3031
- export declare namespace ListBatchInferenceJobsRequest {
3032
- /**
3033
- * @internal
3034
- */
3035
- const filterSensitiveLog: (obj: ListBatchInferenceJobsRequest) => any;
3036
- }
3037
2397
  /**
3038
2398
  * <p>A truncated version of the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_BatchInferenceJob.html">BatchInferenceJob</a>. The
3039
2399
  * <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 +2443,6 @@ export interface BatchInferenceJobSummary {
3083
2443
  */
3084
2444
  solutionVersionArn?: string;
3085
2445
  }
3086
- export declare namespace BatchInferenceJobSummary {
3087
- /**
3088
- * @internal
3089
- */
3090
- const filterSensitiveLog: (obj: BatchInferenceJobSummary) => any;
3091
- }
3092
2446
  export interface ListBatchInferenceJobsResponse {
3093
2447
  /**
3094
2448
  * <p>A list containing information on each job that is returned.</p>
@@ -3100,12 +2454,6 @@ export interface ListBatchInferenceJobsResponse {
3100
2454
  */
3101
2455
  nextToken?: string;
3102
2456
  }
3103
- export declare namespace ListBatchInferenceJobsResponse {
3104
- /**
3105
- * @internal
3106
- */
3107
- const filterSensitiveLog: (obj: ListBatchInferenceJobsResponse) => any;
3108
- }
3109
2457
  export interface ListBatchSegmentJobsRequest {
3110
2458
  /**
3111
2459
  * <p>The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.</p>
@@ -3121,12 +2469,6 @@ export interface ListBatchSegmentJobsRequest {
3121
2469
  */
3122
2470
  maxResults?: number;
3123
2471
  }
3124
- export declare namespace ListBatchSegmentJobsRequest {
3125
- /**
3126
- * @internal
3127
- */
3128
- const filterSensitiveLog: (obj: ListBatchSegmentJobsRequest) => any;
3129
- }
3130
2472
  /**
3131
2473
  * <p>A truncated version of the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_BatchSegmentJob.html">BatchSegmentJob</a> datatype.
3132
2474
  * <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 +2518,6 @@ export interface BatchSegmentJobSummary {
3176
2518
  */
3177
2519
  solutionVersionArn?: string;
3178
2520
  }
3179
- export declare namespace BatchSegmentJobSummary {
3180
- /**
3181
- * @internal
3182
- */
3183
- const filterSensitiveLog: (obj: BatchSegmentJobSummary) => any;
3184
- }
3185
2521
  export interface ListBatchSegmentJobsResponse {
3186
2522
  /**
3187
2523
  * <p>A list containing information on each job that is returned.</p>
@@ -3193,12 +2529,6 @@ export interface ListBatchSegmentJobsResponse {
3193
2529
  */
3194
2530
  nextToken?: string;
3195
2531
  }
3196
- export declare namespace ListBatchSegmentJobsResponse {
3197
- /**
3198
- * @internal
3199
- */
3200
- const filterSensitiveLog: (obj: ListBatchSegmentJobsResponse) => any;
3201
- }
3202
2532
  export interface ListCampaignsRequest {
3203
2533
  /**
3204
2534
  * <p>The Amazon Resource Name (ARN) of the solution to list the campaigns for. When
@@ -3215,12 +2545,6 @@ export interface ListCampaignsRequest {
3215
2545
  */
3216
2546
  maxResults?: number;
3217
2547
  }
3218
- export declare namespace ListCampaignsRequest {
3219
- /**
3220
- * @internal
3221
- */
3222
- const filterSensitiveLog: (obj: ListCampaignsRequest) => any;
3223
- }
3224
2548
  /**
3225
2549
  * <p>Provides a summary of the properties of a campaign. For a complete listing, call the
3226
2550
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeCampaign.html">DescribeCampaign</a> API.</p>
@@ -3260,12 +2584,6 @@ export interface CampaignSummary {
3260
2584
  */
3261
2585
  failureReason?: string;
3262
2586
  }
3263
- export declare namespace CampaignSummary {
3264
- /**
3265
- * @internal
3266
- */
3267
- const filterSensitiveLog: (obj: CampaignSummary) => any;
3268
- }
3269
2587
  export interface ListCampaignsResponse {
3270
2588
  /**
3271
2589
  * <p>A list of the campaigns.</p>
@@ -3276,20 +2594,16 @@ export interface ListCampaignsResponse {
3276
2594
  */
3277
2595
  nextToken?: string;
3278
2596
  }
3279
- export declare namespace ListCampaignsResponse {
3280
- /**
3281
- * @internal
3282
- */
3283
- const filterSensitiveLog: (obj: ListCampaignsResponse) => any;
3284
- }
3285
2597
  export interface ListDatasetExportJobsRequest {
3286
2598
  /**
3287
- * <p>The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.</p>
2599
+ * <p>The Amazon Resource Name (ARN) of the dataset to list the dataset
2600
+ * export jobs for.</p>
3288
2601
  */
3289
2602
  datasetArn?: string;
3290
2603
  /**
3291
- * <p>A token returned from the previous call to <code>ListDatasetExportJobs</code> for getting
3292
- * the next set of dataset export jobs (if they exist).</p>
2604
+ * <p>A token returned from the previous call to
2605
+ * <code>ListDatasetExportJobs</code> for getting the next set of dataset
2606
+ * export jobs (if they exist).</p>
3293
2607
  */
3294
2608
  nextToken?: string;
3295
2609
  /**
@@ -3297,12 +2611,6 @@ export interface ListDatasetExportJobsRequest {
3297
2611
  */
3298
2612
  maxResults?: number;
3299
2613
  }
3300
- export declare namespace ListDatasetExportJobsRequest {
3301
- /**
3302
- * @internal
3303
- */
3304
- const filterSensitiveLog: (obj: ListDatasetExportJobsRequest) => any;
3305
- }
3306
2614
  /**
3307
2615
  * <p>Provides a summary of the properties of a dataset export job. For a complete listing, call the
3308
2616
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDatasetExportJob.html">DescribeDatasetExportJob</a> API.</p>
@@ -3339,32 +2647,22 @@ export interface DatasetExportJobSummary {
3339
2647
  */
3340
2648
  failureReason?: string;
3341
2649
  }
3342
- export declare namespace DatasetExportJobSummary {
3343
- /**
3344
- * @internal
3345
- */
3346
- const filterSensitiveLog: (obj: DatasetExportJobSummary) => any;
3347
- }
3348
2650
  export interface ListDatasetExportJobsResponse {
3349
2651
  /**
3350
2652
  * <p>The list of dataset export jobs.</p>
3351
2653
  */
3352
2654
  datasetExportJobs?: DatasetExportJobSummary[];
3353
2655
  /**
3354
- * <p>A token for getting the next set of dataset export jobs (if they exist).</p>
2656
+ * <p>A token for getting the next set of dataset export jobs (if they
2657
+ * exist).</p>
3355
2658
  */
3356
2659
  nextToken?: string;
3357
2660
  }
3358
- export declare namespace ListDatasetExportJobsResponse {
3359
- /**
3360
- * @internal
3361
- */
3362
- const filterSensitiveLog: (obj: ListDatasetExportJobsResponse) => any;
3363
- }
3364
2661
  export interface ListDatasetGroupsRequest {
3365
2662
  /**
3366
- * <p>A token returned from the previous call to <code>ListDatasetGroups</code> for getting the
3367
- * next set of dataset groups (if they exist).</p>
2663
+ * <p>A token returned from the previous call to
2664
+ * <code>ListDatasetGroups</code> for getting the next set of dataset
2665
+ * groups (if they exist).</p>
3368
2666
  */
3369
2667
  nextToken?: string;
3370
2668
  /**
@@ -3372,12 +2670,6 @@ export interface ListDatasetGroupsRequest {
3372
2670
  */
3373
2671
  maxResults?: number;
3374
2672
  }
3375
- export declare namespace ListDatasetGroupsRequest {
3376
- /**
3377
- * @internal
3378
- */
3379
- const filterSensitiveLog: (obj: ListDatasetGroupsRequest) => any;
3380
- }
3381
2673
  /**
3382
2674
  * <p>Provides a summary of the properties of a dataset group. For a complete listing, call the
3383
2675
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDatasetGroup.html">DescribeDatasetGroup</a> API.</p>
@@ -3421,36 +2713,27 @@ export interface DatasetGroupSummary {
3421
2713
  */
3422
2714
  domain?: Domain | string;
3423
2715
  }
3424
- export declare namespace DatasetGroupSummary {
3425
- /**
3426
- * @internal
3427
- */
3428
- const filterSensitiveLog: (obj: DatasetGroupSummary) => any;
3429
- }
3430
2716
  export interface ListDatasetGroupsResponse {
3431
2717
  /**
3432
2718
  * <p>The list of your dataset groups.</p>
3433
2719
  */
3434
2720
  datasetGroups?: DatasetGroupSummary[];
3435
2721
  /**
3436
- * <p>A token for getting the next set of dataset groups (if they exist).</p>
2722
+ * <p>A token for getting the next set of dataset groups (if they
2723
+ * exist).</p>
3437
2724
  */
3438
2725
  nextToken?: string;
3439
2726
  }
3440
- export declare namespace ListDatasetGroupsResponse {
3441
- /**
3442
- * @internal
3443
- */
3444
- const filterSensitiveLog: (obj: ListDatasetGroupsResponse) => any;
3445
- }
3446
2727
  export interface ListDatasetImportJobsRequest {
3447
2728
  /**
3448
- * <p>The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.</p>
2729
+ * <p>The Amazon Resource Name (ARN) of the dataset to list the dataset
2730
+ * import jobs for.</p>
3449
2731
  */
3450
2732
  datasetArn?: string;
3451
2733
  /**
3452
- * <p>A token returned from the previous call to <code>ListDatasetImportJobs</code> for getting
3453
- * the next set of dataset import jobs (if they exist).</p>
2734
+ * <p>A token returned from the previous call to
2735
+ * <code>ListDatasetImportJobs</code> for getting the next set of dataset
2736
+ * import jobs (if they exist).</p>
3454
2737
  */
3455
2738
  nextToken?: string;
3456
2739
  /**
@@ -3458,12 +2741,6 @@ export interface ListDatasetImportJobsRequest {
3458
2741
  */
3459
2742
  maxResults?: number;
3460
2743
  }
3461
- export declare namespace ListDatasetImportJobsRequest {
3462
- /**
3463
- * @internal
3464
- */
3465
- const filterSensitiveLog: (obj: ListDatasetImportJobsRequest) => any;
3466
- }
3467
2744
  /**
3468
2745
  * <p>Provides a summary of the properties of a dataset import job. For a complete listing, call the
3469
2746
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDatasetImportJob.html">DescribeDatasetImportJob</a> API.</p>
@@ -3499,12 +2776,13 @@ export interface DatasetImportJobSummary {
3499
2776
  * <p>If a dataset import job fails, the reason behind the failure.</p>
3500
2777
  */
3501
2778
  failureReason?: string;
3502
- }
3503
- export declare namespace DatasetImportJobSummary {
3504
2779
  /**
3505
- * @internal
2780
+ * <p>The import mode the dataset import job used to update the data in the dataset.
2781
+ * For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/updating-existing-bulk-data.html">Updating existing bulk
2782
+ * data</a>.
2783
+ * </p>
3506
2784
  */
3507
- const filterSensitiveLog: (obj: DatasetImportJobSummary) => any;
2785
+ importMode?: ImportMode | string;
3508
2786
  }
3509
2787
  export interface ListDatasetImportJobsResponse {
3510
2788
  /**
@@ -3512,25 +2790,21 @@ export interface ListDatasetImportJobsResponse {
3512
2790
  */
3513
2791
  datasetImportJobs?: DatasetImportJobSummary[];
3514
2792
  /**
3515
- * <p>A token for getting the next set of dataset import jobs (if they exist).</p>
2793
+ * <p>A token for getting the next set of dataset import jobs (if they
2794
+ * exist).</p>
3516
2795
  */
3517
2796
  nextToken?: string;
3518
2797
  }
3519
- export declare namespace ListDatasetImportJobsResponse {
3520
- /**
3521
- * @internal
3522
- */
3523
- const filterSensitiveLog: (obj: ListDatasetImportJobsResponse) => any;
3524
- }
3525
2798
  export interface ListDatasetsRequest {
3526
2799
  /**
3527
- * <p>The Amazon Resource Name (ARN) of the dataset group that contains the datasets to
3528
- * list.</p>
2800
+ * <p>The Amazon Resource Name (ARN) of the dataset group that contains the
2801
+ * datasets to list.</p>
3529
2802
  */
3530
2803
  datasetGroupArn?: string;
3531
2804
  /**
3532
- * <p>A token returned from the previous call to <code>ListDatasetImportJobs</code> for getting
3533
- * the next set of dataset import jobs (if they exist).</p>
2805
+ * <p>A token returned from the previous call to
2806
+ * <code>ListDatasetImportJobs</code> for getting the next set of dataset
2807
+ * import jobs (if they exist).</p>
3534
2808
  */
3535
2809
  nextToken?: string;
3536
2810
  /**
@@ -3538,12 +2812,6 @@ export interface ListDatasetsRequest {
3538
2812
  */
3539
2813
  maxResults?: number;
3540
2814
  }
3541
- export declare namespace ListDatasetsRequest {
3542
- /**
3543
- * @internal
3544
- */
3545
- const filterSensitiveLog: (obj: ListDatasetsRequest) => any;
3546
- }
3547
2815
  /**
3548
2816
  * <p>Provides a summary of the properties of a dataset. For a complete listing, call the
3549
2817
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDataset.html">DescribeDataset</a> API.</p>
@@ -3597,16 +2865,10 @@ export interface DatasetSummary {
3597
2865
  */
3598
2866
  lastUpdatedDateTime?: Date;
3599
2867
  }
3600
- export declare namespace DatasetSummary {
3601
- /**
3602
- * @internal
3603
- */
3604
- const filterSensitiveLog: (obj: DatasetSummary) => any;
3605
- }
3606
2868
  export interface ListDatasetsResponse {
3607
2869
  /**
3608
- * <p>An array of <code>Dataset</code> objects. Each object provides metadata
3609
- * information.</p>
2870
+ * <p>An array of <code>Dataset</code> objects. Each object provides
2871
+ * metadata information.</p>
3610
2872
  */
3611
2873
  datasets?: DatasetSummary[];
3612
2874
  /**
@@ -3614,12 +2876,6 @@ export interface ListDatasetsResponse {
3614
2876
  */
3615
2877
  nextToken?: string;
3616
2878
  }
3617
- export declare namespace ListDatasetsResponse {
3618
- /**
3619
- * @internal
3620
- */
3621
- const filterSensitiveLog: (obj: ListDatasetsResponse) => any;
3622
- }
3623
2879
  export interface ListEventTrackersRequest {
3624
2880
  /**
3625
2881
  * <p>The ARN of a dataset group used to filter the response.</p>
@@ -3635,12 +2891,6 @@ export interface ListEventTrackersRequest {
3635
2891
  */
3636
2892
  maxResults?: number;
3637
2893
  }
3638
- export declare namespace ListEventTrackersRequest {
3639
- /**
3640
- * @internal
3641
- */
3642
- const filterSensitiveLog: (obj: ListEventTrackersRequest) => any;
3643
- }
3644
2894
  /**
3645
2895
  * <p>Provides a summary of the properties of an event tracker. For a complete listing, call the
3646
2896
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeEventTracker.html">DescribeEventTracker</a> API.</p>
@@ -3676,12 +2926,6 @@ export interface EventTrackerSummary {
3676
2926
  */
3677
2927
  lastUpdatedDateTime?: Date;
3678
2928
  }
3679
- export declare namespace EventTrackerSummary {
3680
- /**
3681
- * @internal
3682
- */
3683
- const filterSensitiveLog: (obj: EventTrackerSummary) => any;
3684
- }
3685
2929
  export interface ListEventTrackersResponse {
3686
2930
  /**
3687
2931
  * <p>A list of event trackers.</p>
@@ -3692,12 +2936,6 @@ export interface ListEventTrackersResponse {
3692
2936
  */
3693
2937
  nextToken?: string;
3694
2938
  }
3695
- export declare namespace ListEventTrackersResponse {
3696
- /**
3697
- * @internal
3698
- */
3699
- const filterSensitiveLog: (obj: ListEventTrackersResponse) => any;
3700
- }
3701
2939
  export interface ListFiltersRequest {
3702
2940
  /**
3703
2941
  * <p>The ARN of the dataset group that contains the filters.</p>
@@ -3713,12 +2951,6 @@ export interface ListFiltersRequest {
3713
2951
  */
3714
2952
  maxResults?: number;
3715
2953
  }
3716
- export declare namespace ListFiltersRequest {
3717
- /**
3718
- * @internal
3719
- */
3720
- const filterSensitiveLog: (obj: ListFiltersRequest) => any;
3721
- }
3722
2954
  /**
3723
2955
  * <p>A short summary of a filter's attributes.</p>
3724
2956
  */
@@ -3752,12 +2984,6 @@ export interface FilterSummary {
3752
2984
  */
3753
2985
  status?: string;
3754
2986
  }
3755
- export declare namespace FilterSummary {
3756
- /**
3757
- * @internal
3758
- */
3759
- const filterSensitiveLog: (obj: FilterSummary) => any;
3760
- }
3761
2987
  export interface ListFiltersResponse {
3762
2988
  /**
3763
2989
  * <p>A list of returned filters.</p>
@@ -3768,12 +2994,6 @@ export interface ListFiltersResponse {
3768
2994
  */
3769
2995
  nextToken?: string;
3770
2996
  }
3771
- export declare namespace ListFiltersResponse {
3772
- /**
3773
- * @internal
3774
- */
3775
- const filterSensitiveLog: (obj: ListFiltersResponse) => any;
3776
- }
3777
2997
  export declare enum RecipeProvider {
3778
2998
  SERVICE = "SERVICE"
3779
2999
  }
@@ -3799,12 +3019,6 @@ export interface ListRecipesRequest {
3799
3019
  */
3800
3020
  domain?: Domain | string;
3801
3021
  }
3802
- export declare namespace ListRecipesRequest {
3803
- /**
3804
- * @internal
3805
- */
3806
- const filterSensitiveLog: (obj: ListRecipesRequest) => any;
3807
- }
3808
3022
  /**
3809
3023
  * <p>Provides a summary of the properties of a recipe. For a complete listing, call the
3810
3024
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeRecipe.html">DescribeRecipe</a> API.</p>
@@ -3835,12 +3049,6 @@ export interface RecipeSummary {
3835
3049
  */
3836
3050
  domain?: Domain | string;
3837
3051
  }
3838
- export declare namespace RecipeSummary {
3839
- /**
3840
- * @internal
3841
- */
3842
- const filterSensitiveLog: (obj: RecipeSummary) => any;
3843
- }
3844
3052
  export interface ListRecipesResponse {
3845
3053
  /**
3846
3054
  * <p>The list of available recipes.</p>
@@ -3851,12 +3059,6 @@ export interface ListRecipesResponse {
3851
3059
  */
3852
3060
  nextToken?: string;
3853
3061
  }
3854
- export declare namespace ListRecipesResponse {
3855
- /**
3856
- * @internal
3857
- */
3858
- const filterSensitiveLog: (obj: ListRecipesResponse) => any;
3859
- }
3860
3062
  export interface ListRecommendersRequest {
3861
3063
  /**
3862
3064
  * <p>The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When
@@ -3873,12 +3075,6 @@ export interface ListRecommendersRequest {
3873
3075
  */
3874
3076
  maxResults?: number;
3875
3077
  }
3876
- export declare namespace ListRecommendersRequest {
3877
- /**
3878
- * @internal
3879
- */
3880
- const filterSensitiveLog: (obj: ListRecommendersRequest) => any;
3881
- }
3882
3078
  /**
3883
3079
  * <p>Provides a summary of the properties of the recommender.</p>
3884
3080
  */
@@ -3927,12 +3123,6 @@ export interface RecommenderSummary {
3927
3123
  */
3928
3124
  lastUpdatedDateTime?: Date;
3929
3125
  }
3930
- export declare namespace RecommenderSummary {
3931
- /**
3932
- * @internal
3933
- */
3934
- const filterSensitiveLog: (obj: RecommenderSummary) => any;
3935
- }
3936
3126
  export interface ListRecommendersResponse {
3937
3127
  /**
3938
3128
  * <p>A list of the recommenders.</p>
@@ -3943,12 +3133,6 @@ export interface ListRecommendersResponse {
3943
3133
  */
3944
3134
  nextToken?: string;
3945
3135
  }
3946
- export declare namespace ListRecommendersResponse {
3947
- /**
3948
- * @internal
3949
- */
3950
- const filterSensitiveLog: (obj: ListRecommendersResponse) => any;
3951
- }
3952
3136
  export interface ListSchemasRequest {
3953
3137
  /**
3954
3138
  * <p>A token returned from the previous call to <code>ListSchemas</code> for getting
@@ -3960,12 +3144,6 @@ export interface ListSchemasRequest {
3960
3144
  */
3961
3145
  maxResults?: number;
3962
3146
  }
3963
- export declare namespace ListSchemasRequest {
3964
- /**
3965
- * @internal
3966
- */
3967
- const filterSensitiveLog: (obj: ListSchemasRequest) => any;
3968
- }
3969
3147
  /**
3970
3148
  * <p>Provides a summary of the properties of a dataset schema. For a complete listing, call the
3971
3149
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeSchema.html">DescribeSchema</a> API.</p>
@@ -3992,12 +3170,6 @@ export interface DatasetSchemaSummary {
3992
3170
  */
3993
3171
  domain?: Domain | string;
3994
3172
  }
3995
- export declare namespace DatasetSchemaSummary {
3996
- /**
3997
- * @internal
3998
- */
3999
- const filterSensitiveLog: (obj: DatasetSchemaSummary) => any;
4000
- }
4001
3173
  export interface ListSchemasResponse {
4002
3174
  /**
4003
3175
  * <p>A list of schemas.</p>
@@ -4008,12 +3180,6 @@ export interface ListSchemasResponse {
4008
3180
  */
4009
3181
  nextToken?: string;
4010
3182
  }
4011
- export declare namespace ListSchemasResponse {
4012
- /**
4013
- * @internal
4014
- */
4015
- const filterSensitiveLog: (obj: ListSchemasResponse) => any;
4016
- }
4017
3183
  export interface ListSolutionsRequest {
4018
3184
  /**
4019
3185
  * <p>The Amazon Resource Name (ARN) of the dataset group.</p>
@@ -4029,12 +3195,6 @@ export interface ListSolutionsRequest {
4029
3195
  */
4030
3196
  maxResults?: number;
4031
3197
  }
4032
- export declare namespace ListSolutionsRequest {
4033
- /**
4034
- * @internal
4035
- */
4036
- const filterSensitiveLog: (obj: ListSolutionsRequest) => any;
4037
- }
4038
3198
  /**
4039
3199
  * <p>Provides a summary of the properties of a solution. For a complete listing, call the
4040
3200
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeSolution.html">DescribeSolution</a> API.</p>
@@ -4070,12 +3230,6 @@ export interface SolutionSummary {
4070
3230
  */
4071
3231
  lastUpdatedDateTime?: Date;
4072
3232
  }
4073
- export declare namespace SolutionSummary {
4074
- /**
4075
- * @internal
4076
- */
4077
- const filterSensitiveLog: (obj: SolutionSummary) => any;
4078
- }
4079
3233
  export interface ListSolutionsResponse {
4080
3234
  /**
4081
3235
  * <p>A list of the current solutions.</p>
@@ -4086,12 +3240,6 @@ export interface ListSolutionsResponse {
4086
3240
  */
4087
3241
  nextToken?: string;
4088
3242
  }
4089
- export declare namespace ListSolutionsResponse {
4090
- /**
4091
- * @internal
4092
- */
4093
- const filterSensitiveLog: (obj: ListSolutionsResponse) => any;
4094
- }
4095
3243
  export interface ListSolutionVersionsRequest {
4096
3244
  /**
4097
3245
  * <p>The Amazon Resource Name (ARN) of the solution.</p>
@@ -4107,12 +3255,6 @@ export interface ListSolutionVersionsRequest {
4107
3255
  */
4108
3256
  maxResults?: number;
4109
3257
  }
4110
- export declare namespace ListSolutionVersionsRequest {
4111
- /**
4112
- * @internal
4113
- */
4114
- const filterSensitiveLog: (obj: ListSolutionVersionsRequest) => any;
4115
- }
4116
3258
  export interface ListSolutionVersionsResponse {
4117
3259
  /**
4118
3260
  * <p>A list of solution versions describing the version properties.</p>
@@ -4123,96 +3265,48 @@ export interface ListSolutionVersionsResponse {
4123
3265
  */
4124
3266
  nextToken?: string;
4125
3267
  }
4126
- export declare namespace ListSolutionVersionsResponse {
4127
- /**
4128
- * @internal
4129
- */
4130
- const filterSensitiveLog: (obj: ListSolutionVersionsResponse) => any;
4131
- }
4132
3268
  export interface ListTagsForResourceRequest {
4133
3269
  /**
4134
3270
  * <p>The resource's Amazon Resource Name.</p>
4135
3271
  */
4136
3272
  resourceArn: string | undefined;
4137
3273
  }
4138
- export declare namespace ListTagsForResourceRequest {
4139
- /**
4140
- * @internal
4141
- */
4142
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4143
- }
4144
3274
  export interface ListTagsForResourceResponse {
4145
3275
  /**
4146
3276
  * <p>The resource's tags.</p>
4147
3277
  */
4148
3278
  tags?: Tag[];
4149
3279
  }
4150
- export declare namespace ListTagsForResourceResponse {
4151
- /**
4152
- * @internal
4153
- */
4154
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4155
- }
4156
3280
  export interface StartRecommenderRequest {
4157
3281
  /**
4158
3282
  * <p>The Amazon Resource Name (ARN) of the recommender to start.</p>
4159
3283
  */
4160
3284
  recommenderArn: string | undefined;
4161
3285
  }
4162
- export declare namespace StartRecommenderRequest {
4163
- /**
4164
- * @internal
4165
- */
4166
- const filterSensitiveLog: (obj: StartRecommenderRequest) => any;
4167
- }
4168
3286
  export interface StartRecommenderResponse {
4169
3287
  /**
4170
3288
  * <p>The Amazon Resource Name (ARN) of the recommender you started.</p>
4171
3289
  */
4172
3290
  recommenderArn?: string;
4173
3291
  }
4174
- export declare namespace StartRecommenderResponse {
4175
- /**
4176
- * @internal
4177
- */
4178
- const filterSensitiveLog: (obj: StartRecommenderResponse) => any;
4179
- }
4180
3292
  export interface StopRecommenderRequest {
4181
3293
  /**
4182
3294
  * <p>The Amazon Resource Name (ARN) of the recommender to stop.</p>
4183
3295
  */
4184
3296
  recommenderArn: string | undefined;
4185
3297
  }
4186
- export declare namespace StopRecommenderRequest {
4187
- /**
4188
- * @internal
4189
- */
4190
- const filterSensitiveLog: (obj: StopRecommenderRequest) => any;
4191
- }
4192
3298
  export interface StopRecommenderResponse {
4193
3299
  /**
4194
3300
  * <p>The Amazon Resource Name (ARN) of the recommender you stopped.</p>
4195
3301
  */
4196
3302
  recommenderArn?: string;
4197
3303
  }
4198
- export declare namespace StopRecommenderResponse {
4199
- /**
4200
- * @internal
4201
- */
4202
- const filterSensitiveLog: (obj: StopRecommenderResponse) => any;
4203
- }
4204
3304
  export interface StopSolutionVersionCreationRequest {
4205
3305
  /**
4206
3306
  * <p>The Amazon Resource Name (ARN) of the solution version you want to stop creating.</p>
4207
3307
  */
4208
3308
  solutionVersionArn: string | undefined;
4209
3309
  }
4210
- export declare namespace StopSolutionVersionCreationRequest {
4211
- /**
4212
- * @internal
4213
- */
4214
- const filterSensitiveLog: (obj: StopSolutionVersionCreationRequest) => any;
4215
- }
4216
3310
  export interface TagResourceRequest {
4217
3311
  /**
4218
3312
  * <p>The resource's Amazon Resource Name (ARN).</p>
@@ -4223,20 +3317,8 @@ export interface TagResourceRequest {
4223
3317
  */
4224
3318
  tags: Tag[] | undefined;
4225
3319
  }
4226
- export declare namespace TagResourceRequest {
4227
- /**
4228
- * @internal
4229
- */
4230
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
4231
- }
4232
3320
  export interface TagResourceResponse {
4233
3321
  }
4234
- export declare namespace TagResourceResponse {
4235
- /**
4236
- * @internal
4237
- */
4238
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
4239
- }
4240
3322
  /**
4241
3323
  * <p>The request contains more tag keys than can be associated with a resource (50 tag keys per resource). </p>
4242
3324
  */
@@ -4258,20 +3340,8 @@ export interface UntagResourceRequest {
4258
3340
  */
4259
3341
  tagKeys: string[] | undefined;
4260
3342
  }
4261
- export declare namespace UntagResourceRequest {
4262
- /**
4263
- * @internal
4264
- */
4265
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
4266
- }
4267
3343
  export interface UntagResourceResponse {
4268
3344
  }
4269
- export declare namespace UntagResourceResponse {
4270
- /**
4271
- * @internal
4272
- */
4273
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
4274
- }
4275
3345
  export interface UpdateCampaignRequest {
4276
3346
  /**
4277
3347
  * <p>The Amazon Resource Name (ARN) of the campaign.</p>
@@ -4291,24 +3361,12 @@ export interface UpdateCampaignRequest {
4291
3361
  */
4292
3362
  campaignConfig?: CampaignConfig;
4293
3363
  }
4294
- export declare namespace UpdateCampaignRequest {
4295
- /**
4296
- * @internal
4297
- */
4298
- const filterSensitiveLog: (obj: UpdateCampaignRequest) => any;
4299
- }
4300
3364
  export interface UpdateCampaignResponse {
4301
3365
  /**
4302
3366
  * <p>The same campaign ARN as given in the request.</p>
4303
3367
  */
4304
3368
  campaignArn?: string;
4305
3369
  }
4306
- export declare namespace UpdateCampaignResponse {
4307
- /**
4308
- * @internal
4309
- */
4310
- const filterSensitiveLog: (obj: UpdateCampaignResponse) => any;
4311
- }
4312
3370
  export interface UpdateRecommenderRequest {
4313
3371
  /**
4314
3372
  * <p>The Amazon Resource Name (ARN) of the recommender to modify.</p>
@@ -4319,21 +3377,693 @@ export interface UpdateRecommenderRequest {
4319
3377
  */
4320
3378
  recommenderConfig: RecommenderConfig | undefined;
4321
3379
  }
4322
- export declare namespace UpdateRecommenderRequest {
4323
- /**
4324
- * @internal
4325
- */
4326
- const filterSensitiveLog: (obj: UpdateRecommenderRequest) => any;
4327
- }
4328
3380
  export interface UpdateRecommenderResponse {
4329
3381
  /**
4330
3382
  * <p>The same recommender Amazon Resource Name (ARN) as given in the request.</p>
4331
3383
  */
4332
3384
  recommenderArn?: string;
4333
3385
  }
4334
- export declare namespace UpdateRecommenderResponse {
4335
- /**
4336
- * @internal
4337
- */
4338
- const filterSensitiveLog: (obj: UpdateRecommenderResponse) => any;
4339
- }
3386
+ /**
3387
+ * @internal
3388
+ */
3389
+ export declare const AlgorithmImageFilterSensitiveLog: (obj: AlgorithmImage) => any;
3390
+ /**
3391
+ * @internal
3392
+ */
3393
+ export declare const DefaultCategoricalHyperParameterRangeFilterSensitiveLog: (obj: DefaultCategoricalHyperParameterRange) => any;
3394
+ /**
3395
+ * @internal
3396
+ */
3397
+ export declare const DefaultContinuousHyperParameterRangeFilterSensitiveLog: (obj: DefaultContinuousHyperParameterRange) => any;
3398
+ /**
3399
+ * @internal
3400
+ */
3401
+ export declare const DefaultIntegerHyperParameterRangeFilterSensitiveLog: (obj: DefaultIntegerHyperParameterRange) => any;
3402
+ /**
3403
+ * @internal
3404
+ */
3405
+ export declare const DefaultHyperParameterRangesFilterSensitiveLog: (obj: DefaultHyperParameterRanges) => any;
3406
+ /**
3407
+ * @internal
3408
+ */
3409
+ export declare const AlgorithmFilterSensitiveLog: (obj: Algorithm) => any;
3410
+ /**
3411
+ * @internal
3412
+ */
3413
+ export declare const BatchInferenceJobConfigFilterSensitiveLog: (obj: BatchInferenceJobConfig) => any;
3414
+ /**
3415
+ * @internal
3416
+ */
3417
+ export declare const S3DataConfigFilterSensitiveLog: (obj: S3DataConfig) => any;
3418
+ /**
3419
+ * @internal
3420
+ */
3421
+ export declare const BatchInferenceJobInputFilterSensitiveLog: (obj: BatchInferenceJobInput) => any;
3422
+ /**
3423
+ * @internal
3424
+ */
3425
+ export declare const BatchInferenceJobOutputFilterSensitiveLog: (obj: BatchInferenceJobOutput) => any;
3426
+ /**
3427
+ * @internal
3428
+ */
3429
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3430
+ /**
3431
+ * @internal
3432
+ */
3433
+ export declare const CreateBatchInferenceJobRequestFilterSensitiveLog: (obj: CreateBatchInferenceJobRequest) => any;
3434
+ /**
3435
+ * @internal
3436
+ */
3437
+ export declare const CreateBatchInferenceJobResponseFilterSensitiveLog: (obj: CreateBatchInferenceJobResponse) => any;
3438
+ /**
3439
+ * @internal
3440
+ */
3441
+ export declare const BatchSegmentJobInputFilterSensitiveLog: (obj: BatchSegmentJobInput) => any;
3442
+ /**
3443
+ * @internal
3444
+ */
3445
+ export declare const BatchSegmentJobOutputFilterSensitiveLog: (obj: BatchSegmentJobOutput) => any;
3446
+ /**
3447
+ * @internal
3448
+ */
3449
+ export declare const CreateBatchSegmentJobRequestFilterSensitiveLog: (obj: CreateBatchSegmentJobRequest) => any;
3450
+ /**
3451
+ * @internal
3452
+ */
3453
+ export declare const CreateBatchSegmentJobResponseFilterSensitiveLog: (obj: CreateBatchSegmentJobResponse) => any;
3454
+ /**
3455
+ * @internal
3456
+ */
3457
+ export declare const CampaignConfigFilterSensitiveLog: (obj: CampaignConfig) => any;
3458
+ /**
3459
+ * @internal
3460
+ */
3461
+ export declare const CreateCampaignRequestFilterSensitiveLog: (obj: CreateCampaignRequest) => any;
3462
+ /**
3463
+ * @internal
3464
+ */
3465
+ export declare const CreateCampaignResponseFilterSensitiveLog: (obj: CreateCampaignResponse) => any;
3466
+ /**
3467
+ * @internal
3468
+ */
3469
+ export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
3470
+ /**
3471
+ * @internal
3472
+ */
3473
+ export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
3474
+ /**
3475
+ * @internal
3476
+ */
3477
+ export declare const DatasetExportJobOutputFilterSensitiveLog: (obj: DatasetExportJobOutput) => any;
3478
+ /**
3479
+ * @internal
3480
+ */
3481
+ export declare const CreateDatasetExportJobRequestFilterSensitiveLog: (obj: CreateDatasetExportJobRequest) => any;
3482
+ /**
3483
+ * @internal
3484
+ */
3485
+ export declare const CreateDatasetExportJobResponseFilterSensitiveLog: (obj: CreateDatasetExportJobResponse) => any;
3486
+ /**
3487
+ * @internal
3488
+ */
3489
+ export declare const CreateDatasetGroupRequestFilterSensitiveLog: (obj: CreateDatasetGroupRequest) => any;
3490
+ /**
3491
+ * @internal
3492
+ */
3493
+ export declare const CreateDatasetGroupResponseFilterSensitiveLog: (obj: CreateDatasetGroupResponse) => any;
3494
+ /**
3495
+ * @internal
3496
+ */
3497
+ export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
3498
+ /**
3499
+ * @internal
3500
+ */
3501
+ export declare const CreateDatasetImportJobRequestFilterSensitiveLog: (obj: CreateDatasetImportJobRequest) => any;
3502
+ /**
3503
+ * @internal
3504
+ */
3505
+ export declare const CreateDatasetImportJobResponseFilterSensitiveLog: (obj: CreateDatasetImportJobResponse) => any;
3506
+ /**
3507
+ * @internal
3508
+ */
3509
+ export declare const CreateEventTrackerRequestFilterSensitiveLog: (obj: CreateEventTrackerRequest) => any;
3510
+ /**
3511
+ * @internal
3512
+ */
3513
+ export declare const CreateEventTrackerResponseFilterSensitiveLog: (obj: CreateEventTrackerResponse) => any;
3514
+ /**
3515
+ * @internal
3516
+ */
3517
+ export declare const CreateFilterRequestFilterSensitiveLog: (obj: CreateFilterRequest) => any;
3518
+ /**
3519
+ * @internal
3520
+ */
3521
+ export declare const CreateFilterResponseFilterSensitiveLog: (obj: CreateFilterResponse) => any;
3522
+ /**
3523
+ * @internal
3524
+ */
3525
+ export declare const RecommenderConfigFilterSensitiveLog: (obj: RecommenderConfig) => any;
3526
+ /**
3527
+ * @internal
3528
+ */
3529
+ export declare const CreateRecommenderRequestFilterSensitiveLog: (obj: CreateRecommenderRequest) => any;
3530
+ /**
3531
+ * @internal
3532
+ */
3533
+ export declare const CreateRecommenderResponseFilterSensitiveLog: (obj: CreateRecommenderResponse) => any;
3534
+ /**
3535
+ * @internal
3536
+ */
3537
+ export declare const CreateSchemaRequestFilterSensitiveLog: (obj: CreateSchemaRequest) => any;
3538
+ /**
3539
+ * @internal
3540
+ */
3541
+ export declare const CreateSchemaResponseFilterSensitiveLog: (obj: CreateSchemaResponse) => any;
3542
+ /**
3543
+ * @internal
3544
+ */
3545
+ export declare const AutoMLConfigFilterSensitiveLog: (obj: AutoMLConfig) => any;
3546
+ /**
3547
+ * @internal
3548
+ */
3549
+ export declare const CategoricalHyperParameterRangeFilterSensitiveLog: (obj: CategoricalHyperParameterRange) => any;
3550
+ /**
3551
+ * @internal
3552
+ */
3553
+ export declare const ContinuousHyperParameterRangeFilterSensitiveLog: (obj: ContinuousHyperParameterRange) => any;
3554
+ /**
3555
+ * @internal
3556
+ */
3557
+ export declare const IntegerHyperParameterRangeFilterSensitiveLog: (obj: IntegerHyperParameterRange) => any;
3558
+ /**
3559
+ * @internal
3560
+ */
3561
+ export declare const HyperParameterRangesFilterSensitiveLog: (obj: HyperParameterRanges) => any;
3562
+ /**
3563
+ * @internal
3564
+ */
3565
+ export declare const HPOObjectiveFilterSensitiveLog: (obj: HPOObjective) => any;
3566
+ /**
3567
+ * @internal
3568
+ */
3569
+ export declare const HPOResourceConfigFilterSensitiveLog: (obj: HPOResourceConfig) => any;
3570
+ /**
3571
+ * @internal
3572
+ */
3573
+ export declare const HPOConfigFilterSensitiveLog: (obj: HPOConfig) => any;
3574
+ /**
3575
+ * @internal
3576
+ */
3577
+ export declare const OptimizationObjectiveFilterSensitiveLog: (obj: OptimizationObjective) => any;
3578
+ /**
3579
+ * @internal
3580
+ */
3581
+ export declare const SolutionConfigFilterSensitiveLog: (obj: SolutionConfig) => any;
3582
+ /**
3583
+ * @internal
3584
+ */
3585
+ export declare const CreateSolutionRequestFilterSensitiveLog: (obj: CreateSolutionRequest) => any;
3586
+ /**
3587
+ * @internal
3588
+ */
3589
+ export declare const CreateSolutionResponseFilterSensitiveLog: (obj: CreateSolutionResponse) => any;
3590
+ /**
3591
+ * @internal
3592
+ */
3593
+ export declare const CreateSolutionVersionRequestFilterSensitiveLog: (obj: CreateSolutionVersionRequest) => any;
3594
+ /**
3595
+ * @internal
3596
+ */
3597
+ export declare const CreateSolutionVersionResponseFilterSensitiveLog: (obj: CreateSolutionVersionResponse) => any;
3598
+ /**
3599
+ * @internal
3600
+ */
3601
+ export declare const DeleteCampaignRequestFilterSensitiveLog: (obj: DeleteCampaignRequest) => any;
3602
+ /**
3603
+ * @internal
3604
+ */
3605
+ export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
3606
+ /**
3607
+ * @internal
3608
+ */
3609
+ export declare const DeleteDatasetGroupRequestFilterSensitiveLog: (obj: DeleteDatasetGroupRequest) => any;
3610
+ /**
3611
+ * @internal
3612
+ */
3613
+ export declare const DeleteEventTrackerRequestFilterSensitiveLog: (obj: DeleteEventTrackerRequest) => any;
3614
+ /**
3615
+ * @internal
3616
+ */
3617
+ export declare const DeleteFilterRequestFilterSensitiveLog: (obj: DeleteFilterRequest) => any;
3618
+ /**
3619
+ * @internal
3620
+ */
3621
+ export declare const DeleteRecommenderRequestFilterSensitiveLog: (obj: DeleteRecommenderRequest) => any;
3622
+ /**
3623
+ * @internal
3624
+ */
3625
+ export declare const DeleteSchemaRequestFilterSensitiveLog: (obj: DeleteSchemaRequest) => any;
3626
+ /**
3627
+ * @internal
3628
+ */
3629
+ export declare const DeleteSolutionRequestFilterSensitiveLog: (obj: DeleteSolutionRequest) => any;
3630
+ /**
3631
+ * @internal
3632
+ */
3633
+ export declare const DescribeAlgorithmRequestFilterSensitiveLog: (obj: DescribeAlgorithmRequest) => any;
3634
+ /**
3635
+ * @internal
3636
+ */
3637
+ export declare const DescribeAlgorithmResponseFilterSensitiveLog: (obj: DescribeAlgorithmResponse) => any;
3638
+ /**
3639
+ * @internal
3640
+ */
3641
+ export declare const DescribeBatchInferenceJobRequestFilterSensitiveLog: (obj: DescribeBatchInferenceJobRequest) => any;
3642
+ /**
3643
+ * @internal
3644
+ */
3645
+ export declare const BatchInferenceJobFilterSensitiveLog: (obj: BatchInferenceJob) => any;
3646
+ /**
3647
+ * @internal
3648
+ */
3649
+ export declare const DescribeBatchInferenceJobResponseFilterSensitiveLog: (obj: DescribeBatchInferenceJobResponse) => any;
3650
+ /**
3651
+ * @internal
3652
+ */
3653
+ export declare const DescribeBatchSegmentJobRequestFilterSensitiveLog: (obj: DescribeBatchSegmentJobRequest) => any;
3654
+ /**
3655
+ * @internal
3656
+ */
3657
+ export declare const BatchSegmentJobFilterSensitiveLog: (obj: BatchSegmentJob) => any;
3658
+ /**
3659
+ * @internal
3660
+ */
3661
+ export declare const DescribeBatchSegmentJobResponseFilterSensitiveLog: (obj: DescribeBatchSegmentJobResponse) => any;
3662
+ /**
3663
+ * @internal
3664
+ */
3665
+ export declare const DescribeCampaignRequestFilterSensitiveLog: (obj: DescribeCampaignRequest) => any;
3666
+ /**
3667
+ * @internal
3668
+ */
3669
+ export declare const CampaignUpdateSummaryFilterSensitiveLog: (obj: CampaignUpdateSummary) => any;
3670
+ /**
3671
+ * @internal
3672
+ */
3673
+ export declare const CampaignFilterSensitiveLog: (obj: Campaign) => any;
3674
+ /**
3675
+ * @internal
3676
+ */
3677
+ export declare const DescribeCampaignResponseFilterSensitiveLog: (obj: DescribeCampaignResponse) => any;
3678
+ /**
3679
+ * @internal
3680
+ */
3681
+ export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
3682
+ /**
3683
+ * @internal
3684
+ */
3685
+ export declare const DatasetFilterSensitiveLog: (obj: Dataset) => any;
3686
+ /**
3687
+ * @internal
3688
+ */
3689
+ export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
3690
+ /**
3691
+ * @internal
3692
+ */
3693
+ export declare const DescribeDatasetExportJobRequestFilterSensitiveLog: (obj: DescribeDatasetExportJobRequest) => any;
3694
+ /**
3695
+ * @internal
3696
+ */
3697
+ export declare const DatasetExportJobFilterSensitiveLog: (obj: DatasetExportJob) => any;
3698
+ /**
3699
+ * @internal
3700
+ */
3701
+ export declare const DescribeDatasetExportJobResponseFilterSensitiveLog: (obj: DescribeDatasetExportJobResponse) => any;
3702
+ /**
3703
+ * @internal
3704
+ */
3705
+ export declare const DescribeDatasetGroupRequestFilterSensitiveLog: (obj: DescribeDatasetGroupRequest) => any;
3706
+ /**
3707
+ * @internal
3708
+ */
3709
+ export declare const DatasetGroupFilterSensitiveLog: (obj: DatasetGroup) => any;
3710
+ /**
3711
+ * @internal
3712
+ */
3713
+ export declare const DescribeDatasetGroupResponseFilterSensitiveLog: (obj: DescribeDatasetGroupResponse) => any;
3714
+ /**
3715
+ * @internal
3716
+ */
3717
+ export declare const DescribeDatasetImportJobRequestFilterSensitiveLog: (obj: DescribeDatasetImportJobRequest) => any;
3718
+ /**
3719
+ * @internal
3720
+ */
3721
+ export declare const DatasetImportJobFilterSensitiveLog: (obj: DatasetImportJob) => any;
3722
+ /**
3723
+ * @internal
3724
+ */
3725
+ export declare const DescribeDatasetImportJobResponseFilterSensitiveLog: (obj: DescribeDatasetImportJobResponse) => any;
3726
+ /**
3727
+ * @internal
3728
+ */
3729
+ export declare const DescribeEventTrackerRequestFilterSensitiveLog: (obj: DescribeEventTrackerRequest) => any;
3730
+ /**
3731
+ * @internal
3732
+ */
3733
+ export declare const EventTrackerFilterSensitiveLog: (obj: EventTracker) => any;
3734
+ /**
3735
+ * @internal
3736
+ */
3737
+ export declare const DescribeEventTrackerResponseFilterSensitiveLog: (obj: DescribeEventTrackerResponse) => any;
3738
+ /**
3739
+ * @internal
3740
+ */
3741
+ export declare const DescribeFeatureTransformationRequestFilterSensitiveLog: (obj: DescribeFeatureTransformationRequest) => any;
3742
+ /**
3743
+ * @internal
3744
+ */
3745
+ export declare const FeatureTransformationFilterSensitiveLog: (obj: FeatureTransformation) => any;
3746
+ /**
3747
+ * @internal
3748
+ */
3749
+ export declare const DescribeFeatureTransformationResponseFilterSensitiveLog: (obj: DescribeFeatureTransformationResponse) => any;
3750
+ /**
3751
+ * @internal
3752
+ */
3753
+ export declare const DescribeFilterRequestFilterSensitiveLog: (obj: DescribeFilterRequest) => any;
3754
+ /**
3755
+ * @internal
3756
+ */
3757
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
3758
+ /**
3759
+ * @internal
3760
+ */
3761
+ export declare const DescribeFilterResponseFilterSensitiveLog: (obj: DescribeFilterResponse) => any;
3762
+ /**
3763
+ * @internal
3764
+ */
3765
+ export declare const DescribeRecipeRequestFilterSensitiveLog: (obj: DescribeRecipeRequest) => any;
3766
+ /**
3767
+ * @internal
3768
+ */
3769
+ export declare const RecipeFilterSensitiveLog: (obj: Recipe) => any;
3770
+ /**
3771
+ * @internal
3772
+ */
3773
+ export declare const DescribeRecipeResponseFilterSensitiveLog: (obj: DescribeRecipeResponse) => any;
3774
+ /**
3775
+ * @internal
3776
+ */
3777
+ export declare const DescribeRecommenderRequestFilterSensitiveLog: (obj: DescribeRecommenderRequest) => any;
3778
+ /**
3779
+ * @internal
3780
+ */
3781
+ export declare const RecommenderUpdateSummaryFilterSensitiveLog: (obj: RecommenderUpdateSummary) => any;
3782
+ /**
3783
+ * @internal
3784
+ */
3785
+ export declare const RecommenderFilterSensitiveLog: (obj: Recommender) => any;
3786
+ /**
3787
+ * @internal
3788
+ */
3789
+ export declare const DescribeRecommenderResponseFilterSensitiveLog: (obj: DescribeRecommenderResponse) => any;
3790
+ /**
3791
+ * @internal
3792
+ */
3793
+ export declare const DescribeSchemaRequestFilterSensitiveLog: (obj: DescribeSchemaRequest) => any;
3794
+ /**
3795
+ * @internal
3796
+ */
3797
+ export declare const DatasetSchemaFilterSensitiveLog: (obj: DatasetSchema) => any;
3798
+ /**
3799
+ * @internal
3800
+ */
3801
+ export declare const DescribeSchemaResponseFilterSensitiveLog: (obj: DescribeSchemaResponse) => any;
3802
+ /**
3803
+ * @internal
3804
+ */
3805
+ export declare const DescribeSolutionRequestFilterSensitiveLog: (obj: DescribeSolutionRequest) => any;
3806
+ /**
3807
+ * @internal
3808
+ */
3809
+ export declare const AutoMLResultFilterSensitiveLog: (obj: AutoMLResult) => any;
3810
+ /**
3811
+ * @internal
3812
+ */
3813
+ export declare const SolutionVersionSummaryFilterSensitiveLog: (obj: SolutionVersionSummary) => any;
3814
+ /**
3815
+ * @internal
3816
+ */
3817
+ export declare const SolutionFilterSensitiveLog: (obj: Solution) => any;
3818
+ /**
3819
+ * @internal
3820
+ */
3821
+ export declare const DescribeSolutionResponseFilterSensitiveLog: (obj: DescribeSolutionResponse) => any;
3822
+ /**
3823
+ * @internal
3824
+ */
3825
+ export declare const DescribeSolutionVersionRequestFilterSensitiveLog: (obj: DescribeSolutionVersionRequest) => any;
3826
+ /**
3827
+ * @internal
3828
+ */
3829
+ export declare const TunedHPOParamsFilterSensitiveLog: (obj: TunedHPOParams) => any;
3830
+ /**
3831
+ * @internal
3832
+ */
3833
+ export declare const SolutionVersionFilterSensitiveLog: (obj: SolutionVersion) => any;
3834
+ /**
3835
+ * @internal
3836
+ */
3837
+ export declare const DescribeSolutionVersionResponseFilterSensitiveLog: (obj: DescribeSolutionVersionResponse) => any;
3838
+ /**
3839
+ * @internal
3840
+ */
3841
+ export declare const GetSolutionMetricsRequestFilterSensitiveLog: (obj: GetSolutionMetricsRequest) => any;
3842
+ /**
3843
+ * @internal
3844
+ */
3845
+ export declare const GetSolutionMetricsResponseFilterSensitiveLog: (obj: GetSolutionMetricsResponse) => any;
3846
+ /**
3847
+ * @internal
3848
+ */
3849
+ export declare const ListBatchInferenceJobsRequestFilterSensitiveLog: (obj: ListBatchInferenceJobsRequest) => any;
3850
+ /**
3851
+ * @internal
3852
+ */
3853
+ export declare const BatchInferenceJobSummaryFilterSensitiveLog: (obj: BatchInferenceJobSummary) => any;
3854
+ /**
3855
+ * @internal
3856
+ */
3857
+ export declare const ListBatchInferenceJobsResponseFilterSensitiveLog: (obj: ListBatchInferenceJobsResponse) => any;
3858
+ /**
3859
+ * @internal
3860
+ */
3861
+ export declare const ListBatchSegmentJobsRequestFilterSensitiveLog: (obj: ListBatchSegmentJobsRequest) => any;
3862
+ /**
3863
+ * @internal
3864
+ */
3865
+ export declare const BatchSegmentJobSummaryFilterSensitiveLog: (obj: BatchSegmentJobSummary) => any;
3866
+ /**
3867
+ * @internal
3868
+ */
3869
+ export declare const ListBatchSegmentJobsResponseFilterSensitiveLog: (obj: ListBatchSegmentJobsResponse) => any;
3870
+ /**
3871
+ * @internal
3872
+ */
3873
+ export declare const ListCampaignsRequestFilterSensitiveLog: (obj: ListCampaignsRequest) => any;
3874
+ /**
3875
+ * @internal
3876
+ */
3877
+ export declare const CampaignSummaryFilterSensitiveLog: (obj: CampaignSummary) => any;
3878
+ /**
3879
+ * @internal
3880
+ */
3881
+ export declare const ListCampaignsResponseFilterSensitiveLog: (obj: ListCampaignsResponse) => any;
3882
+ /**
3883
+ * @internal
3884
+ */
3885
+ export declare const ListDatasetExportJobsRequestFilterSensitiveLog: (obj: ListDatasetExportJobsRequest) => any;
3886
+ /**
3887
+ * @internal
3888
+ */
3889
+ export declare const DatasetExportJobSummaryFilterSensitiveLog: (obj: DatasetExportJobSummary) => any;
3890
+ /**
3891
+ * @internal
3892
+ */
3893
+ export declare const ListDatasetExportJobsResponseFilterSensitiveLog: (obj: ListDatasetExportJobsResponse) => any;
3894
+ /**
3895
+ * @internal
3896
+ */
3897
+ export declare const ListDatasetGroupsRequestFilterSensitiveLog: (obj: ListDatasetGroupsRequest) => any;
3898
+ /**
3899
+ * @internal
3900
+ */
3901
+ export declare const DatasetGroupSummaryFilterSensitiveLog: (obj: DatasetGroupSummary) => any;
3902
+ /**
3903
+ * @internal
3904
+ */
3905
+ export declare const ListDatasetGroupsResponseFilterSensitiveLog: (obj: ListDatasetGroupsResponse) => any;
3906
+ /**
3907
+ * @internal
3908
+ */
3909
+ export declare const ListDatasetImportJobsRequestFilterSensitiveLog: (obj: ListDatasetImportJobsRequest) => any;
3910
+ /**
3911
+ * @internal
3912
+ */
3913
+ export declare const DatasetImportJobSummaryFilterSensitiveLog: (obj: DatasetImportJobSummary) => any;
3914
+ /**
3915
+ * @internal
3916
+ */
3917
+ export declare const ListDatasetImportJobsResponseFilterSensitiveLog: (obj: ListDatasetImportJobsResponse) => any;
3918
+ /**
3919
+ * @internal
3920
+ */
3921
+ export declare const ListDatasetsRequestFilterSensitiveLog: (obj: ListDatasetsRequest) => any;
3922
+ /**
3923
+ * @internal
3924
+ */
3925
+ export declare const DatasetSummaryFilterSensitiveLog: (obj: DatasetSummary) => any;
3926
+ /**
3927
+ * @internal
3928
+ */
3929
+ export declare const ListDatasetsResponseFilterSensitiveLog: (obj: ListDatasetsResponse) => any;
3930
+ /**
3931
+ * @internal
3932
+ */
3933
+ export declare const ListEventTrackersRequestFilterSensitiveLog: (obj: ListEventTrackersRequest) => any;
3934
+ /**
3935
+ * @internal
3936
+ */
3937
+ export declare const EventTrackerSummaryFilterSensitiveLog: (obj: EventTrackerSummary) => any;
3938
+ /**
3939
+ * @internal
3940
+ */
3941
+ export declare const ListEventTrackersResponseFilterSensitiveLog: (obj: ListEventTrackersResponse) => any;
3942
+ /**
3943
+ * @internal
3944
+ */
3945
+ export declare const ListFiltersRequestFilterSensitiveLog: (obj: ListFiltersRequest) => any;
3946
+ /**
3947
+ * @internal
3948
+ */
3949
+ export declare const FilterSummaryFilterSensitiveLog: (obj: FilterSummary) => any;
3950
+ /**
3951
+ * @internal
3952
+ */
3953
+ export declare const ListFiltersResponseFilterSensitiveLog: (obj: ListFiltersResponse) => any;
3954
+ /**
3955
+ * @internal
3956
+ */
3957
+ export declare const ListRecipesRequestFilterSensitiveLog: (obj: ListRecipesRequest) => any;
3958
+ /**
3959
+ * @internal
3960
+ */
3961
+ export declare const RecipeSummaryFilterSensitiveLog: (obj: RecipeSummary) => any;
3962
+ /**
3963
+ * @internal
3964
+ */
3965
+ export declare const ListRecipesResponseFilterSensitiveLog: (obj: ListRecipesResponse) => any;
3966
+ /**
3967
+ * @internal
3968
+ */
3969
+ export declare const ListRecommendersRequestFilterSensitiveLog: (obj: ListRecommendersRequest) => any;
3970
+ /**
3971
+ * @internal
3972
+ */
3973
+ export declare const RecommenderSummaryFilterSensitiveLog: (obj: RecommenderSummary) => any;
3974
+ /**
3975
+ * @internal
3976
+ */
3977
+ export declare const ListRecommendersResponseFilterSensitiveLog: (obj: ListRecommendersResponse) => any;
3978
+ /**
3979
+ * @internal
3980
+ */
3981
+ export declare const ListSchemasRequestFilterSensitiveLog: (obj: ListSchemasRequest) => any;
3982
+ /**
3983
+ * @internal
3984
+ */
3985
+ export declare const DatasetSchemaSummaryFilterSensitiveLog: (obj: DatasetSchemaSummary) => any;
3986
+ /**
3987
+ * @internal
3988
+ */
3989
+ export declare const ListSchemasResponseFilterSensitiveLog: (obj: ListSchemasResponse) => any;
3990
+ /**
3991
+ * @internal
3992
+ */
3993
+ export declare const ListSolutionsRequestFilterSensitiveLog: (obj: ListSolutionsRequest) => any;
3994
+ /**
3995
+ * @internal
3996
+ */
3997
+ export declare const SolutionSummaryFilterSensitiveLog: (obj: SolutionSummary) => any;
3998
+ /**
3999
+ * @internal
4000
+ */
4001
+ export declare const ListSolutionsResponseFilterSensitiveLog: (obj: ListSolutionsResponse) => any;
4002
+ /**
4003
+ * @internal
4004
+ */
4005
+ export declare const ListSolutionVersionsRequestFilterSensitiveLog: (obj: ListSolutionVersionsRequest) => any;
4006
+ /**
4007
+ * @internal
4008
+ */
4009
+ export declare const ListSolutionVersionsResponseFilterSensitiveLog: (obj: ListSolutionVersionsResponse) => any;
4010
+ /**
4011
+ * @internal
4012
+ */
4013
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4014
+ /**
4015
+ * @internal
4016
+ */
4017
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4018
+ /**
4019
+ * @internal
4020
+ */
4021
+ export declare const StartRecommenderRequestFilterSensitiveLog: (obj: StartRecommenderRequest) => any;
4022
+ /**
4023
+ * @internal
4024
+ */
4025
+ export declare const StartRecommenderResponseFilterSensitiveLog: (obj: StartRecommenderResponse) => any;
4026
+ /**
4027
+ * @internal
4028
+ */
4029
+ export declare const StopRecommenderRequestFilterSensitiveLog: (obj: StopRecommenderRequest) => any;
4030
+ /**
4031
+ * @internal
4032
+ */
4033
+ export declare const StopRecommenderResponseFilterSensitiveLog: (obj: StopRecommenderResponse) => any;
4034
+ /**
4035
+ * @internal
4036
+ */
4037
+ export declare const StopSolutionVersionCreationRequestFilterSensitiveLog: (obj: StopSolutionVersionCreationRequest) => any;
4038
+ /**
4039
+ * @internal
4040
+ */
4041
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
4042
+ /**
4043
+ * @internal
4044
+ */
4045
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
4046
+ /**
4047
+ * @internal
4048
+ */
4049
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
4050
+ /**
4051
+ * @internal
4052
+ */
4053
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
4054
+ /**
4055
+ * @internal
4056
+ */
4057
+ export declare const UpdateCampaignRequestFilterSensitiveLog: (obj: UpdateCampaignRequest) => any;
4058
+ /**
4059
+ * @internal
4060
+ */
4061
+ export declare const UpdateCampaignResponseFilterSensitiveLog: (obj: UpdateCampaignResponse) => any;
4062
+ /**
4063
+ * @internal
4064
+ */
4065
+ export declare const UpdateRecommenderRequestFilterSensitiveLog: (obj: UpdateRecommenderRequest) => any;
4066
+ /**
4067
+ * @internal
4068
+ */
4069
+ export declare const UpdateRecommenderResponseFilterSensitiveLog: (obj: UpdateRecommenderResponse) => any;