Skip to content

Commit

Permalink
feat(aws-android-sdk-kinesisvideo): update models to latest (#3382)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Roach <[email protected]>
  • Loading branch information
awsmobilesdk and tylerjroach authored Aug 11, 2023
1 parent f611006 commit 4c2117e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,15 @@ UpdateImageGenerationConfigurationResult updateImageGenerationConfiguration(
* </p>
* </li>
* </ul>
* <important>
* <p>
* If <code>StorageStatus</code> is enabled, direct peer-to-peer
* (master-viewer) connections no longer occur. Peers connect directly to
* the storage session. You must call the <code>JoinStorageSession</code>
* API to trigger an SDP offer send and establish a connection between a
* peer and the storage session.
* </p>
* </important>
*
* @param updateMediaStorageConfigurationRequest
* @return updateMediaStorageConfigurationResult The response from the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1916,6 +1916,15 @@ public UpdateImageGenerationConfigurationResult updateImageGenerationConfigurati
* </p>
* </li>
* </ul>
* <important>
* <p>
* If <code>StorageStatus</code> is enabled, direct peer-to-peer
* (master-viewer) connections no longer occur. Peers connect directly to
* the storage session. You must call the <code>JoinStorageSession</code>
* API to trigger an SDP offer send and establish a connection between a
* peer and the storage session.
* </p>
* </important>
*
* @param updateMediaStorageConfigurationRequest
* @return updateMediaStorageConfigurationResult The response from the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ public class ImageGenerationConfiguration implements Serializable {
* interval, the Image from the <code>StartTimestamp</code> will be returned
* if available.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Range: </b>3000 - 20000<br/>
*/
private Integer samplingInterval;

Expand Down Expand Up @@ -412,9 +409,6 @@ public ImageGenerationConfiguration withDestinationConfig(
* interval, the Image from the <code>StartTimestamp</code> will be returned
* if available.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Range: </b>3000 - 20000<br/>
*
* @return <p>
* The time interval in milliseconds (ms) at which the images need
Expand All @@ -438,9 +432,6 @@ public Integer getSamplingInterval() {
* interval, the Image from the <code>StartTimestamp</code> will be returned
* if available.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Range: </b>3000 - 20000<br/>
*
* @param samplingInterval <p>
* The time interval in milliseconds (ms) at which the images
Expand Down Expand Up @@ -468,9 +459,6 @@ public void setSamplingInterval(Integer samplingInterval) {
* <p>
* Returns a reference to this object so that method calls can be chained
* together.
* <p>
* <b>Constraints:</b><br/>
* <b>Range: </b>3000 - 20000<br/>
*
* @param samplingInterval <p>
* The time interval in milliseconds (ms) at which the images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
* </p>
* </li>
* </ul>
* <important>
* <p>
* If <code>StorageStatus</code> is enabled, direct peer-to-peer (master-viewer)
* connections no longer occur. Peers connect directly to the storage session.
* You must call the <code>JoinStorageSession</code> API to trigger an SDP offer
* send and establish a connection between a peer and the storage session.
* </p>
* </important>
*/
public class UpdateMediaStorageConfigurationRequest extends AmazonWebServiceRequest implements
Serializable {
Expand Down

0 comments on commit 4c2117e

Please sign in to comment.