aws-sdk-dax 1.45.0 → 1.46.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: baca04ed4de9d364e3d7679710f8c4dcf3ecce966f29606fb5480de613e02dc9
4
- data.tar.gz: d6e8e16961c76e33d026c79fa504641ec53f42fbb3ad9a8866e059f0f9ac2903
3
+ metadata.gz: a47530b9f9ae981b6cb0e726f5321b22c667d1f504951c1c1639fe0e7883005e
4
+ data.tar.gz: 3eb05f9b50f39ac21c5bf4850a7a52b954adbf2f18d5d4d5a05d6fb4eeb257a7
5
5
  SHA512:
6
- metadata.gz: ec194b5f76ae060f578a4dace2f06a894142a952bc1f070fab5e5dd41b8af2ca47055aa6dc6727172c2826d8094959b434e6e61eda51cd79d492631c31de83fe
7
- data.tar.gz: f642dccb3c16aaeb23deca230763d7140e0ee6a1997cd6688658c5668b8df3194a709d5b36d4b618ffa9a8bdf2957a64aafa2983c1fba5412d60a5688ad91cc8
6
+ metadata.gz: 761ad870c4124f84850ee3982d0b79da2e8fb3b59425a97fa18c6068de289759e37feed811604503d86b5bb7f887d2384f5bd95c3fc639902aff6db9e518d5c8
7
+ data.tar.gz: 67b54509acdab45381c22c2ae5c72b00da0e5266ffcaffaa981ee828168f2a27c1d9afcd9bd914adaa35e8427256f57e267e14bd0ec9636edb770adae456d54a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.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.45.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -216,6 +216,10 @@ module Aws::DAX
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
  #
@@ -1722,7 +1726,7 @@ module Aws::DAX
1722
1726
  params: params,
1723
1727
  config: config)
1724
1728
  context[:gem_name] = 'aws-sdk-dax'
1725
- context[:gem_version] = '1.45.0'
1729
+ context[:gem_version] = '1.46.0'
1726
1730
  Seahorse::Client::Request.new(handlers, context)
1727
1731
  end
1728
1732
 
data/lib/aws-sdk-dax.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-dax/customizations'
52
52
  # @!group service
53
53
  module Aws::DAX
54
54
 
55
- GEM_VERSION = '1.45.0'
55
+ GEM_VERSION = '1.46.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dax
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.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