From e655ff207e21b42be95628b0d86e34b9d9fa9c62 Mon Sep 17 00:00:00 2001 From: awsmobilesdk Date: Mon, 7 Aug 2023 18:11:28 +0000 Subject: [PATCH] feat(aws-android-sdk-kinesisvideo): update models to latest --- .../services/kinesisvideo/AWSKinesisVideo.java | 9 +++++++++ .../services/kinesisvideo/AWSKinesisVideoClient.java | 9 +++++++++ .../model/ImageGenerationConfiguration.java | 12 ------------ .../UpdateMediaStorageConfigurationRequest.java | 8 ++++++++ 4 files changed, 26 insertions(+), 12 deletions(-) diff --git a/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/AWSKinesisVideo.java b/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/AWSKinesisVideo.java index 192c03bd3f..1cae69ef41 100644 --- a/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/AWSKinesisVideo.java +++ b/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/AWSKinesisVideo.java @@ -950,6 +950,15 @@ UpdateImageGenerationConfigurationResult updateImageGenerationConfiguration( *

* * + * + *

+ * If StorageStatus is enabled, direct peer-to-peer + * (master-viewer) connections no longer occur. Peers connect directly to + * the storage session. You must call the JoinStorageSession + * API to trigger an SDP offer send and establish a connection between a + * peer and the storage session. + *

+ *
* * @param updateMediaStorageConfigurationRequest * @return updateMediaStorageConfigurationResult The response from the diff --git a/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/AWSKinesisVideoClient.java b/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/AWSKinesisVideoClient.java index 2ec5bef261..fc2cee024d 100644 --- a/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/AWSKinesisVideoClient.java +++ b/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/AWSKinesisVideoClient.java @@ -1916,6 +1916,15 @@ public UpdateImageGenerationConfigurationResult updateImageGenerationConfigurati *

* * + * + *

+ * If StorageStatus is enabled, direct peer-to-peer + * (master-viewer) connections no longer occur. Peers connect directly to + * the storage session. You must call the JoinStorageSession + * API to trigger an SDP offer send and establish a connection between a + * peer and the storage session. + *

+ *
* * @param updateMediaStorageConfigurationRequest * @return updateMediaStorageConfigurationResult The response from the diff --git a/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/ImageGenerationConfiguration.java b/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/ImageGenerationConfiguration.java index 7f9f7a2872..bf8cfddbab 100644 --- a/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/ImageGenerationConfiguration.java +++ b/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/ImageGenerationConfiguration.java @@ -64,9 +64,6 @@ public class ImageGenerationConfiguration implements Serializable { * interval, the Image from the StartTimestamp will be returned * if available. *

- *

- * Constraints:
- * Range: 3000 - 20000
*/ private Integer samplingInterval; @@ -412,9 +409,6 @@ public ImageGenerationConfiguration withDestinationConfig( * interval, the Image from the StartTimestamp will be returned * if available. *

- *

- * Constraints:
- * Range: 3000 - 20000
* * @return

* The time interval in milliseconds (ms) at which the images need @@ -438,9 +432,6 @@ public Integer getSamplingInterval() { * interval, the Image from the StartTimestamp will be returned * if available. *

- *

- * Constraints:
- * Range: 3000 - 20000
* * @param samplingInterval

* The time interval in milliseconds (ms) at which the images @@ -468,9 +459,6 @@ public void setSamplingInterval(Integer samplingInterval) { *

* Returns a reference to this object so that method calls can be chained * together. - *

- * Constraints:
- * Range: 3000 - 20000
* * @param samplingInterval

* The time interval in milliseconds (ms) at which the images diff --git a/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/UpdateMediaStorageConfigurationRequest.java b/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/UpdateMediaStorageConfigurationRequest.java index daf33b782c..80b796ce8e 100644 --- a/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/UpdateMediaStorageConfigurationRequest.java +++ b/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/UpdateMediaStorageConfigurationRequest.java @@ -38,6 +38,14 @@ *

* * + * + *

+ * If StorageStatus is enabled, direct peer-to-peer (master-viewer) + * connections no longer occur. Peers connect directly to the storage session. + * You must call the JoinStorageSession API to trigger an SDP offer + * send and establish a connection between a peer and the storage session. + *

+ *
*/ public class UpdateMediaStorageConfigurationRequest extends AmazonWebServiceRequest implements Serializable {