aws-sdk-polly 1.106.0 → 1.108.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: c2b43503ea396c373a2d98bd455e1fa2524abb7ae88aece6f3685dcb74464c4c
4
+ data.tar.gz: 2efcaa28f42b4f8a39b6106686168852480fcba7ff817c15a1de527e0ac7a8be
5
5
  SHA512:
6
- metadata.gz: f15ab0190fa56291d01396937800c93b902db05546946e485a47d6138206394f41214d93707b61baac2aba2658565d56013472a639aba7acdf26d8e8fd721176
7
- data.tar.gz: 8b2da68a3074c0ba12d49490cfc935d49b0b620471cc9a800b2a528496db034418b109db8f135e7423fb7307a092f634d6e35015744ba095c1b96f5f033cfa83
6
+ metadata.gz: 6b2b111ef6425851ca37c07494aa738f0858af33cebdc054834b7ef8b819bdce7c2c7c4e270ab778919037ba70706937429ff6281f5d5af0f94e70c8b7b1fc7d
7
+ data.tar.gz: 5b260b347e9f75d83c11ad100a4330679652c0c8a3f3fc2d4f1d715295580d442ab40f151f820beb2998471701ed68c28b36cfea4dba5e1d97355a0807563c07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.107.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.106.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.108.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.108.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.108.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.108.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="