|
1633 | 1633 | { |
1634 | 1634 | "target": "com.amazonaws.kinesisvideoarchivedmedia#InvalidArgumentException" |
1635 | 1635 | }, |
| 1636 | + { |
| 1637 | + "target": "com.amazonaws.kinesisvideoarchivedmedia#NoDataRetentionException" |
| 1638 | + }, |
1636 | 1639 | { |
1637 | 1640 | "target": "com.amazonaws.kinesisvideoarchivedmedia#NotAuthorizedException" |
1638 | 1641 | }, |
|
1641 | 1644 | } |
1642 | 1645 | ], |
1643 | 1646 | "traits": { |
1644 | | - "smithy.api#documentation": "<p>Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.</p>", |
| 1647 | + "smithy.api#documentation": "<p>Retrieves a list of images corresponding to each timestamp for a given time range,\n sampling interval, and image format configuration.</p>", |
1645 | 1648 | "smithy.api#http": { |
1646 | 1649 | "method": "POST", |
1647 | 1650 | "uri": "/getImages", |
|
1694 | 1697 | "SamplingInterval": { |
1695 | 1698 | "target": "com.amazonaws.kinesisvideoarchivedmedia#SamplingInterval", |
1696 | 1699 | "traits": { |
1697 | | - "smithy.api#documentation": "<p>The time interval in milliseconds (ms) at which the images need to be generated from\n the stream, with a default of 3000 ms. The minimum value that can be provided is 200 ms.\n If the timestamp range is less than the sampling interval, the Image from the\n <code>startTimestamp</code> will be returned if available. </p>\n <note>\n <p>The minimum value of 200 ms is a hard limit.</p>\n </note>" |
| 1700 | + "smithy.api#documentation": "<p>The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 200 ms (5 images per second). If the timestamp range is less than the sampling interval, the image from the <code>startTimestamp</code> will be returned if available.\n </p>" |
1698 | 1701 | } |
1699 | 1702 | }, |
1700 | 1703 | "Format": { |
|
2171 | 2174 | "FragmentSelector": { |
2172 | 2175 | "target": "com.amazonaws.kinesisvideoarchivedmedia#FragmentSelector", |
2173 | 2176 | "traits": { |
2174 | | - "smithy.api#documentation": "<p>Describes the timestamp range and timestamp origin for the range of fragments to\n return.</p>" |
| 2177 | + "smithy.api#documentation": "<p>Describes the timestamp range and timestamp origin for the range of fragments to\n return.</p>\n <note>\n <p>This is only required when the <code>NextToken</code> isn't passed in the API.</p>\n </note>" |
2175 | 2178 | } |
2176 | 2179 | } |
2177 | 2180 | }, |
|
2245 | 2248 | } |
2246 | 2249 | }, |
2247 | 2250 | "traits": { |
2248 | | - "smithy.api#documentation": "<p>A streaming session was requested for a stream that does not retain data (that is, has\n a <code>DataRetentionInHours</code> of 0). </p>", |
| 2251 | + "smithy.api#documentation": "<p>\n <code>GetImages</code> was requested for a stream that does not retain data (that is, has\n a <code>DataRetentionInHours</code> of 0). </p>", |
2249 | 2252 | "smithy.api#error": "client", |
2250 | 2253 | "smithy.api#httpError": 400 |
2251 | 2254 | } |
|
0 commit comments