aws-sdk-memorydb 1.49.0 → 1.51.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: 4a9e56eeb5ea29d08f88dd7ae499e9b93e21555c12c5f09bde7a1a225c5e5a63
4
- data.tar.gz: e4b7e7656515618144c0befa7d108a7bbd6d2bb7ac17578572db4579a1deb5ea
3
+ metadata.gz: b37bbc79972e693db1c030f33e428ed10b7f1709da5300f7282723fd93d47d8e
4
+ data.tar.gz: 83695804b667120372a81814cdef70366a342382593b266b1263cdb68880aebb
5
5
  SHA512:
6
- metadata.gz: 9cbae549bd920e538de27345a6b088897d318161854d0e06c0d38283778970eb56f3738f25edbac78691bc1998eaf5bbaeda65249cece046f4a728e75add09ae
7
- data.tar.gz: b43173e540a405edbefc5573da01207d8b7f07e241071c2cea0263918bacf2d887125e319220c77fc1782df590b767dd4db5add30c24e0141d86656f94701e62
6
+ metadata.gz: e3e1d458e1fb64eea0aa0e1a62ee4f2f52ec079ee17a09a399e993b33a3b17e1260200921ed6cb8c03b8686e00a0441107bbdb18c5150d04d5bee17830e3d7d6
7
+ data.tar.gz: e81103da797cca74c73ba12c215c5f11d6c05635901d669ef2223bca469de189ba75ac4228a7ba6cec2235cdf375fa50a79ae6edce4df437e66c1327e99d0b35
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2025-08-22)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
9
+ 1.50.0 (2025-08-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.49.0 (2025-07-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.51.0
@@ -95,8 +95,8 @@ module Aws::MemoryDB
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::MemoryDB
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::MemoryDB
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -384,8 +381,8 @@ module Aws::MemoryDB
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -3443,7 +3440,7 @@ module Aws::MemoryDB
3443
3440
  tracer: tracer
3444
3441
  )
3445
3442
  context[:gem_name] = 'aws-sdk-memorydb'
3446
- context[:gem_version] = '1.49.0'
3443
+ context[:gem_version] = '1.51.0'
3447
3444
  Seahorse::Client::Request.new(handlers, context)
3448
3445
  end
3449
3446
 
@@ -54,7 +54,7 @@ module Aws::MemoryDB
54
54
  autoload :EndpointProvider, 'aws-sdk-memorydb/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-memorydb/endpoints'
56
56
 
57
- GEM_VERSION = '1.49.0'
57
+ GEM_VERSION = '1.51.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-memorydb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services