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
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-kinesis-video-archived-media/include/aws/kinesis-video-archived-media/KinesisVideoArchivedMediaClient.h
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-kinesis-video-archived-media/include/aws/kinesis-video-archived-media/model/GetImagesRequest.h
+16-20
Original file line number
Diff line number
Diff line change
@@ -274,41 +274,37 @@ namespace Model
274
274
275
275
/**
276
276
* <p>The time interval in milliseconds (ms) at which the images need to be
277
-
* generated from the stream, with a default of 3000 ms. The minimum value that can
278
-
* be provided is 200 ms. If the timestamp range is less than the sampling
279
-
* interval, the Image from the <code>startTimestamp</code> will be returned if
280
-
* available. </p> <p>The minimum value of 200 ms is a hard limit.</p>
281
-
*
277
+
* generated from the stream. The minimum value that can be provided is 200 ms (5
278
+
* images per second). If the timestamp range is less than the sampling interval,
279
+
* the image from the <code>startTimestamp</code> will be returned if available.
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-kinesis-video-archived-media/include/aws/kinesis-video-archived-media/model/ListFragmentsRequest.h
+12-6
Original file line number
Diff line number
Diff line change
@@ -223,37 +223,43 @@ namespace Model
223
223
224
224
/**
225
225
* <p>Describes the timestamp range and timestamp origin for the range of fragments
226
-
* to return.</p>
226
+
* to return.</p> <p>This is only required when the <code>NextToken</code>
0 commit comments