aws-sdk-polly 1.78.0 → 1.80.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: 04414f6fc5eec776d0940088544960164ef40564fa4fe1c83073684a33a0b79c
4
- data.tar.gz: '0991e0d3aeba7a07ad3a1445d09958c2ad333a9bfa060921b734248f8ab35f33'
3
+ metadata.gz: 6e1533630cb3e1310f5e44bee32553675813c7353d74da7b9fcc9880c3381ca2
4
+ data.tar.gz: 5f0081019203fa5334febecfb0473a10dd50617922b9f5629ae35d4de49bcb93
5
5
  SHA512:
6
- metadata.gz: 4ee7521245b7f1c9835107208074ec1327ca937155269556eba39e00ca7ad45d64dd8c5fa9dc8d92352acd954464be3ebba64d44237dec80d4516a857c8f4bb3
7
- data.tar.gz: 15fcb0b34081df119440973298a12b4c76bc438297565a29267d687eb220fe09265ed5321ecd8e1e8c7b57e201917bb9478b81186918a590c36ec30d9774cf71
6
+ metadata.gz: 83f39c8baab81516a2aa9b5f0b8cea1a283c93a71f0ee0af363b6c93dfe74dd59a80d06c47c0614352647059c482c792c002f22c65ecc83289dac7a46637ea22
7
+ data.tar.gz: 74a99aa12c1bc656eab1fd533eca4c9d20c8436430a7494ec4585f4f73f2313136331e9f25d1a47056b7c23403630bc702472ac9d30c9fbdcd6bcbe0288c303b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.79.0 (2023-11-22)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.78.0 (2023-11-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.80.0
@@ -1158,7 +1158,7 @@ module Aws::Polly
1158
1158
  params: params,
1159
1159
  config: config)
1160
1160
  context[:gem_name] = 'aws-sdk-polly'
1161
- context[:gem_version] = '1.78.0'
1161
+ context[:gem_version] = '1.80.0'
1162
1162
  Seahorse::Client::Request.new(handlers, context)
1163
1163
  end
1164
1164
 
@@ -25,16 +25,17 @@ module Aws::Polly
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
data/lib/aws-sdk-polly.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-polly/customizations'
52
52
  # @!group service
53
53
  module Aws::Polly
54
54
 
55
- GEM_VERSION = '1.78.0'
55
+ GEM_VERSION = '1.80.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-polly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-16 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.184.0
22
+ version: 3.188.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
- version: '2.3'
84
+ version: '2.5'
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - ">="