aws-sdk-personalize 1.80.0 → 1.82.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: c0bcb5d3d3fea0384d2fd07194e367ae52e713060d39d8d1eff58fc460610b51
4
- data.tar.gz: d256a4fe1c74237bd8e82b53766ec06c6681b1a67111f6f25335dcc475090001
3
+ metadata.gz: 6f3e53edddb1873822a777ca87f0551bd95ae0ae8fdcc79f82399335585d23fb
4
+ data.tar.gz: b1cdd5f1484a0c51464c52efd6d3d404093ebdc0f1a4a7cac57804451974ad3f
5
5
  SHA512:
6
- metadata.gz: 9c77f3c9f452a857b3122496618235a948fb7a3f68d14b2a4e5ff8cc35fa323756723b2d6fea1b364a8357a8a0ebaba18e95a32e6f72aa95becb76344f47901e
7
- data.tar.gz: bc4ca147516b798002f8d8ab2c86bf3dbcdaf60296f57cec81cd51f6c57807ef4711c2b7e01b591b54c7ea30c9a48a890f78dfc5a1742254547c49f74153c979
6
+ metadata.gz: 0b19c5f352025eb6120f1133e3cc0368cb967cbe9ff6574ac05cb2c6c993ca5beac2437500a6011f78cc6ff9d536ef5448864b1709fe3750706cb18fa9558547
7
+ data.tar.gz: d329d5f0a76f0c283e268e977fc93652d21e19d18042f14784253a983108f6cbffdf052b535b5d6cacf88b0b28a09a8b6aa6079f66a7a7e41ba367bd0826ae63
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.81.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.80.0 (2025-04-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.82.0
@@ -200,8 +200,7 @@ module Aws::Personalize
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
@@ -4919,7 +4918,7 @@ module Aws::Personalize
4919
4918
  tracer: tracer
4920
4919
  )
4921
4920
  context[:gem_name] = 'aws-sdk-personalize'
4922
- context[:gem_version] = '1.80.0'
4921
+ context[:gem_version] = '1.82.0'
4923
4922
  Seahorse::Client::Request.new(handlers, context)
4924
4923
  end
4925
4924
 
@@ -54,7 +54,7 @@ module Aws::Personalize
54
54
  autoload :EndpointProvider, 'aws-sdk-personalize/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-personalize/endpoints'
56
56
 
57
- GEM_VERSION = '1.80.0'
57
+ GEM_VERSION = '1.82.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-personalize
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.80.0
4
+ version: 1.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-07 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-personalize
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-personalize/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Amazon Personalize
99
96
  test_files: []