You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The ISO8601 DateTime of the earliest property value to return.</p>
2150
+
* <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>
2102
2151
*/
2103
2152
startTime?: string;
2104
2153
2105
2154
/**
2106
-
* Timestamp represented in ISO 8601 format
2155
+
* <p>The ISO8601 DateTime of the latest property value to return.</p>
2156
+
* <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>
* <p>An object that specifies information about time series property values.</p>
2188
+
* <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>
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/iottwinmaker.json
+16-7Lines changed: 16 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2132,10 +2132,16 @@
2132
2132
}
2133
2133
},
2134
2134
"startTime": {
2135
-
"target": "com.amazonaws.iottwinmaker#Time"
2135
+
"target": "com.amazonaws.iottwinmaker#Time",
2136
+
"traits": {
2137
+
"smithy.api#documentation": "<p>The ISO8601 DateTime of the earliest property value to return.</p>\n <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>"
2138
+
}
2136
2139
},
2137
2140
"endTime": {
2138
-
"target": "com.amazonaws.iottwinmaker#Time"
2141
+
"target": "com.amazonaws.iottwinmaker#Time",
2142
+
"traits": {
2143
+
"smithy.api#documentation": "<p>The ISO8601 DateTime of the latest property value to return.</p>\n <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>"
"smithy.api#documentation": "<p>An object that filters items in a list of component types.</p>"
2599
+
"smithy.api#documentation": "<p>An object that filters items in a list of component types.</p>\n <note>\n <p>Only one object is accepted as a valid input.</p>\n </note>"
"smithy.api#documentation": "<p>A list of objects that filter the request.</p>"
2755
+
"smithy.api#documentation": "<p>A list of objects that filter the request.</p>\n <note>\n <p>Only one object is accepted as a valid input.</p>\n </note>"
2750
2756
}
2751
2757
},
2752
2758
"maxResults": {
@@ -3415,7 +3421,10 @@
3415
3421
}
3416
3422
},
3417
3423
"time": {
3418
-
"target": "com.amazonaws.iottwinmaker#Time"
3424
+
"target": "com.amazonaws.iottwinmaker#Time",
3425
+
"traits": {
3426
+
"smithy.api#documentation": "<p>ISO8601 DateTime of a value for a time series property.</p>\n <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> \n <ul>\n <li>\n <p>\n <i>[YYYY]</i>: year</p>\n </li>\n <li>\n <p>\n <i>[MM]</i>: month</p>\n </li>\n <li>\n <p>\n <i>[DD]</i>: day</p>\n </li>\n <li>\n <p>\n <i>[hh]</i>: hour</p>\n </li>\n <li>\n <p>\n <i>[mm]</i>: minute</p>\n </li>\n <li>\n <p>\n <i>[ss]</i>: seconds</p>\n </li>\n <li>\n <p>\n <i>[.SSSSSSSSS]</i>: additional precision, where precedence is maintained. For\n example: [.573123] is equal to 573123000 nanoseconds.</p>\n </li>\n <li>\n <p>\n <i>Z</i>: default timezone UTC</p>\n </li>\n <li>\n <p>\n <i>± HH:mm</i>: time zone offset in Hours and Minutes.</p>\n </li>\n </ul>\n <p>\n <i>Required sub-fields</i>: YYYY-MM-DDThh:mm:ss and [Z/±HH:mm]</p>"
3427
+
}
3419
3428
}
3420
3429
},
3421
3430
"traits": {
@@ -3440,7 +3449,7 @@
3440
3449
}
3441
3450
},
3442
3451
"traits": {
3443
-
"smithy.api#documentation": "<p>An object that specifies information about time series property values.</p>"
3452
+
"smithy.api#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>"
0 commit comments