@aws-sdk/client-personalize 3.325.0 → 3.327.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 (67) hide show
  1. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +6 -0
  2. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateCampaignCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +7 -0
  7. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateEventTrackerCommand.d.ts +7 -0
  9. package/dist-types/commands/CreateFilterCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateMetricAttributionCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateRecommenderCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateSolutionCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteCampaignCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteFilterCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteRecommenderCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteSchemaCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteSolutionCommand.d.ts +4 -0
  24. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +50 -0
  25. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +34 -0
  26. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +29 -0
  27. package/dist-types/commands/DescribeCampaignCommand.d.ts +33 -0
  28. package/dist-types/commands/DescribeDatasetCommand.d.ts +15 -0
  29. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +22 -0
  30. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +20 -0
  32. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +15 -0
  33. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +15 -0
  34. package/dist-types/commands/DescribeFilterCommand.d.ts +15 -0
  35. package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +21 -0
  36. package/dist-types/commands/DescribeRecipeCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeRecommenderCommand.d.ts +36 -0
  38. package/dist-types/commands/DescribeSchemaCommand.d.ts +13 -0
  39. package/dist-types/commands/DescribeSolutionCommand.d.ts +81 -0
  40. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +80 -0
  41. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +9 -0
  42. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +17 -0
  43. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +17 -0
  44. package/dist-types/commands/ListCampaignsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +17 -0
  47. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +17 -0
  48. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListEventTrackersCommand.d.ts +15 -0
  50. package/dist-types/commands/ListFiltersCommand.d.ts +17 -0
  51. package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +13 -0
  52. package/dist-types/commands/ListMetricAttributionsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListRecipesCommand.d.ts +16 -0
  54. package/dist-types/commands/ListRecommendersCommand.d.ts +23 -0
  55. package/dist-types/commands/ListSchemasCommand.d.ts +15 -0
  56. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +15 -0
  57. package/dist-types/commands/ListSolutionsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  59. package/dist-types/commands/StartRecommenderCommand.d.ts +6 -0
  60. package/dist-types/commands/StopRecommenderCommand.d.ts +6 -0
  61. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +4 -0
  62. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  63. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  64. package/dist-types/commands/UpdateCampaignCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateRecommenderCommand.d.ts +6 -0
  67. package/package.json +7 -7
@@ -34,6 +34,21 @@ export interface ListBatchSegmentJobsCommandOutput extends ListBatchSegmentJobsR
34
34
  * };
35
35
  * const command = new ListBatchSegmentJobsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListBatchSegmentJobsResponse
38
+ * // batchSegmentJobs: [ // BatchSegmentJobs
39
+ * // { // BatchSegmentJobSummary
40
+ * // batchSegmentJobArn: "STRING_VALUE",
41
+ * // jobName: "STRING_VALUE",
42
+ * // status: "STRING_VALUE",
43
+ * // creationDateTime: new Date("TIMESTAMP"),
44
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
45
+ * // failureReason: "STRING_VALUE",
46
+ * // solutionVersionArn: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // nextToken: "STRING_VALUE",
50
+ * // };
51
+ *
37
52
  * ```
38
53
  *
39
54
  * @param ListBatchSegmentJobsCommandInput - {@link ListBatchSegmentJobsCommandInput}
@@ -48,6 +63,8 @@ export interface ListBatchSegmentJobsCommandOutput extends ListBatchSegmentJobsR
48
63
  * @throws {@link InvalidNextTokenException} (client fault)
49
64
  * <p>The token is not valid.</p>
50
65
  *
66
+ * @throws {@link PersonalizeServiceException}
67
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
51
68
  *
52
69
  */
53
70
  export declare class ListBatchSegmentJobsCommand extends $Command<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -36,6 +36,20 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
36
36
  * };
37
37
  * const command = new ListCampaignsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListCampaignsResponse
40
+ * // campaigns: [ // Campaigns
41
+ * // { // CampaignSummary
42
+ * // name: "STRING_VALUE",
43
+ * // campaignArn: "STRING_VALUE",
44
+ * // status: "STRING_VALUE",
45
+ * // creationDateTime: new Date("TIMESTAMP"),
46
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
47
+ * // failureReason: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // nextToken: "STRING_VALUE",
51
+ * // };
52
+ *
39
53
  * ```
40
54
  *
41
55
  * @param ListCampaignsCommandInput - {@link ListCampaignsCommandInput}
@@ -50,6 +64,8 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
50
64
  * @throws {@link InvalidNextTokenException} (client fault)
51
65
  * <p>The token is not valid.</p>
52
66
  *
67
+ * @throws {@link PersonalizeServiceException}
68
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
53
69
  *
54
70
  */
55
71
  export declare class ListCampaignsCommand extends $Command<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -38,6 +38,20 @@ export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJob
38
38
  * };
39
39
  * const command = new ListDatasetExportJobsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListDatasetExportJobsResponse
42
+ * // datasetExportJobs: [ // DatasetExportJobs
43
+ * // { // DatasetExportJobSummary
44
+ * // datasetExportJobArn: "STRING_VALUE",
45
+ * // jobName: "STRING_VALUE",
46
+ * // status: "STRING_VALUE",
47
+ * // creationDateTime: new Date("TIMESTAMP"),
48
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
49
+ * // failureReason: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // nextToken: "STRING_VALUE",
53
+ * // };
54
+ *
41
55
  * ```
42
56
  *
43
57
  * @param ListDatasetExportJobsCommandInput - {@link ListDatasetExportJobsCommandInput}
@@ -52,6 +66,8 @@ export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJob
52
66
  * @throws {@link InvalidNextTokenException} (client fault)
53
67
  * <p>The token is not valid.</p>
54
68
  *
69
+ * @throws {@link PersonalizeServiceException}
70
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
55
71
  *
56
72
  */
57
73
  export declare class ListDatasetExportJobsCommand extends $Command<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -34,6 +34,21 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons
34
34
  * };
35
35
  * const command = new ListDatasetGroupsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListDatasetGroupsResponse
38
+ * // datasetGroups: [ // DatasetGroups
39
+ * // { // DatasetGroupSummary
40
+ * // name: "STRING_VALUE",
41
+ * // datasetGroupArn: "STRING_VALUE",
42
+ * // status: "STRING_VALUE",
43
+ * // creationDateTime: new Date("TIMESTAMP"),
44
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
45
+ * // failureReason: "STRING_VALUE",
46
+ * // domain: "ECOMMERCE" || "VIDEO_ON_DEMAND",
47
+ * // },
48
+ * // ],
49
+ * // nextToken: "STRING_VALUE",
50
+ * // };
51
+ *
37
52
  * ```
38
53
  *
39
54
  * @param ListDatasetGroupsCommandInput - {@link ListDatasetGroupsCommandInput}
@@ -45,6 +60,8 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons
45
60
  * @throws {@link InvalidNextTokenException} (client fault)
46
61
  * <p>The token is not valid.</p>
47
62
  *
63
+ * @throws {@link PersonalizeServiceException}
64
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
48
65
  *
49
66
  */
50
67
  export declare class ListDatasetGroupsCommand extends $Command<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -38,6 +38,21 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob
38
38
  * };
39
39
  * const command = new ListDatasetImportJobsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListDatasetImportJobsResponse
42
+ * // datasetImportJobs: [ // DatasetImportJobs
43
+ * // { // DatasetImportJobSummary
44
+ * // datasetImportJobArn: "STRING_VALUE",
45
+ * // jobName: "STRING_VALUE",
46
+ * // status: "STRING_VALUE",
47
+ * // creationDateTime: new Date("TIMESTAMP"),
48
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
49
+ * // failureReason: "STRING_VALUE",
50
+ * // importMode: "FULL" || "INCREMENTAL",
51
+ * // },
52
+ * // ],
53
+ * // nextToken: "STRING_VALUE",
54
+ * // };
55
+ *
41
56
  * ```
42
57
  *
43
58
  * @param ListDatasetImportJobsCommandInput - {@link ListDatasetImportJobsCommandInput}
@@ -52,6 +67,8 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob
52
67
  * @throws {@link InvalidNextTokenException} (client fault)
53
68
  * <p>The token is not valid.</p>
54
69
  *
70
+ * @throws {@link PersonalizeServiceException}
71
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
55
72
  *
56
73
  */
57
74
  export declare class ListDatasetImportJobsCommand extends $Command<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -35,6 +35,20 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
35
35
  * };
36
36
  * const command = new ListDatasetsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListDatasetsResponse
39
+ * // datasets: [ // Datasets
40
+ * // { // DatasetSummary
41
+ * // name: "STRING_VALUE",
42
+ * // datasetArn: "STRING_VALUE",
43
+ * // datasetType: "STRING_VALUE",
44
+ * // status: "STRING_VALUE",
45
+ * // creationDateTime: new Date("TIMESTAMP"),
46
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
47
+ * // },
48
+ * // ],
49
+ * // nextToken: "STRING_VALUE",
50
+ * // };
51
+ *
38
52
  * ```
39
53
  *
40
54
  * @param ListDatasetsCommandInput - {@link ListDatasetsCommandInput}
@@ -49,6 +63,8 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
49
63
  * @throws {@link InvalidNextTokenException} (client fault)
50
64
  * <p>The token is not valid.</p>
51
65
  *
66
+ * @throws {@link PersonalizeServiceException}
67
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
52
68
  *
53
69
  */
54
70
  export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -36,6 +36,19 @@ export interface ListEventTrackersCommandOutput extends ListEventTrackersRespons
36
36
  * };
37
37
  * const command = new ListEventTrackersCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListEventTrackersResponse
40
+ * // eventTrackers: [ // EventTrackers
41
+ * // { // EventTrackerSummary
42
+ * // name: "STRING_VALUE",
43
+ * // eventTrackerArn: "STRING_VALUE",
44
+ * // status: "STRING_VALUE",
45
+ * // creationDateTime: new Date("TIMESTAMP"),
46
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
47
+ * // },
48
+ * // ],
49
+ * // nextToken: "STRING_VALUE",
50
+ * // };
51
+ *
39
52
  * ```
40
53
  *
41
54
  * @param ListEventTrackersCommandInput - {@link ListEventTrackersCommandInput}
@@ -50,6 +63,8 @@ export interface ListEventTrackersCommandOutput extends ListEventTrackersRespons
50
63
  * @throws {@link InvalidNextTokenException} (client fault)
51
64
  * <p>The token is not valid.</p>
52
65
  *
66
+ * @throws {@link PersonalizeServiceException}
67
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
53
68
  *
54
69
  */
55
70
  export declare class ListEventTrackersCommand extends $Command<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, PersonalizeClientResolvedConfig> {
@@ -33,6 +33,21 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
33
33
  * };
34
34
  * const command = new ListFiltersCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListFiltersResponse
37
+ * // Filters: [ // Filters
38
+ * // { // FilterSummary
39
+ * // name: "STRING_VALUE",
40
+ * // filterArn: "STRING_VALUE",
41
+ * // creationDateTime: new Date("TIMESTAMP"),
42
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
43
+ * // datasetGroupArn: "STRING_VALUE",
44
+ * // failureReason: "STRING_VALUE",
45
+ * // status: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // nextToken: "STRING_VALUE",
49
+ * // };
50
+ *
36
51
  * ```
37
52
  *
38
53
  * @param ListFiltersCommandInput - {@link ListFiltersCommandInput}
@@ -47,6 +62,8 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
47
62
  * @throws {@link InvalidNextTokenException} (client fault)
48
63
  * <p>The token is not valid.</p>
49
64
  *
65
+ * @throws {@link PersonalizeServiceException}
66
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
50
67
  *
51
68
  */
52
69
  export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, PersonalizeClientResolvedConfig> {
@@ -33,6 +33,17 @@ export interface ListMetricAttributionMetricsCommandOutput extends ListMetricAtt
33
33
  * };
34
34
  * const command = new ListMetricAttributionMetricsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListMetricAttributionMetricsResponse
37
+ * // metrics: [ // MetricAttributes
38
+ * // { // MetricAttribute
39
+ * // eventType: "STRING_VALUE", // required
40
+ * // metricName: "STRING_VALUE", // required
41
+ * // expression: "STRING_VALUE", // required
42
+ * // },
43
+ * // ],
44
+ * // nextToken: "STRING_VALUE",
45
+ * // };
46
+ *
36
47
  * ```
37
48
  *
38
49
  * @param ListMetricAttributionMetricsCommandInput - {@link ListMetricAttributionMetricsCommandInput}
@@ -47,6 +58,8 @@ export interface ListMetricAttributionMetricsCommandOutput extends ListMetricAtt
47
58
  * @throws {@link InvalidNextTokenException} (client fault)
48
59
  * <p>The token is not valid.</p>
49
60
  *
61
+ * @throws {@link PersonalizeServiceException}
62
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
50
63
  *
51
64
  */
52
65
  export declare class ListMetricAttributionMetricsCommand extends $Command<ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface ListMetricAttributionsCommandOutput extends ListMetricAttributi
33
33
  * };
34
34
  * const command = new ListMetricAttributionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListMetricAttributionsResponse
37
+ * // metricAttributions: [ // MetricAttributions
38
+ * // { // MetricAttributionSummary
39
+ * // name: "STRING_VALUE",
40
+ * // metricAttributionArn: "STRING_VALUE",
41
+ * // status: "STRING_VALUE",
42
+ * // creationDateTime: new Date("TIMESTAMP"),
43
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
44
+ * // failureReason: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // nextToken: "STRING_VALUE",
48
+ * // };
49
+ *
36
50
  * ```
37
51
  *
38
52
  * @param ListMetricAttributionsCommandInput - {@link ListMetricAttributionsCommandInput}
@@ -47,6 +61,8 @@ export interface ListMetricAttributionsCommandOutput extends ListMetricAttributi
47
61
  * @throws {@link InvalidNextTokenException} (client fault)
48
62
  * <p>The token is not valid.</p>
49
63
  *
64
+ * @throws {@link PersonalizeServiceException}
65
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
50
66
  *
51
67
  */
52
68
  export declare class ListMetricAttributionsCommand extends $Command<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -35,6 +35,20 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
35
35
  * };
36
36
  * const command = new ListRecipesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListRecipesResponse
39
+ * // recipes: [ // Recipes
40
+ * // { // RecipeSummary
41
+ * // name: "STRING_VALUE",
42
+ * // recipeArn: "STRING_VALUE",
43
+ * // status: "STRING_VALUE",
44
+ * // creationDateTime: new Date("TIMESTAMP"),
45
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
46
+ * // domain: "ECOMMERCE" || "VIDEO_ON_DEMAND",
47
+ * // },
48
+ * // ],
49
+ * // nextToken: "STRING_VALUE",
50
+ * // };
51
+ *
38
52
  * ```
39
53
  *
40
54
  * @param ListRecipesCommandInput - {@link ListRecipesCommandInput}
@@ -49,6 +63,8 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
49
63
  * @throws {@link InvalidNextTokenException} (client fault)
50
64
  * <p>The token is not valid.</p>
51
65
  *
66
+ * @throws {@link PersonalizeServiceException}
67
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
52
68
  *
53
69
  */
54
70
  export declare class ListRecipesCommand extends $Command<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig> {
@@ -36,6 +36,27 @@ export interface ListRecommendersCommandOutput extends ListRecommendersResponse,
36
36
  * };
37
37
  * const command = new ListRecommendersCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListRecommendersResponse
40
+ * // recommenders: [ // Recommenders
41
+ * // { // RecommenderSummary
42
+ * // name: "STRING_VALUE",
43
+ * // recommenderArn: "STRING_VALUE",
44
+ * // datasetGroupArn: "STRING_VALUE",
45
+ * // recipeArn: "STRING_VALUE",
46
+ * // recommenderConfig: { // RecommenderConfig
47
+ * // itemExplorationConfig: { // HyperParameters
48
+ * // "<keys>": "STRING_VALUE",
49
+ * // },
50
+ * // minRecommendationRequestsPerSecond: Number("int"),
51
+ * // },
52
+ * // status: "STRING_VALUE",
53
+ * // creationDateTime: new Date("TIMESTAMP"),
54
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
55
+ * // },
56
+ * // ],
57
+ * // nextToken: "STRING_VALUE",
58
+ * // };
59
+ *
39
60
  * ```
40
61
  *
41
62
  * @param ListRecommendersCommandInput - {@link ListRecommendersCommandInput}
@@ -50,6 +71,8 @@ export interface ListRecommendersCommandOutput extends ListRecommendersResponse,
50
71
  * @throws {@link InvalidNextTokenException} (client fault)
51
72
  * <p>The token is not valid.</p>
52
73
  *
74
+ * @throws {@link PersonalizeServiceException}
75
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
53
76
  *
54
77
  */
55
78
  export declare class ListRecommendersCommand extends $Command<ListRecommendersCommandInput, ListRecommendersCommandOutput, PersonalizeClientResolvedConfig> {
@@ -34,6 +34,19 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
34
34
  * };
35
35
  * const command = new ListSchemasCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListSchemasResponse
38
+ * // schemas: [ // Schemas
39
+ * // { // DatasetSchemaSummary
40
+ * // name: "STRING_VALUE",
41
+ * // schemaArn: "STRING_VALUE",
42
+ * // creationDateTime: new Date("TIMESTAMP"),
43
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
44
+ * // domain: "ECOMMERCE" || "VIDEO_ON_DEMAND",
45
+ * // },
46
+ * // ],
47
+ * // nextToken: "STRING_VALUE",
48
+ * // };
49
+ *
37
50
  * ```
38
51
  *
39
52
  * @param ListSchemasCommandInput - {@link ListSchemasCommandInput}
@@ -45,6 +58,8 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
45
58
  * @throws {@link InvalidNextTokenException} (client fault)
46
59
  * <p>The token is not valid.</p>
47
60
  *
61
+ * @throws {@link PersonalizeServiceException}
62
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
48
63
  *
49
64
  */
50
65
  export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, PersonalizeClientResolvedConfig> {
@@ -35,6 +35,19 @@ export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsR
35
35
  * };
36
36
  * const command = new ListSolutionVersionsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListSolutionVersionsResponse
39
+ * // solutionVersions: [ // SolutionVersions
40
+ * // { // SolutionVersionSummary
41
+ * // solutionVersionArn: "STRING_VALUE",
42
+ * // status: "STRING_VALUE",
43
+ * // creationDateTime: new Date("TIMESTAMP"),
44
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
45
+ * // failureReason: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // nextToken: "STRING_VALUE",
49
+ * // };
50
+ *
38
51
  * ```
39
52
  *
40
53
  * @param ListSolutionVersionsCommandInput - {@link ListSolutionVersionsCommandInput}
@@ -52,6 +65,8 @@ export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsR
52
65
  * @throws {@link ResourceNotFoundException} (client fault)
53
66
  * <p>Could not find the specified resource.</p>
54
67
  *
68
+ * @throws {@link PersonalizeServiceException}
69
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
55
70
  *
56
71
  */
57
72
  export declare class ListSolutionVersionsCommand extends $Command<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -36,6 +36,20 @@ export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __Met
36
36
  * };
37
37
  * const command = new ListSolutionsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListSolutionsResponse
40
+ * // solutions: [ // Solutions
41
+ * // { // SolutionSummary
42
+ * // name: "STRING_VALUE",
43
+ * // solutionArn: "STRING_VALUE",
44
+ * // status: "STRING_VALUE",
45
+ * // creationDateTime: new Date("TIMESTAMP"),
46
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
47
+ * // recipeArn: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // nextToken: "STRING_VALUE",
51
+ * // };
52
+ *
39
53
  * ```
40
54
  *
41
55
  * @param ListSolutionsCommandInput - {@link ListSolutionsCommandInput}
@@ -50,6 +64,8 @@ export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __Met
50
64
  * @throws {@link InvalidNextTokenException} (client fault)
51
65
  * <p>The token is not valid.</p>
52
66
  *
67
+ * @throws {@link PersonalizeServiceException}
68
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
53
69
  *
54
70
  */
55
71
  export declare class ListSolutionsCommand extends $Command<ListSolutionsCommandInput, ListSolutionsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // tags: [ // Tags
36
+ * // { // Tag
37
+ * // tagKey: "STRING_VALUE", // required
38
+ * // tagValue: "STRING_VALUE", // required
39
+ * // },
40
+ * // ],
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -48,6 +57,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
48
57
  * @throws {@link ResourceNotFoundException} (client fault)
49
58
  * <p>Could not find the specified resource.</p>
50
59
  *
60
+ * @throws {@link PersonalizeServiceException}
61
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
51
62
  *
52
63
  */
53
64
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PersonalizeClientResolvedConfig> {
@@ -32,6 +32,10 @@ export interface StartRecommenderCommandOutput extends StartRecommenderResponse,
32
32
  * };
33
33
  * const command = new StartRecommenderCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // StartRecommenderResponse
36
+ * // recommenderArn: "STRING_VALUE",
37
+ * // };
38
+ *
35
39
  * ```
36
40
  *
37
41
  * @param StartRecommenderCommandInput - {@link StartRecommenderCommandInput}
@@ -49,6 +53,8 @@ export interface StartRecommenderCommandOutput extends StartRecommenderResponse,
49
53
  * @throws {@link ResourceNotFoundException} (client fault)
50
54
  * <p>Could not find the specified resource.</p>
51
55
  *
56
+ * @throws {@link PersonalizeServiceException}
57
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
52
58
  *
53
59
  */
54
60
  export declare class StartRecommenderCommand extends $Command<StartRecommenderCommandInput, StartRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface StopRecommenderCommandOutput extends StopRecommenderResponse, _
31
31
  * };
32
32
  * const command = new StopRecommenderCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // StopRecommenderResponse
35
+ * // recommenderArn: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param StopRecommenderCommandInput - {@link StopRecommenderCommandInput}
@@ -48,6 +52,8 @@ export interface StopRecommenderCommandOutput extends StopRecommenderResponse, _
48
52
  * @throws {@link ResourceNotFoundException} (client fault)
49
53
  * <p>Could not find the specified resource.</p>
50
54
  *
55
+ * @throws {@link PersonalizeServiceException}
56
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
51
57
  *
52
58
  */
53
59
  export declare class StopRecommenderCommand extends $Command<StopRecommenderCommandInput, StopRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
@@ -44,6 +44,8 @@ export interface StopSolutionVersionCreationCommandOutput extends __MetadataBear
44
44
  * };
45
45
  * const command = new StopSolutionVersionCreationCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // {};
48
+ *
47
49
  * ```
48
50
  *
49
51
  * @param StopSolutionVersionCreationCommandInput - {@link StopSolutionVersionCreationCommandInput}
@@ -61,6 +63,8 @@ export interface StopSolutionVersionCreationCommandOutput extends __MetadataBear
61
63
  * @throws {@link ResourceNotFoundException} (client fault)
62
64
  * <p>Could not find the specified resource.</p>
63
65
  *
66
+ * @throws {@link PersonalizeServiceException}
67
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
64
68
  *
65
69
  */
66
70
  export declare class StopSolutionVersionCreationCommand extends $Command<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput, PersonalizeClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
37
37
  * };
38
38
  * const command = new TagResourceCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -60,6 +62,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
60
62
  * @throws {@link TooManyTagsException} (client fault)
61
63
  * <p>You have exceeded the maximum number of tags you can apply to this resource. </p>
62
64
  *
65
+ * @throws {@link PersonalizeServiceException}
66
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
63
67
  *
64
68
  */
65
69
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, PersonalizeClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -54,6 +56,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
54
56
  * @throws {@link TooManyTagKeysException} (client fault)
55
57
  * <p>The request contains more tag keys than can be associated with a resource (50 tag keys per resource). </p>
56
58
  *
59
+ * @throws {@link PersonalizeServiceException}
60
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
57
61
  *
58
62
  */
59
63
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, PersonalizeClientResolvedConfig> {
@@ -49,6 +49,10 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
49
49
  * };
50
50
  * const command = new UpdateCampaignCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // UpdateCampaignResponse
53
+ * // campaignArn: "STRING_VALUE",
54
+ * // };
55
+ *
52
56
  * ```
53
57
  *
54
58
  * @param UpdateCampaignCommandInput - {@link UpdateCampaignCommandInput}
@@ -66,6 +70,8 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
66
70
  * @throws {@link ResourceNotFoundException} (client fault)
67
71
  * <p>Could not find the specified resource.</p>
68
72
  *
73
+ * @throws {@link PersonalizeServiceException}
74
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
69
75
  *
70
76
  */
71
77
  export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, PersonalizeClientResolvedConfig> {
@@ -48,6 +48,10 @@ export interface UpdateMetricAttributionCommandOutput extends UpdateMetricAttrib
48
48
  * };
49
49
  * const command = new UpdateMetricAttributionCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // UpdateMetricAttributionResponse
52
+ * // metricAttributionArn: "STRING_VALUE",
53
+ * // };
54
+ *
51
55
  * ```
52
56
  *
53
57
  * @param UpdateMetricAttributionCommandInput - {@link UpdateMetricAttributionCommandInput}
@@ -68,6 +72,8 @@ export interface UpdateMetricAttributionCommandOutput extends UpdateMetricAttrib
68
72
  * @throws {@link ResourceNotFoundException} (client fault)
69
73
  * <p>Could not find the specified resource.</p>
70
74
  *
75
+ * @throws {@link PersonalizeServiceException}
76
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
71
77
  *
72
78
  */
73
79
  export declare class UpdateMetricAttributionCommand extends $Command<UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -37,6 +37,10 @@ export interface UpdateRecommenderCommandOutput extends UpdateRecommenderRespons
37
37
  * };
38
38
  * const command = new UpdateRecommenderCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // UpdateRecommenderResponse
41
+ * // recommenderArn: "STRING_VALUE",
42
+ * // };
43
+ *
40
44
  * ```
41
45
  *
42
46
  * @param UpdateRecommenderCommandInput - {@link UpdateRecommenderCommandInput}
@@ -54,6 +58,8 @@ export interface UpdateRecommenderCommandOutput extends UpdateRecommenderRespons
54
58
  * @throws {@link ResourceNotFoundException} (client fault)
55
59
  * <p>Could not find the specified resource.</p>
56
60
  *
61
+ * @throws {@link PersonalizeServiceException}
62
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
57
63
  *
58
64
  */
59
65
  export declare class UpdateRecommenderCommand extends $Command<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput, PersonalizeClientResolvedConfig> {