Skip to content

Commit 0cc9c8f

Browse files
author
AWS
committed
AWS IoT TwinMaker Update: General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html
1 parent b0b51c6 commit 0cc9c8f

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
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 TwinMaker",
4+
"contributor": "",
5+
"description": "General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html"
6+
}

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

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,10 @@
16031603
"deprecated":true,
16041604
"deprecatedMessage":"This field is deprecated and will throw an error in the future. Use endTime instead."
16051605
},
1606-
"endTime":{"shape":"Time"},
1606+
"endTime":{
1607+
"shape":"Time",
1608+
"documentation":"<p>The ISO8601 DateTime of the latest property value to return.</p> <p>For more information about the ISO8601 DateTime format, see the data type <a href=\"https://docs.aws.amazon.com/roci/latest/roci-api/API_PropertyValue.html\">PropertyValue</a>.</p>"
1609+
},
16071610
"entityId":{
16081611
"shape":"EntityId",
16091612
"documentation":"<p>The ID of the entity.</p>"
@@ -1638,7 +1641,10 @@
16381641
"deprecated":true,
16391642
"deprecatedMessage":"This field is deprecated and will throw an error in the future. Use startTime instead."
16401643
},
1641-
"startTime":{"shape":"Time"},
1644+
"startTime":{
1645+
"shape":"Time",
1646+
"documentation":"<p>The ISO8601 DateTime of the earliest property value to return.</p> <p>For more information about the ISO8601 DateTime format, see the data type <a href=\"https://docs.aws.amazon.com/roci/latest/roci-api/API_PropertyValue.html\">PropertyValue</a>.</p>"
1647+
},
16421648
"workspaceId":{
16431649
"shape":"Id",
16441650
"documentation":"<p>The ID of the workspace.</p>",
@@ -1831,7 +1837,7 @@
18311837
"type":"string",
18321838
"max":2048,
18331839
"min":1,
1834-
"pattern":"[a-zA-Z][a-zA-Z_\\-0-9]*[a-zA-Z0-9]+$|^arn:((aws)|(aws-cn)|(aws-us-gov)):iottwinmaker:[a-z0-9-]+:[0-9]{12}:[\\/a-zA-Z0-9_-]+"
1840+
"pattern":"[a-zA-Z_0-9][a-zA-Z_\\-0-9]*[a-zA-Z0-9]+$|^arn:((aws)|(aws-cn)|(aws-us-gov)):iottwinmaker:[a-z0-9-]+:[0-9]{12}:[\\/a-zA-Z0-9_-]+"
18351841
},
18361842
"Integer":{
18371843
"type":"integer",
@@ -1902,7 +1908,7 @@
19021908
"documentation":"<p>The namespace to which the component types in the list belong.</p>"
19031909
}
19041910
},
1905-
"documentation":"<p>An object that filters items in a list of component types.</p>",
1911+
"documentation":"<p>An object that filters items in a list of component types.</p> <note> <p>Only one object is accepted as a valid input.</p> </note>",
19061912
"union":true
19071913
},
19081914
"ListComponentTypesFilters":{
@@ -1987,7 +1993,7 @@
19871993
"members":{
19881994
"filters":{
19891995
"shape":"ListEntitiesFilters",
1990-
"documentation":"<p>A list of objects that filter the request.</p>"
1996+
"documentation":"<p>A list of objects that filter the request.</p> <note> <p>Only one object is accepted as a valid input.</p> </note>"
19911997
},
19921998
"maxResults":{
19931999
"shape":"MaxResults",
@@ -2363,7 +2369,10 @@
23632369
"type":"structure",
23642370
"required":["value"],
23652371
"members":{
2366-
"time":{"shape":"Time"},
2372+
"time":{
2373+
"shape":"Time",
2374+
"documentation":"<p>ISO8601 DateTime of a value for a time series property.</p> <p>The time for when the property value was recorded in ISO 8601 format: <i>YYYY-MM-DDThh:mm:ss[.SSSSSSSSS][Z/±HH:mm]</i>.</p> <ul> <li> <p> <i>[YYYY]</i>: year</p> </li> <li> <p> <i>[MM]</i>: month</p> </li> <li> <p> <i>[DD]</i>: day</p> </li> <li> <p> <i>[hh]</i>: hour</p> </li> <li> <p> <i>[mm]</i>: minute</p> </li> <li> <p> <i>[ss]</i>: seconds</p> </li> <li> <p> <i>[.SSSSSSSSS]</i>: additional precision, where precedence is maintained. For example: [.573123] is equal to 573123000 nanoseconds.</p> </li> <li> <p> <i>Z</i>: default timezone UTC</p> </li> <li> <p> <i>± HH:mm</i>: time zone offset in Hours and Minutes.</p> </li> </ul> <p> <i>Required sub-fields</i>: YYYY-MM-DDThh:mm:ss and [Z/±HH:mm]</p>"
2375+
},
23672376
"timestamp":{
23682377
"shape":"Timestamp",
23692378
"documentation":"<p>The timestamp of a value for a time series property.</p>",
@@ -2390,7 +2399,7 @@
23902399
"documentation":"<p>A list of objects that specify time series property values.</p>"
23912400
}
23922401
},
2393-
"documentation":"<p>An object that specifies information about time series property values.</p>"
2402+
"documentation":"<p>An object that specifies information about time series property values. This object is used and consumed by the <a href=\"https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_BatchPutPropertyValues.html\">BatchPutPropertyValues</a> action.</p>"
23942403
},
23952404
"PropertyValueHistory":{
23962405
"type":"structure",

0 commit comments

Comments
 (0)