aws-sdk-kinesisvideo 1.50.0 → 1.51.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: 44ef6b778e634d561139c11906331701388e72e1c897d53e23fd8e980a7743c2
4
- data.tar.gz: 95ebadd1c9f4633a6a1d92d9d8a80558a4c1499ad49c74aa72c1bfad2b8f2a88
3
+ metadata.gz: 7a107cbdc7e69ad92ae23d1bac8df20408fe2720ddab723141646639bfde9227
4
+ data.tar.gz: 94ea424bed63ca8cb8f0b9b497b6634f97519ec0dfc074feed0fb69698d6ea6d
5
5
  SHA512:
6
- metadata.gz: bc81d0e201a704b0dd3fc4a0525709b21490ac53cbbe0d9084512227e703ab2b517306ef7f1992dba6ba0a03a064c79cdc288bb1334cc2dd1ff82f69137a2505
7
- data.tar.gz: 881a3d4f04a75219d85b004f9e401fdb4a42808e9212f6a935201a0eff02cd69b2aef694da61288fc648c2bb7e5c8e3b7d88174c999ab54754b021a72777f1d2
6
+ metadata.gz: d47d8ddbf38daef0d9698b8539ff2d586929a6d81f4e7d0758e5841a85b7918c47f1d1818dc21d6e87d0531ad8d441d23957cc54a83bf7cc3d86c581fd47fdc5
7
+ data.tar.gz: 0e5f3cd3c26db57a622062fc2ae2e517e938494951fbd4d33d20c7e2cd548fbe4fc039f41a9f1e7551136c554152fd966b32495752d5014b6f4fe6a1c54636fb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2023-07-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.50.0 (2023-06-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -28,6 +28,7 @@ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
30
  require 'aws-sdk-core/plugins/checksum_algorithm.rb'
31
+ require 'aws-sdk-core/plugins/request_compression.rb'
31
32
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
33
  require 'aws-sdk-core/plugins/recursion_detection.rb'
33
34
  require 'aws-sdk-core/plugins/sign.rb'
@@ -77,6 +78,7 @@ module Aws::KinesisVideo
77
78
  add_plugin(Aws::Plugins::TransferEncoding)
78
79
  add_plugin(Aws::Plugins::HttpChecksum)
79
80
  add_plugin(Aws::Plugins::ChecksumAlgorithm)
81
+ add_plugin(Aws::Plugins::RequestCompression)
80
82
  add_plugin(Aws::Plugins::DefaultsMode)
81
83
  add_plugin(Aws::Plugins::RecursionDetection)
82
84
  add_plugin(Aws::Plugins::Sign)
@@ -190,6 +192,10 @@ module Aws::KinesisVideo
190
192
  # Set to true to disable SDK automatically adding host prefix
191
193
  # to default service endpoint when available.
192
194
  #
195
+ # @option options [Boolean] :disable_request_compression (false)
196
+ # When set to 'true' the request body will not be compressed
197
+ # for supported operations.
198
+ #
193
199
  # @option options [String] :endpoint
194
200
  # The client endpoint is normally constructed from the `:region`
195
201
  # option. You should only configure an `:endpoint` when connecting
@@ -230,6 +236,11 @@ module Aws::KinesisVideo
230
236
  # Used when loading credentials from the shared credentials file
231
237
  # at HOME/.aws/credentials. When not specified, 'default' is used.
232
238
  #
239
+ # @option options [Integer] :request_min_compression_size_bytes (10240)
240
+ # The minimum size in bytes that triggers compression for request
241
+ # bodies. The value must be non-negative integer value between 0
242
+ # and 10485780 bytes inclusive.
243
+ #
233
244
  # @option options [Proc] :retry_backoff
234
245
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
235
246
  # This option is only used in the `legacy` retry mode.
@@ -1912,7 +1923,7 @@ module Aws::KinesisVideo
1912
1923
  params: params,
1913
1924
  config: config)
1914
1925
  context[:gem_name] = 'aws-sdk-kinesisvideo'
1915
- context[:gem_version] = '1.50.0'
1926
+ context[:gem_version] = '1.51.0'
1916
1927
  Seahorse::Client::Request.new(handlers, context)
1917
1928
  end
1918
1929
 
@@ -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.50.0'
55
+ GEM_VERSION = '1.51.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.50.0
4
+ version: 1.51.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-06-28 00:00:00.000000000 Z
11
+ date: 2023-07-06 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.176.0
22
+ version: 3.177.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.176.0
32
+ version: 3.177.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement