aws-sdk-cloudsearch 1.46.0 → 1.47.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: 458c82748045bca7a7dc30ed44f2c3ab8fdf152f30c5db93d3f265ac7eb24aef
4
- data.tar.gz: e2cb741376aec2a25a1508fb6861c76a7e435277029790a7799e36e954ee59be
3
+ metadata.gz: 2f2fa042d6b2b5333c6c8ed1dcd12fb6e5ef98d331f789bbbf94af972b0f9304
4
+ data.tar.gz: 8a2057d38f882fb3f067f565359c3ff15a6adc84549458d5285d3f1b33159731
5
5
  SHA512:
6
- metadata.gz: 888d4a2251bbcec3fd713321417cdc448abcc85832715be9eca2e979ac05b07ebf0c9916b042ffb2f945016a0146033a2cdc3d714db4a1cfe7c0d86c35b695b2
7
- data.tar.gz: 81b6e8638b47d307caab2a4df8f15f3b491260ea4c844f9ac69effbbd0e936766f1fc4899a39724b40f133d6bc7d1a9c8ac2fcf26d0057d478ec129e02d943b4
6
+ metadata.gz: d1ba91f3a50dced8c8aa0e5e42607ae9c3c26d29ebe7b3ec4fe9962ae43d7d785ecfc6faf6331158536461aeb065ff598416a6983ed286f67d3e8f7ef047c911
7
+ data.tar.gz: 15fd64fc943c93605d01c8c8a35c025ecbfc8581504b9858d3353af920ce1fdc19bc14439f3583e3edb4254fbae40830fa6647ae506fc66db1bdcf4c0d855adf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.46.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -216,6 +216,10 @@ module Aws::CloudSearch
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1902,7 +1906,7 @@ module Aws::CloudSearch
1902
1906
  params: params,
1903
1907
  config: config)
1904
1908
  context[:gem_name] = 'aws-sdk-cloudsearch'
1905
- context[:gem_version] = '1.46.0'
1909
+ context[:gem_version] = '1.47.0'
1906
1910
  Seahorse::Client::Request.new(handlers, context)
1907
1911
  end
1908
1912
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudsearch/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudSearch
54
54
 
55
- GEM_VERSION = '1.46.0'
55
+ GEM_VERSION = '1.47.0'
56
56
 
57
57
  end
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.46.0
4
+ version: 1.47.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-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core