aws-sdk-elasticache 1.32.0 → 1.33.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 +20 -28
- data/lib/aws-sdk-elasticache/types.rb +41 -34
- 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: 1a666efda49b16dcf57b2db7fa146e189917438f6140b857cd64fc4221b81fc5
|
4
|
+
data.tar.gz: 191e1d5706e6d179ca0ceeadebb331c670426ea40b15f9799d89214f29cd36af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03c114545ec567d882ebdd980d62a48b3eff8e65251ed7599839eda61fa5d9f183e1134ef9c0ff7966991e9ae036330c74a0e08ec851c83f46eb2dfd14cdc828
|
7
|
+
data.tar.gz: f957faaa9cff2f8436eef3a147b37faaeb1c439be547786108bde7c7d87744c3a2e21c5fe9cebedb3879dcda52a6196ac84d170e2de033634c081c029e20361a
|
data/lib/aws-sdk-elasticache.rb
CHANGED
@@ -506,7 +506,7 @@ module Aws::ElastiCache
|
|
506
506
|
# resp.processed_update_actions[0].replication_group_id #=> String
|
507
507
|
# resp.processed_update_actions[0].cache_cluster_id #=> String
|
508
508
|
# resp.processed_update_actions[0].service_update_name #=> String
|
509
|
-
# resp.processed_update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete"
|
509
|
+
# resp.processed_update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete", "scheduling", "scheduled", "not-applicable"
|
510
510
|
# resp.unprocessed_update_actions #=> Array
|
511
511
|
# resp.unprocessed_update_actions[0].replication_group_id #=> String
|
512
512
|
# resp.unprocessed_update_actions[0].cache_cluster_id #=> String
|
@@ -558,7 +558,7 @@ module Aws::ElastiCache
|
|
558
558
|
# resp.processed_update_actions[0].replication_group_id #=> String
|
559
559
|
# resp.processed_update_actions[0].cache_cluster_id #=> String
|
560
560
|
# resp.processed_update_actions[0].service_update_name #=> String
|
561
|
-
# resp.processed_update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete"
|
561
|
+
# resp.processed_update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete", "scheduling", "scheduled", "not-applicable"
|
562
562
|
# resp.unprocessed_update_actions #=> Array
|
563
563
|
# resp.unprocessed_update_actions[0].replication_group_id #=> String
|
564
564
|
# resp.unprocessed_update_actions[0].cache_cluster_id #=> String
|
@@ -1621,7 +1621,7 @@ module Aws::ElastiCache
|
|
1621
1621
|
# Global
|
1622
1622
|
# Datastore](/AmazonElastiCache/latest/red-ug/Redis-Global-Clusters.html).
|
1623
1623
|
#
|
1624
|
-
# * The **
|
1624
|
+
# * The **GlobalReplicationGroupIdSuffix** is the name of the Global
|
1625
1625
|
# Datastore.
|
1626
1626
|
#
|
1627
1627
|
# * The **PrimaryReplicationGroupId** represents the name of the primary
|
@@ -1629,7 +1629,7 @@ module Aws::ElastiCache
|
|
1629
1629
|
# secondary cluster.
|
1630
1630
|
#
|
1631
1631
|
# @option params [required, String] :global_replication_group_id_suffix
|
1632
|
-
# The suffix
|
1632
|
+
# The suffix name of a Global Datastore. The suffix guarantees
|
1633
1633
|
# uniqueness of the Global Datastore name across multiple regions.
|
1634
1634
|
#
|
1635
1635
|
# @option params [String] :global_replication_group_description
|
@@ -1819,10 +1819,10 @@ module Aws::ElastiCache
|
|
1819
1819
|
# If you're creating a Redis (cluster mode disabled) or a Redis
|
1820
1820
|
# (cluster mode enabled) replication group, you can use this parameter
|
1821
1821
|
# to individually configure each node group (shard), or you can omit
|
1822
|
-
# this parameter. However, when seeding a Redis (cluster
|
1823
|
-
# cluster from a S3 rdb file
|
1824
|
-
# using this parameter because you must specify the slots
|
1825
|
-
# group.
|
1822
|
+
# this parameter. However, it is required when seeding a Redis (cluster
|
1823
|
+
# mode enabled) cluster from a S3 rdb file. You must configure each node
|
1824
|
+
# group (shard) using this parameter because you must specify the slots
|
1825
|
+
# for each node group.
|
1826
1826
|
#
|
1827
1827
|
# @option params [String] :cache_node_type
|
1828
1828
|
# The compute and memory capacity of the nodes in the node group
|
@@ -2974,16 +2974,12 @@ module Aws::ElastiCache
|
|
2974
2974
|
# ElastiCache immediately begins deleting the selected resources; you
|
2975
2975
|
# cannot cancel or revert this operation.
|
2976
2976
|
#
|
2977
|
-
# <note markdown="1"> This operation is valid for Redis only.
|
2978
|
-
#
|
2979
|
-
# </note>
|
2980
|
-
#
|
2981
2977
|
# @option params [required, String] :global_replication_group_id
|
2982
2978
|
# The name of the Global Datastore
|
2983
2979
|
#
|
2984
2980
|
# @option params [required, Boolean] :retain_primary_replication_group
|
2985
|
-
#
|
2986
|
-
#
|
2981
|
+
# The primary replication group is retained as a standalone replication
|
2982
|
+
# group.
|
2987
2983
|
#
|
2988
2984
|
# @return [Types::DeleteGlobalReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2989
2985
|
#
|
@@ -6534,7 +6530,7 @@ module Aws::ElastiCache
|
|
6534
6530
|
# start_time: Time.now,
|
6535
6531
|
# end_time: Time.now,
|
6536
6532
|
# },
|
6537
|
-
# update_action_status: ["not-applied"], # accepts not-applied, waiting-to-start, in-progress, stopping, stopped, complete
|
6533
|
+
# update_action_status: ["not-applied"], # accepts not-applied, waiting-to-start, in-progress, stopping, stopped, complete, scheduling, scheduled, not-applicable
|
6538
6534
|
# show_node_level_update_status: false,
|
6539
6535
|
# max_records: 1,
|
6540
6536
|
# marker: "String",
|
@@ -6553,7 +6549,7 @@ module Aws::ElastiCache
|
|
6553
6549
|
# resp.update_actions[0].service_update_recommended_apply_by_date #=> Time
|
6554
6550
|
# resp.update_actions[0].service_update_type #=> String, one of "security-update"
|
6555
6551
|
# resp.update_actions[0].update_action_available_date #=> Time
|
6556
|
-
# resp.update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete"
|
6552
|
+
# resp.update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete", "scheduling", "scheduled", "not-applicable"
|
6557
6553
|
# resp.update_actions[0].nodes_updated #=> String
|
6558
6554
|
# resp.update_actions[0].update_action_status_modified_date #=> Time
|
6559
6555
|
# resp.update_actions[0].sla_met #=> String, one of "yes", "no", "n/a"
|
@@ -6650,6 +6646,8 @@ module Aws::ElastiCache
|
|
6650
6646
|
end
|
6651
6647
|
|
6652
6648
|
# Used to failover the primary region to a selected secondary region.
|
6649
|
+
# The selected secondary region will be come primary, and all other
|
6650
|
+
# clusters will become secondary.
|
6653
6651
|
#
|
6654
6652
|
# @option params [required, String] :global_replication_group_id
|
6655
6653
|
# The name of the Global Datastore
|
@@ -7644,12 +7642,10 @@ module Aws::ElastiCache
|
|
7644
7642
|
# The name of the Global Datastore
|
7645
7643
|
#
|
7646
7644
|
# @option params [required, Boolean] :apply_immediately
|
7647
|
-
#
|
7648
|
-
#
|
7649
|
-
# possible
|
7650
|
-
#
|
7651
|
-
# group are applied on the next maintenance reboot, or the next failure
|
7652
|
-
# reboot, whichever occurs first.
|
7645
|
+
# This parameter causes the modifications in this request and any
|
7646
|
+
# pending modifications to be applied, asynchronously and as soon as
|
7647
|
+
# possible. Modifications to Global Replication Groups cannot be
|
7648
|
+
# requested to be applied in PreferredMaintenceWindow.
|
7653
7649
|
#
|
7654
7650
|
# @option params [String] :cache_node_type
|
7655
7651
|
# A valid cache node type that you want to scale this Global Datastore
|
@@ -7714,10 +7710,6 @@ module Aws::ElastiCache
|
|
7714
7710
|
|
7715
7711
|
# Modifies the settings for a replication group.
|
7716
7712
|
#
|
7717
|
-
# For Redis (cluster mode enabled) clusters, this operation cannot be
|
7718
|
-
# used to change a cluster's node type or engine version. For more
|
7719
|
-
# information, see:
|
7720
|
-
#
|
7721
7713
|
# * [Scaling for Amazon ElastiCache for Redis (cluster mode enabled)][1]
|
7722
7714
|
# in the ElastiCache User Guide
|
7723
7715
|
#
|
@@ -8259,7 +8251,7 @@ module Aws::ElastiCache
|
|
8259
8251
|
req.send_request(options)
|
8260
8252
|
end
|
8261
8253
|
|
8262
|
-
# Redistribute slots to ensure
|
8254
|
+
# Redistribute slots to ensure uniform distribution across existing
|
8263
8255
|
# shards in the cluster.
|
8264
8256
|
#
|
8265
8257
|
# @option params [required, String] :global_replication_group_id
|
@@ -8884,7 +8876,7 @@ module Aws::ElastiCache
|
|
8884
8876
|
params: params,
|
8885
8877
|
config: config)
|
8886
8878
|
context[:gem_name] = 'aws-sdk-elasticache'
|
8887
|
-
context[:gem_version] = '1.
|
8879
|
+
context[:gem_version] = '1.33.0'
|
8888
8880
|
Seahorse::Client::Request.new(handlers, context)
|
8889
8881
|
end
|
8890
8882
|
|
@@ -1932,7 +1932,7 @@ module Aws::ElastiCache
|
|
1932
1932
|
# }
|
1933
1933
|
#
|
1934
1934
|
# @!attribute [rw] global_replication_group_id_suffix
|
1935
|
-
# The suffix
|
1935
|
+
# The suffix name of a Global Datastore. The suffix guarantees
|
1936
1936
|
# uniqueness of the Global Datastore name across multiple regions.
|
1937
1937
|
# @return [String]
|
1938
1938
|
#
|
@@ -1960,8 +1960,9 @@ module Aws::ElastiCache
|
|
1960
1960
|
# secondary cluster accepts only reads. The primary cluster
|
1961
1961
|
# automatically replicates updates to the secondary cluster.
|
1962
1962
|
#
|
1963
|
-
# * The **
|
1964
|
-
# Datastore, which is what you use to associate a secondary
|
1963
|
+
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
1964
|
+
# Global Datastore, which is what you use to associate a secondary
|
1965
|
+
# cluster.
|
1965
1966
|
#
|
1966
1967
|
# ^
|
1967
1968
|
# @return [Types::GlobalReplicationGroup]
|
@@ -2137,10 +2138,10 @@ module Aws::ElastiCache
|
|
2137
2138
|
# If you're creating a Redis (cluster mode disabled) or a Redis
|
2138
2139
|
# (cluster mode enabled) replication group, you can use this parameter
|
2139
2140
|
# to individually configure each node group (shard), or you can omit
|
2140
|
-
# this parameter. However, when seeding a Redis
|
2141
|
-
# cluster from a S3 rdb file
|
2142
|
-
# (shard) using this parameter because you
|
2143
|
-
# each node group.
|
2141
|
+
# this parameter. However, it is required when seeding a Redis
|
2142
|
+
# (cluster mode enabled) cluster from a S3 rdb file. You must
|
2143
|
+
# configure each node group (shard) using this parameter because you
|
2144
|
+
# must specify the slots for each node group.
|
2144
2145
|
# @return [Array<Types::NodeGroupConfiguration>]
|
2145
2146
|
#
|
2146
2147
|
# @!attribute [rw] cache_node_type
|
@@ -2641,8 +2642,9 @@ module Aws::ElastiCache
|
|
2641
2642
|
# secondary cluster accepts only reads. The primary cluster
|
2642
2643
|
# automatically replicates updates to the secondary cluster.
|
2643
2644
|
#
|
2644
|
-
# * The **
|
2645
|
-
# Datastore, which is what you use to associate a secondary
|
2645
|
+
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
2646
|
+
# Global Datastore, which is what you use to associate a secondary
|
2647
|
+
# cluster.
|
2646
2648
|
#
|
2647
2649
|
# ^
|
2648
2650
|
# @return [Types::GlobalReplicationGroup]
|
@@ -2860,8 +2862,8 @@ module Aws::ElastiCache
|
|
2860
2862
|
# @return [String]
|
2861
2863
|
#
|
2862
2864
|
# @!attribute [rw] retain_primary_replication_group
|
2863
|
-
#
|
2864
|
-
#
|
2865
|
+
# The primary replication group is retained as a standalone
|
2866
|
+
# replication group.
|
2865
2867
|
# @return [Boolean]
|
2866
2868
|
#
|
2867
2869
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteGlobalReplicationGroupMessage AWS API Documentation
|
@@ -2878,8 +2880,9 @@ module Aws::ElastiCache
|
|
2878
2880
|
# secondary cluster accepts only reads. The primary cluster
|
2879
2881
|
# automatically replicates updates to the secondary cluster.
|
2880
2882
|
#
|
2881
|
-
# * The **
|
2882
|
-
# Datastore, which is what you use to associate a secondary
|
2883
|
+
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
2884
|
+
# Global Datastore, which is what you use to associate a secondary
|
2885
|
+
# cluster.
|
2883
2886
|
#
|
2884
2887
|
# ^
|
2885
2888
|
# @return [Types::GlobalReplicationGroup]
|
@@ -3981,7 +3984,7 @@ module Aws::ElastiCache
|
|
3981
3984
|
# start_time: Time.now,
|
3982
3985
|
# end_time: Time.now,
|
3983
3986
|
# },
|
3984
|
-
# update_action_status: ["not-applied"], # accepts not-applied, waiting-to-start, in-progress, stopping, stopped, complete
|
3987
|
+
# update_action_status: ["not-applied"], # accepts not-applied, waiting-to-start, in-progress, stopping, stopped, complete, scheduling, scheduled, not-applicable
|
3985
3988
|
# show_node_level_update_status: false,
|
3986
3989
|
# max_records: 1,
|
3987
3990
|
# marker: "String",
|
@@ -4086,8 +4089,9 @@ module Aws::ElastiCache
|
|
4086
4089
|
# secondary cluster accepts only reads. The primary cluster
|
4087
4090
|
# automatically replicates updates to the secondary cluster.
|
4088
4091
|
#
|
4089
|
-
# * The **
|
4090
|
-
# Datastore, which is what you use to associate a secondary
|
4092
|
+
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
4093
|
+
# Global Datastore, which is what you use to associate a secondary
|
4094
|
+
# cluster.
|
4091
4095
|
#
|
4092
4096
|
# ^
|
4093
4097
|
# @return [Types::GlobalReplicationGroup]
|
@@ -4265,8 +4269,9 @@ module Aws::ElastiCache
|
|
4265
4269
|
# secondary cluster accepts only reads. The primary cluster
|
4266
4270
|
# automatically replicates updates to the secondary cluster.
|
4267
4271
|
#
|
4268
|
-
# * The **
|
4269
|
-
# Datastore, which is what you use to associate a secondary
|
4272
|
+
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
4273
|
+
# Global Datastore, which is what you use to associate a secondary
|
4274
|
+
# cluster.
|
4270
4275
|
#
|
4271
4276
|
# ^
|
4272
4277
|
# @return [Types::GlobalReplicationGroup]
|
@@ -4302,8 +4307,9 @@ module Aws::ElastiCache
|
|
4302
4307
|
# secondary cluster accepts only reads. The primary cluster
|
4303
4308
|
# automatically replicates updates to the secondary cluster.
|
4304
4309
|
#
|
4305
|
-
# * The **
|
4306
|
-
# Datastore, which is what you use to associate a secondary
|
4310
|
+
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
4311
|
+
# Global Datastore, which is what you use to associate a secondary
|
4312
|
+
# cluster.
|
4307
4313
|
#
|
4308
4314
|
# ^
|
4309
4315
|
#
|
@@ -4324,7 +4330,7 @@ module Aws::ElastiCache
|
|
4324
4330
|
# @return [String]
|
4325
4331
|
#
|
4326
4332
|
# @!attribute [rw] engine
|
4327
|
-
# The Elasticache engine. For
|
4333
|
+
# The Elasticache engine. For Redis only.
|
4328
4334
|
# @return [String]
|
4329
4335
|
#
|
4330
4336
|
# @!attribute [rw] engine_version
|
@@ -4514,8 +4520,9 @@ module Aws::ElastiCache
|
|
4514
4520
|
# secondary cluster accepts only reads. The primary cluster
|
4515
4521
|
# automatically replicates updates to the secondary cluster.
|
4516
4522
|
#
|
4517
|
-
# * The **
|
4518
|
-
# Datastore, which is what you use to associate a secondary
|
4523
|
+
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
4524
|
+
# Global Datastore, which is what you use to associate a secondary
|
4525
|
+
# cluster.
|
4519
4526
|
#
|
4520
4527
|
# ^
|
4521
4528
|
# @return [Types::GlobalReplicationGroup]
|
@@ -4628,7 +4635,7 @@ module Aws::ElastiCache
|
|
4628
4635
|
#
|
4629
4636
|
class InvalidCacheSecurityGroupStateFault < Aws::EmptyStructure; end
|
4630
4637
|
|
4631
|
-
# The Global Datastore is not available
|
4638
|
+
# The Global Datastore is not available or in primary-only state.
|
4632
4639
|
#
|
4633
4640
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/InvalidGlobalReplicationGroupStateFault AWS API Documentation
|
4634
4641
|
#
|
@@ -5252,12 +5259,10 @@ module Aws::ElastiCache
|
|
5252
5259
|
# @return [String]
|
5253
5260
|
#
|
5254
5261
|
# @!attribute [rw] apply_immediately
|
5255
|
-
#
|
5256
|
-
#
|
5257
|
-
#
|
5258
|
-
#
|
5259
|
-
# replication group are applied on the next maintenance reboot, or the
|
5260
|
-
# next failure reboot, whichever occurs first.
|
5262
|
+
# This parameter causes the modifications in this request and any
|
5263
|
+
# pending modifications to be applied, asynchronously and as soon as
|
5264
|
+
# possible. Modifications to Global Replication Groups cannot be
|
5265
|
+
# requested to be applied in PreferredMaintenceWindow.
|
5261
5266
|
# @return [Boolean]
|
5262
5267
|
#
|
5263
5268
|
# @!attribute [rw] cache_node_type
|
@@ -5297,8 +5302,9 @@ module Aws::ElastiCache
|
|
5297
5302
|
# secondary cluster accepts only reads. The primary cluster
|
5298
5303
|
# automatically replicates updates to the secondary cluster.
|
5299
5304
|
#
|
5300
|
-
# * The **
|
5301
|
-
# Datastore, which is what you use to associate a secondary
|
5305
|
+
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
5306
|
+
# Global Datastore, which is what you use to associate a secondary
|
5307
|
+
# cluster.
|
5302
5308
|
#
|
5303
5309
|
# ^
|
5304
5310
|
# @return [Types::GlobalReplicationGroup]
|
@@ -6236,8 +6242,9 @@ module Aws::ElastiCache
|
|
6236
6242
|
# secondary cluster accepts only reads. The primary cluster
|
6237
6243
|
# automatically replicates updates to the secondary cluster.
|
6238
6244
|
#
|
6239
|
-
# * The **
|
6240
|
-
# Datastore, which is what you use to associate a secondary
|
6245
|
+
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
6246
|
+
# Global Datastore, which is what you use to associate a secondary
|
6247
|
+
# cluster.
|
6241
6248
|
#
|
6242
6249
|
# ^
|
6243
6250
|
# @return [Types::GlobalReplicationGroup]
|
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.33.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-05-
|
11
|
+
date: 2020-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|