aws-sdk-elasticache 1.52.0 → 1.53.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-elasticache.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +5 -28
- data/lib/aws-sdk-elasticache/types.rb +1 -24
- 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: 04a4104ad4aeb38609f60138ff4d85f563a78c641474aa4d90aa67fe10b93dda
|
4
|
+
data.tar.gz: f08228df3551cc5bc0116510b67dfe7563dc00fa17f8191e1f642172593334c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94073a0fa7b89d363c587907fd5b723193c0042494848bb1a40ec0f1df8c1a61fb1b6e32e4b334740a997d7aafab8ed7713ee9ebcbbae691e2286e2143e0a984
|
7
|
+
data.tar.gz: 10f3d574b53afe79faae65e855cc42eea0bee529231154ccfd3120c1ded056d81d2061ae84d4818ed92f6b0e310c73c7e9338466ac82ad92fd3fd3731f64dbfa
|
data/lib/aws-sdk-elasticache.rb
CHANGED
@@ -1166,29 +1166,6 @@ module Aws::ElastiCache
|
|
1166
1166
|
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1167
1167
|
# window is a 60 minute period. Valid values for `ddd` are:
|
1168
1168
|
#
|
1169
|
-
# Specifies the weekly time range during which maintenance on the
|
1170
|
-
# cluster is performed. It is specified as a range in the format
|
1171
|
-
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1172
|
-
# window is a 60 minute period.
|
1173
|
-
#
|
1174
|
-
# Valid values for `ddd` are:
|
1175
|
-
#
|
1176
|
-
# * `sun`
|
1177
|
-
#
|
1178
|
-
# * `mon`
|
1179
|
-
#
|
1180
|
-
# * `tue`
|
1181
|
-
#
|
1182
|
-
# * `wed`
|
1183
|
-
#
|
1184
|
-
# * `thu`
|
1185
|
-
#
|
1186
|
-
# * `fri`
|
1187
|
-
#
|
1188
|
-
# * `sat`
|
1189
|
-
#
|
1190
|
-
# Example: `sun:23:00-mon:01:30`
|
1191
|
-
#
|
1192
1169
|
# @option params [Integer] :port
|
1193
1170
|
# The port number on which each of the cache nodes accepts connections.
|
1194
1171
|
#
|
@@ -2037,7 +2014,7 @@ module Aws::ElastiCache
|
|
2037
2014
|
#
|
2038
2015
|
# @option params [String] :engine
|
2039
2016
|
# The name of the cache engine to be used for the clusters in this
|
2040
|
-
# replication group.
|
2017
|
+
# replication group. Must be Redis.
|
2041
2018
|
#
|
2042
2019
|
# @option params [String] :engine_version
|
2043
2020
|
# The version number of the cache engine to be used for the clusters in
|
@@ -3221,8 +3198,8 @@ module Aws::ElastiCache
|
|
3221
3198
|
|
3222
3199
|
# Deletes a cache subnet group.
|
3223
3200
|
#
|
3224
|
-
# <note markdown="1"> You cannot delete a cache subnet group
|
3225
|
-
# clusters.
|
3201
|
+
# <note markdown="1"> You cannot delete a default cache subnet group or one that is
|
3202
|
+
# associated with any clusters.
|
3226
3203
|
#
|
3227
3204
|
# </note>
|
3228
3205
|
#
|
@@ -8743,7 +8720,7 @@ module Aws::ElastiCache
|
|
8743
8720
|
|
8744
8721
|
# Modifies a replication group's shards (node groups) by allowing you
|
8745
8722
|
# to add shards, remove shards, or rebalance the keyspaces among
|
8746
|
-
#
|
8723
|
+
# existing shards.
|
8747
8724
|
#
|
8748
8725
|
# @option params [required, String] :replication_group_id
|
8749
8726
|
# The name of the Redis (cluster mode enabled) cluster (replication
|
@@ -9712,7 +9689,7 @@ module Aws::ElastiCache
|
|
9712
9689
|
params: params,
|
9713
9690
|
config: config)
|
9714
9691
|
context[:gem_name] = 'aws-sdk-elasticache'
|
9715
|
-
context[:gem_version] = '1.
|
9692
|
+
context[:gem_version] = '1.53.0'
|
9716
9693
|
Seahorse::Client::Request.new(handlers, context)
|
9717
9694
|
end
|
9718
9695
|
|
@@ -1808,29 +1808,6 @@ module Aws::ElastiCache
|
|
1808
1808
|
# cluster is performed. It is specified as a range in the format
|
1809
1809
|
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1810
1810
|
# window is a 60 minute period. Valid values for `ddd` are:
|
1811
|
-
#
|
1812
|
-
# Specifies the weekly time range during which maintenance on the
|
1813
|
-
# cluster is performed. It is specified as a range in the format
|
1814
|
-
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1815
|
-
# window is a 60 minute period.
|
1816
|
-
#
|
1817
|
-
# Valid values for `ddd` are:
|
1818
|
-
#
|
1819
|
-
# * `sun`
|
1820
|
-
#
|
1821
|
-
# * `mon`
|
1822
|
-
#
|
1823
|
-
# * `tue`
|
1824
|
-
#
|
1825
|
-
# * `wed`
|
1826
|
-
#
|
1827
|
-
# * `thu`
|
1828
|
-
#
|
1829
|
-
# * `fri`
|
1830
|
-
#
|
1831
|
-
# * `sat`
|
1832
|
-
#
|
1833
|
-
# Example: `sun:23:00-mon:01:30`
|
1834
1811
|
# @return [String]
|
1835
1812
|
#
|
1836
1813
|
# @!attribute [rw] port
|
@@ -2459,7 +2436,7 @@ module Aws::ElastiCache
|
|
2459
2436
|
#
|
2460
2437
|
# @!attribute [rw] engine
|
2461
2438
|
# The name of the cache engine to be used for the clusters in this
|
2462
|
-
# replication group.
|
2439
|
+
# replication group. Must be Redis.
|
2463
2440
|
# @return [String]
|
2464
2441
|
#
|
2465
2442
|
# @!attribute [rw] engine_version
|
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.53.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: 2021-02-
|
11
|
+
date: 2021-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|