aws-sdk-elasticache 1.32.0 → 1.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f06a08e941d641f7c23a44053d75e440606e4da83a38870432d1739718b1fbc
4
- data.tar.gz: 00ac83cf300c2c1e183d04d2cefb3b4eb8ee4fe40d85b412e00acee04292082c
3
+ metadata.gz: 1a666efda49b16dcf57b2db7fa146e189917438f6140b857cd64fc4221b81fc5
4
+ data.tar.gz: 191e1d5706e6d179ca0ceeadebb331c670426ea40b15f9799d89214f29cd36af
5
5
  SHA512:
6
- metadata.gz: 364f13beb58d0e54ddbc62783e737fb1575d177730ddfb67e43d11c1f36df6d2b5817f3411c846d235cce8d6785b3578b183592dd8b90a5ce60ad9a70c6f590f
7
- data.tar.gz: f8cf93da8b8e94cbd24278569490e6994c585af7c4ba32ce193cd175439a46bc1e2f2a1707b0aa1f8d4d4d71a259aef25518c9b3711bdd6881628a02cb8129f3
6
+ metadata.gz: 03c114545ec567d882ebdd980d62a48b3eff8e65251ed7599839eda61fa5d9f183e1134ef9c0ff7966991e9ae036330c74a0e08ec851c83f46eb2dfd14cdc828
7
+ data.tar.gz: f957faaa9cff2f8436eef3a147b37faaeb1c439be547786108bde7c7d87744c3a2e21c5fe9cebedb3879dcda52a6196ac84d170e2de033634c081c029e20361a
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-elasticache/customizations'
46
46
  # @service
47
47
  module Aws::ElastiCache
48
48
 
49
- GEM_VERSION = '1.32.0'
49
+ GEM_VERSION = '1.33.0'
50
50
 
51
51
  end
@@ -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 **GlobalReplicationGroupId** is the name of the Global
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 for name of a Global Datastore. The suffix guarantees
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 mode enabled)
1823
- # cluster from a S3 rdb file, you must configure each node group (shard)
1824
- # using this parameter because you must specify the slots for each node
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
- # If set to `true`, the primary replication is retained as a standalone
2986
- # replication group.
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
- # If true, this parameter causes the modifications in this request and
7648
- # any pending modifications to be applied, asynchronously and as soon as
7649
- # possible, regardless of the PreferredMaintenanceWindow setting for the
7650
- # replication group. If false, changes to the nodes in the replication
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 unifirom distribution across existing
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.32.0'
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 for name of a Global Datastore. The suffix guarantees
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 **GlobalReplicationGroupId** represents the name of the Global
1964
- # Datastore, which is what you use to associate a secondary cluster.
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 (cluster mode enabled)
2141
- # cluster from a S3 rdb file, you must configure each node group
2142
- # (shard) using this parameter because you must specify the slots for
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 **GlobalReplicationGroupId** represents the name of the Global
2645
- # Datastore, which is what you use to associate a secondary cluster.
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
- # If set to `true`, the primary replication is retained as a
2864
- # standalone replication group.
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 **GlobalReplicationGroupId** represents the name of the Global
2882
- # Datastore, which is what you use to associate a secondary cluster.
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 **GlobalReplicationGroupId** represents the name of the Global
4090
- # Datastore, which is what you use to associate a secondary cluster.
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 **GlobalReplicationGroupId** represents the name of the Global
4269
- # Datastore, which is what you use to associate a secondary cluster.
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 **GlobalReplicationGroupId** represents the name of the Global
4306
- # Datastore, which is what you use to associate a secondary cluster.
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 preview, it is Redis only.
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 **GlobalReplicationGroupId** represents the name of the Global
4518
- # Datastore, which is what you use to associate a secondary cluster.
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
- # If true, this parameter causes the modifications in this request and
5256
- # any pending modifications to be applied, asynchronously and as soon
5257
- # as possible, regardless of the PreferredMaintenanceWindow setting
5258
- # for the replication group. If false, changes to the nodes in the
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 **GlobalReplicationGroupId** represents the name of the Global
5301
- # Datastore, which is what you use to associate a secondary cluster.
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 **GlobalReplicationGroupId** represents the name of the Global
6240
- # Datastore, which is what you use to associate a secondary cluster.
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.32.0
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-07 00:00:00.000000000 Z
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