Skip to content

Commit 4556edd

Browse files
author
AWS
committed
AWS IoT SiteWise Update: Add ComputationModelVersion support in IoT SiteWise APIs
1 parent 259c434 commit 4556edd

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
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": "Add ComputationModelVersion support in IoT SiteWise APIs"
6+
}

services/iotsitewise/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
{"shape":"ThrottlingException"},
175175
{"shape":"LimitExceededException"}
176176
],
177-
"documentation":"<p>Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p>",
177+
"documentation":"<p>Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p> <note> <p>Support for access policies that use an SSO Group as the identity is not supported at this time.</p> </note>",
178178
"endpoint":{"hostPrefix":"monitor."}
179179
},
180180
"CreateAsset":{
@@ -4325,6 +4325,10 @@
43254325
"type":"string",
43264326
"enum":["ANOMALY_DETECTION"]
43274327
},
4328+
"ComputationModelVersionFilter":{
4329+
"type":"string",
4330+
"pattern":"^(LATEST|ACTIVE|[1-9]{1}\\d{0,9})$"
4331+
},
43284332
"ComputeLocation":{
43294333
"type":"string",
43304334
"enum":[
@@ -6414,6 +6418,12 @@
64146418
"documentation":"<p>The ID of the computation model.</p>",
64156419
"location":"uri",
64166420
"locationName":"computationModelId"
6421+
},
6422+
"computationModelVersion":{
6423+
"shape":"ComputationModelVersionFilter",
6424+
"documentation":"<p>The version of the computation model.</p>",
6425+
"location":"querystring",
6426+
"locationName":"computationModelVersion"
64176427
}
64186428
}
64196429
},
@@ -7317,7 +7327,7 @@
73177327
},
73187328
"maxResults":{
73197329
"shape":"ExecuteQueryMaxResults",
7320-
"documentation":"<p>The maximum number of results to return at one time.</p> <ul> <li> <p>Minimum is 1</p> </li> <li> <p>Maximum is 20000</p> </li> <li> <p>Default is 250</p> </li> </ul>"
7330+
"documentation":"<p>The maximum number of results to return at one time.</p> <ul> <li> <p>Minimum is 1</p> </li> <li> <p>Maximum is 20000</p> </li> <li> <p>Default is 20000</p> </li> </ul>"
73217331
},
73227332
"clientToken":{
73237333
"shape":"ClientToken",

0 commit comments

Comments
 (0)