aws-sdk-kinesisvideo 1.53.0 → 1.55.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kinesisvideo/client.rb +20 -1
- data/lib/aws-sdk-kinesisvideo/types.rb +3 -4
- data/lib/aws-sdk-kinesisvideo.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59a4bc114d2028727689ccf4ec3fdc9d6355d817dbb845cf249fbe386f982b38
|
4
|
+
data.tar.gz: 0c1ae39b2087f8774506408a0fec1c7e023b52a31f578839b2997d2d68175327
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26efb9535095ad6f016677c253990b52f60795b1eb97192251369143a508fb841a46f665c54f381dcfede45d49cc12939d67aa2fd3c9943199492e6c1ebcc784
|
7
|
+
data.tar.gz: 6f1d4b16e485923a9ae6b79c496127703bfe8dd6f7921c5d83a0eda056407d47dcdf35b4a084ebbf01098c831e2a747b65e2e940a50fa4c9a58a5725de98a04e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.55.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.54.0 (2023-09-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated DescribeMediaStorageConfiguration, StartEdgeConfigurationUpdate, ImageGenerationConfiguration$SamplingInterval, and UpdateMediaStorageConfiguration to match AWS Docs.
|
13
|
+
|
4
14
|
1.53.0 (2023-08-07)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|
@@ -830,9 +830,16 @@ module Aws::KinesisVideo
|
|
830
830
|
req.send_request(options)
|
831
831
|
end
|
832
832
|
|
833
|
+
# This API is related to [WebRTC Ingestion][1] and is only available in
|
834
|
+
# the `us-west-2` region.
|
835
|
+
#
|
833
836
|
# Returns the most current information about the channel. Specify the
|
834
837
|
# `ChannelName` or `ChannelARN` in the input.
|
835
838
|
#
|
839
|
+
#
|
840
|
+
#
|
841
|
+
# [1]: https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/webrtc-ingestion.html
|
842
|
+
#
|
836
843
|
# @option params [String] :channel_name
|
837
844
|
# The name of the channel.
|
838
845
|
#
|
@@ -1367,6 +1374,11 @@ module Aws::KinesisVideo
|
|
1367
1374
|
# minutes. After 15 minutes, the status will transition into the
|
1368
1375
|
# `SYNC_FAILED` state.
|
1369
1376
|
#
|
1377
|
+
# To move an edge configuration from one device to another, use
|
1378
|
+
# DeleteEdgeConfiguration to delete the current edge configuration. You
|
1379
|
+
# can then invoke StartEdgeConfigurationUpdate with an updated Hub
|
1380
|
+
# Device ARN.
|
1381
|
+
#
|
1370
1382
|
# @option params [String] :stream_name
|
1371
1383
|
# The name of the stream whose edge configuration you want to update.
|
1372
1384
|
# Specify either the `StreamName` or the `StreamARN`.
|
@@ -1726,6 +1738,9 @@ module Aws::KinesisVideo
|
|
1726
1738
|
req.send_request(options)
|
1727
1739
|
end
|
1728
1740
|
|
1741
|
+
# This API is related to [WebRTC Ingestion][1] and is only available in
|
1742
|
+
# the `us-west-2` region.
|
1743
|
+
#
|
1729
1744
|
# Associates a `SignalingChannel` to a stream to store the media. There
|
1730
1745
|
# are two signaling modes that can specified :
|
1731
1746
|
#
|
@@ -1741,6 +1756,10 @@ module Aws::KinesisVideo
|
|
1741
1756
|
# offer send and establish a connection between a peer and the storage
|
1742
1757
|
# session.
|
1743
1758
|
#
|
1759
|
+
#
|
1760
|
+
#
|
1761
|
+
# [1]: https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/webrtc-ingestion.html
|
1762
|
+
#
|
1744
1763
|
# @option params [required, String] :channel_arn
|
1745
1764
|
# The Amazon Resource Name (ARN) of the channel.
|
1746
1765
|
#
|
@@ -1933,7 +1952,7 @@ module Aws::KinesisVideo
|
|
1933
1952
|
params: params,
|
1934
1953
|
config: config)
|
1935
1954
|
context[:gem_name] = 'aws-sdk-kinesisvideo'
|
1936
|
-
context[:gem_version] = '1.
|
1955
|
+
context[:gem_version] = '1.55.0'
|
1937
1956
|
Seahorse::Client::Request.new(handlers, context)
|
1938
1957
|
end
|
1939
1958
|
|
@@ -826,10 +826,9 @@ module Aws::KinesisVideo
|
|
826
826
|
# @!attribute [rw] sampling_interval
|
827
827
|
# The time interval in milliseconds (ms) at which the images need to
|
828
828
|
# be generated from the stream. The minimum value that can be provided
|
829
|
-
# is
|
830
|
-
#
|
831
|
-
#
|
832
|
-
# returned if available.
|
829
|
+
# is 200 ms. If the timestamp range is less than the sampling
|
830
|
+
# interval, the Image from the `StartTimestamp` will be returned if
|
831
|
+
# available.
|
833
832
|
# @return [Integer]
|
834
833
|
#
|
835
834
|
# @!attribute [rw] format
|
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.55.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-
|
11
|
+
date: 2023-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.184.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.184.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|