aws-sdk-cloudsearch 1.67.0 → 1.68.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: bc19e45659b2d3b810f0617728bd74cd175cfe2606d5b2ab4653ea145dfe2446
4
- data.tar.gz: 63dc516780869abb50c50c7de7b903aad52e62d571cb0d3fa576e82b8ba37d7c
3
+ metadata.gz: b67651a50568c771bb415920b1233c3435307f039b1633d93e0957d921706363
4
+ data.tar.gz: a8eb85cc22e5c627184fc6262817f3d67762d7daac92af1218989a1a253409a0
5
5
  SHA512:
6
- metadata.gz: 5c9d0c4e32deed3e941ba150f0b1d817da58f6cc142346cf19109adb5c7c3e3579afbbc041acaa939f520c3e87926e3759ae72e34630f7ef13163773b9280213
7
- data.tar.gz: 8e973b3a4a610271c9d6229dbad586ccd9a9d40393eedd538e6a1a4c11c351ffc08e14c90fd1c6ed8068e0aeeb9a21b2f658c2c452c68e8ca884c19f79d992b4
6
+ metadata.gz: edcfd2aa07ab4898a79f37dedeadc77bae345db4257f0a4e1aaa00951449803aba9a76c1cb8e20cf6d3aec8fcd52fd44856416d5bc149fbfef84e2ebf97903da
7
+ data.tar.gz: 85c81d21d841955a4c5687d17e2c5b16570f482ae2ff9c0b757d49a2c5735c2294ee9687b370de1b972fba93b10c1fa60e7cfd74d70862f5c8a499535b489c6f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.67.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -1970,7 +1970,7 @@ module Aws::CloudSearch
1970
1970
  tracer: tracer
1971
1971
  )
1972
1972
  context[:gem_name] = 'aws-sdk-cloudsearch'
1973
- context[:gem_version] = '1.67.0'
1973
+ context[:gem_version] = '1.68.0'
1974
1974
  Seahorse::Client::Request.new(handlers, context)
1975
1975
  end
1976
1976
 
@@ -64,8 +64,8 @@ module Aws::CloudSearch
64
64
  #
65
65
  # @!attribute [rw] stemming_dictionary
66
66
  # A JSON object that contains a collection of string:value pairs that
67
- # each map a term to its stem. For example, `\{"term1": "stem1",
68
- # "term2": "stem2", "term3": "stem3"\}`. The stemming dictionary is
67
+ # each map a term to its stem. For example, `{"term1": "stem1",
68
+ # "term2": "stem2", "term3": "stem3"}`. The stemming dictionary is
69
69
  # applied in addition to any algorithmic stemming. This enables you to
70
70
  # override the results of the algorithmic stemming to correct specific
71
71
  # cases of overstemming or understemming. The maximum size of a
@@ -54,7 +54,7 @@ module Aws::CloudSearch
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudsearch/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudsearch/endpoints'
56
56
 
57
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.68.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.68.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core