Skip to content

Commit 178a495

Browse files
author
AWS
committed
Amazon Lookout for Equipment Update: This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data
1 parent ce77764 commit 178a495

File tree

3 files changed

+452
-8
lines changed

3 files changed

+452
-8
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 the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data"
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
@@ -24,6 +24,11 @@
2424
"input_token": "NextToken",
2525
"output_token": "NextToken",
2626
"limit_key": "MaxResults"
27+
},
28+
"ListSensorStatistics": {
29+
"input_token": "NextToken",
30+
"output_token": "NextToken",
31+
"limit_key": "MaxResults"
2732
}
2833
}
2934
}

0 commit comments

Comments
 (0)