@aws-sdk/client-personalize 3.39.0 → 3.43.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.
- package/CHANGELOG.md +41 -0
- package/dist-cjs/Personalize.js +120 -0
- package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +36 -0
- package/dist-cjs/commands/CreateRecommenderCommand.js +36 -0
- package/dist-cjs/commands/DeleteRecommenderCommand.js +36 -0
- package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeRecommenderCommand.js +36 -0
- package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +36 -0
- package/dist-cjs/commands/ListRecommendersCommand.js +36 -0
- package/dist-cjs/commands/UpdateRecommenderCommand.js +36 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/endpoints.js +74 -5
- package/dist-cjs/models/models_0.js +147 -3
- package/dist-cjs/pagination/ListBatchSegmentJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListRecommendersPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_json1_1.js +891 -28
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/Personalize.js +120 -0
- package/dist-es/commands/CreateBatchSegmentJobCommand.js +39 -0
- package/dist-es/commands/CreateRecommenderCommand.js +39 -0
- package/dist-es/commands/DeleteRecommenderCommand.js +39 -0
- package/dist-es/commands/DescribeBatchSegmentJobCommand.js +39 -0
- package/dist-es/commands/DescribeRecommenderCommand.js +39 -0
- package/dist-es/commands/ListBatchSegmentJobsCommand.js +39 -0
- package/dist-es/commands/ListRecommendersCommand.js +39 -0
- package/dist-es/commands/UpdateRecommenderCommand.js +39 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/endpoints.js +74 -5
- package/dist-es/models/models_0.js +97 -0
- package/dist-es/pagination/ListBatchSegmentJobsPaginator.js +74 -0
- package/dist-es/pagination/ListRecommendersPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +944 -38
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Personalize.d.ts +137 -8
- package/dist-types/PersonalizeClient.d.ts +18 -2
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +36 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -2
- package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +9 -6
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +1 -1
- package/dist-types/commands/CreateFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateRecommenderCommand.d.ts +84 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +3 -2
- package/dist-types/commands/CreateSolutionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +36 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSolutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +37 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFilterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecipeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +47 -0
- package/dist-types/commands/DescribeSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSolutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +36 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/ListEventTrackersCommand.d.ts +1 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListRecipesCommand.d.ts +1 -1
- package/dist-types/commands/ListRecommendersCommand.d.ts +38 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSolutionsCommand.d.ts +1 -1
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCampaignCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +634 -3
- package/dist-types/pagination/ListBatchSegmentJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRecommendersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +24 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/Personalize.d.ts +40 -0
- package/dist-types/ts3.4/PersonalizeClient.d.ts +14 -2
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +322 -0
- package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -0,0 +1,84 @@
|
|
|
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 { CreateRecommenderRequest, CreateRecommenderResponse } from "../models/models_0";
|
|
4
|
+
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
+
export interface CreateRecommenderCommandInput extends CreateRecommenderRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateRecommenderCommandOutput extends CreateRecommenderResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a recommender with the recipe (a Domain dataset group use case) you specify.
|
|
11
|
+
* You create recommenders for a Domain dataset group and specify the recommender's Amazon Resource Name (ARN) when you make a
|
|
12
|
+
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html">GetRecommendations</a>
|
|
13
|
+
* request.
|
|
14
|
+
* </p>
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* <p>
|
|
19
|
+
* <b>Status</b>
|
|
20
|
+
* </p>
|
|
21
|
+
* <p>A recommender can be in one of the following states:</p>
|
|
22
|
+
* <ul>
|
|
23
|
+
* <li>
|
|
24
|
+
* <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p>
|
|
25
|
+
* </li>
|
|
26
|
+
* <li>
|
|
27
|
+
* <p>DELETE PENDING > DELETE IN_PROGRESS</p>
|
|
28
|
+
* </li>
|
|
29
|
+
* </ul>
|
|
30
|
+
* <p>To get the recommender status, call <a>DescribeRecommender</a>.</p>
|
|
31
|
+
* <note>
|
|
32
|
+
* <p>Wait until the <code>status</code> of the recommender
|
|
33
|
+
* is <code>ACTIVE</code> before asking the recommender for recommendations.</p>
|
|
34
|
+
* </note>
|
|
35
|
+
* <p class="title">
|
|
36
|
+
* <b>Related APIs</b>
|
|
37
|
+
* </p>
|
|
38
|
+
* <ul>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>
|
|
41
|
+
* <a>ListRecommenders</a>
|
|
42
|
+
* </p>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>
|
|
46
|
+
* <a>DescribeRecommender</a>
|
|
47
|
+
* </p>
|
|
48
|
+
* </li>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>
|
|
51
|
+
* <a>UpdateRecommender</a>
|
|
52
|
+
* </p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>
|
|
56
|
+
* <a>DeleteRecommender</a>
|
|
57
|
+
* </p>
|
|
58
|
+
* </li>
|
|
59
|
+
* </ul>
|
|
60
|
+
* @example
|
|
61
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
62
|
+
* ```javascript
|
|
63
|
+
* import { PersonalizeClient, CreateRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
64
|
+
* // const { PersonalizeClient, CreateRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
65
|
+
* const client = new PersonalizeClient(config);
|
|
66
|
+
* const command = new CreateRecommenderCommand(input);
|
|
67
|
+
* const response = await client.send(command);
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* @see {@link CreateRecommenderCommandInput} for command's `input` shape.
|
|
71
|
+
* @see {@link CreateRecommenderCommandOutput} for command's `response` shape.
|
|
72
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
export declare class CreateRecommenderCommand extends $Command<CreateRecommenderCommandInput, CreateRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
|
|
76
|
+
readonly input: CreateRecommenderCommandInput;
|
|
77
|
+
constructor(input: CreateRecommenderCommandInput);
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRecommenderCommandInput, CreateRecommenderCommandOutput>;
|
|
82
|
+
private serialize;
|
|
83
|
+
private deserialize;
|
|
84
|
+
}
|
|
@@ -10,7 +10,8 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
10
10
|
* <p>Creates an Amazon Personalize schema from the specified schema string. The schema you create
|
|
11
11
|
* must be in Avro JSON format.</p>
|
|
12
12
|
* <p>Amazon Personalize recognizes three schema variants. Each schema is associated with a dataset
|
|
13
|
-
* type and has a set of required field and keywords.
|
|
13
|
+
* type and has a set of required field and keywords. If you are creating a schema for a dataset in a Domain dataset group, you
|
|
14
|
+
* provide the domain of the Domain dataset group.
|
|
14
15
|
* You specify a schema when you call <a>CreateDataset</a>.</p>
|
|
15
16
|
*
|
|
16
17
|
* <p class="title">
|
|
@@ -45,7 +46,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
45
46
|
*
|
|
46
47
|
* @see {@link CreateSchemaCommandInput} for command's `input` shape.
|
|
47
48
|
* @see {@link CreateSchemaCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
49
50
|
*
|
|
50
51
|
*/
|
|
51
52
|
export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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> {
|