aws-sdk-elasticache 1.47.0 → 1.48.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/lib/aws-sdk-elasticache.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +3 -3
- data/lib/aws-sdk-elasticache/types.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: ad1fa26d1a7409913bccd8e685b89d92a8f7497da1bf4b0e407b5395e5c2a0e2
|
|
4
|
+
data.tar.gz: 3854e563ad7f35fc34f093ef95e619abef8f6eac40f51f36f64d3513b04377f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9b8f8c8423364f49087690dd7445a094e3d72c9c94c9d3f15bb731dc473d8847afb3f2e0aaaa9fa7f27dcc2ba44c96ec1e66430afe59a0d0ddff6e8e1ee6efe
|
|
7
|
+
data.tar.gz: 9cbb3d1ebfd94d9fd881bf78b485da9780ee029192a2fdcfd9ca4454f1295d7da696808d4c0769803ad4f9dbd796d3a8e744599fb3271ba34440db71c504a90a
|
data/lib/aws-sdk-elasticache.rb
CHANGED
|
@@ -1702,7 +1702,7 @@ module Aws::ElastiCache
|
|
|
1702
1702
|
# Redis to enable low-latency reads and disaster recovery across
|
|
1703
1703
|
# regions. For more information, see [Replication Across Regions Using
|
|
1704
1704
|
# Global
|
|
1705
|
-
# Datastore](/AmazonElastiCache/latest/red-ug/Redis-Global-
|
|
1705
|
+
# Datastore](/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores.html).
|
|
1706
1706
|
#
|
|
1707
1707
|
# * The **GlobalReplicationGroupIdSuffix** is the name of the Global
|
|
1708
1708
|
# Datastore.
|
|
@@ -1725,7 +1725,7 @@ module Aws::ElastiCache
|
|
|
1725
1725
|
#
|
|
1726
1726
|
#
|
|
1727
1727
|
#
|
|
1728
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-
|
|
1728
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html
|
|
1729
1729
|
#
|
|
1730
1730
|
# @option params [String] :global_replication_group_description
|
|
1731
1731
|
# Provides details of the Global Datastore
|
|
@@ -9682,7 +9682,7 @@ module Aws::ElastiCache
|
|
|
9682
9682
|
params: params,
|
|
9683
9683
|
config: config)
|
|
9684
9684
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
9685
|
-
context[:gem_version] = '1.
|
|
9685
|
+
context[:gem_version] = '1.48.0'
|
|
9686
9686
|
Seahorse::Client::Request.new(handlers, context)
|
|
9687
9687
|
end
|
|
9688
9688
|
|
|
@@ -2140,7 +2140,7 @@ module Aws::ElastiCache
|
|
|
2140
2140
|
#
|
|
2141
2141
|
#
|
|
2142
2142
|
#
|
|
2143
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-
|
|
2143
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html
|
|
2144
2144
|
# @return [String]
|
|
2145
2145
|
#
|
|
2146
2146
|
# @!attribute [rw] global_replication_group_description
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-elasticache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.48.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: 2020-
|
|
11
|
+
date: 2020-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|