aws-sdk-mediaconvert 1.157.0 → 1.158.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: bd7bd6cbf3233fdafe48c296f6c89b8bc60e2a7012d1c79afb50ba7515c30a50
4
- data.tar.gz: d6c78a46975b0ab704f23f3e8f970d8a918ed5e9a5e3ff60145477b5be3da5e7
3
+ metadata.gz: afb286234766049cc788ca878324709e63141a9fc2951723c4da57c8b0f9001d
4
+ data.tar.gz: 05fb69b26bb07b481ce4f1a57facf9850182667ceebeda34db2f874b7d256a09
5
5
  SHA512:
6
- metadata.gz: 317eebae8a9bcc2a05dc129032e39f7cf6d05c0338bf624c5466264f6b4eb1dcb33f44160ec3d78a806da1a9f03babcc5d6a390fafd61edc466e36f013ce4448
7
- data.tar.gz: 065c27bb41151ea286dab4ae7699d93187a2e021c9bb997abfcf1359428307af4b80554b051dd1379a42337942c48ad5139b4a205b41ff6c018727bc4bcb0267
6
+ metadata.gz: c080a110f28d429c06d4d5974bed3b8f390c35a297ab92b6102d1baebd109d758c7a1dc8bee296c4f99f132fd2a4fb12f2a81d89503cea529e89c8cc971a962d
7
+ data.tar.gz: 4263c021cee310536bcd4bd5fc5acca7f48eb8d5ebc2fe962fe30857cb8dc76043e3766103147ccabef1793283d329fdfedf9fab83fff662e4165adf5f421239
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.158.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.157.0 (2025-05-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.157.0
1
+ 1.158.0
@@ -200,8 +200,7 @@ module Aws::MediaConvert
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
@@ -6105,7 +6104,7 @@ module Aws::MediaConvert
6105
6104
  tracer: tracer
6106
6105
  )
6107
6106
  context[:gem_name] = 'aws-sdk-mediaconvert'
6108
- context[:gem_version] = '1.157.0'
6107
+ context[:gem_version] = '1.158.0'
6109
6108
  Seahorse::Client::Request.new(handlers, context)
6110
6109
  end
6111
6110
 
@@ -54,7 +54,7 @@ module Aws::MediaConvert
54
54
  autoload :EndpointProvider, 'aws-sdk-mediaconvert/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediaconvert/endpoints'
56
56
 
57
- GEM_VERSION = '1.157.0'
57
+ GEM_VERSION = '1.158.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-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.157.0
4
+ version: 1.158.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services