|
1603 | 1603 | "deprecated":true,
|
1604 | 1604 | "deprecatedMessage":"This field is deprecated and will throw an error in the future. Use endTime instead."
|
1605 | 1605 | },
|
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 | + }, |
1607 | 1610 | "entityId":{
|
1608 | 1611 | "shape":"EntityId",
|
1609 | 1612 | "documentation":"<p>The ID of the entity.</p>"
|
|
1638 | 1641 | "deprecated":true,
|
1639 | 1642 | "deprecatedMessage":"This field is deprecated and will throw an error in the future. Use startTime instead."
|
1640 | 1643 | },
|
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 | + }, |
1642 | 1648 | "workspaceId":{
|
1643 | 1649 | "shape":"Id",
|
1644 | 1650 | "documentation":"<p>The ID of the workspace.</p>",
|
|
1831 | 1837 | "type":"string",
|
1832 | 1838 | "max":2048,
|
1833 | 1839 | "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_-]+" |
1835 | 1841 | },
|
1836 | 1842 | "Integer":{
|
1837 | 1843 | "type":"integer",
|
|
1902 | 1908 | "documentation":"<p>The namespace to which the component types in the list belong.</p>"
|
1903 | 1909 | }
|
1904 | 1910 | },
|
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>", |
1906 | 1912 | "union":true
|
1907 | 1913 | },
|
1908 | 1914 | "ListComponentTypesFilters":{
|
|
1987 | 1993 | "members":{
|
1988 | 1994 | "filters":{
|
1989 | 1995 | "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>" |
1991 | 1997 | },
|
1992 | 1998 | "maxResults":{
|
1993 | 1999 | "shape":"MaxResults",
|
|
2363 | 2369 | "type":"structure",
|
2364 | 2370 | "required":["value"],
|
2365 | 2371 | "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 | + }, |
2367 | 2376 | "timestamp":{
|
2368 | 2377 | "shape":"Timestamp",
|
2369 | 2378 | "documentation":"<p>The timestamp of a value for a time series property.</p>",
|
|
2390 | 2399 | "documentation":"<p>A list of objects that specify time series property values.</p>"
|
2391 | 2400 | }
|
2392 | 2401 | },
|
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>" |
2394 | 2403 | },
|
2395 | 2404 | "PropertyValueHistory":{
|
2396 | 2405 | "type":"structure",
|
|
0 commit comments