aws-sdk-polly 1.106.0 → 1.107.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: cdb26f2b98c3159c7476cd84a361b8e07a8f05fe8a0e8ac44ccbdc08347c7c21
4
- data.tar.gz: 50d4eb227ef43c62a4c2eebeec65e7d0a413178f5711e9f0601b70547ad9e679
3
+ metadata.gz: e71e92b417d06aad150ceaca194805f0f9fba6493c48d8f7705c2126d35d8f2a
4
+ data.tar.gz: 5fc255e82b4498c16bad1e8abca098b7e8e3a02ce07d8993459ee26f1bf2ef15
5
5
  SHA512:
6
- metadata.gz: f15ab0190fa56291d01396937800c93b902db05546946e485a47d6138206394f41214d93707b61baac2aba2658565d56013472a639aba7acdf26d8e8fd721176
7
- data.tar.gz: 8b2da68a3074c0ba12d49490cfc935d49b0b620471cc9a800b2a528496db034418b109db8f135e7423fb7307a092f634d6e35015744ba095c1b96f5f033cfa83
6
+ metadata.gz: 4d2e7d8e290d1d294b769059a4ef8c24cbcf416945918e1a0e73415e8040e9988293bb79628cb40ad70d71bc6cb45fdbca3f5a1800b4918e46ed420c7ce9c66e
7
+ data.tar.gz: 87acd9d2e39441d6a9d9ea4c6e48b4a76a5bdbfa025977cbd0341f7dc0925141e3b34f3b84c2d7dce0f66ad78910114dc2008dd80b5ecdffc8b9a9bf74fd3cc6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.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.106.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.107.0
@@ -200,8 +200,7 @@ module Aws::Polly
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
@@ -1232,7 +1231,7 @@ module Aws::Polly
1232
1231
  tracer: tracer
1233
1232
  )
1234
1233
  context[:gem_name] = 'aws-sdk-polly'
1235
- context[:gem_version] = '1.106.0'
1234
+ context[:gem_version] = '1.107.0'
1236
1235
  Seahorse::Client::Request.new(handlers, context)
1237
1236
  end
1238
1237
 
data/lib/aws-sdk-polly.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Polly
54
54
  autoload :EndpointProvider, 'aws-sdk-polly/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-polly/endpoints'
56
56
 
57
- GEM_VERSION = '1.106.0'
57
+ GEM_VERSION = '1.107.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-polly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.106.0
4
+ version: 1.107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services