aws-sdk-elasticache 1.89.0 → 1.90.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: e11cd194f800e81ce12c69e9eb76041a48cc3dd6b444f90627b6a478ee757831
4
- data.tar.gz: 81503af0003df37250e3b7169bc1c0209c34e015acab4f776a6aa02de1e3f1ea
3
+ metadata.gz: 483aee56375b1b10baf8d11359975d69d8793574d975f9305a57f5341512fa09
4
+ data.tar.gz: 5d942db9c96f71bc0f7127afeccca1fda1fdd692d019fd723cd3d57a9571bfd4
5
5
  SHA512:
6
- metadata.gz: 30d47a8edd2e28c91838afc10cb1989ad42567c44a4f6557913e5dd8b0663c152b0a00376791a6b4a8ef531213647b5ab4970972c510fa685503ccad4b4906c2
7
- data.tar.gz: a311d835e3fc6ca55b96f5bfe58ce0fe98eb8d34913eafb22d6fefb1167498fa926936c593e8c5a84076b61c14143a9281386b49b5ce92a9eb6546c9a625d614
6
+ metadata.gz: bd5c8c616476e79e5bca83bf2b4f161e6f86352f004923be2a05392448346806402425e98dc62f77103994d80adcb3199156e17cb66d815a31516868d110738c
7
+ data.tar.gz: 4eceb2c5fa6120fef2732dd17ee315843a202e2421040d0843dab1749dac89d16a34fb4c55f089bb122a4ce7bd3cbe1a3ba28ae5572f12227e1eb115b3a86d21
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.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.89.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -216,6 +216,10 @@ module Aws::ElastiCache
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
  #
@@ -10496,7 +10500,7 @@ module Aws::ElastiCache
10496
10500
  params: params,
10497
10501
  config: config)
10498
10502
  context[:gem_name] = 'aws-sdk-elasticache'
10499
- context[:gem_version] = '1.89.0'
10503
+ context[:gem_version] = '1.90.0'
10500
10504
  Seahorse::Client::Request.new(handlers, context)
10501
10505
  end
10502
10506
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticache/customizations'
53
53
  # @!group service
54
54
  module Aws::ElastiCache
55
55
 
56
- GEM_VERSION = '1.89.0'
56
+ GEM_VERSION = '1.90.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticache
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.90.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