@aws-sdk/client-personalize 3.295.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 +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListMetricAttributionsRequest, ListMetricAttributionsResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListMetricAttributionsCommand}.
8
10
  */
9
11
  export interface ListMetricAttributionsCommandInput extends ListMetricAttributionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListMetricAttributionsCommand}.
13
17
  */
14
18
  export interface ListMetricAttributionsCommandOutput extends ListMetricAttributionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists metric attributions.</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 ListMetricAttributionsCommandOutput extends ListMetricAttributi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListMetricAttributionsCommandInput - {@link ListMetricAttributionsCommandInput}
34
+ * @returns {@link ListMetricAttributionsCommandOutput}
28
35
  * @see {@link ListMetricAttributionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListMetricAttributionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListMetricAttributionsCommandOutput extends ListMetricAttributi
40
47
  export declare class ListMetricAttributionsCommand extends $Command<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, PersonalizeClientResolvedConfig> {
41
48
  readonly input: ListMetricAttributionsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListMetricAttributionsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput>;
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 { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRecipesCommand}.
8
10
  */
9
11
  export interface ListRecipesCommandInput extends ListRecipesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRecipesCommand}.
13
17
  */
14
18
  export interface ListRecipesCommandOutput extends ListRecipesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of available recipes. The response provides the properties
18
23
  * for each recipe, including the recipe's Amazon Resource Name (ARN).</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListRecipesCommandInput - {@link ListRecipesCommandInput}
35
+ * @returns {@link ListRecipesCommandOutput}
29
36
  * @see {@link ListRecipesCommandInput} for command's `input` shape.
30
37
  * @see {@link ListRecipesCommandOutput} for command's `response` shape.
31
38
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -41,11 +48,20 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
41
48
  export declare class ListRecipesCommand extends $Command<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig> {
42
49
  readonly input: ListRecipesCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListRecipesCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecipesCommandInput, ListRecipesCommandOutput>;
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 { ListRecommendersRequest, ListRecommendersResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRecommendersCommand}.
8
10
  */
9
11
  export interface ListRecommendersCommandInput extends ListRecommendersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRecommendersCommand}.
13
17
  */
14
18
  export interface ListRecommendersCommandOutput extends ListRecommendersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of recommenders in a given Domain dataset group.
18
23
  * When a Domain dataset group is not specified, all the recommenders associated with the account are listed.
19
24
  * The response provides the properties for each recommender, including the Amazon Resource Name (ARN).
@@ -28,6 +33,8 @@ export interface ListRecommendersCommandOutput extends ListRecommendersResponse,
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListRecommendersCommandInput - {@link ListRecommendersCommandInput}
37
+ * @returns {@link ListRecommendersCommandOutput}
31
38
  * @see {@link ListRecommendersCommandInput} for command's `input` shape.
32
39
  * @see {@link ListRecommendersCommandOutput} for command's `response` shape.
33
40
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListRecommendersCommandOutput extends ListRecommendersResponse,
43
50
  export declare class ListRecommendersCommand extends $Command<ListRecommendersCommandInput, ListRecommendersCommandOutput, PersonalizeClientResolvedConfig> {
44
51
  readonly input: ListRecommendersCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListRecommendersCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecommendersCommandInput, ListRecommendersCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSchemasCommand}.
8
10
  */
9
11
  export interface ListSchemasCommandInput extends ListSchemasRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSchemasCommand}.
13
17
  */
14
18
  export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the list of schemas associated with the account. The response provides the
18
23
  * properties for each schema, including the Amazon Resource Name (ARN).
19
24
  * For more information on schemas, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSchema.html">CreateSchema</a>.</p>
@@ -27,6 +32,8 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListSchemasCommandInput - {@link ListSchemasCommandInput}
36
+ * @returns {@link ListSchemasCommandOutput}
30
37
  * @see {@link ListSchemasCommandInput} for command's `input` shape.
31
38
  * @see {@link ListSchemasCommandOutput} for command's `response` shape.
32
39
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -39,11 +46,20 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
39
46
  export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, PersonalizeClientResolvedConfig> {
40
47
  readonly input: ListSchemasCommandInput;
41
48
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
+ /**
50
+ * @public
51
+ */
42
52
  constructor(input: ListSchemasCommandInput);
43
53
  /**
44
54
  * @internal
45
55
  */
46
56
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchemasCommandInput, ListSchemasCommandOutput>;
57
+ /**
58
+ * @internal
59
+ */
47
60
  private serialize;
61
+ /**
62
+ * @internal
63
+ */
48
64
  private deserialize;
49
65
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListSolutionVersionsRequest, ListSolutionVersionsResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSolutionVersionsCommand}.
8
10
  */
9
11
  export interface ListSolutionVersionsCommandInput extends ListSolutionVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSolutionVersionsCommand}.
13
17
  */
14
18
  export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of solution versions for the given solution. When a solution is not
18
23
  * specified, all the solution versions associated with the account are listed. The response
19
24
  * provides the properties for each solution version, including the Amazon Resource Name (ARN).</p>
@@ -27,6 +32,8 @@ export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListSolutionVersionsCommandInput - {@link ListSolutionVersionsCommandInput}
36
+ * @returns {@link ListSolutionVersionsCommandOutput}
30
37
  * @see {@link ListSolutionVersionsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListSolutionVersionsCommandOutput} for command's `response` shape.
32
39
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsR
45
52
  export declare class ListSolutionVersionsCommand extends $Command<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput, PersonalizeClientResolvedConfig> {
46
53
  readonly input: ListSolutionVersionsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListSolutionVersionsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListSolutionsRequest, ListSolutionsResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSolutionsCommand}.
8
10
  */
9
11
  export interface ListSolutionsCommandInput extends ListSolutionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSolutionsCommand}.
13
17
  */
14
18
  export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of solutions that use the given dataset group.
18
23
  * When a dataset group is not specified, all the solutions associated with the account are listed.
19
24
  * The response provides the properties for each solution, including the Amazon Resource Name (ARN).
@@ -28,6 +33,8 @@ export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __Met
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListSolutionsCommandInput - {@link ListSolutionsCommandInput}
37
+ * @returns {@link ListSolutionsCommandOutput}
31
38
  * @see {@link ListSolutionsCommandInput} for command's `input` shape.
32
39
  * @see {@link ListSolutionsCommandOutput} for command's `response` shape.
33
40
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __Met
43
50
  export declare class ListSolutionsCommand extends $Command<ListSolutionsCommandInput, ListSolutionsCommandOutput, PersonalizeClientResolvedConfig> {
44
51
  readonly input: ListSolutionsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListSolutionsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolutionsCommandInput, ListSolutionsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get a list of <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> attached to a resource.</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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
43
50
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PersonalizeClientResolvedConfig> {
44
51
  readonly input: ListTagsForResourceCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListTagsForResourceCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StartRecommenderRequest, StartRecommenderResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartRecommenderCommand}.
8
10
  */
9
11
  export interface StartRecommenderCommandInput extends StartRecommenderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartRecommenderCommand}.
13
17
  */
14
18
  export interface StartRecommenderCommandOutput extends StartRecommenderResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts a recommender that is INACTIVE. Starting a recommender does not
18
23
  * create any new models, but resumes billing and automatic retraining for the recommender.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface StartRecommenderCommandOutput extends StartRecommenderResponse,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param StartRecommenderCommandInput - {@link StartRecommenderCommandInput}
35
+ * @returns {@link StartRecommenderCommandOutput}
29
36
  * @see {@link StartRecommenderCommandInput} for command's `input` shape.
30
37
  * @see {@link StartRecommenderCommandOutput} for command's `response` shape.
31
38
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -44,11 +51,20 @@ export interface StartRecommenderCommandOutput extends StartRecommenderResponse,
44
51
  export declare class StartRecommenderCommand extends $Command<StartRecommenderCommandInput, StartRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
45
52
  readonly input: StartRecommenderCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: StartRecommenderCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartRecommenderCommandInput, StartRecommenderCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopRecommenderRequest, StopRecommenderResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopRecommenderCommand}.
8
10
  */
9
11
  export interface StopRecommenderCommandInput extends StopRecommenderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopRecommenderCommand}.
13
17
  */
14
18
  export interface StopRecommenderCommandOutput extends StopRecommenderResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops a recommender that is ACTIVE. Stopping a recommender halts billing and automatic retraining for the recommender.</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 StopRecommenderCommandOutput extends StopRecommenderResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopRecommenderCommandInput - {@link StopRecommenderCommandInput}
34
+ * @returns {@link StopRecommenderCommandOutput}
28
35
  * @see {@link StopRecommenderCommandInput} for command's `input` shape.
29
36
  * @see {@link StopRecommenderCommandOutput} for command's `response` shape.
30
37
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -43,11 +50,20 @@ export interface StopRecommenderCommandOutput extends StopRecommenderResponse, _
43
50
  export declare class StopRecommenderCommand extends $Command<StopRecommenderCommandInput, StopRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
44
51
  readonly input: StopRecommenderCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: StopRecommenderCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopRecommenderCommandInput, StopRecommenderCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopSolutionVersionCreationRequest } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopSolutionVersionCreationCommand}.
8
10
  */
9
11
  export interface StopSolutionVersionCreationCommandInput extends StopSolutionVersionCreationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopSolutionVersionCreationCommand}.
13
17
  */
14
18
  export interface StopSolutionVersionCreationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.
18
23
  * </p>
19
24
  * <p>Depending on the current state of the solution version, the solution version state changes as follows:</p>
@@ -38,6 +43,8 @@ export interface StopSolutionVersionCreationCommandOutput extends __MetadataBear
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param StopSolutionVersionCreationCommandInput - {@link StopSolutionVersionCreationCommandInput}
47
+ * @returns {@link StopSolutionVersionCreationCommandOutput}
41
48
  * @see {@link StopSolutionVersionCreationCommandInput} for command's `input` shape.
42
49
  * @see {@link StopSolutionVersionCreationCommandOutput} for command's `response` shape.
43
50
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -56,11 +63,20 @@ export interface StopSolutionVersionCreationCommandOutput extends __MetadataBear
56
63
  export declare class StopSolutionVersionCreationCommand extends $Command<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput, PersonalizeClientResolvedConfig> {
57
64
  readonly input: StopSolutionVersionCreationCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: StopSolutionVersionCreationCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Add a list of tags to a resource.</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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -49,11 +56,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
49
56
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, PersonalizeClientResolvedConfig> {
50
57
  readonly input: TagResourceCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: TagResourceCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Remove <a href="https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html">tags</a> that are attached to a resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
46
53
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, PersonalizeClientResolvedConfig> {
47
54
  readonly input: UntagResourceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UntagResourceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateCampaignCommand}.
8
10
  */
9
11
  export interface UpdateCampaignCommandInput extends UpdateCampaignRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateCampaignCommand}.
13
17
  */
14
18
  export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a campaign by either deploying a new solution or changing the value of the
18
23
  * campaign's <code>minProvisionedTPS</code> parameter.</p>
19
24
  * <p>To update a campaign, the campaign status must be ACTIVE or CREATE FAILED.
@@ -36,6 +41,8 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param UpdateCampaignCommandInput - {@link UpdateCampaignCommandInput}
45
+ * @returns {@link UpdateCampaignCommandOutput}
39
46
  * @see {@link UpdateCampaignCommandInput} for command's `input` shape.
40
47
  * @see {@link UpdateCampaignCommandOutput} for command's `response` shape.
41
48
  * @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
@@ -54,11 +61,20 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
54
61
  export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, PersonalizeClientResolvedConfig> {
55
62
  readonly input: UpdateCampaignCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: UpdateCampaignCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCampaignCommandInput, UpdateCampaignCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }