|
557 | 557 | {"shape":"LimitExceededException"},
|
558 | 558 | {"shape":"ConflictingOperationException"}
|
559 | 559 | ],
|
560 |
| - "documentation":"<p>Retrieves information about the storage configuration for IoT SiteWise.</p> <note> <p>Exporting data to Amazon S3 is currently in preview release and is subject to change. We recommend that you use this feature only with test data, and not in production environments.</p> </note>", |
| 560 | + "documentation":"<p>Retrieves information about the storage configuration for IoT SiteWise.</p>", |
561 | 561 | "endpoint":{"hostPrefix":"api."}
|
562 | 562 | },
|
563 | 563 | "DisassociateAssets":{
|
|
890 | 890 | {"shape":"LimitExceededException"},
|
891 | 891 | {"shape":"ConflictingOperationException"}
|
892 | 892 | ],
|
893 |
| - "documentation":"<p>Configures storage settings for IoT SiteWise.</p> <note> <p>Exporting data to Amazon S3 is currently in preview release and is subject to change. We recommend that you use this feature only with test data, and not in production environments.</p> </note>", |
| 893 | + "documentation":"<p>Configures storage settings for IoT SiteWise.</p>", |
894 | 894 | "endpoint":{"hostPrefix":"api."}
|
895 | 895 | },
|
896 | 896 | "TagResource":{
|
|
4086 | 4086 | },
|
4087 | 4087 | "Interval":{
|
4088 | 4088 | "type":"string",
|
4089 |
| - "max":3, |
4090 |
| - "min":2, |
4091 |
| - "pattern":"1w|1d|1h|15m|5m|1m" |
| 4089 | + "max":23, |
| 4090 | + "min":2 |
4092 | 4091 | },
|
4093 | 4092 | "IntervalInSeconds":{
|
4094 | 4093 | "type":"long",
|
|
4704 | 4703 | "min":1,
|
4705 | 4704 | "pattern":"[A-Za-z0-9+/=]+"
|
4706 | 4705 | },
|
| 4706 | + "Offset":{ |
| 4707 | + "type":"string", |
| 4708 | + "max":25, |
| 4709 | + "min":2 |
| 4710 | + }, |
4707 | 4711 | "OffsetInNanos":{
|
4708 | 4712 | "type":"integer",
|
4709 | 4713 | "max":999999999,
|
|
5331 | 5335 | "members":{
|
5332 | 5336 | "interval":{
|
5333 | 5337 | "shape":"Interval",
|
5334 |
| - "documentation":"<p>The time interval for the tumbling window. Note that <code>w</code> represents weeks, <code>d</code> represents days, <code>h</code> represents hours, and <code>m</code> represents minutes. IoT SiteWise computes the <code>1w</code> interval the end of Sunday at midnight each week (UTC), the <code>1d</code> interval at the end of each day at midnight (UTC), the <code>1h</code> interval at the end of each hour, and so on. </p> <p>When IoT SiteWise aggregates data points for metric computations, the start of each interval is exclusive and the end of each interval is inclusive. IoT SiteWise places the computed data point at the end of the interval.</p>" |
| 5338 | + "documentation":"<p>The time interval for the tumbling window. The interval time must be between 1 minute and 1 week.</p> <p>IoT SiteWise computes the <code>1w</code> interval the end of Sunday at midnight each week (UTC), the <code>1d</code> interval at the end of each day at midnight (UTC), the <code>1h</code> interval at the end of each hour, and so on. </p> <p>When IoT SiteWise aggregates data points for metric computations, the start of each interval is exclusive and the end of each interval is inclusive. IoT SiteWise places the computed data point at the end of the interval.</p>" |
| 5339 | + }, |
| 5340 | + "offset":{ |
| 5341 | + "shape":"Offset", |
| 5342 | + "documentation":"<p>The offset for the tumbling window. The <code>offset</code> parameter accepts the following:</p> <ul> <li> <p>The offset time.</p> <p>For example, if you specify <code>18h</code> for <code>offset</code> and <code>1d</code> for <code>interval</code>, IoT SiteWise aggregates data in one of the following ways:</p> <ul> <li> <p>If you create the metric before or at 6:00 p.m. (UTC), you get the first aggregation result at 6 p.m. (UTC) on the day when you create the metric.</p> </li> <li> <p>If you create the metric after 6:00 p.m. (UTC), you get the first aggregation result at 6 p.m. (UTC) the next day.</p> </li> </ul> </li> <li> <p>The ISO 8601 format.</p> <p>For example, if you specify <code>PT18H</code> for <code>offset</code> and <code>1d</code> for <code>interval</code>, IoT SiteWise aggregates data in one of the following ways:</p> <ul> <li> <p>If you create the metric before or at 6:00 p.m. (UTC), you get the first aggregation result at 6 p.m. (UTC) on the day when you create the metric.</p> </li> <li> <p>If you create the metric after 6:00 p.m. (UTC), you get the first aggregation result at 6 p.m. (UTC) the next day.</p> </li> </ul> </li> <li> <p>The 24-hour clock.</p> <p>For example, if you specify <code>00:03:00</code> for <code>offset</code> and <code>5m</code> for <code>interval</code>, and you create the metric at 2 p.m. (UTC), you get the first aggregation result at 2:03 p.m. (UTC). You get the second aggregation result at 2:08 p.m. (UTC). </p> </li> <li> <p>The offset time zone.</p> <p>For example, if you specify <code>2021-07-23T18:00-08</code> for <code>offset</code> and <code>1d</code> for <code>interval</code>, IoT SiteWise aggregates data in one of the following ways:</p> <ul> <li> <p>If you create the metric before or at 6:00 p.m. (PST), you get the first aggregation result at 6 p.m. (PST) on the day when you create the metric.</p> </li> <li> <p>If you create the metric after 6:00 p.m. (PST), you get the first aggregation result at 6 p.m. (PST) the next day.</p> </li> </ul> </li> </ul>" |
5335 | 5343 | }
|
5336 | 5344 | },
|
5337 |
| - "documentation":"<p>Contains a tumbling window, which is a repeating fixed-sized, non-overlapping, and contiguous time interval. This window is used in metric and aggregation computations.</p>" |
| 5345 | + "documentation":"<p>Contains a tumbling window, which is a repeating fixed-sized, non-overlapping, and contiguous time window. You use this window in metrics to aggregate data from properties and other assets.</p> <p>You can use <code>m</code>, <code>h</code>, <code>d</code>, and <code>w</code> when you specify an interval or offset. Note that <code>m</code> represents minutes, and <code>w</code> represents weeks. You can also use <code>s</code> to represent seconds in <code>offset</code>.</p> <p>The <code>interval</code> and <code>offset</code> parameters support the <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 format</a>. For example, <code>PT5S</code> represents five seconds, <code>PT5M</code> represents five minutes, and <code>PT5H</code> represents five hours.</p>" |
5338 | 5346 | },
|
5339 | 5347 | "UnauthorizedException":{
|
5340 | 5348 | "type":"structure",
|
|
0 commit comments