aws-sdk-kinesisvideosignalingchannels 1.49.0 → 1.50.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: 615c999ee311b84654e88ad78509fa9f46b3828604d90c1e486617a1868a5166
4
- data.tar.gz: 5e542545c589dd65e0695c6d4e810e9ec8a17813907f27afecd3aca3c4fd28b7
3
+ metadata.gz: 2c7d1a5e6d14b99c22ac538281b439752a460971a75cfed7806c884124f8a5aa
4
+ data.tar.gz: 7e3427778ee2023be822e2072d08e86b44ef56619e96dd169c1d3a0e68dabf12
5
5
  SHA512:
6
- metadata.gz: 52cfc7e6f650d6658c5650e4edaae46cc335a29a0dbcf4dd576a447d985794caa49dc9a796f84f99e8e07479b24475eb47cd9eb7f1e3a3c3f0725fd84814b241
7
- data.tar.gz: 10396ba2db32082a5317e450d61d7daaecba29248d0539d2029be25db1bf7a31fa747d6022b6fb1710d7866ec80fd3071d1b34591865e4778867b8c7d88a5da6
6
+ metadata.gz: fe99945173e015d807432c01a7df705f1b8c6b73b551fef3bde1efb789d9283e39791499b6be631dbd7271485b40a50f0cf0d6ea0d4e710be6f9e9f6024b0850
7
+ data.tar.gz: 7bfe3ae358069aef8808007df0c22da8ea73749c8308743bec6b7a2d0e4bc667f010810bc420351d5189e066c03f0bad7e96606783fba60e18c23b8ca2dd7410
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.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.49.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -200,8 +200,7 @@ module Aws::KinesisVideoSignalingChannels
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
@@ -599,7 +598,7 @@ module Aws::KinesisVideoSignalingChannels
599
598
  tracer: tracer
600
599
  )
601
600
  context[:gem_name] = 'aws-sdk-kinesisvideosignalingchannels'
602
- context[:gem_version] = '1.49.0'
601
+ context[:gem_version] = '1.50.0'
603
602
  Seahorse::Client::Request.new(handlers, context)
604
603
  end
605
604
 
@@ -54,7 +54,7 @@ module Aws::KinesisVideoSignalingChannels
54
54
  autoload :EndpointProvider, 'aws-sdk-kinesisvideosignalingchannels/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kinesisvideosignalingchannels/endpoints'
56
56
 
57
- GEM_VERSION = '1.49.0'
57
+ GEM_VERSION = '1.50.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-kinesisvideosignalingchannels
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services