aws-sdk-kinesisvideo 1.51.0 → 1.53.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: 7a107cbdc7e69ad92ae23d1bac8df20408fe2720ddab723141646639bfde9227
4
- data.tar.gz: 94ea424bed63ca8cb8f0b9b497b6634f97519ec0dfc074feed0fb69698d6ea6d
3
+ metadata.gz: 30d7a8f5648de12d9bc5f009991345d0fcf5126094b0ee4f4e9ebcfec39a95bc
4
+ data.tar.gz: c9c40d6f04cf170616077ef51f3b8fcd1c9aefe0f8662d4a21b48de1ef25e93e
5
5
  SHA512:
6
- metadata.gz: d47d8ddbf38daef0d9698b8539ff2d586929a6d81f4e7d0758e5841a85b7918c47f1d1818dc21d6e87d0531ad8d441d23957cc54a83bf7cc3d86c581fd47fdc5
7
- data.tar.gz: 0e5f3cd3c26db57a622062fc2ae2e517e938494951fbd4d33d20c7e2cd548fbe4fc039f41a9f1e7551136c554152fd966b32495752d5014b6f4fe6a1c54636fb
6
+ metadata.gz: e64d658241d1290ca3f43098115599df6ff20840b19c474b80031fc037c458eccd8d407e1313542c580d8fec64b2f2f45ba431633519d970cf0989f69e5f80dc
7
+ data.tar.gz: c8a55ffd85a90b8f569f0d0de36ad9ad43d11374f30d52fa2dc645bb67179b271066dc616fbbbd6a74dcb30c5522db13c989c3770b24049f4f50f4848b06196b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.52.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.51.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.53.0
@@ -216,6 +216,10 @@ module Aws::KinesisVideo
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1731,6 +1735,12 @@ module Aws::KinesisVideo
1731
1735
  # * If the `StorageStatus` is enabled, the data will be stored in the
1732
1736
  # `StreamARN` provided.
1733
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
+ #
1734
1744
  # @option params [required, String] :channel_arn
1735
1745
  # The Amazon Resource Name (ARN) of the channel.
1736
1746
  #
@@ -1923,7 +1933,7 @@ module Aws::KinesisVideo
1923
1933
  params: params,
1924
1934
  config: config)
1925
1935
  context[:gem_name] = 'aws-sdk-kinesisvideo'
1926
- context[:gem_version] = '1.51.0'
1936
+ context[:gem_version] = '1.53.0'
1927
1937
  Seahorse::Client::Request.new(handlers, context)
1928
1938
  end
1929
1939
 
@@ -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.51.0'
55
+ GEM_VERSION = '1.53.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.51.0
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-06 00:00:00.000000000 Z
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