aws-sdk-dax 1.18.0 → 1.19.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-dax.rb +1 -1
- data/lib/aws-sdk-dax/client.rb +16 -8
- data/lib/aws-sdk-dax/types.rb +11 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6a8db31999d3d4309f09ea9ef3d1c352e46911f
|
4
|
+
data.tar.gz: 57435273e9431589a6fe91ee02e1bcca14af9f74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8569d7fe52dc8daad1801c26d9880ee683c8cc5178aaa654bca369aa3f7947179b88e2c887bcb14b6c49c5db27e702dcbccd022b3fa70073c401cadf855654c2
|
7
|
+
data.tar.gz: 93836e177c5854e2c90509cd0bc355a17bfc60d5ab2313339f49e2138395f955660b20031c936c4892ffa918af8c18e6b88406820dfd86c93bdb0cf492214b66
|
data/lib/aws-sdk-dax.rb
CHANGED
data/lib/aws-sdk-dax/client.rb
CHANGED
@@ -289,18 +289,21 @@ module Aws::DAX
|
|
289
289
|
# The number of nodes in the DAX cluster. A replication factor of 1 will
|
290
290
|
# create a single-node cluster, without any read replicas. For
|
291
291
|
# additional fault tolerance, you can create a multiple node cluster
|
292
|
-
# with one or more read replicas. To do this, set
|
293
|
-
#
|
292
|
+
# with one or more read replicas. To do this, set `ReplicationFactor` to
|
293
|
+
# a number between 3 (one primary and two read replicas) and 10 (one
|
294
|
+
# primary and nine read replicas). `If the AvailabilityZones` parameter
|
295
|
+
# is provided, its length must equal the `ReplicationFactor`.
|
294
296
|
#
|
295
297
|
# <note markdown="1"> AWS recommends that you have at least two read replicas per cluster.
|
296
298
|
#
|
297
299
|
# </note>
|
298
300
|
#
|
299
301
|
# @option params [Array<String>] :availability_zones
|
300
|
-
# The Availability Zones (AZs) in which the cluster nodes will
|
301
|
-
#
|
302
|
-
#
|
303
|
-
# nodes across
|
302
|
+
# The Availability Zones (AZs) in which the cluster nodes will reside
|
303
|
+
# after the cluster has been created or updated. If provided, the length
|
304
|
+
# of this list must equal the `ReplicationFactor` parameter. If you omit
|
305
|
+
# this parameter, DAX will spread the nodes across Availability Zones
|
306
|
+
# for the highest availability.
|
304
307
|
#
|
305
308
|
# @option params [String] :subnet_group_name
|
306
309
|
# The name of the subnet group to be used for the replication group.
|
@@ -870,7 +873,7 @@ module Aws::DAX
|
|
870
873
|
# obtain events specific to a particular DAX cluster or parameter group
|
871
874
|
# by providing the name as a parameter.
|
872
875
|
#
|
873
|
-
# By default, only the events occurring within the last
|
876
|
+
# By default, only the events occurring within the last 24 hours are
|
874
877
|
# returned; however, you can retrieve up to 14 days' worth of events if
|
875
878
|
# necessary.
|
876
879
|
#
|
@@ -1221,6 +1224,11 @@ module Aws::DAX
|
|
1221
1224
|
# as soon as possible. During the reboot, the node status is set to
|
1222
1225
|
# REBOOTING.
|
1223
1226
|
#
|
1227
|
+
# <note markdown="1"> `RebootNode` restarts the DAX engine process and does not remove the
|
1228
|
+
# contents of the cache.
|
1229
|
+
#
|
1230
|
+
# </note>
|
1231
|
+
#
|
1224
1232
|
# @option params [required, String] :cluster_name
|
1225
1233
|
# The name of the DAX cluster containing the node to be rebooted.
|
1226
1234
|
#
|
@@ -1543,7 +1551,7 @@ module Aws::DAX
|
|
1543
1551
|
params: params,
|
1544
1552
|
config: config)
|
1545
1553
|
context[:gem_name] = 'aws-sdk-dax'
|
1546
|
-
context[:gem_version] = '1.
|
1554
|
+
context[:gem_version] = '1.19.0'
|
1547
1555
|
Seahorse::Client::Request.new(handlers, context)
|
1548
1556
|
end
|
1549
1557
|
|
data/lib/aws-sdk-dax/types.rb
CHANGED
@@ -169,8 +169,11 @@ module Aws::DAX
|
|
169
169
|
# The number of nodes in the DAX cluster. A replication factor of 1
|
170
170
|
# will create a single-node cluster, without any read replicas. For
|
171
171
|
# additional fault tolerance, you can create a multiple node cluster
|
172
|
-
# with one or more read replicas. To do this, set
|
173
|
-
# to
|
172
|
+
# with one or more read replicas. To do this, set `ReplicationFactor`
|
173
|
+
# to a number between 3 (one primary and two read replicas) and 10
|
174
|
+
# (one primary and nine read replicas). `If the AvailabilityZones`
|
175
|
+
# parameter is provided, its length must equal the
|
176
|
+
# `ReplicationFactor`.
|
174
177
|
#
|
175
178
|
# <note markdown="1"> AWS recommends that you have at least two read replicas per cluster.
|
176
179
|
#
|
@@ -178,10 +181,11 @@ module Aws::DAX
|
|
178
181
|
# @return [Integer]
|
179
182
|
#
|
180
183
|
# @!attribute [rw] availability_zones
|
181
|
-
# The Availability Zones (AZs) in which the cluster nodes will
|
182
|
-
#
|
183
|
-
#
|
184
|
-
# nodes across
|
184
|
+
# The Availability Zones (AZs) in which the cluster nodes will reside
|
185
|
+
# after the cluster has been created or updated. If provided, the
|
186
|
+
# length of this list must equal the `ReplicationFactor` parameter. If
|
187
|
+
# you omit this parameter, DAX will spread the nodes across
|
188
|
+
# Availability Zones for the highest availability.
|
185
189
|
# @return [Array<String>]
|
186
190
|
#
|
187
191
|
# @!attribute [rw] subnet_group_name
|
@@ -1344,7 +1348,7 @@ module Aws::DAX
|
|
1344
1348
|
# @return [String]
|
1345
1349
|
#
|
1346
1350
|
# @!attribute [rw] subnet_availability_zone
|
1347
|
-
# The Availability Zone (AZ) for
|
1351
|
+
# The Availability Zone (AZ) for the subnet.
|
1348
1352
|
# @return [String]
|
1349
1353
|
#
|
1350
1354
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/Subnet AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-dax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.19.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: 2019-
|
11
|
+
date: 2019-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|