aws-sdk-memorydb 1.30.0 → 1.31.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 +7 -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: e7ee09b1ef2ab9244ab8d2d1a1d58cc28181291579c06067a8f2992627962a38
|
|
4
|
+
data.tar.gz: e23e654f41c65e2562fdb6976ff6cecdac0c2dfd6ea1a6fd46476bc450052ca5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32dbfb037b1863490aa2b4bd68e300b6c2e07a2b2c27b0747367e90154cac2747cc8fe4fbeb20ba222efa1e35eb51e1c8a6d8e560ae57f67b9974f2171ba7500
|
|
7
|
+
data.tar.gz: 735f92ac2c9ace5e3cb3cab345d3a5c9b86766f3812a38997c651de5b96e762246cfeba44fb448918a482821e98024579f91e66ffe6477065446454364eab610
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.31.0
|
|
@@ -1179,6 +1179,12 @@ module Aws::MemoryDB
|
|
|
1179
1179
|
# Deletes a cluster. It also deletes all associated nodes and node
|
|
1180
1180
|
# endpoints
|
|
1181
1181
|
#
|
|
1182
|
+
# <note markdown="1"> `CreateSnapshot` permission is required to create a final snapshot.
|
|
1183
|
+
# Without this permission, the API call will fail with an `Access
|
|
1184
|
+
# Denied` exception.
|
|
1185
|
+
#
|
|
1186
|
+
# </note>
|
|
1187
|
+
#
|
|
1182
1188
|
# @option params [required, String] :cluster_name
|
|
1183
1189
|
# The name of the cluster to be deleted
|
|
1184
1190
|
#
|
|
@@ -2954,7 +2960,7 @@ module Aws::MemoryDB
|
|
|
2954
2960
|
params: params,
|
|
2955
2961
|
config: config)
|
|
2956
2962
|
context[:gem_name] = 'aws-sdk-memorydb'
|
|
2957
|
-
context[:gem_version] = '1.
|
|
2963
|
+
context[:gem_version] = '1.31.0'
|
|
2958
2964
|
Seahorse::Client::Request.new(handlers, context)
|
|
2959
2965
|
end
|
|
2960
2966
|
|
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.31.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: 2024-
|
|
11
|
+
date: 2024-08-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|