aws-sdk-elastictranscoder 1.70.0 → 1.71.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: 34b80dc5350a6ac3f9a5f33103ef7a11c29bd76deeaeef9200a7bd1fe36314bd
4
- data.tar.gz: 998e5c6f8ea6dddd5af1fef2ab9e38174762dfc717c36790485a0b888d49ea33
3
+ metadata.gz: 204f252ded7ce63ef7e8d6f1bc0b7515e7fb64d0d3884abd092b4deb4c21b1a0
4
+ data.tar.gz: e238f53175e120220274a06cf4e8c84ef89ac09d7ddcd7688fd0488727d2d3cd
5
5
  SHA512:
6
- metadata.gz: c6a1c11cf17a32d292afc12ba872d04301537fa98727f6d5d1642ef8749cb6a536203561effa5675feb21168c34590211d634216909447241f1c4d54e6a40de7
7
- data.tar.gz: b6d020e99a7baa4a5a9a29112be6e74b98ab84dda55b123ddb71b161374502ef8fbc653419a67d3b2c63b0e8e146a8d6750976475cb55d43d4fe5e6de5464851
6
+ metadata.gz: 9560209ef6dfa52209dab03bf370c758f930f4e0114818376736a41e4ebc1a9b1ee30c86dc226641b3d565b926b2b32b6c470c56b3da5f892d399db12d8bff34
7
+ data.tar.gz: 64f89a61410acee0ef9c78cdae34d1c6ffe4ff557590fcb7d24616aa37b7189bb19a6a11837b602ab9e3fd4990691a0ba0171fdbab305e9b6d17dbd9b3bf3517
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.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.70.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -200,8 +200,7 @@ module Aws::ElasticTranscoder
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
@@ -3131,7 +3130,7 @@ module Aws::ElasticTranscoder
3131
3130
  tracer: tracer
3132
3131
  )
3133
3132
  context[:gem_name] = 'aws-sdk-elastictranscoder'
3134
- context[:gem_version] = '1.70.0'
3133
+ context[:gem_version] = '1.71.0'
3135
3134
  Seahorse::Client::Request.new(handlers, context)
3136
3135
  end
3137
3136
 
@@ -55,7 +55,7 @@ module Aws::ElasticTranscoder
55
55
  autoload :EndpointProvider, 'aws-sdk-elastictranscoder/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elastictranscoder/endpoints'
57
57
 
58
- GEM_VERSION = '1.70.0'
58
+ GEM_VERSION = '1.71.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-elastictranscoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services