Skip to content

Commit be314bd

Browse files
author
AWS
committed
Amazon Lookout for Equipment Update: This release adds new apis for providing labels.
1 parent 8054ee7 commit be314bd

File tree

3 files changed

+625
-10
lines changed

3 files changed

+625
-10
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 new apis for providing labels."
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
"output_token": "NextToken",
2626
"limit_key": "MaxResults"
2727
},
28+
"ListLabelGroups": {
29+
"input_token": "NextToken",
30+
"output_token": "NextToken",
31+
"limit_key": "MaxResults"
32+
},
33+
"ListLabels": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults"
37+
},
2838
"ListModels": {
2939
"input_token": "NextToken",
3040
"output_token": "NextToken",

0 commit comments

Comments
 (0)