@aws-sdk/client-personalize 3.296.0 → 3.297.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 (88) hide show
  1. package/dist-types/Personalize.d.ts +67 -0
  2. package/dist-types/PersonalizeClient.d.ts +24 -4
  3. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateCampaignCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateEventTrackerCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateFilterCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateMetricAttributionCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateRecommenderCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateSolutionCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteCampaignCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteDatasetCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteFilterCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteRecommenderCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteSolutionCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeCampaignCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeFilterCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeRecipeCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeRecommenderCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeSchemaCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeSolutionCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +16 -0
  43. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListCampaignsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListEventTrackersCommand.d.ts +16 -0
  52. package/dist-types/commands/ListFiltersCommand.d.ts +16 -0
  53. package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListMetricAttributionsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListRecipesCommand.d.ts +16 -0
  56. package/dist-types/commands/ListRecommendersCommand.d.ts +16 -0
  57. package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
  58. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListSolutionsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/StartRecommenderCommand.d.ts +16 -0
  62. package/dist-types/commands/StopRecommenderCommand.d.ts +16 -0
  63. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +16 -0
  64. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateCampaignCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateRecommenderCommand.d.ts +16 -0
  69. package/dist-types/models/PersonalizeServiceException.d.ts +2 -0
  70. package/dist-types/models/models_0.d.ts +456 -0
  71. package/dist-types/pagination/Interfaces.d.ts +3 -0
  72. package/dist-types/pagination/ListBatchInferenceJobsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListBatchSegmentJobsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListCampaignsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListDatasetExportJobsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListDatasetGroupsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListDatasetImportJobsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListEventTrackersPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListFiltersPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListMetricAttributionMetricsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListMetricAttributionsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListRecipesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListRecommendersPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListSolutionVersionsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListSolutionsPaginator.d.ts +3 -0
  88. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeCampaignCommand}.
8
10
  */
9
11
  export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeCampaignCommand}.
13
17
  */
14
18
  export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the given campaign, including its status.</p>
18
23
  * <p>A campaign can be in one of the following states:</p>
19
24
  * <ul>
@@ -37,6 +42,8 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse,
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param DescribeCampaignCommandInput - {@link DescribeCampaignCommandInput}
46
+ * @returns {@link DescribeCampaignCommandOutput}
40
47
  * @see {@link DescribeCampaignCommandInput} for command's `input` shape.
41
48
  * @see {@link DescribeCampaignCommandOutput} for command's `response` shape.
42
49
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse,
52
59
  export declare class DescribeCampaignCommand extends $Command<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, PersonalizeClientResolvedConfig> {
53
60
  readonly input: DescribeCampaignCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DescribeCampaignCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCampaignCommandInput, DescribeCampaignCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDatasetCommand}.
8
10
  */
9
11
  export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDatasetCommand}.
13
17
  */
14
18
  export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the given dataset. For more information on datasets, see
18
23
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDataset.html">CreateDataset</a>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeDatasetCommandInput - {@link DescribeDatasetCommandInput}
35
+ * @returns {@link DescribeDatasetCommandOutput}
29
36
  * @see {@link DescribeDatasetCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
31
38
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -41,11 +48,20 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
41
48
  export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, PersonalizeClientResolvedConfig> {
42
49
  readonly input: DescribeDatasetCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: DescribeDatasetCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeDatasetExportJobRequest, DescribeDatasetExportJobResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDatasetExportJobCommand}.
8
10
  */
9
11
  export interface DescribeDatasetExportJobCommandInput extends DescribeDatasetExportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDatasetExportJobCommand}.
13
17
  */
14
18
  export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetExportJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the dataset export job created by <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetExportJob.html">CreateDatasetExportJob</a>, including the export job status.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetEx
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeDatasetExportJobCommandInput - {@link DescribeDatasetExportJobCommandInput}
34
+ * @returns {@link DescribeDatasetExportJobCommandOutput}
28
35
  * @see {@link DescribeDatasetExportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeDatasetExportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetEx
40
47
  export declare class DescribeDatasetExportJobCommand extends $Command<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
41
48
  readonly input: DescribeDatasetExportJobCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeDatasetExportJobCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeDatasetGroupRequest, DescribeDatasetGroupResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDatasetGroupCommand}.
8
10
  */
9
11
  export interface DescribeDatasetGroupCommandInput extends DescribeDatasetGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDatasetGroupCommand}.
13
17
  */
14
18
  export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the given dataset group. For more information on dataset
18
23
  * groups, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetGroup.html">CreateDatasetGroup</a>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeDatasetGroupCommandInput - {@link DescribeDatasetGroupCommandInput}
35
+ * @returns {@link DescribeDatasetGroupCommandOutput}
29
36
  * @see {@link DescribeDatasetGroupCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeDatasetGroupCommandOutput} for command's `response` shape.
31
38
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -41,11 +48,20 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
41
48
  export declare class DescribeDatasetGroupCommand extends $Command<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
42
49
  readonly input: DescribeDatasetGroupCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: DescribeDatasetGroupCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeDatasetImportJobRequest, DescribeDatasetImportJobResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDatasetImportJobCommand}.
8
10
  */
9
11
  export interface DescribeDatasetImportJobCommandInput extends DescribeDatasetImportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDatasetImportJobCommand}.
13
17
  */
14
18
  export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetImportJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the dataset import job created by <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a>, including the import job status.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeDatasetImportJobCommandInput - {@link DescribeDatasetImportJobCommandInput}
34
+ * @returns {@link DescribeDatasetImportJobCommandOutput}
28
35
  * @see {@link DescribeDatasetImportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeDatasetImportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
40
47
  export declare class DescribeDatasetImportJobCommand extends $Command<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
41
48
  readonly input: DescribeDatasetImportJobCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeDatasetImportJobCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeEventTrackerRequest, DescribeEventTrackerResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEventTrackerCommand}.
8
10
  */
9
11
  export interface DescribeEventTrackerCommandInput extends DescribeEventTrackerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEventTrackerCommand}.
13
17
  */
14
18
  export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes an event tracker. The response includes the <code>trackingId</code> and
18
23
  * <code>status</code> of the event tracker.
19
24
  * For more information on event trackers, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateEventTracker.html">CreateEventTracker</a>.</p>
@@ -27,6 +32,8 @@ export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeEventTrackerCommandInput - {@link DescribeEventTrackerCommandInput}
36
+ * @returns {@link DescribeEventTrackerCommandOutput}
30
37
  * @see {@link DescribeEventTrackerCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeEventTrackerCommandOutput} for command's `response` shape.
32
39
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerR
42
49
  export declare class DescribeEventTrackerCommand extends $Command<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
43
50
  readonly input: DescribeEventTrackerCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DescribeEventTrackerCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeFeatureTransformationRequest, DescribeFeatureTransformationResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFeatureTransformationCommand}.
8
10
  */
9
11
  export interface DescribeFeatureTransformationCommandInput extends DescribeFeatureTransformationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFeatureTransformationCommand}.
13
17
  */
14
18
  export interface DescribeFeatureTransformationCommandOutput extends DescribeFeatureTransformationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the given feature transformation.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeFeatureTransformationCommandOutput extends DescribeFeat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeFeatureTransformationCommandInput - {@link DescribeFeatureTransformationCommandInput}
34
+ * @returns {@link DescribeFeatureTransformationCommandOutput}
28
35
  * @see {@link DescribeFeatureTransformationCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeFeatureTransformationCommandOutput} for command's `response` shape.
30
37
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeFeatureTransformationCommandOutput extends DescribeFeat
40
47
  export declare class DescribeFeatureTransformationCommand extends $Command<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput, PersonalizeClientResolvedConfig> {
41
48
  readonly input: DescribeFeatureTransformationCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeFeatureTransformationCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeFilterRequest, DescribeFilterResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFilterCommand}.
8
10
  */
9
11
  export interface DescribeFilterCommandInput extends DescribeFilterRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFilterCommand}.
13
17
  */
14
18
  export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes a filter's properties.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeFilterCommandInput - {@link DescribeFilterCommandInput}
34
+ * @returns {@link DescribeFilterCommandOutput}
28
35
  * @see {@link DescribeFilterCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeFilterCommandOutput} for command's `response` shape.
30
37
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __M
40
47
  export declare class DescribeFilterCommand extends $Command<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig> {
41
48
  readonly input: DescribeFilterCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeFilterCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFilterCommandInput, DescribeFilterCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeMetricAttributionRequest, DescribeMetricAttributionResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeMetricAttributionCommand}.
8
10
  */
9
11
  export interface DescribeMetricAttributionCommandInput extends DescribeMetricAttributionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeMetricAttributionCommand}.
13
17
  */
14
18
  export interface DescribeMetricAttributionCommandOutput extends DescribeMetricAttributionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes a metric attribution.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeMetricAttributionCommandOutput extends DescribeMetricAt
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeMetricAttributionCommandInput - {@link DescribeMetricAttributionCommandInput}
34
+ * @returns {@link DescribeMetricAttributionCommandOutput}
28
35
  * @see {@link DescribeMetricAttributionCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeMetricAttributionCommandOutput} for command's `response` shape.
30
37
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeMetricAttributionCommandOutput extends DescribeMetricAt
40
47
  export declare class DescribeMetricAttributionCommand extends $Command<DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput, PersonalizeClientResolvedConfig> {
41
48
  readonly input: DescribeMetricAttributionCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeMetricAttributionCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRecipeCommand}.
8
10
  */
9
11
  export interface DescribeRecipeCommandInput extends DescribeRecipeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRecipeCommand}.
13
17
  */
14
18
  export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes a recipe.</p>
18
23
  * <p>A recipe contains three items:</p>
19
24
  * <ul>
@@ -43,6 +48,8 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
43
48
  * const response = await client.send(command);
44
49
  * ```
45
50
  *
51
+ * @param DescribeRecipeCommandInput - {@link DescribeRecipeCommandInput}
52
+ * @returns {@link DescribeRecipeCommandOutput}
46
53
  * @see {@link DescribeRecipeCommandInput} for command's `input` shape.
47
54
  * @see {@link DescribeRecipeCommandOutput} for command's `response` shape.
48
55
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
58
65
  export declare class DescribeRecipeCommand extends $Command<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig> {
59
66
  readonly input: DescribeRecipeCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DescribeRecipeCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecipeCommandInput, DescribeRecipeCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeRecommenderRequest, DescribeRecommenderResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRecommenderCommand}.
8
10
  */
9
11
  export interface DescribeRecommenderCommandInput extends DescribeRecommenderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRecommenderCommand}.
13
17
  */
14
18
  export interface DescribeRecommenderCommandOutput extends DescribeRecommenderResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the given recommender, including its status.</p>
18
23
  * <p>A recommender can be in one of the following states:</p>
19
24
  * <ul>
@@ -42,6 +47,8 @@ export interface DescribeRecommenderCommandOutput extends DescribeRecommenderRes
42
47
  * const response = await client.send(command);
43
48
  * ```
44
49
  *
50
+ * @param DescribeRecommenderCommandInput - {@link DescribeRecommenderCommandInput}
51
+ * @returns {@link DescribeRecommenderCommandOutput}
45
52
  * @see {@link DescribeRecommenderCommandInput} for command's `input` shape.
46
53
  * @see {@link DescribeRecommenderCommandOutput} for command's `response` shape.
47
54
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -57,11 +64,20 @@ export interface DescribeRecommenderCommandOutput extends DescribeRecommenderRes
57
64
  export declare class DescribeRecommenderCommand extends $Command<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
58
65
  readonly input: DescribeRecommenderCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: DescribeRecommenderCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeSchemaCommand}.
8
10
  */
9
11
  export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeSchemaCommand}.
13
17
  */
14
18
  export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes a schema. For more information on schemas, see
18
23
  * <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSchema.html">CreateSchema</a>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeSchemaCommandInput - {@link DescribeSchemaCommandInput}
35
+ * @returns {@link DescribeSchemaCommandOutput}
29
36
  * @see {@link DescribeSchemaCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeSchemaCommandOutput} for command's `response` shape.
31
38
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -41,11 +48,20 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
41
48
  export declare class DescribeSchemaCommand extends $Command<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig> {
42
49
  readonly input: DescribeSchemaCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: DescribeSchemaCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSchemaCommandInput, DescribeSchemaCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }