aws-sdk-kinesisvideo 1.53.0 → 1.54.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: e7b4f7f7852469f128664502f928104da073ede2e2c5547faba2ebd34b93cc88
4
+ data.tar.gz: f3e802c4673a04bd57c4fe1b09cd95e3b1e1d1c5b022ad4511df185736dcdd80
5
5
  SHA512:
6
- metadata.gz: e64d658241d1290ca3f43098115599df6ff20840b19c474b80031fc037c458eccd8d407e1313542c580d8fec64b2f2f45ba431633519d970cf0989f69e5f80dc
7
- data.tar.gz: c8a55ffd85a90b8f569f0d0de36ad9ad43d11374f30d52fa2dc645bb67179b271066dc616fbbbd6a74dcb30c5522db13c989c3770b24049f4f50f4848b06196b
6
+ metadata.gz: 300df80bfeec442a84b61f54549e462a2b27c69f57b23c3de0a9debe4969089a1193ea954f2597cc2ce1612a89f095bf31b14c877859e67f3c4462807e0b59f1
7
+ data.tar.gz: bf63c0fa05ed93b1c2af2189c10dcdfb991b01c03c7f17d85e46c9deaa7122e3ee30ae478573e93e58424f576c2ca77d00d3a92e20087feab89a3f87778fa2f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2023-09-20)
5
+ ------------------
6
+
7
+ * Feature - Updated DescribeMediaStorageConfiguration, StartEdgeConfigurationUpdate, ImageGenerationConfiguration$SamplingInterval, and UpdateMediaStorageConfiguration to match AWS Docs.
8
+
4
9
  1.53.0 (2023-08-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.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.54.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.54.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.54.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-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core