aws-sdk-kinesisvideomedia 1.67.0 → 1.68.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f68f546a96974fa4d22ffb1add20e8c1407c3e3595cff0ca78f7a5652af1b6ed
4
- data.tar.gz: 150d50809a6b6e3c5a3ce78cf48ff4bb5743ec62bd5ecdbbe080c3e4376c76af
3
+ metadata.gz: fcc4c59c4da41d573bd6a8f3c8d12b8b9cfb2a70f402065192355798ae7b4e6b
4
+ data.tar.gz: ec52ac4eb711b7e7ab41deb361d1c11e893a4aa7e9a81088444945ebba850a92
5
5
  SHA512:
6
- metadata.gz: c7d4e4de19837edc4a13428dbee3057660bd41c12627b722f19d2da3f719d1c05cae26a2c211884bb38a58dc2a2bec4771d4fadfc75e3365b4a327ec28451d28
7
- data.tar.gz: 6e2af0a86c16f406d5caf74c77b986547e84ae609551753eac968df2f8029e4f2beb6ca1af491209bb0edd7b870fe7a806f4c1cf0bf6d6cc92432ac30f3d646a
6
+ metadata.gz: f001920f882c33c28555bd65a4eb531dba75e7442c700c156aeba61eef6c27adc9daa482862bd79693707991e114b322273bae9d63f95e652ca9506da5fce7df
7
+ data.tar.gz: 9fb064db10927b12d5e4549f69bee71545065ac1906b935c621be65ac94e04a8d9ffe1bacf492db943bc6c0b6645324905416ca168fb8c174105a3825cf4adf6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.67.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -200,8 +200,7 @@ module Aws::KinesisVideoMedia
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -585,7 +584,7 @@ module Aws::KinesisVideoMedia
585
584
  tracer: tracer
586
585
  )
587
586
  context[:gem_name] = 'aws-sdk-kinesisvideomedia'
588
- context[:gem_version] = '1.67.0'
587
+ context[:gem_version] = '1.68.0'
589
588
  Seahorse::Client::Request.new(handlers, context)
590
589
  end
591
590
 
@@ -54,7 +54,7 @@ module Aws::KinesisVideoMedia
54
54
  autoload :EndpointProvider, 'aws-sdk-kinesisvideomedia/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kinesisvideomedia/endpoints'
56
56
 
57
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.68.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisvideomedia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services