Skip to content

Commit e01e4ba

Browse files
author
AWS
committed
AWS IoT SiteWise Update: Added asynchronous API to ingest bulk historical and current data into IoT SiteWise.
1 parent b1cf8e8 commit e01e4ba

File tree

3 files changed

+370
-0
lines changed

3 files changed

+370
-0
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": "Added asynchronous API to ingest bulk historical and current data into IoT SiteWise."
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
@@ -62,6 +62,12 @@
6262
"limit_key": "maxResults",
6363
"result_key": "assetSummaries"
6464
},
65+
"ListBulkImportJobs": {
66+
"input_token": "nextToken",
67+
"output_token": "nextToken",
68+
"limit_key": "maxResults",
69+
"result_key": "jobSummaries"
70+
},
6571
"ListDashboards": {
6672
"input_token": "nextToken",
6773
"output_token": "nextToken",

0 commit comments

Comments
 (0)