aws-sdk-elasticache 1.39.0 → 1.40.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: a3163328df9f6c7e0d051c41f27122e677e99b42e38cac0e7f3a9ce17a54c7a4
4
- data.tar.gz: b985c03f78d1dfd5e11d5ad532133fade9c278fd29f210297ebe44da2994bbaa
3
+ metadata.gz: 490d271b0577d8dd860441e86e67d6b5807ee632ddb5d1f62f8a65a567d5b2fb
4
+ data.tar.gz: 98d55a2e9bfcb86418145c9c54ed54d9dd5a56a8f862881683767388b40176ff
5
5
  SHA512:
6
- metadata.gz: 2ea8a5f71fbd48af2fd11ab3c7f5037cf5f28a6fd205b00387e68b71b1676242a1a8cbba6e6f6800a4e47d43f21b345a45e0fc1a11d6ae1d0bcc83c33eceaf36
7
- data.tar.gz: ec3f9d36664e056eb20b33595829cdd005dec81675cc91c9f5aa0f73aef28fc8795660a41b9dda17ba0aff3719abb5e5e703da01817d91fea3e018bee4c69f4b
6
+ metadata.gz: 1584689ba0e4ae631bb84b43dafcd23bf82f4f0cdd40154d8ebe7a8aaae9ef6b5d5078581a8caa53b9e7e82390bda2be939cf66742c29179ad901df6fb784827
7
+ data.tar.gz: 3ef3abe309ef219eff46b20483a382bab881346e7be1809eadf8f8262f6af96a9d4a64adf0b6e198e6938885f45ae51eef18190604bf3b21c204ce3c25a3218a
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-elasticache/customizations'
48
48
  # @service
49
49
  module Aws::ElastiCache
50
50
 
51
- GEM_VERSION = '1.39.0'
51
+ GEM_VERSION = '1.40.0'
52
52
 
53
53
  end
@@ -1715,12 +1715,10 @@ module Aws::ElastiCache
1715
1715
  #
1716
1716
  # When a Redis (cluster mode disabled) replication group has been
1717
1717
  # successfully created, you can add one or more read replicas to it, up
1718
- # to a total of 5 read replicas. You cannot alter a Redis (cluster mode
1719
- # enabled) replication group after it has been created. However, if you
1720
- # need to increase or decrease the number of node groups (console:
1721
- # shards), you can avail yourself of ElastiCache for Redis' enhanced
1722
- # backup and restore. For more information, see [Restoring From a Backup
1723
- # with Cluster Resizing][1] in the *ElastiCache User Guide*.
1718
+ # to a total of 5 read replicas. If you need to increase or decrease the
1719
+ # number of node groups (console: shards), you can avail yourself of
1720
+ # ElastiCache for Redis' scaling. For more information, see [Scaling
1721
+ # ElastiCache for Redis Clusters][1] in the *ElastiCache User Guide*.
1724
1722
  #
1725
1723
  # <note markdown="1"> This operation is valid for Redis only.
1726
1724
  #
@@ -1728,7 +1726,7 @@ module Aws::ElastiCache
1728
1726
  #
1729
1727
  #
1730
1728
  #
1731
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-restoring.html
1729
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Scaling.html
1732
1730
  #
1733
1731
  # @option params [required, String] :replication_group_id
1734
1732
  # The replication group identifier. This parameter is stored as a
@@ -1765,15 +1763,6 @@ module Aws::ElastiCache
1765
1763
  #
1766
1764
  # Default: false
1767
1765
  #
1768
- # Amazon ElastiCache for Redis does not support Multi-AZ with automatic
1769
- # failover on:
1770
- #
1771
- # * Redis versions earlier than 2.8.6.
1772
- #
1773
- # * Redis (cluster mode disabled): T1 node types.
1774
- #
1775
- # * Redis (cluster mode enabled): T1 node types.
1776
- #
1777
1766
  # @option params [Boolean] :multi_az_enabled
1778
1767
  # A flag indicating if you have Multi-AZ enabled to enhance fault
1779
1768
  # tolerance. For more information, see [Minimizing Downtime:
@@ -2634,9 +2623,9 @@ module Aws::ElastiCache
2634
2623
  #
2635
2624
  # * Redis (cluster mode disabled)
2636
2625
  #
2637
- # * If Multi-AZ with Automatic Failover is enabled: 1
2626
+ # * If Multi-AZ is enabled: 1
2638
2627
  #
2639
- # * If Multi-AZ with Automatic Failover is not enabled: 0
2628
+ # * If Multi-AZ is not enabled: 0
2640
2629
  #
2641
2630
  # * Redis (cluster mode enabled): 0 (though you will not be able to
2642
2631
  # failover to a replica if your primary node fails)
@@ -7796,15 +7785,6 @@ module Aws::ElastiCache
7796
7785
  #
7797
7786
  # Valid values: `true` \| `false`
7798
7787
  #
7799
- # Amazon ElastiCache for Redis does not support Multi-AZ with automatic
7800
- # failover on:
7801
- #
7802
- # * Redis versions earlier than 2.8.6.
7803
- #
7804
- # * Redis (cluster mode disabled): T1 node types.
7805
- #
7806
- # * Redis (cluster mode enabled): T1 node types.
7807
- #
7808
7788
  # @option params [Boolean] :multi_az_enabled
7809
7789
  # A flag indicating if you have Multi-AZ enabled to enhance fault
7810
7790
  # tolerance. For more information, see [Minimizing Downtime:
@@ -8848,8 +8828,7 @@ module Aws::ElastiCache
8848
8828
  #
8849
8829
  # * [DescribeEvents][2] in the ElastiCache API Reference
8850
8830
  #
8851
- # Also see, [Testing Multi-AZ with Automatic Failover][3] in the
8852
- # *ElastiCache User Guide*.
8831
+ # Also see, [Testing Multi-AZ ][3] in the *ElastiCache User Guide*.
8853
8832
  #
8854
8833
  #
8855
8834
  #
@@ -8944,7 +8923,7 @@ module Aws::ElastiCache
8944
8923
  params: params,
8945
8924
  config: config)
8946
8925
  context[:gem_name] = 'aws-sdk-elasticache'
8947
- context[:gem_version] = '1.39.0'
8926
+ context[:gem_version] = '1.40.0'
8948
8927
  Seahorse::Client::Request.new(handlers, context)
8949
8928
  end
8950
8929
 
@@ -1301,9 +1301,9 @@ module Aws::ElastiCache
1301
1301
  #
1302
1302
  # * Redis (cluster mode disabled)
1303
1303
  #
1304
- # * If Multi-AZ with Automatic Failover is enabled: 1
1304
+ # * If Multi-AZ: 1
1305
1305
  #
1306
- # * If Multi-AZ with Automatic Failover is not enable: 0
1306
+ # * If Multi-AZ: 0
1307
1307
  #
1308
1308
  # * Redis (cluster mode enabled): 0 (though you will not be able to
1309
1309
  # failover to a replica if your primary node fails)
@@ -2128,15 +2128,6 @@ module Aws::ElastiCache
2128
2128
  # enabled) replication groups.
2129
2129
  #
2130
2130
  # Default: false
2131
- #
2132
- # Amazon ElastiCache for Redis does not support Multi-AZ with
2133
- # automatic failover on:
2134
- #
2135
- # * Redis versions earlier than 2.8.6.
2136
- #
2137
- # * Redis (cluster mode disabled): T1 node types.
2138
- #
2139
- # * Redis (cluster mode enabled): T1 node types.
2140
2131
  # @return [Boolean]
2141
2132
  #
2142
2133
  # @!attribute [rw] multi_az_enabled
@@ -2767,9 +2758,9 @@ module Aws::ElastiCache
2767
2758
  #
2768
2759
  # * Redis (cluster mode disabled)
2769
2760
  #
2770
- # * If Multi-AZ with Automatic Failover is enabled: 1
2761
+ # * If Multi-AZ is enabled: 1
2771
2762
  #
2772
- # * If Multi-AZ with Automatic Failover is not enabled: 0
2763
+ # * If Multi-AZ is not enabled: 0
2773
2764
  #
2774
2765
  # * Redis (cluster mode enabled): 0 (though you will not be able to
2775
2766
  # failover to a replica if your primary node fails)
@@ -5514,15 +5505,6 @@ module Aws::ElastiCache
5514
5505
  # read/write primary if the existing primary encounters a failure.
5515
5506
  #
5516
5507
  # Valid values: `true` \| `false`
5517
- #
5518
- # Amazon ElastiCache for Redis does not support Multi-AZ with
5519
- # automatic failover on:
5520
- #
5521
- # * Redis versions earlier than 2.8.6.
5522
- #
5523
- # * Redis (cluster mode disabled): T1 node types.
5524
- #
5525
- # * Redis (cluster mode enabled): T1 node types.
5526
5508
  # @return [Boolean]
5527
5509
  #
5528
5510
  # @!attribute [rw] multi_az_enabled
@@ -6612,17 +6594,8 @@ module Aws::ElastiCache
6612
6594
  # @return [String]
6613
6595
  #
6614
6596
  # @!attribute [rw] automatic_failover
6615
- # Indicates the status of Multi-AZ with automatic failover for this
6616
- # Redis replication group.
6617
- #
6618
- # Amazon ElastiCache for Redis does not support Multi-AZ with
6619
- # automatic failover on:
6620
- #
6621
- # * Redis versions earlier than 2.8.6.
6622
- #
6623
- # * Redis (cluster mode disabled): T1 node types.
6624
- #
6625
- # * Redis (cluster mode enabled): T1 node types.
6597
+ # Indicates the status of automatic failover for this Redis
6598
+ # replication group.
6626
6599
  # @return [String]
6627
6600
  #
6628
6601
  # @!attribute [rw] multi_az
@@ -6806,17 +6779,8 @@ module Aws::ElastiCache
6806
6779
  # @return [String]
6807
6780
  #
6808
6781
  # @!attribute [rw] automatic_failover_status
6809
- # Indicates the status of Multi-AZ with automatic failover for this
6810
- # Redis replication group.
6811
- #
6812
- # Amazon ElastiCache for Redis does not support Multi-AZ with
6813
- # automatic failover on:
6814
- #
6815
- # * Redis versions earlier than 2.8.6.
6816
- #
6817
- # * Redis (cluster mode disabled): T1 node types.
6818
- #
6819
- # * Redis (cluster mode enabled): T1 node types.
6782
+ # Indicates the status of automatic failover for this Redis
6783
+ # replication group.
6820
6784
  # @return [String]
6821
6785
  #
6822
6786
  # @!attribute [rw] resharding
@@ -7675,17 +7639,8 @@ module Aws::ElastiCache
7675
7639
  # @return [Integer]
7676
7640
  #
7677
7641
  # @!attribute [rw] automatic_failover
7678
- # Indicates the status of Multi-AZ with automatic failover for the
7679
- # source Redis replication group.
7680
- #
7681
- # Amazon ElastiCache for Redis does not support Multi-AZ with
7682
- # automatic failover on:
7683
- #
7684
- # * Redis versions earlier than 2.8.6.
7685
- #
7686
- # * Redis (cluster mode disabled): T1 node types.
7687
- #
7688
- # * Redis (cluster mode enabled): T1 node types.
7642
+ # Indicates the status of automatic failover for the source Redis
7643
+ # replication group.
7689
7644
  # @return [String]
7690
7645
  #
7691
7646
  # @!attribute [rw] node_snapshots
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.39.0
4
+ version: 1.40.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-06-23 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core