Skip to content

Commit 6337681

Browse files
author
AWS
committed
Amazon Personalize Update: This release adds API support for Recommenders and BatchSegmentJobs.
1 parent db0b45a commit 6337681

File tree

3 files changed

+649
-9
lines changed

3 files changed

+649
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Personalize",
4+
"contributor": "",
5+
"description": "This release adds API support for Recommenders and BatchSegmentJobs."
6+
}

services/personalize/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"output_token": "nextToken",
77
"result_key": "batchInferenceJobs"
88
},
9+
"ListBatchSegmentJobs": {
10+
"input_token": "nextToken",
11+
"limit_key": "maxResults",
12+
"output_token": "nextToken",
13+
"result_key": "batchSegmentJobs"
14+
},
915
"ListCampaigns": {
1016
"input_token": "nextToken",
1117
"limit_key": "maxResults",
@@ -54,6 +60,12 @@
5460
"output_token": "nextToken",
5561
"result_key": "recipes"
5662
},
63+
"ListRecommenders": {
64+
"input_token": "nextToken",
65+
"limit_key": "maxResults",
66+
"output_token": "nextToken",
67+
"result_key": "recommenders"
68+
},
5769
"ListSchemas": {
5870
"input_token": "nextToken",
5971
"limit_key": "maxResults",

0 commit comments

Comments
 (0)