aws-sdk-transcribeservice 1.118.0 → 1.119.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: 1e0aba44f4a8adbfb0804fa01a46575ac82b77c92477c1653e4fd13c51e6907c
4
- data.tar.gz: b5a2002631360a66e656a0db2bd94ce03e98a4c5dc5cf014234471144af9b754
3
+ metadata.gz: f58e850d5521436ac7dd07914a2a5e8e48e06c8a5311645800d6d1127b1378a1
4
+ data.tar.gz: e6ed10a91c3e98ee0dd7b11224ec199060165d53f2d41674728eec710e33a0d0
5
5
  SHA512:
6
- metadata.gz: b74a24294b3c5b3ab2eb07ea508a0fc3208e3dd89ebe3b7a123fecf22e0a5f54ced7565b4e8c9151d098a0e1f0e6ce10afc4cd656e4cbb89608f976499722bc1
7
- data.tar.gz: 5b566b03d2e96042d9dfa4a71c142c518d63046ed637a6dea5c6d26f75741bc3f1a6ace3963e56216b8e57d63c9daabb57d158618329094f4dea1c6a798ec66c
6
+ metadata.gz: 7adcdcc59b1044708332ee23dd40c7382e464f689bea1d2a450f74b8bab0da2e984439be7fc8e252368afdcd563346ac0dc289450ff02cdcb764f7bc1a3aa34a
7
+ data.tar.gz: dad3008c47e2d2d7c479d6169610a47f9943515512c4bf153bb6761e1b7f14daadf4701f6cb420c553e1e6bdaca17b56e669941a6e0076fe4956aee541c52141
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.119.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.118.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.118.0
1
+ 1.119.0
@@ -200,8 +200,7 @@ module Aws::TranscribeService
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
@@ -4566,7 +4565,7 @@ module Aws::TranscribeService
4566
4565
  tracer: tracer
4567
4566
  )
4568
4567
  context[:gem_name] = 'aws-sdk-transcribeservice'
4569
- context[:gem_version] = '1.118.0'
4568
+ context[:gem_version] = '1.119.0'
4570
4569
  Seahorse::Client::Request.new(handlers, context)
4571
4570
  end
4572
4571
 
@@ -54,7 +54,7 @@ module Aws::TranscribeService
54
54
  autoload :EndpointProvider, 'aws-sdk-transcribeservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-transcribeservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.118.0'
57
+ GEM_VERSION = '1.119.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-transcribeservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.118.0
4
+ version: 1.119.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services