Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kinesisvideoarchivedmedia Update models to latest #3511

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ GetHLSStreamingSessionURLResult getHLSStreamingSessionURL(

/**
* <p>
* Retrieves a list of Images corresponding to each timestamp for a given
* Retrieves a list of images corresponding to each timestamp for a given
* time range, sampling interval, and image format configuration.
* </p>
*
Expand All @@ -718,6 +718,7 @@ GetHLSStreamingSessionURLResult getHLSStreamingSessionURL(
* @throws InvalidArgumentException
* @throws ClientLimitExceededException
* @throws NotAuthorizedException
* @throws NoDataRetentionException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ public GetHLSStreamingSessionURLResult getHLSStreamingSessionURL(

/**
* <p>
* Retrieves a list of Images corresponding to each timestamp for a given
* Retrieves a list of images corresponding to each timestamp for a given
* time range, sampling interval, and image format configuration.
* </p>
*
Expand All @@ -1073,6 +1073,7 @@ public GetHLSStreamingSessionURLResult getHLSStreamingSessionURL(
* @throws InvalidArgumentException
* @throws ClientLimitExceededException
* @throws NotAuthorizedException
* @throws NoDataRetentionException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/**
* <p>
* Retrieves a list of Images corresponding to each timestamp for a given time
* Retrieves a list of images corresponding to each timestamp for a given time
* range, sampling interval, and image format configuration.
* </p>
*/
Expand Down Expand Up @@ -86,16 +86,11 @@ public class GetImagesRequest extends AmazonWebServiceRequest implements Seriali
/**
* <p>
* The time interval in milliseconds (ms) at which the images need to be
* generated from the stream, with a default of 3000 ms. The minimum value
* that can be provided is 200 ms. If the timestamp range is less than the
* sampling interval, the Image from the <code>startTimestamp</code> will 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.
* </p>
* <note>
* <p>
* The minimum value of 200 ms is a hard limit.
* </p>
* </note>
*/
private Integer samplingInterval;

Expand Down Expand Up @@ -561,29 +556,19 @@ public GetImagesRequest withEndTimestamp(java.util.Date endTimestamp) {
/**
* <p>
* The time interval in milliseconds (ms) at which the images need to be
* generated from the stream, with a default of 3000 ms. The minimum value
* that can be provided is 200 ms. If the timestamp range is less than the
* sampling interval, the Image from the <code>startTimestamp</code> will 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.
* </p>
* <note>
* <p>
* The minimum value of 200 ms is a hard limit.
* </p>
* </note>
*
* @return <p>
* The time interval in milliseconds (ms) at which the images need
* to be generated from the stream, with a default of 3000 ms. The
* minimum value that can be provided is 200 ms. If the timestamp
* range is less than the sampling interval, the Image from the
* 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.
* </p>
* <note>
* <p>
* The minimum value of 200 ms is a hard limit.
* </p>
* </note>
*/
public Integer getSamplingInterval() {
return samplingInterval;
Expand All @@ -592,30 +577,20 @@ public Integer getSamplingInterval() {
/**
* <p>
* The time interval in milliseconds (ms) at which the images need to be
* generated from the stream, with a default of 3000 ms. The minimum value
* that can be provided is 200 ms. If the timestamp range is less than the
* sampling interval, the Image from the <code>startTimestamp</code> will 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.
* </p>
* <note>
* <p>
* The minimum value of 200 ms is a hard limit.
* </p>
* </note>
*
* @param samplingInterval <p>
* The time interval in milliseconds (ms) at which the images
* need to be generated from the stream, with a default of 3000
* ms. The minimum value that can be provided is 200 ms. If the
* timestamp range is less than the sampling interval, the Image
* 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.
* </p>
* <note>
* <p>
* The minimum value of 200 ms is a hard limit.
* </p>
* </note>
*/
public void setSamplingInterval(Integer samplingInterval) {
this.samplingInterval = samplingInterval;
Expand All @@ -624,33 +599,23 @@ public void setSamplingInterval(Integer samplingInterval) {
/**
* <p>
* The time interval in milliseconds (ms) at which the images need to be
* generated from the stream, with a default of 3000 ms. The minimum value
* that can be provided is 200 ms. If the timestamp range is less than the
* sampling interval, the Image from the <code>startTimestamp</code> will 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.
* </p>
* <note>
* <p>
* The minimum value of 200 ms is a hard limit.
* </p>
* </note>
* <p>
* Returns a reference to this object so that method calls can be chained
* together.
*
* @param samplingInterval <p>
* The time interval in milliseconds (ms) at which the images
* need to be generated from the stream, with a default of 3000
* ms. The minimum value that can be provided is 200 ms. If the
* timestamp range is less than the sampling interval, the Image
* 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.
* </p>
* <note>
* <p>
* The minimum value of 200 ms is a hard limit.
* </p>
* </note>
* @return A reference to this updated object so that method calls can be
* chained together.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ public class ListFragmentsRequest extends AmazonWebServiceRequest implements Ser
* Describes the timestamp range and timestamp origin for the range of
* fragments to return.
* </p>
* <note>
* <p>
* This is only required when the <code>NextToken</code> isn't passed in the
* API.
* </p>
* </note>
*/
private FragmentSelector fragmentSelector;

Expand Down Expand Up @@ -425,11 +431,23 @@ public ListFragmentsRequest withNextToken(String nextToken) {
* Describes the timestamp range and timestamp origin for the range of
* fragments to return.
* </p>
* <note>
* <p>
* This is only required when the <code>NextToken</code> isn't passed in the
* API.
* </p>
* </note>
*
* @return <p>
* Describes the timestamp range and timestamp origin for the range
* of fragments to return.
* </p>
* <note>
* <p>
* This is only required when the <code>NextToken</code> isn't
* passed in the API.
* </p>
* </note>
*/
public FragmentSelector getFragmentSelector() {
return fragmentSelector;
Expand All @@ -440,11 +458,23 @@ public FragmentSelector getFragmentSelector() {
* Describes the timestamp range and timestamp origin for the range of
* fragments to return.
* </p>
* <note>
* <p>
* This is only required when the <code>NextToken</code> isn't passed in the
* API.
* </p>
* </note>
*
* @param fragmentSelector <p>
* Describes the timestamp range and timestamp origin for the
* range of fragments to return.
* </p>
* <note>
* <p>
* This is only required when the <code>NextToken</code> isn't
* passed in the API.
* </p>
* </note>
*/
public void setFragmentSelector(FragmentSelector fragmentSelector) {
this.fragmentSelector = fragmentSelector;
Expand All @@ -455,6 +485,12 @@ public void setFragmentSelector(FragmentSelector fragmentSelector) {
* Describes the timestamp range and timestamp origin for the range of
* fragments to return.
* </p>
* <note>
* <p>
* This is only required when the <code>NextToken</code> isn't passed in the
* API.
* </p>
* </note>
* <p>
* Returns a reference to this object so that method calls can be chained
* together.
Expand All @@ -463,6 +499,12 @@ public void setFragmentSelector(FragmentSelector fragmentSelector) {
* Describes the timestamp range and timestamp origin for the
* range of fragments to return.
* </p>
* <note>
* <p>
* This is only required when the <code>NextToken</code> isn't
* passed in the API.
* </p>
* </note>
* @return A reference to this updated object so that method calls can be
* chained together.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* <p>
* A streaming session was requested for a stream that does not retain data
* <code>GetImages</code> was requested for a stream that does not retain data
* (that is, has a <code>DataRetentionInHours</code> of 0).
* </p>
*/
Expand Down