@aws-sdk/client-personalize 3.40.0 → 3.45.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 (113) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/Personalize.js +120 -0
  3. package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +36 -0
  4. package/dist-cjs/commands/CreateRecommenderCommand.js +36 -0
  5. package/dist-cjs/commands/DeleteRecommenderCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +36 -0
  7. package/dist-cjs/commands/DescribeRecommenderCommand.js +36 -0
  8. package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +36 -0
  9. package/dist-cjs/commands/ListRecommendersCommand.js +36 -0
  10. package/dist-cjs/commands/UpdateRecommenderCommand.js +36 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/endpoints.js +9 -0
  13. package/dist-cjs/models/models_0.js +147 -3
  14. package/dist-cjs/pagination/ListBatchSegmentJobsPaginator.js +35 -0
  15. package/dist-cjs/pagination/ListRecommendersPaginator.js +35 -0
  16. package/dist-cjs/pagination/index.js +2 -0
  17. package/dist-cjs/protocols/Aws_json1_1.js +891 -28
  18. package/dist-es/Personalize.js +120 -0
  19. package/dist-es/commands/CreateBatchSegmentJobCommand.js +39 -0
  20. package/dist-es/commands/CreateRecommenderCommand.js +39 -0
  21. package/dist-es/commands/DeleteRecommenderCommand.js +39 -0
  22. package/dist-es/commands/DescribeBatchSegmentJobCommand.js +39 -0
  23. package/dist-es/commands/DescribeRecommenderCommand.js +39 -0
  24. package/dist-es/commands/ListBatchSegmentJobsCommand.js +39 -0
  25. package/dist-es/commands/ListRecommendersCommand.js +39 -0
  26. package/dist-es/commands/UpdateRecommenderCommand.js +39 -0
  27. package/dist-es/commands/index.js +8 -0
  28. package/dist-es/endpoints.js +9 -0
  29. package/dist-es/models/models_0.js +97 -0
  30. package/dist-es/pagination/ListBatchSegmentJobsPaginator.js +74 -0
  31. package/dist-es/pagination/ListRecommendersPaginator.js +74 -0
  32. package/dist-es/pagination/index.js +2 -0
  33. package/dist-es/protocols/Aws_json1_1.js +944 -38
  34. package/dist-types/Personalize.d.ts +137 -8
  35. package/dist-types/PersonalizeClient.d.ts +10 -2
  36. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +36 -0
  38. package/dist-types/commands/CreateCampaignCommand.d.ts +2 -2
  39. package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +9 -6
  42. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateEventTrackerCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFilterCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateRecommenderCommand.d.ts +84 -0
  46. package/dist-types/commands/CreateSchemaCommand.d.ts +3 -2
  47. package/dist-types/commands/CreateSolutionCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +2 -2
  49. package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteFilterCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteRecommenderCommand.d.ts +36 -0
  55. package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteSolutionCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +37 -0
  60. package/dist-types/commands/DescribeCampaignCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeFilterCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeRecipeCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeRecommenderCommand.d.ts +47 -0
  70. package/dist-types/commands/DescribeSchemaCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeSolutionCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +1 -1
  73. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +1 -1
  75. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +36 -0
  76. package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
  77. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +1 -1
  78. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
  79. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +1 -1
  80. package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListEventTrackersCommand.d.ts +1 -1
  82. package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
  83. package/dist-types/commands/ListRecipesCommand.d.ts +1 -1
  84. package/dist-types/commands/ListRecommendersCommand.d.ts +38 -0
  85. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  86. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListSolutionsCommand.d.ts +1 -1
  88. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateCampaignCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateRecommenderCommand.d.ts +35 -0
  91. package/dist-types/commands/index.d.ts +8 -0
  92. package/dist-types/models/models_0.d.ts +634 -3
  93. package/dist-types/pagination/ListBatchSegmentJobsPaginator.d.ts +4 -0
  94. package/dist-types/pagination/ListRecommendersPaginator.d.ts +4 -0
  95. package/dist-types/pagination/index.d.ts +2 -0
  96. package/dist-types/protocols/Aws_json1_1.d.ts +24 -0
  97. package/dist-types/ts3.4/Personalize.d.ts +40 -0
  98. package/dist-types/ts3.4/PersonalizeClient.d.ts +10 -2
  99. package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +322 -0
  109. package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +4 -0
  110. package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +4 -0
  111. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  112. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  113. package/package.json +6 -6
@@ -92,7 +92,7 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
92
92
  *
93
93
  * @see {@link CreateSolutionCommandInput} for command's `input` shape.
94
94
  * @see {@link CreateSolutionCommandOutput} for command's `response` shape.
95
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
95
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
96
96
  *
97
97
  */
98
98
  export declare class CreateSolutionCommand extends $Command<CreateSolutionCommandInput, CreateSolutionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface CreateSolutionVersionCommandInput extends CreateSolutionVersion
7
7
  export interface CreateSolutionVersionCommandOutput extends CreateSolutionVersionResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Trains or retrains an active solution. A solution is created using the <a>CreateSolution</a> operation and must be in the ACTIVE state before calling
10
+ * <p>Trains or retrains an active solution in a Custom dataset group. A solution is created using the <a>CreateSolution</a> operation and must be in the ACTIVE state before calling
11
11
  * <code>CreateSolutionVersion</code>. A new version of the solution is created every time you
12
12
  * call this operation.</p>
13
13
  * <p>
@@ -87,7 +87,7 @@ export interface CreateSolutionVersionCommandOutput extends CreateSolutionVersio
87
87
  *
88
88
  * @see {@link CreateSolutionVersionCommandInput} for command's `input` shape.
89
89
  * @see {@link CreateSolutionVersionCommandOutput} for command's `response` shape.
90
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
90
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
91
91
  *
92
92
  */
93
93
  export declare class CreateSolutionVersionCommand extends $Command<CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteCampaignCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link DeleteCampaignCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteCampaignCommandOutput} for command's `response` shape.
28
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link DeleteDatasetCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, PersonalizeClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
32
32
  *
33
33
  * @see {@link DeleteDatasetGroupCommandInput} for command's `input` shape.
34
34
  * @see {@link DeleteDatasetGroupCommandOutput} for command's `response` shape.
35
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DeleteDatasetGroupCommand extends $Command<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link DeleteEventTrackerCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteEventTrackerCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteEventTrackerCommand extends $Command<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteFilterCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteFilterCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteFilterCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, PersonalizeClientResolvedConfig> {
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteRecommenderRequest } from "../models/models_0";
4
+ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
+ export interface DeleteRecommenderCommandInput extends DeleteRecommenderRequest {
6
+ }
7
+ export interface DeleteRecommenderCommandOutput extends __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deactivates and removes a recommender. A deleted recommender can no longer be specified in a <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html">GetRecommendations</a>
11
+ * request.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { PersonalizeClient, DeleteRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
16
+ * // const { PersonalizeClient, DeleteRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
17
+ * const client = new PersonalizeClient(config);
18
+ * const command = new DeleteRecommenderCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link DeleteRecommenderCommandInput} for command's `input` shape.
23
+ * @see {@link DeleteRecommenderCommandOutput} for command's `response` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class DeleteRecommenderCommand extends $Command<DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
28
+ readonly input: DeleteRecommenderCommandInput;
29
+ constructor(input: DeleteRecommenderCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -22,7 +22,7 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link DeleteSchemaCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteSchemaCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, PersonalizeClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DeleteSolutionCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link DeleteSolutionCommandInput} for command's `input` shape.
28
28
  * @see {@link DeleteSolutionCommandOutput} for command's `response` shape.
29
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DeleteSolutionCommand extends $Command<DeleteSolutionCommandInput, DeleteSolutionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmRespons
20
20
  *
21
21
  * @see {@link DescribeAlgorithmCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAlgorithmCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAlgorithmCommand extends $Command<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeBatchInferenceJobCommandOutput extends DescribeBatchInf
22
22
  *
23
23
  * @see {@link DescribeBatchInferenceJobCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeBatchInferenceJobCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeBatchInferenceJobCommand extends $Command<DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig> {
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeBatchSegmentJobRequest, DescribeBatchSegmentJobResponse } from "../models/models_0";
4
+ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
+ export interface DescribeBatchSegmentJobCommandInput extends DescribeBatchSegmentJobRequest {
6
+ }
7
+ export interface DescribeBatchSegmentJobCommandOutput extends DescribeBatchSegmentJobResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Gets the properties of a batch segment job including name, Amazon Resource Name (ARN),
11
+ * status, input and output configurations, and the ARN of the solution version used to generate
12
+ * segments.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { PersonalizeClient, DescribeBatchSegmentJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
17
+ * // const { PersonalizeClient, DescribeBatchSegmentJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
18
+ * const client = new PersonalizeClient(config);
19
+ * const command = new DescribeBatchSegmentJobCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link DescribeBatchSegmentJobCommandInput} for command's `input` shape.
24
+ * @see {@link DescribeBatchSegmentJobCommandOutput} for command's `response` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class DescribeBatchSegmentJobCommand extends $Command<DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput, PersonalizeClientResolvedConfig> {
29
+ readonly input: DescribeBatchSegmentJobCommandInput;
30
+ constructor(input: DescribeBatchSegmentJobCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -32,7 +32,7 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse,
32
32
  *
33
33
  * @see {@link DescribeCampaignCommandInput} for command's `input` shape.
34
34
  * @see {@link DescribeCampaignCommandOutput} for command's `response` shape.
35
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DescribeCampaignCommand extends $Command<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
20
20
  *
21
21
  * @see {@link DescribeDatasetCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, PersonalizeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetEx
21
21
  *
22
22
  * @see {@link DescribeDatasetExportJobCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeDatasetExportJobCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeDatasetExportJobCommand extends $Command<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
20
20
  *
21
21
  * @see {@link DescribeDatasetGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDatasetGroupCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDatasetGroupCommand extends $Command<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
21
21
  *
22
22
  * @see {@link DescribeDatasetImportJobCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeDatasetImportJobCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeDatasetImportJobCommand extends $Command<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerR
22
22
  *
23
23
  * @see {@link DescribeEventTrackerCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeEventTrackerCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeEventTrackerCommand extends $Command<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeFeatureTransformationCommandOutput extends DescribeFeat
20
20
  *
21
21
  * @see {@link DescribeFeatureTransformationCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeFeatureTransformationCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeFeatureTransformationCommand extends $Command<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __M
20
20
  *
21
21
  * @see {@link DescribeFilterCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeFilterCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeFilterCommand extends $Command<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
38
38
  *
39
39
  * @see {@link DescribeRecipeCommandInput} for command's `input` shape.
40
40
  * @see {@link DescribeRecipeCommandOutput} for command's `response` shape.
41
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class DescribeRecipeCommand extends $Command<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig> {
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeRecommenderRequest, DescribeRecommenderResponse } from "../models/models_0";
4
+ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
+ export interface DescribeRecommenderCommandInput extends DescribeRecommenderRequest {
6
+ }
7
+ export interface DescribeRecommenderCommandOutput extends DescribeRecommenderResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Describes the given recommender, including its status.</p>
11
+ * <p>A recommender can be in one of the following states:</p>
12
+ * <ul>
13
+ * <li>
14
+ * <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
15
+ * </li>
16
+ * <li>
17
+ * <p>DELETE PENDING > DELETE IN_PROGRESS</p>
18
+ * </li>
19
+ * </ul>
20
+ * <p>When the <code>status</code> is <code>CREATE FAILED</code>, the response includes the
21
+ * <code>failureReason</code> key, which describes why.</p>
22
+ * <p>For more information on recommenders, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateRecommender.html">CreateRecommender</a>.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { PersonalizeClient, DescribeRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
+ * // const { PersonalizeClient, DescribeRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
+ * const client = new PersonalizeClient(config);
29
+ * const command = new DescribeRecommenderCommand(input);
30
+ * const response = await client.send(command);
31
+ * ```
32
+ *
33
+ * @see {@link DescribeRecommenderCommandInput} for command's `input` shape.
34
+ * @see {@link DescribeRecommenderCommandOutput} for command's `response` shape.
35
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
36
+ *
37
+ */
38
+ export declare class DescribeRecommenderCommand extends $Command<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
39
+ readonly input: DescribeRecommenderCommandInput;
40
+ constructor(input: DescribeRecommenderCommandInput);
41
+ /**
42
+ * @internal
43
+ */
44
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput>;
45
+ private serialize;
46
+ private deserialize;
47
+ }
@@ -21,7 +21,7 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
21
21
  *
22
22
  * @see {@link DescribeSchemaCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeSchemaCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeSchemaCommand extends $Command<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse,
21
21
  *
22
22
  * @see {@link DescribeSolutionCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeSolutionCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeSolutionCommand extends $Command<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVe
20
20
  *
21
21
  * @see {@link DescribeSolutionVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeSolutionVersionCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeSolutionVersionCommand extends $Command<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsRespo
20
20
  *
21
21
  * @see {@link GetSolutionMetricsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetSolutionMetricsCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetSolutionMetricsCommand extends $Command<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJ
21
21
  *
22
22
  * @see {@link ListBatchInferenceJobsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListBatchInferenceJobsCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListBatchInferenceJobsCommand extends $Command<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListBatchSegmentJobsRequest, ListBatchSegmentJobsResponse } from "../models/models_0";
4
+ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
+ export interface ListBatchSegmentJobsCommandInput extends ListBatchSegmentJobsRequest {
6
+ }
7
+ export interface ListBatchSegmentJobsCommandOutput extends ListBatchSegmentJobsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Gets a list of the batch segment jobs that have been performed off of a solution
11
+ * version that you specify.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { PersonalizeClient, ListBatchSegmentJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
16
+ * // const { PersonalizeClient, ListBatchSegmentJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
17
+ * const client = new PersonalizeClient(config);
18
+ * const command = new ListBatchSegmentJobsCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListBatchSegmentJobsCommandInput} for command's `input` shape.
23
+ * @see {@link ListBatchSegmentJobsCommandOutput} for command's `response` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListBatchSegmentJobsCommand extends $Command<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, PersonalizeClientResolvedConfig> {
28
+ readonly input: ListBatchSegmentJobsCommandInput;
29
+ constructor(input: ListBatchSegmentJobsCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -23,7 +23,7 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
23
23
  *
24
24
  * @see {@link ListCampaignsCommandInput} for command's `input` shape.
25
25
  * @see {@link ListCampaignsCommandOutput} for command's `response` shape.
26
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListCampaignsCommand extends $Command<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJob
24
24
  *
25
25
  * @see {@link ListDatasetExportJobsCommandInput} for command's `input` shape.
26
26
  * @see {@link ListDatasetExportJobsCommandOutput} for command's `response` shape.
27
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListDatasetExportJobsCommand extends $Command<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons
22
22
  *
23
23
  * @see {@link ListDatasetGroupsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListDatasetGroupsCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListDatasetGroupsCommand extends $Command<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob
24
24
  *
25
25
  * @see {@link ListDatasetImportJobsCommandInput} for command's `input` shape.
26
26
  * @see {@link ListDatasetImportJobsCommandOutput} for command's `response` shape.
27
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListDatasetImportJobsCommand extends $Command<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
22
22
  *
23
23
  * @see {@link ListDatasetsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListDatasetsCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListEventTrackersCommandOutput extends ListEventTrackersRespons
23
23
  *
24
24
  * @see {@link ListEventTrackersCommandInput} for command's `input` shape.
25
25
  * @see {@link ListEventTrackersCommandOutput} for command's `response` shape.
26
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListEventTrackersCommand extends $Command<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, PersonalizeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
20
20
  *
21
21
  * @see {@link ListFiltersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListFiltersCommandOutput} for command's `response` shape.
23
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, PersonalizeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
21
21
  *
22
22
  * @see {@link ListRecipesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListRecipesCommandOutput} for command's `response` shape.
24
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListRecipesCommand extends $Command<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig> {
@@ -0,0 +1,38 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListRecommendersRequest, ListRecommendersResponse } from "../models/models_0";
4
+ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
+ export interface ListRecommendersCommandInput extends ListRecommendersRequest {
6
+ }
7
+ export interface ListRecommendersCommandOutput extends ListRecommendersResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns a list of recommenders in a given Domain dataset group.
11
+ * When a Domain dataset group is not specified, all the recommenders associated with the account are listed.
12
+ * The response provides the properties for each recommender, including the Amazon Resource Name (ARN).
13
+ * For more information on recommenders, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateRecommender.html">CreateRecommender</a>.</p>
14
+ * @example
15
+ * Use a bare-bones client and the command you need to make an API call.
16
+ * ```javascript
17
+ * import { PersonalizeClient, ListRecommendersCommand } from "@aws-sdk/client-personalize"; // ES Modules import
18
+ * // const { PersonalizeClient, ListRecommendersCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
19
+ * const client = new PersonalizeClient(config);
20
+ * const command = new ListRecommendersCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link ListRecommendersCommandInput} for command's `input` shape.
25
+ * @see {@link ListRecommendersCommandOutput} for command's `response` shape.
26
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
27
+ *
28
+ */
29
+ export declare class ListRecommendersCommand extends $Command<ListRecommendersCommandInput, ListRecommendersCommandOutput, PersonalizeClientResolvedConfig> {
30
+ readonly input: ListRecommendersCommandInput;
31
+ constructor(input: ListRecommendersCommandInput);
32
+ /**
33
+ * @internal
34
+ */
35
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecommendersCommandInput, ListRecommendersCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -22,7 +22,7 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
22
22
  *
23
23
  * @see {@link ListSchemasCommandInput} for command's `input` shape.
24
24
  * @see {@link ListSchemasCommandOutput} for command's `response` shape.
25
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, PersonalizeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsR
23
23
  *
24
24
  * @see {@link ListSolutionVersionsCommandInput} for command's `input` shape.
25
25
  * @see {@link ListSolutionVersionsCommandOutput} for command's `response` shape.
26
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListSolutionVersionsCommand extends $Command<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __Met
23
23
  *
24
24
  * @see {@link ListSolutionsCommandInput} for command's `input` shape.
25
25
  * @see {@link ListSolutionsCommandOutput} for command's `response` shape.
26
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListSolutionsCommand extends $Command<ListSolutionsCommandInput, ListSolutionsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface StopSolutionVersionCreationCommandOutput extends __MetadataBear
33
33
  *
34
34
  * @see {@link StopSolutionVersionCreationCommandInput} for command's `input` shape.
35
35
  * @see {@link StopSolutionVersionCreationCommandOutput} for command's `response` shape.
36
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class StopSolutionVersionCreationCommand extends $Command<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput, PersonalizeClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
28
28
  *
29
29
  * @see {@link UpdateCampaignCommandInput} for command's `input` shape.
30
30
  * @see {@link UpdateCampaignCommandOutput} for command's `response` shape.
31
- * @see {@link PersonalizeClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, PersonalizeClientResolvedConfig> {