Skip to content

Commit a09c3c7

Browse files
author
AWS
committed
AWS IoT SiteWise Update: Support Interface for IoT SiteWise Asset Modeling
1 parent 255d44d commit a09c3c7

File tree

3 files changed

+412
-13
lines changed

3 files changed

+412
-13
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": "Support Interface for IoT SiteWise Asset Modeling"
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
@@ -146,6 +146,12 @@
146146
"limit_key": "maxResults",
147147
"result_key": "gatewaySummaries"
148148
},
149+
"ListInterfaceRelationships": {
150+
"input_token": "nextToken",
151+
"output_token": "nextToken",
152+
"limit_key": "maxResults",
153+
"result_key": "interfaceRelationshipSummaries"
154+
},
149155
"ListPortals": {
150156
"input_token": "nextToken",
151157
"output_token": "nextToken",

0 commit comments

Comments
 (0)