@aws-sdk/client-personalize 3.42.0 → 3.47.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 +50 -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 +1 -0
- package/dist-cjs/models/models_0.js +139 -31
- 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 +7 -2
- package/dist-cjs/runtimeConfig.js +9 -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 +1 -0
- package/dist-es/models/models_0.js +97 -24
- 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 +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Personalize.d.ts +137 -8
- package/dist-types/PersonalizeClient.d.ts +15 -3
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +36 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +8 -5
- package/dist-types/commands/CreateRecommenderCommand.d.ts +84 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +36 -0
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +37 -0
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +47 -0
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +36 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +38 -0
- 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 +630 -35
- 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 +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/Personalize.d.ts +40 -0
- package/dist-types/ts3.4/PersonalizeClient.d.ts +13 -3
- 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 +320 -22
- 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 +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
export declare class ListBatchSegmentJobsCommand extends $Command<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
+
readonly input: ListBatchSegmentJobsCommandInput;
|
|
12
|
+
constructor(input: ListBatchSegmentJobsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
export declare class ListRecommendersCommand extends $Command<ListRecommendersCommandInput, ListRecommendersCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
+
readonly input: ListRecommendersCommandInput;
|
|
12
|
+
constructor(input: ListRecommendersCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecommendersCommandInput, ListRecommendersCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { UpdateRecommenderRequest, UpdateRecommenderResponse } from "../models/models_0";
|
|
4
|
+
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
|
+
export interface UpdateRecommenderCommandInput extends UpdateRecommenderRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateRecommenderCommandOutput extends UpdateRecommenderResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateRecommenderCommand extends $Command<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateRecommenderCommandInput;
|
|
12
|
+
constructor(input: UpdateRecommenderCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./CreateBatchInferenceJobCommand";
|
|
2
|
+
export * from "./CreateBatchSegmentJobCommand";
|
|
2
3
|
export * from "./CreateCampaignCommand";
|
|
3
4
|
export * from "./CreateDatasetCommand";
|
|
4
5
|
export * from "./CreateDatasetExportJobCommand";
|
|
@@ -6,6 +7,7 @@ export * from "./CreateDatasetGroupCommand";
|
|
|
6
7
|
export * from "./CreateDatasetImportJobCommand";
|
|
7
8
|
export * from "./CreateEventTrackerCommand";
|
|
8
9
|
export * from "./CreateFilterCommand";
|
|
10
|
+
export * from "./CreateRecommenderCommand";
|
|
9
11
|
export * from "./CreateSchemaCommand";
|
|
10
12
|
export * from "./CreateSolutionCommand";
|
|
11
13
|
export * from "./CreateSolutionVersionCommand";
|
|
@@ -14,10 +16,12 @@ export * from "./DeleteDatasetCommand";
|
|
|
14
16
|
export * from "./DeleteDatasetGroupCommand";
|
|
15
17
|
export * from "./DeleteEventTrackerCommand";
|
|
16
18
|
export * from "./DeleteFilterCommand";
|
|
19
|
+
export * from "./DeleteRecommenderCommand";
|
|
17
20
|
export * from "./DeleteSchemaCommand";
|
|
18
21
|
export * from "./DeleteSolutionCommand";
|
|
19
22
|
export * from "./DescribeAlgorithmCommand";
|
|
20
23
|
export * from "./DescribeBatchInferenceJobCommand";
|
|
24
|
+
export * from "./DescribeBatchSegmentJobCommand";
|
|
21
25
|
export * from "./DescribeCampaignCommand";
|
|
22
26
|
export * from "./DescribeDatasetCommand";
|
|
23
27
|
export * from "./DescribeDatasetExportJobCommand";
|
|
@@ -27,11 +31,13 @@ export * from "./DescribeEventTrackerCommand";
|
|
|
27
31
|
export * from "./DescribeFeatureTransformationCommand";
|
|
28
32
|
export * from "./DescribeFilterCommand";
|
|
29
33
|
export * from "./DescribeRecipeCommand";
|
|
34
|
+
export * from "./DescribeRecommenderCommand";
|
|
30
35
|
export * from "./DescribeSchemaCommand";
|
|
31
36
|
export * from "./DescribeSolutionCommand";
|
|
32
37
|
export * from "./DescribeSolutionVersionCommand";
|
|
33
38
|
export * from "./GetSolutionMetricsCommand";
|
|
34
39
|
export * from "./ListBatchInferenceJobsCommand";
|
|
40
|
+
export * from "./ListBatchSegmentJobsCommand";
|
|
35
41
|
export * from "./ListCampaignsCommand";
|
|
36
42
|
export * from "./ListDatasetExportJobsCommand";
|
|
37
43
|
export * from "./ListDatasetGroupsCommand";
|
|
@@ -40,8 +46,10 @@ export * from "./ListDatasetsCommand";
|
|
|
40
46
|
export * from "./ListEventTrackersCommand";
|
|
41
47
|
export * from "./ListFiltersCommand";
|
|
42
48
|
export * from "./ListRecipesCommand";
|
|
49
|
+
export * from "./ListRecommendersCommand";
|
|
43
50
|
export * from "./ListSchemasCommand";
|
|
44
51
|
export * from "./ListSolutionVersionsCommand";
|
|
45
52
|
export * from "./ListSolutionsCommand";
|
|
46
53
|
export * from "./StopSolutionVersionCreationCommand";
|
|
47
54
|
export * from "./UpdateCampaignCommand";
|
|
55
|
+
export * from "./UpdateRecommenderCommand";
|
|
@@ -173,49 +173,75 @@ export interface InvalidInputException extends __SmithyException, $MetadataBeare
|
|
|
173
173
|
$fault: "client";
|
|
174
174
|
message?: string;
|
|
175
175
|
}
|
|
176
|
-
export declare namespace InvalidInputException {
|
|
177
|
-
|
|
178
|
-
const filterSensitiveLog: (obj: InvalidInputException) => any;
|
|
179
|
-
}
|
|
180
176
|
|
|
181
177
|
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
182
178
|
name: "LimitExceededException";
|
|
183
179
|
$fault: "client";
|
|
184
180
|
message?: string;
|
|
185
181
|
}
|
|
186
|
-
export declare namespace LimitExceededException {
|
|
187
|
-
|
|
188
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
189
|
-
}
|
|
190
182
|
|
|
191
183
|
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
192
184
|
name: "ResourceAlreadyExistsException";
|
|
193
185
|
$fault: "client";
|
|
194
186
|
message?: string;
|
|
195
187
|
}
|
|
196
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
197
|
-
|
|
198
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
199
|
-
}
|
|
200
188
|
|
|
201
189
|
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
202
190
|
name: "ResourceInUseException";
|
|
203
191
|
$fault: "client";
|
|
204
192
|
message?: string;
|
|
205
193
|
}
|
|
206
|
-
export declare namespace ResourceInUseException {
|
|
207
|
-
|
|
208
|
-
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
209
|
-
}
|
|
210
194
|
|
|
211
195
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
212
196
|
name: "ResourceNotFoundException";
|
|
213
197
|
$fault: "client";
|
|
214
198
|
message?: string;
|
|
215
199
|
}
|
|
216
|
-
|
|
200
|
+
|
|
201
|
+
export interface BatchSegmentJobInput {
|
|
202
|
+
|
|
203
|
+
s3DataSource: S3DataConfig | undefined;
|
|
204
|
+
}
|
|
205
|
+
export declare namespace BatchSegmentJobInput {
|
|
206
|
+
|
|
207
|
+
const filterSensitiveLog: (obj: BatchSegmentJobInput) => any;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
export interface BatchSegmentJobOutput {
|
|
211
|
+
|
|
212
|
+
s3DataDestination: S3DataConfig | undefined;
|
|
213
|
+
}
|
|
214
|
+
export declare namespace BatchSegmentJobOutput {
|
|
215
|
+
|
|
216
|
+
const filterSensitiveLog: (obj: BatchSegmentJobOutput) => any;
|
|
217
|
+
}
|
|
218
|
+
export interface CreateBatchSegmentJobRequest {
|
|
219
|
+
|
|
220
|
+
jobName: string | undefined;
|
|
221
|
+
|
|
222
|
+
solutionVersionArn: string | undefined;
|
|
223
|
+
|
|
224
|
+
filterArn?: string;
|
|
225
|
+
|
|
226
|
+
numResults?: number;
|
|
227
|
+
|
|
228
|
+
jobInput: BatchSegmentJobInput | undefined;
|
|
229
|
+
|
|
230
|
+
jobOutput: BatchSegmentJobOutput | undefined;
|
|
231
|
+
|
|
232
|
+
roleArn: string | undefined;
|
|
233
|
+
}
|
|
234
|
+
export declare namespace CreateBatchSegmentJobRequest {
|
|
235
|
+
|
|
236
|
+
const filterSensitiveLog: (obj: CreateBatchSegmentJobRequest) => any;
|
|
237
|
+
}
|
|
238
|
+
export interface CreateBatchSegmentJobResponse {
|
|
217
239
|
|
|
218
|
-
|
|
240
|
+
batchSegmentJobArn?: string;
|
|
241
|
+
}
|
|
242
|
+
export declare namespace CreateBatchSegmentJobResponse {
|
|
243
|
+
|
|
244
|
+
const filterSensitiveLog: (obj: CreateBatchSegmentJobResponse) => any;
|
|
219
245
|
}
|
|
220
246
|
|
|
221
247
|
export interface CampaignConfig {
|
|
@@ -310,6 +336,10 @@ export declare namespace CreateDatasetExportJobResponse {
|
|
|
310
336
|
|
|
311
337
|
const filterSensitiveLog: (obj: CreateDatasetExportJobResponse) => any;
|
|
312
338
|
}
|
|
339
|
+
export declare enum Domain {
|
|
340
|
+
ECOMMERCE = "ECOMMERCE",
|
|
341
|
+
VIDEO_ON_DEMAND = "VIDEO_ON_DEMAND"
|
|
342
|
+
}
|
|
313
343
|
export interface CreateDatasetGroupRequest {
|
|
314
344
|
|
|
315
345
|
name: string | undefined;
|
|
@@ -317,6 +347,8 @@ export interface CreateDatasetGroupRequest {
|
|
|
317
347
|
roleArn?: string;
|
|
318
348
|
|
|
319
349
|
kmsKeyArn?: string;
|
|
350
|
+
|
|
351
|
+
domain?: Domain | string;
|
|
320
352
|
}
|
|
321
353
|
export declare namespace CreateDatasetGroupRequest {
|
|
322
354
|
|
|
@@ -325,6 +357,8 @@ export declare namespace CreateDatasetGroupRequest {
|
|
|
325
357
|
export interface CreateDatasetGroupResponse {
|
|
326
358
|
|
|
327
359
|
datasetGroupArn?: string;
|
|
360
|
+
|
|
361
|
+
domain?: Domain | string;
|
|
328
362
|
}
|
|
329
363
|
export declare namespace CreateDatasetGroupResponse {
|
|
330
364
|
|
|
@@ -401,11 +435,46 @@ export declare namespace CreateFilterResponse {
|
|
|
401
435
|
|
|
402
436
|
const filterSensitiveLog: (obj: CreateFilterResponse) => any;
|
|
403
437
|
}
|
|
438
|
+
|
|
439
|
+
export interface RecommenderConfig {
|
|
440
|
+
|
|
441
|
+
itemExplorationConfig?: {
|
|
442
|
+
[key: string]: string;
|
|
443
|
+
};
|
|
444
|
+
}
|
|
445
|
+
export declare namespace RecommenderConfig {
|
|
446
|
+
|
|
447
|
+
const filterSensitiveLog: (obj: RecommenderConfig) => any;
|
|
448
|
+
}
|
|
449
|
+
export interface CreateRecommenderRequest {
|
|
450
|
+
|
|
451
|
+
name: string | undefined;
|
|
452
|
+
|
|
453
|
+
datasetGroupArn: string | undefined;
|
|
454
|
+
|
|
455
|
+
recipeArn: string | undefined;
|
|
456
|
+
|
|
457
|
+
recommenderConfig?: RecommenderConfig;
|
|
458
|
+
}
|
|
459
|
+
export declare namespace CreateRecommenderRequest {
|
|
460
|
+
|
|
461
|
+
const filterSensitiveLog: (obj: CreateRecommenderRequest) => any;
|
|
462
|
+
}
|
|
463
|
+
export interface CreateRecommenderResponse {
|
|
464
|
+
|
|
465
|
+
recommenderArn?: string;
|
|
466
|
+
}
|
|
467
|
+
export declare namespace CreateRecommenderResponse {
|
|
468
|
+
|
|
469
|
+
const filterSensitiveLog: (obj: CreateRecommenderResponse) => any;
|
|
470
|
+
}
|
|
404
471
|
export interface CreateSchemaRequest {
|
|
405
472
|
|
|
406
473
|
name: string | undefined;
|
|
407
474
|
|
|
408
475
|
schema: string | undefined;
|
|
476
|
+
|
|
477
|
+
domain?: Domain | string;
|
|
409
478
|
}
|
|
410
479
|
export declare namespace CreateSchemaRequest {
|
|
411
480
|
|
|
@@ -647,6 +716,14 @@ export declare namespace DeleteFilterRequest {
|
|
|
647
716
|
|
|
648
717
|
const filterSensitiveLog: (obj: DeleteFilterRequest) => any;
|
|
649
718
|
}
|
|
719
|
+
export interface DeleteRecommenderRequest {
|
|
720
|
+
|
|
721
|
+
recommenderArn: string | undefined;
|
|
722
|
+
}
|
|
723
|
+
export declare namespace DeleteRecommenderRequest {
|
|
724
|
+
|
|
725
|
+
const filterSensitiveLog: (obj: DeleteRecommenderRequest) => any;
|
|
726
|
+
}
|
|
650
727
|
export interface DeleteSchemaRequest {
|
|
651
728
|
|
|
652
729
|
schemaArn: string | undefined;
|
|
@@ -728,6 +805,53 @@ export declare namespace DescribeBatchInferenceJobResponse {
|
|
|
728
805
|
|
|
729
806
|
const filterSensitiveLog: (obj: DescribeBatchInferenceJobResponse) => any;
|
|
730
807
|
}
|
|
808
|
+
export interface DescribeBatchSegmentJobRequest {
|
|
809
|
+
|
|
810
|
+
batchSegmentJobArn: string | undefined;
|
|
811
|
+
}
|
|
812
|
+
export declare namespace DescribeBatchSegmentJobRequest {
|
|
813
|
+
|
|
814
|
+
const filterSensitiveLog: (obj: DescribeBatchSegmentJobRequest) => any;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
export interface BatchSegmentJob {
|
|
818
|
+
|
|
819
|
+
jobName?: string;
|
|
820
|
+
|
|
821
|
+
batchSegmentJobArn?: string;
|
|
822
|
+
|
|
823
|
+
filterArn?: string;
|
|
824
|
+
|
|
825
|
+
failureReason?: string;
|
|
826
|
+
|
|
827
|
+
solutionVersionArn?: string;
|
|
828
|
+
|
|
829
|
+
numResults?: number;
|
|
830
|
+
|
|
831
|
+
jobInput?: BatchSegmentJobInput;
|
|
832
|
+
|
|
833
|
+
jobOutput?: BatchSegmentJobOutput;
|
|
834
|
+
|
|
835
|
+
roleArn?: string;
|
|
836
|
+
|
|
837
|
+
status?: string;
|
|
838
|
+
|
|
839
|
+
creationDateTime?: Date;
|
|
840
|
+
|
|
841
|
+
lastUpdatedDateTime?: Date;
|
|
842
|
+
}
|
|
843
|
+
export declare namespace BatchSegmentJob {
|
|
844
|
+
|
|
845
|
+
const filterSensitiveLog: (obj: BatchSegmentJob) => any;
|
|
846
|
+
}
|
|
847
|
+
export interface DescribeBatchSegmentJobResponse {
|
|
848
|
+
|
|
849
|
+
batchSegmentJob?: BatchSegmentJob;
|
|
850
|
+
}
|
|
851
|
+
export declare namespace DescribeBatchSegmentJobResponse {
|
|
852
|
+
|
|
853
|
+
const filterSensitiveLog: (obj: DescribeBatchSegmentJobResponse) => any;
|
|
854
|
+
}
|
|
731
855
|
export interface DescribeCampaignRequest {
|
|
732
856
|
|
|
733
857
|
campaignArn: string | undefined;
|
|
@@ -900,6 +1024,8 @@ export interface DatasetGroup {
|
|
|
900
1024
|
lastUpdatedDateTime?: Date;
|
|
901
1025
|
|
|
902
1026
|
failureReason?: string;
|
|
1027
|
+
|
|
1028
|
+
domain?: Domain | string;
|
|
903
1029
|
}
|
|
904
1030
|
export declare namespace DatasetGroup {
|
|
905
1031
|
|
|
@@ -1110,6 +1236,66 @@ export declare namespace DescribeRecipeResponse {
|
|
|
1110
1236
|
|
|
1111
1237
|
const filterSensitiveLog: (obj: DescribeRecipeResponse) => any;
|
|
1112
1238
|
}
|
|
1239
|
+
export interface DescribeRecommenderRequest {
|
|
1240
|
+
|
|
1241
|
+
recommenderArn: string | undefined;
|
|
1242
|
+
}
|
|
1243
|
+
export declare namespace DescribeRecommenderRequest {
|
|
1244
|
+
|
|
1245
|
+
const filterSensitiveLog: (obj: DescribeRecommenderRequest) => any;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
export interface RecommenderUpdateSummary {
|
|
1249
|
+
|
|
1250
|
+
recommenderConfig?: RecommenderConfig;
|
|
1251
|
+
|
|
1252
|
+
creationDateTime?: Date;
|
|
1253
|
+
|
|
1254
|
+
lastUpdatedDateTime?: Date;
|
|
1255
|
+
|
|
1256
|
+
status?: string;
|
|
1257
|
+
|
|
1258
|
+
failureReason?: string;
|
|
1259
|
+
}
|
|
1260
|
+
export declare namespace RecommenderUpdateSummary {
|
|
1261
|
+
|
|
1262
|
+
const filterSensitiveLog: (obj: RecommenderUpdateSummary) => any;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
export interface Recommender {
|
|
1266
|
+
|
|
1267
|
+
recommenderArn?: string;
|
|
1268
|
+
|
|
1269
|
+
datasetGroupArn?: string;
|
|
1270
|
+
|
|
1271
|
+
name?: string;
|
|
1272
|
+
|
|
1273
|
+
recipeArn?: string;
|
|
1274
|
+
|
|
1275
|
+
recommenderConfig?: RecommenderConfig;
|
|
1276
|
+
|
|
1277
|
+
creationDateTime?: Date;
|
|
1278
|
+
|
|
1279
|
+
lastUpdatedDateTime?: Date;
|
|
1280
|
+
|
|
1281
|
+
status?: string;
|
|
1282
|
+
|
|
1283
|
+
failureReason?: string;
|
|
1284
|
+
|
|
1285
|
+
latestRecommenderUpdate?: RecommenderUpdateSummary;
|
|
1286
|
+
}
|
|
1287
|
+
export declare namespace Recommender {
|
|
1288
|
+
|
|
1289
|
+
const filterSensitiveLog: (obj: Recommender) => any;
|
|
1290
|
+
}
|
|
1291
|
+
export interface DescribeRecommenderResponse {
|
|
1292
|
+
|
|
1293
|
+
recommender?: Recommender;
|
|
1294
|
+
}
|
|
1295
|
+
export declare namespace DescribeRecommenderResponse {
|
|
1296
|
+
|
|
1297
|
+
const filterSensitiveLog: (obj: DescribeRecommenderResponse) => any;
|
|
1298
|
+
}
|
|
1113
1299
|
export interface DescribeSchemaRequest {
|
|
1114
1300
|
|
|
1115
1301
|
schemaArn: string | undefined;
|
|
@@ -1130,6 +1316,8 @@ export interface DatasetSchema {
|
|
|
1130
1316
|
creationDateTime?: Date;
|
|
1131
1317
|
|
|
1132
1318
|
lastUpdatedDateTime?: Date;
|
|
1319
|
+
|
|
1320
|
+
domain?: Domain | string;
|
|
1133
1321
|
}
|
|
1134
1322
|
export declare namespace DatasetSchema {
|
|
1135
1323
|
|
|
@@ -1308,10 +1496,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
|
|
|
1308
1496
|
$fault: "client";
|
|
1309
1497
|
message?: string;
|
|
1310
1498
|
}
|
|
1311
|
-
export declare namespace InvalidNextTokenException {
|
|
1312
|
-
|
|
1313
|
-
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
1314
|
-
}
|
|
1315
1499
|
export interface ListBatchInferenceJobsRequest {
|
|
1316
1500
|
|
|
1317
1501
|
solutionVersionArn?: string;
|
|
@@ -1355,6 +1539,49 @@ export declare namespace ListBatchInferenceJobsResponse {
|
|
|
1355
1539
|
|
|
1356
1540
|
const filterSensitiveLog: (obj: ListBatchInferenceJobsResponse) => any;
|
|
1357
1541
|
}
|
|
1542
|
+
export interface ListBatchSegmentJobsRequest {
|
|
1543
|
+
|
|
1544
|
+
solutionVersionArn?: string;
|
|
1545
|
+
|
|
1546
|
+
nextToken?: string;
|
|
1547
|
+
|
|
1548
|
+
maxResults?: number;
|
|
1549
|
+
}
|
|
1550
|
+
export declare namespace ListBatchSegmentJobsRequest {
|
|
1551
|
+
|
|
1552
|
+
const filterSensitiveLog: (obj: ListBatchSegmentJobsRequest) => any;
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
export interface BatchSegmentJobSummary {
|
|
1556
|
+
|
|
1557
|
+
batchSegmentJobArn?: string;
|
|
1558
|
+
|
|
1559
|
+
jobName?: string;
|
|
1560
|
+
|
|
1561
|
+
status?: string;
|
|
1562
|
+
|
|
1563
|
+
creationDateTime?: Date;
|
|
1564
|
+
|
|
1565
|
+
lastUpdatedDateTime?: Date;
|
|
1566
|
+
|
|
1567
|
+
failureReason?: string;
|
|
1568
|
+
|
|
1569
|
+
solutionVersionArn?: string;
|
|
1570
|
+
}
|
|
1571
|
+
export declare namespace BatchSegmentJobSummary {
|
|
1572
|
+
|
|
1573
|
+
const filterSensitiveLog: (obj: BatchSegmentJobSummary) => any;
|
|
1574
|
+
}
|
|
1575
|
+
export interface ListBatchSegmentJobsResponse {
|
|
1576
|
+
|
|
1577
|
+
batchSegmentJobs?: BatchSegmentJobSummary[];
|
|
1578
|
+
|
|
1579
|
+
nextToken?: string;
|
|
1580
|
+
}
|
|
1581
|
+
export declare namespace ListBatchSegmentJobsResponse {
|
|
1582
|
+
|
|
1583
|
+
const filterSensitiveLog: (obj: ListBatchSegmentJobsResponse) => any;
|
|
1584
|
+
}
|
|
1358
1585
|
export interface ListCampaignsRequest {
|
|
1359
1586
|
|
|
1360
1587
|
solutionArn?: string;
|
|
@@ -1461,6 +1688,8 @@ export interface DatasetGroupSummary {
|
|
|
1461
1688
|
lastUpdatedDateTime?: Date;
|
|
1462
1689
|
|
|
1463
1690
|
failureReason?: string;
|
|
1691
|
+
|
|
1692
|
+
domain?: Domain | string;
|
|
1464
1693
|
}
|
|
1465
1694
|
export declare namespace DatasetGroupSummary {
|
|
1466
1695
|
|
|
@@ -1650,6 +1879,8 @@ export interface ListRecipesRequest {
|
|
|
1650
1879
|
nextToken?: string;
|
|
1651
1880
|
|
|
1652
1881
|
maxResults?: number;
|
|
1882
|
+
|
|
1883
|
+
domain?: Domain | string;
|
|
1653
1884
|
}
|
|
1654
1885
|
export declare namespace ListRecipesRequest {
|
|
1655
1886
|
|
|
@@ -1667,6 +1898,8 @@ export interface RecipeSummary {
|
|
|
1667
1898
|
creationDateTime?: Date;
|
|
1668
1899
|
|
|
1669
1900
|
lastUpdatedDateTime?: Date;
|
|
1901
|
+
|
|
1902
|
+
domain?: Domain | string;
|
|
1670
1903
|
}
|
|
1671
1904
|
export declare namespace RecipeSummary {
|
|
1672
1905
|
|
|
@@ -1682,6 +1915,51 @@ export declare namespace ListRecipesResponse {
|
|
|
1682
1915
|
|
|
1683
1916
|
const filterSensitiveLog: (obj: ListRecipesResponse) => any;
|
|
1684
1917
|
}
|
|
1918
|
+
export interface ListRecommendersRequest {
|
|
1919
|
+
|
|
1920
|
+
datasetGroupArn?: string;
|
|
1921
|
+
|
|
1922
|
+
nextToken?: string;
|
|
1923
|
+
|
|
1924
|
+
maxResults?: number;
|
|
1925
|
+
}
|
|
1926
|
+
export declare namespace ListRecommendersRequest {
|
|
1927
|
+
|
|
1928
|
+
const filterSensitiveLog: (obj: ListRecommendersRequest) => any;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
export interface RecommenderSummary {
|
|
1932
|
+
|
|
1933
|
+
name?: string;
|
|
1934
|
+
|
|
1935
|
+
recommenderArn?: string;
|
|
1936
|
+
|
|
1937
|
+
datasetGroupArn?: string;
|
|
1938
|
+
|
|
1939
|
+
recipeArn?: string;
|
|
1940
|
+
|
|
1941
|
+
recommenderConfig?: RecommenderConfig;
|
|
1942
|
+
|
|
1943
|
+
status?: string;
|
|
1944
|
+
|
|
1945
|
+
creationDateTime?: Date;
|
|
1946
|
+
|
|
1947
|
+
lastUpdatedDateTime?: Date;
|
|
1948
|
+
}
|
|
1949
|
+
export declare namespace RecommenderSummary {
|
|
1950
|
+
|
|
1951
|
+
const filterSensitiveLog: (obj: RecommenderSummary) => any;
|
|
1952
|
+
}
|
|
1953
|
+
export interface ListRecommendersResponse {
|
|
1954
|
+
|
|
1955
|
+
recommenders?: RecommenderSummary[];
|
|
1956
|
+
|
|
1957
|
+
nextToken?: string;
|
|
1958
|
+
}
|
|
1959
|
+
export declare namespace ListRecommendersResponse {
|
|
1960
|
+
|
|
1961
|
+
const filterSensitiveLog: (obj: ListRecommendersResponse) => any;
|
|
1962
|
+
}
|
|
1685
1963
|
export interface ListSchemasRequest {
|
|
1686
1964
|
|
|
1687
1965
|
nextToken?: string;
|
|
@@ -1702,6 +1980,8 @@ export interface DatasetSchemaSummary {
|
|
|
1702
1980
|
creationDateTime?: Date;
|
|
1703
1981
|
|
|
1704
1982
|
lastUpdatedDateTime?: Date;
|
|
1983
|
+
|
|
1984
|
+
domain?: Domain | string;
|
|
1705
1985
|
}
|
|
1706
1986
|
export declare namespace DatasetSchemaSummary {
|
|
1707
1987
|
|
|
@@ -1808,3 +2088,21 @@ export declare namespace UpdateCampaignResponse {
|
|
|
1808
2088
|
|
|
1809
2089
|
const filterSensitiveLog: (obj: UpdateCampaignResponse) => any;
|
|
1810
2090
|
}
|
|
2091
|
+
export interface UpdateRecommenderRequest {
|
|
2092
|
+
|
|
2093
|
+
recommenderArn: string | undefined;
|
|
2094
|
+
|
|
2095
|
+
recommenderConfig: RecommenderConfig | undefined;
|
|
2096
|
+
}
|
|
2097
|
+
export declare namespace UpdateRecommenderRequest {
|
|
2098
|
+
|
|
2099
|
+
const filterSensitiveLog: (obj: UpdateRecommenderRequest) => any;
|
|
2100
|
+
}
|
|
2101
|
+
export interface UpdateRecommenderResponse {
|
|
2102
|
+
|
|
2103
|
+
recommenderArn?: string;
|
|
2104
|
+
}
|
|
2105
|
+
export declare namespace UpdateRecommenderResponse {
|
|
2106
|
+
|
|
2107
|
+
const filterSensitiveLog: (obj: UpdateRecommenderResponse) => any;
|
|
2108
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput } from "../commands/ListBatchSegmentJobsCommand";
|
|
3
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListBatchSegmentJobs(config: PersonalizePaginationConfiguration, input: ListBatchSegmentJobsCommandInput, ...additionalArguments: any): Paginator<ListBatchSegmentJobsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "../commands/ListRecommendersCommand";
|
|
3
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListRecommenders(config: PersonalizePaginationConfiguration, input: ListRecommendersCommandInput, ...additionalArguments: any): Paginator<ListRecommendersCommandOutput>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListBatchInferenceJobsPaginator";
|
|
3
|
+
export * from "./ListBatchSegmentJobsPaginator";
|
|
3
4
|
export * from "./ListCampaignsPaginator";
|
|
4
5
|
export * from "./ListDatasetExportJobsPaginator";
|
|
5
6
|
export * from "./ListDatasetGroupsPaginator";
|
|
@@ -8,6 +9,7 @@ export * from "./ListDatasetsPaginator";
|
|
|
8
9
|
export * from "./ListEventTrackersPaginator";
|
|
9
10
|
export * from "./ListFiltersPaginator";
|
|
10
11
|
export * from "./ListRecipesPaginator";
|
|
12
|
+
export * from "./ListRecommendersPaginator";
|
|
11
13
|
export * from "./ListSchemasPaginator";
|
|
12
14
|
export * from "./ListSolutionVersionsPaginator";
|
|
13
15
|
export * from "./ListSolutionsPaginator";
|