aws-sdk-mediaconnect 1.79.0 → 1.80.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: 63bfa5bc36e71cdc8504711046d0210df36b2cba0e60bab204d46a4e14f2bee5
4
- data.tar.gz: 4dcf0c0f73593e77b538bde133ebb0ec50cee6a4ac1de489257a283545294193
3
+ metadata.gz: e047c5c82ee3c0cee75c662ab88d83a4cba460907d5a3d56f58a9e7a1e4f1947
4
+ data.tar.gz: e4478cc44eec57b1c925d8cd90c33b4a9b09819d038743af7b40d4cdd0a7759b
5
5
  SHA512:
6
- metadata.gz: 23ca22f2420c8b1975c9602617d5b05c987c5173df976fd0083bb9f9b233a1a75bb48e35654c0dd4b4ca0c15bb4eda28ce12cfab1f462deacc34ebf336f4ffe4
7
- data.tar.gz: 6808c7258339555430204627d5d40942ec1ef08deb35413d5daaa60579ca2be9daa1dbab9c1188d561610018cf6439da047afcf5633f1315b127afee30153f7d
6
+ metadata.gz: 33d0d96cadc5fe8a5513ee73a32ef83f6fa8eece6e396e90bd9be2a03f4d710449803fff2b6e095c358bc6451de66b2ebf7102ed845d3d7c1d9bbaefa5898bd8
7
+ data.tar.gz: c20d1569ad982d3bfef6f3f8c55e54e6f05fd0f235cfb2b5ac50266167bc5e0cdc3e9061365f4d72e6cf2d0a171132269f8f468ffa8dd1044c0815747782b8ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.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.79.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -200,8 +200,7 @@ module Aws::MediaConnect
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
@@ -4543,7 +4542,7 @@ module Aws::MediaConnect
4543
4542
  tracer: tracer
4544
4543
  )
4545
4544
  context[:gem_name] = 'aws-sdk-mediaconnect'
4546
- context[:gem_version] = '1.79.0'
4545
+ context[:gem_version] = '1.80.0'
4547
4546
  Seahorse::Client::Request.new(handlers, context)
4548
4547
  end
4549
4548
 
@@ -55,7 +55,7 @@ module Aws::MediaConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-mediaconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mediaconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.79.0'
58
+ GEM_VERSION = '1.80.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services