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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30d7a8f5648de12d9bc5f009991345d0fcf5126094b0ee4f4e9ebcfec39a95bc
4
- data.tar.gz: c9c40d6f04cf170616077ef51f3b8fcd1c9aefe0f8662d4a21b48de1ef25e93e
3
+ metadata.gz: 59a4bc114d2028727689ccf4ec3fdc9d6355d817dbb845cf249fbe386f982b38
4
+ data.tar.gz: 0c1ae39b2087f8774506408a0fec1c7e023b52a31f578839b2997d2d68175327
5
5
  SHA512:
6
- metadata.gz: e64d658241d1290ca3f43098115599df6ff20840b19c474b80031fc037c458eccd8d407e1313542c580d8fec64b2f2f45ba431633519d970cf0989f69e5f80dc
7
- data.tar.gz: c8a55ffd85a90b8f569f0d0de36ad9ad43d11374f30d52fa2dc645bb67179b271066dc616fbbbd6a74dcb30c5522db13c989c3770b24049f4f50f4848b06196b
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.53.0
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.53.0'
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 33 ms, because a camera that generates content at 30 FPS would
830
- # create a frame every 33.3 ms. If the timestamp range is less than
831
- # the sampling interval, the Image from the `StartTimestamp` will be
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-kinesisvideo/customizations'
52
52
  # @!group service
53
53
  module Aws::KinesisVideo
54
54
 
55
- GEM_VERSION = '1.53.0'
55
+ GEM_VERSION = '1.55.0'
56
56
 
57
57
  end
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.53.0
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-08-07 00:00:00.000000000 Z
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.177.0
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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement