aws-sdk-kinesisvideo 1.52.0 → 1.53.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kinesisvideo/client.rb +7 -1
- data/lib/aws-sdk-kinesisvideo.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30d7a8f5648de12d9bc5f009991345d0fcf5126094b0ee4f4e9ebcfec39a95bc
|
4
|
+
data.tar.gz: c9c40d6f04cf170616077ef51f3b8fcd1c9aefe0f8662d4a21b48de1ef25e93e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e64d658241d1290ca3f43098115599df6ff20840b19c474b80031fc037c458eccd8d407e1313542c580d8fec64b2f2f45ba431633519d970cf0989f69e5f80dc
|
7
|
+
data.tar.gz: c8a55ffd85a90b8f569f0d0de36ad9ad43d11374f30d52fa2dc645bb67179b271066dc616fbbbd6a74dcb30c5522db13c989c3770b24049f4f50f4848b06196b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.53.0 (2023-08-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.
|
8
|
+
|
4
9
|
1.52.0 (2023-07-11)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
@@ -1735,6 +1735,12 @@ module Aws::KinesisVideo
|
|
1735
1735
|
# * If the `StorageStatus` is enabled, the data will be stored in the
|
1736
1736
|
# `StreamARN` provided.
|
1737
1737
|
#
|
1738
|
+
# If `StorageStatus` is enabled, direct peer-to-peer (master-viewer)
|
1739
|
+
# connections no longer occur. Peers connect directly to the storage
|
1740
|
+
# session. You must call the `JoinStorageSession` API to trigger an SDP
|
1741
|
+
# offer send and establish a connection between a peer and the storage
|
1742
|
+
# session.
|
1743
|
+
#
|
1738
1744
|
# @option params [required, String] :channel_arn
|
1739
1745
|
# The Amazon Resource Name (ARN) of the channel.
|
1740
1746
|
#
|
@@ -1927,7 +1933,7 @@ module Aws::KinesisVideo
|
|
1927
1933
|
params: params,
|
1928
1934
|
config: config)
|
1929
1935
|
context[:gem_name] = 'aws-sdk-kinesisvideo'
|
1930
|
-
context[:gem_version] = '1.
|
1936
|
+
context[:gem_version] = '1.53.0'
|
1931
1937
|
Seahorse::Client::Request.new(handlers, context)
|
1932
1938
|
end
|
1933
1939
|
|
data/lib/aws-sdk-kinesisvideo.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kinesisvideo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.53.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07
|
11
|
+
date: 2023-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|