aws-sdk-memorydb 1.61.0 → 1.63.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-memorydb/client.rb +6 -8
- data/lib/aws-sdk-memorydb.rb +1 -1
- data/sig/client.rbs +12 -12
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9eefec550bb3664f9d88d18d0d0b11d5add59b8c4711248a5a7bbb9258c0186d
|
|
4
|
+
data.tar.gz: c871b67a33769753d60c93da86927265a5531ac35b0714f82ab8845027604cbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7c4ac18841ebe9feefebef92264dc11d00f951bcb789c00c604d6b60f5891c1e75d64ae21ff93866df705078593d0dc613ad44c18999a45bd2a3fe5b1cfc567
|
|
7
|
+
data.tar.gz: 2604d63c06bbbee818d4cba96745e7f45445f08c3b48d3bdff44d2440b22fa051b13812d60a954274743ee7d360afca2ad57ebf7bdbaefa7f45797af51a30647
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.63.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.62.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.61.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
|
@@ -199,7 +199,7 @@ module Aws::MemoryDB
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::MemoryDB
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -3544,7 +3542,7 @@ module Aws::MemoryDB
|
|
|
3544
3542
|
tracer: tracer
|
|
3545
3543
|
)
|
|
3546
3544
|
context[:gem_name] = 'aws-sdk-memorydb'
|
|
3547
|
-
context[:gem_version] = '1.
|
|
3545
|
+
context[:gem_version] = '1.63.0'
|
|
3548
3546
|
Seahorse::Client::Request.new(handlers, context)
|
|
3549
3547
|
end
|
|
3550
3548
|
|
data/lib/aws-sdk-memorydb.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -107,7 +107,7 @@ module Aws
|
|
|
107
107
|
{
|
|
108
108
|
key: ::String?,
|
|
109
109
|
value: ::String?
|
|
110
|
-
}
|
|
110
|
+
}
|
|
111
111
|
]
|
|
112
112
|
) -> _CopySnapshotResponseSuccess
|
|
113
113
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopySnapshotResponseSuccess
|
|
@@ -124,7 +124,7 @@ module Aws
|
|
|
124
124
|
{
|
|
125
125
|
key: ::String?,
|
|
126
126
|
value: ::String?
|
|
127
|
-
}
|
|
127
|
+
}
|
|
128
128
|
]
|
|
129
129
|
) -> _CreateACLResponseSuccess
|
|
130
130
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateACLResponseSuccess
|
|
@@ -156,7 +156,7 @@ module Aws
|
|
|
156
156
|
{
|
|
157
157
|
key: ::String?,
|
|
158
158
|
value: ::String?
|
|
159
|
-
}
|
|
159
|
+
}
|
|
160
160
|
],
|
|
161
161
|
?snapshot_window: ::String,
|
|
162
162
|
acl_name: ::String,
|
|
@@ -187,7 +187,7 @@ module Aws
|
|
|
187
187
|
{
|
|
188
188
|
key: ::String?,
|
|
189
189
|
value: ::String?
|
|
190
|
-
}
|
|
190
|
+
}
|
|
191
191
|
]
|
|
192
192
|
) -> _CreateMultiRegionClusterResponseSuccess
|
|
193
193
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMultiRegionClusterResponseSuccess
|
|
@@ -205,7 +205,7 @@ module Aws
|
|
|
205
205
|
{
|
|
206
206
|
key: ::String?,
|
|
207
207
|
value: ::String?
|
|
208
|
-
}
|
|
208
|
+
}
|
|
209
209
|
]
|
|
210
210
|
) -> _CreateParameterGroupResponseSuccess
|
|
211
211
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateParameterGroupResponseSuccess
|
|
@@ -223,7 +223,7 @@ module Aws
|
|
|
223
223
|
{
|
|
224
224
|
key: ::String?,
|
|
225
225
|
value: ::String?
|
|
226
|
-
}
|
|
226
|
+
}
|
|
227
227
|
]
|
|
228
228
|
) -> _CreateSnapshotResponseSuccess
|
|
229
229
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSnapshotResponseSuccess
|
|
@@ -241,7 +241,7 @@ module Aws
|
|
|
241
241
|
{
|
|
242
242
|
key: ::String?,
|
|
243
243
|
value: ::String?
|
|
244
|
-
}
|
|
244
|
+
}
|
|
245
245
|
]
|
|
246
246
|
) -> _CreateSubnetGroupResponseSuccess
|
|
247
247
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSubnetGroupResponseSuccess
|
|
@@ -262,7 +262,7 @@ module Aws
|
|
|
262
262
|
{
|
|
263
263
|
key: ::String?,
|
|
264
264
|
value: ::String?
|
|
265
|
-
}
|
|
265
|
+
}
|
|
266
266
|
]
|
|
267
267
|
) -> _CreateUserResponseSuccess
|
|
268
268
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
|
|
@@ -555,7 +555,7 @@ module Aws
|
|
|
555
555
|
{
|
|
556
556
|
name: ::String,
|
|
557
557
|
values: Array[::String]
|
|
558
|
-
}
|
|
558
|
+
}
|
|
559
559
|
],
|
|
560
560
|
?max_results: ::Integer,
|
|
561
561
|
?next_token: ::String
|
|
@@ -618,7 +618,7 @@ module Aws
|
|
|
618
618
|
{
|
|
619
619
|
key: ::String?,
|
|
620
620
|
value: ::String?
|
|
621
|
-
}
|
|
621
|
+
}
|
|
622
622
|
]
|
|
623
623
|
) -> _PurchaseReservedNodesOfferingResponseSuccess
|
|
624
624
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PurchaseReservedNodesOfferingResponseSuccess
|
|
@@ -646,7 +646,7 @@ module Aws
|
|
|
646
646
|
{
|
|
647
647
|
key: ::String?,
|
|
648
648
|
value: ::String?
|
|
649
|
-
}
|
|
649
|
+
}
|
|
650
650
|
]
|
|
651
651
|
) -> _TagResourceResponseSuccess
|
|
652
652
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -732,7 +732,7 @@ module Aws
|
|
|
732
732
|
{
|
|
733
733
|
parameter_name: ::String?,
|
|
734
734
|
parameter_value: ::String?
|
|
735
|
-
}
|
|
735
|
+
}
|
|
736
736
|
]
|
|
737
737
|
) -> _UpdateParameterGroupResponseSuccess
|
|
738
738
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateParameterGroupResponseSuccess
|
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.
|
|
4
|
+
version: 1.63.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|