Skip to content

Commit bc4f084

Browse files
author
AWS
committed
Amazon Lookout for Equipment Update: This release adds APIs for the new scheduled retraining feature.
1 parent 3bb5954 commit bc4f084

File tree

3 files changed

+619
-55
lines changed

3 files changed

+619
-55
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 Lookout for Equipment",
4+
"contributor": "",
5+
"description": "This release adds APIs for the new scheduled retraining feature."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"output_token": "NextToken",
4646
"limit_key": "MaxResults"
4747
},
48+
"ListRetrainingSchedulers": {
49+
"input_token": "NextToken",
50+
"output_token": "NextToken",
51+
"limit_key": "MaxResults"
52+
},
4853
"ListSensorStatistics": {
4954
"input_token": "NextToken",
5055
"output_token": "NextToken",

0 commit comments

Comments
 (0)