Skip to content

Commit c71139e

Browse files
author
AWS
committed
AWS IoT SiteWise Update: AWS IoT SiteWise now accepts data streams that aren't associated with any asset properties. You can organize data by updating data stream associations.
1 parent 06b3f1e commit c71139e

File tree

3 files changed

+393
-8
lines changed

3 files changed

+393
-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": "AWS IoT SiteWise",
4+
"contributor": "",
5+
"description": "AWS IoT SiteWise now accepts data streams that aren't associated with any asset properties. You can organize data by updating data stream associations."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@
7777
"output_token": "nextToken",
7878
"limit_key": "maxResults",
7979
"result_key": "projectSummaries"
80+
},
81+
"ListTimeSeries": {
82+
"input_token": "nextToken",
83+
"output_token": "nextToken",
84+
"limit_key": "maxResults",
85+
"result_key": "TimeSeriesSummaries"
8086
}
8187
}
8288
}

0 commit comments

Comments
 (0)