aws-sdk-memorydb 1.17.0 → 1.18.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-memorydb/client.rb +5 -1
- data/lib/aws-sdk-memorydb.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7df04b13e5d6dfc69f4f57b1ca23135d51bc9577e55ef481d4624cefa1e1296f
|
|
4
|
+
data.tar.gz: a2969c33d8c2d550a4dd1a6c75d27542d3d95db5c2c4f8d6462e3ed41287a778
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6b436f846fcdc184708cb6155d21773bb61c1aa5050007e86e055ef8485a13f92694aa1e1ef29181627a1fd5565400768029d9a614e713637c3677c9ae5dc9b
|
|
7
|
+
data.tar.gz: 5cc1c92d4881df1e969ad13aa3e4366f6e910a012f051f02f2fef4ca4100a9ea5c6924a21233228bd2c3e59a8b87a6e07ef489e506570c1f3ba803fd3ca3c5cb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.18.0
|
|
@@ -216,6 +216,10 @@ module Aws::MemoryDB
|
|
|
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
|
#
|
|
@@ -2916,7 +2920,7 @@ module Aws::MemoryDB
|
|
|
2916
2920
|
params: params,
|
|
2917
2921
|
config: config)
|
|
2918
2922
|
context[:gem_name] = 'aws-sdk-memorydb'
|
|
2919
|
-
context[:gem_version] = '1.
|
|
2923
|
+
context[:gem_version] = '1.18.0'
|
|
2920
2924
|
Seahorse::Client::Request.new(handlers, context)
|
|
2921
2925
|
end
|
|
2922
2926
|
|
data/lib/aws-sdk-memorydb.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-memorydb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.18.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-
|
|
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
|