aws-sdk-elasticache 1.47.0 → 1.48.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9cee63900a90029d04d63b20a55736320d6e8f8afcaa25ab10a9ab69e0df0ceb
4
- data.tar.gz: 49bb6aa7bacf6de6492fb9facb01049fcca687699c55621f2a7ceab0a81e4f86
3
+ metadata.gz: ad1fa26d1a7409913bccd8e685b89d92a8f7497da1bf4b0e407b5395e5c2a0e2
4
+ data.tar.gz: 3854e563ad7f35fc34f093ef95e619abef8f6eac40f51f36f64d3513b04377f8
5
5
  SHA512:
6
- metadata.gz: 9c70d157f112b5cba6a96cbb224bacd27694239ab53c1dcc87278c8f0903a1b48ed4fa49eb4ea4e67c4e8c1758c778b37ba0c491774d959010101cc3f338aef0
7
- data.tar.gz: 827d92377cc0ab7659560d5951a48da1dc5f3458d337095947fda3e3fcd9efb4ca04021d4ef9ff27496a56f8e5709e3dbebdfd6250110cbf03a235f5bfece218
6
+ metadata.gz: c9b8f8c8423364f49087690dd7445a094e3d72c9c94c9d3f15bb731dc473d8847afb3f2e0aaaa9fa7f27dcc2ba44c96ec1e66430afe59a0d0ddff6e8e1ee6efe
7
+ data.tar.gz: 9cbb3d1ebfd94d9fd881bf78b485da9780ee029192a2fdcfd9ca4454f1295d7da696808d4c0769803ad4f9dbd796d3a8e744599fb3271ba34440db71c504a90a
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticache/customizations'
49
49
  # @!group service
50
50
  module Aws::ElastiCache
51
51
 
52
- GEM_VERSION = '1.47.0'
52
+ GEM_VERSION = '1.48.0'
53
53
 
54
54
  end
@@ -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-Clusters.html).
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-Clusters-CLI.html
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.47.0'
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-Clusters-CLI.html
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.47.0
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-23 00:00:00.000000000 Z
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