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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe3aaa52169fb685fbc51926a93645e5831ab631e2836169a5d6851b23cc0a88
4
- data.tar.gz: 1ee2a066bd0203de86dd3c4f3f06a60209e6f3a0350762827d1d28e33bd847a5
3
+ metadata.gz: 7df04b13e5d6dfc69f4f57b1ca23135d51bc9577e55ef481d4624cefa1e1296f
4
+ data.tar.gz: a2969c33d8c2d550a4dd1a6c75d27542d3d95db5c2c4f8d6462e3ed41287a778
5
5
  SHA512:
6
- metadata.gz: 40090066cab6a034b70675bfa78b038e62eccb0df17ff583aceba7c9f6df10def0f1d77fd4e80820a75dcba70d31152e7273afd20c1191e0e7baf0d774b8a4a2
7
- data.tar.gz: 4004d8fd7d3bf1f10d42b99d75da6a3d201bf26f6fc01b54c279d373271cd39e36e9f036a03e2af8440fee07fcbab9617ac864b4cc748ff50c448b1b242ba558
6
+ metadata.gz: b6b436f846fcdc184708cb6155d21773bb61c1aa5050007e86e055ef8485a13f92694aa1e1ef29181627a1fd5565400768029d9a614e713637c3677c9ae5dc9b
7
+ data.tar.gz: 5cc1c92d4881df1e969ad13aa3e4366f6e910a012f051f02f2fef4ca4100a9ea5c6924a21233228bd2c3e59a8b87a6e07ef489e506570c1f3ba803fd3ca3c5cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.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.17.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
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.17.0'
2923
+ context[:gem_version] = '1.18.0'
2920
2924
  Seahorse::Client::Request.new(handlers, context)
2921
2925
  end
2922
2926
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-memorydb/customizations'
52
52
  # @!group service
53
53
  module Aws::MemoryDB
54
54
 
55
- GEM_VERSION = '1.17.0'
55
+ GEM_VERSION = '1.18.0'
56
56
 
57
57
  end
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.17.0
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-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