aws-sdk-elasticache 1.31.0 → 1.36.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 +127 -41
- data/lib/aws-sdk-elasticache/client_api.rb +11 -0
- data/lib/aws-sdk-elasticache/resource.rb +1 -7
- data/lib/aws-sdk-elasticache/types.rb +98 -42
- data/lib/aws-sdk-elasticache/waiters.rb +64 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fa0dd8c26f94db4083c12432a238d59adb87ee0fa3af9c04c694b5cc699eb59
|
4
|
+
data.tar.gz: cdf95f343ee0fdaadef4f3ae0faaf9cbb98df90c1b05d32134eee099ad0637a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68f935401a0b71f74f154b7cb7e688e61bac8636549d9d84f79f28565635656987a1be18e78b7a07581f57f9062e89dbcb1f4452b8f4b341cd045472d7483c22
|
7
|
+
data.tar.gz: b793e77dbf1e949b47bdbfae1d8e1befedb3bbd887a70a74680cb4caee3c56ae316858d7682731a51065f705938fad75183ebd150aa80251515b3c444ba1eb64
|
data/lib/aws-sdk-elasticache.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::ElastiCache
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::ElastiCache
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +176,7 @@ module Aws::ElastiCache
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -269,8 +269,7 @@ module Aws::ElastiCache
|
|
269
269
|
#
|
270
270
|
# @option options [Integer] :http_read_timeout (60) The default
|
271
271
|
# number of seconds to wait for response data. This value can
|
272
|
-
# safely be set
|
273
|
-
# per-request on the session yielded by {#session_for}.
|
272
|
+
# safely be set per-request on the session.
|
274
273
|
#
|
275
274
|
# @option options [Float] :http_idle_timeout (5) The number of
|
276
275
|
# seconds a connection is allowed to sit idle before it is
|
@@ -282,7 +281,7 @@ module Aws::ElastiCache
|
|
282
281
|
# request body. This option has no effect unless the request has
|
283
282
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
284
283
|
# disables this behaviour. This value can safely be set per
|
285
|
-
# request on the session
|
284
|
+
# request on the session.
|
286
285
|
#
|
287
286
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
288
287
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -462,6 +461,7 @@ module Aws::ElastiCache
|
|
462
461
|
# resp.cache_security_group.ec2_security_groups[0].status #=> String
|
463
462
|
# resp.cache_security_group.ec2_security_groups[0].ec2_security_group_name #=> String
|
464
463
|
# resp.cache_security_group.ec2_security_groups[0].ec2_security_group_owner_id #=> String
|
464
|
+
# resp.cache_security_group.arn #=> String
|
465
465
|
#
|
466
466
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AuthorizeCacheSecurityGroupIngress AWS API Documentation
|
467
467
|
#
|
@@ -507,7 +507,7 @@ module Aws::ElastiCache
|
|
507
507
|
# resp.processed_update_actions[0].replication_group_id #=> String
|
508
508
|
# resp.processed_update_actions[0].cache_cluster_id #=> String
|
509
509
|
# resp.processed_update_actions[0].service_update_name #=> String
|
510
|
-
# resp.processed_update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete"
|
510
|
+
# 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"
|
511
511
|
# resp.unprocessed_update_actions #=> Array
|
512
512
|
# resp.unprocessed_update_actions[0].replication_group_id #=> String
|
513
513
|
# resp.unprocessed_update_actions[0].cache_cluster_id #=> String
|
@@ -559,7 +559,7 @@ module Aws::ElastiCache
|
|
559
559
|
# resp.processed_update_actions[0].replication_group_id #=> String
|
560
560
|
# resp.processed_update_actions[0].cache_cluster_id #=> String
|
561
561
|
# resp.processed_update_actions[0].service_update_name #=> String
|
562
|
-
# resp.processed_update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete"
|
562
|
+
# 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"
|
563
563
|
# resp.unprocessed_update_actions #=> Array
|
564
564
|
# resp.unprocessed_update_actions[0].replication_group_id #=> String
|
565
565
|
# resp.unprocessed_update_actions[0].cache_cluster_id #=> String
|
@@ -628,6 +628,7 @@ module Aws::ElastiCache
|
|
628
628
|
# resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
|
629
629
|
# resp.replication_group.snapshotting_cluster_id #=> String
|
630
630
|
# resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
|
631
|
+
# resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
|
631
632
|
# resp.replication_group.configuration_endpoint.address #=> String
|
632
633
|
# resp.replication_group.configuration_endpoint.port #=> Integer
|
633
634
|
# resp.replication_group.snapshot_retention_limit #=> Integer
|
@@ -639,6 +640,7 @@ module Aws::ElastiCache
|
|
639
640
|
# resp.replication_group.transit_encryption_enabled #=> Boolean
|
640
641
|
# resp.replication_group.at_rest_encryption_enabled #=> Boolean
|
641
642
|
# resp.replication_group.kms_key_id #=> String
|
643
|
+
# resp.replication_group.arn #=> String
|
642
644
|
#
|
643
645
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CompleteMigration AWS API Documentation
|
644
646
|
#
|
@@ -850,6 +852,7 @@ module Aws::ElastiCache
|
|
850
852
|
# resp.snapshot.node_snapshots[0].cache_node_create_time #=> Time
|
851
853
|
# resp.snapshot.node_snapshots[0].snapshot_create_time #=> Time
|
852
854
|
# resp.snapshot.kms_key_id #=> String
|
855
|
+
# resp.snapshot.arn #=> String
|
853
856
|
#
|
854
857
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CopySnapshot AWS API Documentation
|
855
858
|
#
|
@@ -1366,6 +1369,7 @@ module Aws::ElastiCache
|
|
1366
1369
|
# resp.cache_cluster.auth_token_last_modified_date #=> Time
|
1367
1370
|
# resp.cache_cluster.transit_encryption_enabled #=> Boolean
|
1368
1371
|
# resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
|
1372
|
+
# resp.cache_cluster.arn #=> String
|
1369
1373
|
#
|
1370
1374
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheCluster AWS API Documentation
|
1371
1375
|
#
|
@@ -1446,6 +1450,7 @@ module Aws::ElastiCache
|
|
1446
1450
|
# resp.cache_parameter_group.cache_parameter_group_family #=> String
|
1447
1451
|
# resp.cache_parameter_group.description #=> String
|
1448
1452
|
# resp.cache_parameter_group.is_global #=> Boolean
|
1453
|
+
# resp.cache_parameter_group.arn #=> String
|
1449
1454
|
#
|
1450
1455
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheParameterGroup AWS API Documentation
|
1451
1456
|
#
|
@@ -1510,6 +1515,7 @@ module Aws::ElastiCache
|
|
1510
1515
|
# resp.cache_security_group.ec2_security_groups[0].status #=> String
|
1511
1516
|
# resp.cache_security_group.ec2_security_groups[0].ec2_security_group_name #=> String
|
1512
1517
|
# resp.cache_security_group.ec2_security_groups[0].ec2_security_group_owner_id #=> String
|
1518
|
+
# resp.cache_security_group.arn #=> String
|
1513
1519
|
#
|
1514
1520
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSecurityGroup AWS API Documentation
|
1515
1521
|
#
|
@@ -1604,6 +1610,7 @@ module Aws::ElastiCache
|
|
1604
1610
|
# resp.cache_subnet_group.subnets #=> Array
|
1605
1611
|
# resp.cache_subnet_group.subnets[0].subnet_identifier #=> String
|
1606
1612
|
# resp.cache_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
1613
|
+
# resp.cache_subnet_group.arn #=> String
|
1607
1614
|
#
|
1608
1615
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSubnetGroup AWS API Documentation
|
1609
1616
|
#
|
@@ -1622,7 +1629,7 @@ module Aws::ElastiCache
|
|
1622
1629
|
# Global
|
1623
1630
|
# Datastore](/AmazonElastiCache/latest/red-ug/Redis-Global-Clusters.html).
|
1624
1631
|
#
|
1625
|
-
# * The **
|
1632
|
+
# * The **GlobalReplicationGroupIdSuffix** is the name of the Global
|
1626
1633
|
# Datastore.
|
1627
1634
|
#
|
1628
1635
|
# * The **PrimaryReplicationGroupId** represents the name of the primary
|
@@ -1630,7 +1637,7 @@ module Aws::ElastiCache
|
|
1630
1637
|
# secondary cluster.
|
1631
1638
|
#
|
1632
1639
|
# @option params [required, String] :global_replication_group_id_suffix
|
1633
|
-
# The suffix
|
1640
|
+
# The suffix name of a Global Datastore. The suffix guarantees
|
1634
1641
|
# uniqueness of the Global Datastore name across multiple regions.
|
1635
1642
|
#
|
1636
1643
|
# @option params [String] :global_replication_group_description
|
@@ -1673,6 +1680,7 @@ module Aws::ElastiCache
|
|
1673
1680
|
# resp.global_replication_group.auth_token_enabled #=> Boolean
|
1674
1681
|
# resp.global_replication_group.transit_encryption_enabled #=> Boolean
|
1675
1682
|
# resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
|
1683
|
+
# resp.global_replication_group.arn #=> String
|
1676
1684
|
#
|
1677
1685
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateGlobalReplicationGroup AWS API Documentation
|
1678
1686
|
#
|
@@ -1765,8 +1773,10 @@ module Aws::ElastiCache
|
|
1765
1773
|
#
|
1766
1774
|
# * Redis (cluster mode enabled): T1 node types.
|
1767
1775
|
#
|
1776
|
+
# @option params [Boolean] :multi_az_enabled
|
1777
|
+
#
|
1768
1778
|
# @option params [Integer] :num_cache_clusters
|
1769
|
-
# The number of
|
1779
|
+
# The number of nodes in the cluster.
|
1770
1780
|
#
|
1771
1781
|
# This parameter is not used if there is more than one node group
|
1772
1782
|
# (shard). You should use `ReplicasPerNodeGroup` instead.
|
@@ -1820,10 +1830,10 @@ module Aws::ElastiCache
|
|
1820
1830
|
# If you're creating a Redis (cluster mode disabled) or a Redis
|
1821
1831
|
# (cluster mode enabled) replication group, you can use this parameter
|
1822
1832
|
# to individually configure each node group (shard), or you can omit
|
1823
|
-
# this parameter. However, when seeding a Redis (cluster
|
1824
|
-
# cluster from a S3 rdb file
|
1825
|
-
# using this parameter because you must specify the slots
|
1826
|
-
# group.
|
1833
|
+
# this parameter. However, it is required when seeding a Redis (cluster
|
1834
|
+
# mode enabled) cluster from a S3 rdb file. You must configure each node
|
1835
|
+
# group (shard) using this parameter because you must specify the slots
|
1836
|
+
# for each node group.
|
1827
1837
|
#
|
1828
1838
|
# @option params [String] :cache_node_type
|
1829
1839
|
# The compute and memory capacity of the nodes in the node group
|
@@ -2219,6 +2229,7 @@ module Aws::ElastiCache
|
|
2219
2229
|
# global_replication_group_id: "String",
|
2220
2230
|
# primary_cluster_id: "String",
|
2221
2231
|
# automatic_failover_enabled: false,
|
2232
|
+
# multi_az_enabled: false,
|
2222
2233
|
# num_cache_clusters: 1,
|
2223
2234
|
# preferred_cache_cluster_a_zs: ["String"],
|
2224
2235
|
# num_node_groups: 1,
|
@@ -2289,6 +2300,7 @@ module Aws::ElastiCache
|
|
2289
2300
|
# resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
|
2290
2301
|
# resp.replication_group.snapshotting_cluster_id #=> String
|
2291
2302
|
# resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
|
2303
|
+
# resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
|
2292
2304
|
# resp.replication_group.configuration_endpoint.address #=> String
|
2293
2305
|
# resp.replication_group.configuration_endpoint.port #=> Integer
|
2294
2306
|
# resp.replication_group.snapshot_retention_limit #=> Integer
|
@@ -2300,6 +2312,7 @@ module Aws::ElastiCache
|
|
2300
2312
|
# resp.replication_group.transit_encryption_enabled #=> Boolean
|
2301
2313
|
# resp.replication_group.at_rest_encryption_enabled #=> Boolean
|
2302
2314
|
# resp.replication_group.kms_key_id #=> String
|
2315
|
+
# resp.replication_group.arn #=> String
|
2303
2316
|
#
|
2304
2317
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroup AWS API Documentation
|
2305
2318
|
#
|
@@ -2508,6 +2521,7 @@ module Aws::ElastiCache
|
|
2508
2521
|
# resp.snapshot.node_snapshots[0].cache_node_create_time #=> Time
|
2509
2522
|
# resp.snapshot.node_snapshots[0].snapshot_create_time #=> Time
|
2510
2523
|
# resp.snapshot.kms_key_id #=> String
|
2524
|
+
# resp.snapshot.arn #=> String
|
2511
2525
|
#
|
2512
2526
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateSnapshot AWS API Documentation
|
2513
2527
|
#
|
@@ -2580,6 +2594,7 @@ module Aws::ElastiCache
|
|
2580
2594
|
# resp.global_replication_group.auth_token_enabled #=> Boolean
|
2581
2595
|
# resp.global_replication_group.transit_encryption_enabled #=> Boolean
|
2582
2596
|
# resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
|
2597
|
+
# resp.global_replication_group.arn #=> String
|
2583
2598
|
#
|
2584
2599
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DecreaseNodeGroupsInGlobalReplicationGroup AWS API Documentation
|
2585
2600
|
#
|
@@ -2682,6 +2697,7 @@ module Aws::ElastiCache
|
|
2682
2697
|
# resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
|
2683
2698
|
# resp.replication_group.snapshotting_cluster_id #=> String
|
2684
2699
|
# resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
|
2700
|
+
# resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
|
2685
2701
|
# resp.replication_group.configuration_endpoint.address #=> String
|
2686
2702
|
# resp.replication_group.configuration_endpoint.port #=> Integer
|
2687
2703
|
# resp.replication_group.snapshot_retention_limit #=> Integer
|
@@ -2693,6 +2709,7 @@ module Aws::ElastiCache
|
|
2693
2709
|
# resp.replication_group.transit_encryption_enabled #=> Boolean
|
2694
2710
|
# resp.replication_group.at_rest_encryption_enabled #=> Boolean
|
2695
2711
|
# resp.replication_group.kms_key_id #=> String
|
2712
|
+
# resp.replication_group.arn #=> String
|
2696
2713
|
#
|
2697
2714
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DecreaseReplicaCount AWS API Documentation
|
2698
2715
|
#
|
@@ -2832,6 +2849,7 @@ module Aws::ElastiCache
|
|
2832
2849
|
# resp.cache_cluster.auth_token_last_modified_date #=> Time
|
2833
2850
|
# resp.cache_cluster.transit_encryption_enabled #=> Boolean
|
2834
2851
|
# resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
|
2852
|
+
# resp.cache_cluster.arn #=> String
|
2835
2853
|
#
|
2836
2854
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteCacheCluster AWS API Documentation
|
2837
2855
|
#
|
@@ -2975,16 +2993,12 @@ module Aws::ElastiCache
|
|
2975
2993
|
# ElastiCache immediately begins deleting the selected resources; you
|
2976
2994
|
# cannot cancel or revert this operation.
|
2977
2995
|
#
|
2978
|
-
# <note markdown="1"> This operation is valid for Redis only.
|
2979
|
-
#
|
2980
|
-
# </note>
|
2981
|
-
#
|
2982
2996
|
# @option params [required, String] :global_replication_group_id
|
2983
2997
|
# The name of the Global Datastore
|
2984
2998
|
#
|
2985
2999
|
# @option params [required, Boolean] :retain_primary_replication_group
|
2986
|
-
#
|
2987
|
-
#
|
3000
|
+
# The primary replication group is retained as a standalone replication
|
3001
|
+
# group.
|
2988
3002
|
#
|
2989
3003
|
# @return [Types::DeleteGlobalReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2990
3004
|
#
|
@@ -3018,6 +3032,7 @@ module Aws::ElastiCache
|
|
3018
3032
|
# resp.global_replication_group.auth_token_enabled #=> Boolean
|
3019
3033
|
# resp.global_replication_group.transit_encryption_enabled #=> Boolean
|
3020
3034
|
# resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
|
3035
|
+
# resp.global_replication_group.arn #=> String
|
3021
3036
|
#
|
3022
3037
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteGlobalReplicationGroup AWS API Documentation
|
3023
3038
|
#
|
@@ -3121,6 +3136,7 @@ module Aws::ElastiCache
|
|
3121
3136
|
# resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
|
3122
3137
|
# resp.replication_group.snapshotting_cluster_id #=> String
|
3123
3138
|
# resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
|
3139
|
+
# resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
|
3124
3140
|
# resp.replication_group.configuration_endpoint.address #=> String
|
3125
3141
|
# resp.replication_group.configuration_endpoint.port #=> Integer
|
3126
3142
|
# resp.replication_group.snapshot_retention_limit #=> Integer
|
@@ -3132,6 +3148,7 @@ module Aws::ElastiCache
|
|
3132
3148
|
# resp.replication_group.transit_encryption_enabled #=> Boolean
|
3133
3149
|
# resp.replication_group.at_rest_encryption_enabled #=> Boolean
|
3134
3150
|
# resp.replication_group.kms_key_id #=> String
|
3151
|
+
# resp.replication_group.arn #=> String
|
3135
3152
|
#
|
3136
3153
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteReplicationGroup AWS API Documentation
|
3137
3154
|
#
|
@@ -3243,6 +3260,7 @@ module Aws::ElastiCache
|
|
3243
3260
|
# resp.snapshot.node_snapshots[0].cache_node_create_time #=> Time
|
3244
3261
|
# resp.snapshot.node_snapshots[0].snapshot_create_time #=> Time
|
3245
3262
|
# resp.snapshot.kms_key_id #=> String
|
3263
|
+
# resp.snapshot.arn #=> String
|
3246
3264
|
#
|
3247
3265
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteSnapshot AWS API Documentation
|
3248
3266
|
#
|
@@ -3313,6 +3331,8 @@ module Aws::ElastiCache
|
|
3313
3331
|
# * {Types::CacheClusterMessage#marker #marker} => String
|
3314
3332
|
# * {Types::CacheClusterMessage#cache_clusters #cache_clusters} => Array<Types::CacheCluster>
|
3315
3333
|
#
|
3334
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3335
|
+
#
|
3316
3336
|
#
|
3317
3337
|
# @example Example: DescribeCacheClusters
|
3318
3338
|
#
|
@@ -3485,6 +3505,13 @@ module Aws::ElastiCache
|
|
3485
3505
|
# resp.cache_clusters[0].auth_token_last_modified_date #=> Time
|
3486
3506
|
# resp.cache_clusters[0].transit_encryption_enabled #=> Boolean
|
3487
3507
|
# resp.cache_clusters[0].at_rest_encryption_enabled #=> Boolean
|
3508
|
+
# resp.cache_clusters[0].arn #=> String
|
3509
|
+
#
|
3510
|
+
#
|
3511
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
3512
|
+
#
|
3513
|
+
# * cache_cluster_available
|
3514
|
+
# * cache_cluster_deleted
|
3488
3515
|
#
|
3489
3516
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheClusters AWS API Documentation
|
3490
3517
|
#
|
@@ -3545,6 +3572,8 @@ module Aws::ElastiCache
|
|
3545
3572
|
# * {Types::CacheEngineVersionMessage#marker #marker} => String
|
3546
3573
|
# * {Types::CacheEngineVersionMessage#cache_engine_versions #cache_engine_versions} => Array<Types::CacheEngineVersion>
|
3547
3574
|
#
|
3575
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3576
|
+
#
|
3548
3577
|
#
|
3549
3578
|
# @example Example: DescribeCacheEngineVersions
|
3550
3579
|
#
|
@@ -3774,6 +3803,8 @@ module Aws::ElastiCache
|
|
3774
3803
|
# * {Types::CacheParameterGroupsMessage#marker #marker} => String
|
3775
3804
|
# * {Types::CacheParameterGroupsMessage#cache_parameter_groups #cache_parameter_groups} => Array<Types::CacheParameterGroup>
|
3776
3805
|
#
|
3806
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3807
|
+
#
|
3777
3808
|
#
|
3778
3809
|
# @example Example: DescribeCacheParameterGroups
|
3779
3810
|
#
|
@@ -3811,6 +3842,7 @@ module Aws::ElastiCache
|
|
3811
3842
|
# resp.cache_parameter_groups[0].cache_parameter_group_family #=> String
|
3812
3843
|
# resp.cache_parameter_groups[0].description #=> String
|
3813
3844
|
# resp.cache_parameter_groups[0].is_global #=> Boolean
|
3845
|
+
# resp.cache_parameter_groups[0].arn #=> String
|
3814
3846
|
#
|
3815
3847
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheParameterGroups AWS API Documentation
|
3816
3848
|
#
|
@@ -3854,6 +3886,8 @@ module Aws::ElastiCache
|
|
3854
3886
|
# * {Types::CacheParameterGroupDetails#parameters #parameters} => Array<Types::Parameter>
|
3855
3887
|
# * {Types::CacheParameterGroupDetails#cache_node_type_specific_parameters #cache_node_type_specific_parameters} => Array<Types::CacheNodeTypeSpecificParameter>
|
3856
3888
|
#
|
3889
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3890
|
+
#
|
3857
3891
|
#
|
3858
3892
|
# @example Example: DescribeCacheParameters
|
3859
3893
|
#
|
@@ -4328,6 +4362,8 @@ module Aws::ElastiCache
|
|
4328
4362
|
# * {Types::CacheSecurityGroupMessage#marker #marker} => String
|
4329
4363
|
# * {Types::CacheSecurityGroupMessage#cache_security_groups #cache_security_groups} => Array<Types::CacheSecurityGroup>
|
4330
4364
|
#
|
4365
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4366
|
+
#
|
4331
4367
|
#
|
4332
4368
|
# @example Example: DescribeCacheSecurityGroups
|
4333
4369
|
#
|
@@ -4357,6 +4393,7 @@ module Aws::ElastiCache
|
|
4357
4393
|
# resp.cache_security_groups[0].ec2_security_groups[0].status #=> String
|
4358
4394
|
# resp.cache_security_groups[0].ec2_security_groups[0].ec2_security_group_name #=> String
|
4359
4395
|
# resp.cache_security_groups[0].ec2_security_groups[0].ec2_security_group_owner_id #=> String
|
4396
|
+
# resp.cache_security_groups[0].arn #=> String
|
4360
4397
|
#
|
4361
4398
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheSecurityGroups AWS API Documentation
|
4362
4399
|
#
|
@@ -4396,6 +4433,8 @@ module Aws::ElastiCache
|
|
4396
4433
|
# * {Types::CacheSubnetGroupMessage#marker #marker} => String
|
4397
4434
|
# * {Types::CacheSubnetGroupMessage#cache_subnet_groups #cache_subnet_groups} => Array<Types::CacheSubnetGroup>
|
4398
4435
|
#
|
4436
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4437
|
+
#
|
4399
4438
|
#
|
4400
4439
|
# @example Example: DescribeCacheSubnetGroups
|
4401
4440
|
#
|
@@ -4461,6 +4500,7 @@ module Aws::ElastiCache
|
|
4461
4500
|
# resp.cache_subnet_groups[0].subnets #=> Array
|
4462
4501
|
# resp.cache_subnet_groups[0].subnets[0].subnet_identifier #=> String
|
4463
4502
|
# resp.cache_subnet_groups[0].subnets[0].subnet_availability_zone.name #=> String
|
4503
|
+
# resp.cache_subnet_groups[0].arn #=> String
|
4464
4504
|
#
|
4465
4505
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheSubnetGroups AWS API Documentation
|
4466
4506
|
#
|
@@ -4500,6 +4540,8 @@ module Aws::ElastiCache
|
|
4500
4540
|
#
|
4501
4541
|
# * {Types::DescribeEngineDefaultParametersResult#engine_defaults #engine_defaults} => Types::EngineDefaults
|
4502
4542
|
#
|
4543
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4544
|
+
#
|
4503
4545
|
#
|
4504
4546
|
# @example Example: DescribeEngineDefaultParameters
|
4505
4547
|
#
|
@@ -5209,6 +5251,8 @@ module Aws::ElastiCache
|
|
5209
5251
|
# * {Types::EventsMessage#marker #marker} => String
|
5210
5252
|
# * {Types::EventsMessage#events #events} => Array<Types::Event>
|
5211
5253
|
#
|
5254
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
5255
|
+
#
|
5212
5256
|
#
|
5213
5257
|
# @example Example: DescribeEvents
|
5214
5258
|
#
|
@@ -5364,6 +5408,8 @@ module Aws::ElastiCache
|
|
5364
5408
|
# * {Types::DescribeGlobalReplicationGroupsResult#marker #marker} => String
|
5365
5409
|
# * {Types::DescribeGlobalReplicationGroupsResult#global_replication_groups #global_replication_groups} => Array<Types::GlobalReplicationGroup>
|
5366
5410
|
#
|
5411
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
5412
|
+
#
|
5367
5413
|
# @example Request syntax with placeholder values
|
5368
5414
|
#
|
5369
5415
|
# resp = client.describe_global_replication_groups({
|
@@ -5396,6 +5442,7 @@ module Aws::ElastiCache
|
|
5396
5442
|
# resp.global_replication_groups[0].auth_token_enabled #=> Boolean
|
5397
5443
|
# resp.global_replication_groups[0].transit_encryption_enabled #=> Boolean
|
5398
5444
|
# resp.global_replication_groups[0].at_rest_encryption_enabled #=> Boolean
|
5445
|
+
# resp.global_replication_groups[0].arn #=> String
|
5399
5446
|
#
|
5400
5447
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeGlobalReplicationGroups AWS API Documentation
|
5401
5448
|
#
|
@@ -5442,6 +5489,8 @@ module Aws::ElastiCache
|
|
5442
5489
|
# * {Types::ReplicationGroupMessage#marker #marker} => String
|
5443
5490
|
# * {Types::ReplicationGroupMessage#replication_groups #replication_groups} => Array<Types::ReplicationGroup>
|
5444
5491
|
#
|
5492
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
5493
|
+
#
|
5445
5494
|
#
|
5446
5495
|
# @example Example: DescribeReplicationGroups
|
5447
5496
|
#
|
@@ -5545,6 +5594,7 @@ module Aws::ElastiCache
|
|
5545
5594
|
# resp.replication_groups[0].node_groups[0].node_group_members[0].current_role #=> String
|
5546
5595
|
# resp.replication_groups[0].snapshotting_cluster_id #=> String
|
5547
5596
|
# resp.replication_groups[0].automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
|
5597
|
+
# resp.replication_groups[0].multi_az #=> String, one of "enabled", "disabled"
|
5548
5598
|
# resp.replication_groups[0].configuration_endpoint.address #=> String
|
5549
5599
|
# resp.replication_groups[0].configuration_endpoint.port #=> Integer
|
5550
5600
|
# resp.replication_groups[0].snapshot_retention_limit #=> Integer
|
@@ -5556,6 +5606,13 @@ module Aws::ElastiCache
|
|
5556
5606
|
# resp.replication_groups[0].transit_encryption_enabled #=> Boolean
|
5557
5607
|
# resp.replication_groups[0].at_rest_encryption_enabled #=> Boolean
|
5558
5608
|
# resp.replication_groups[0].kms_key_id #=> String
|
5609
|
+
# resp.replication_groups[0].arn #=> String
|
5610
|
+
#
|
5611
|
+
#
|
5612
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
5613
|
+
#
|
5614
|
+
# * replication_group_available
|
5615
|
+
# * replication_group_deleted
|
5559
5616
|
#
|
5560
5617
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeReplicationGroups AWS API Documentation
|
5561
5618
|
#
|
@@ -5691,6 +5748,8 @@ module Aws::ElastiCache
|
|
5691
5748
|
# * {Types::ReservedCacheNodeMessage#marker #marker} => String
|
5692
5749
|
# * {Types::ReservedCacheNodeMessage#reserved_cache_nodes #reserved_cache_nodes} => Array<Types::ReservedCacheNode>
|
5693
5750
|
#
|
5751
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
5752
|
+
#
|
5694
5753
|
#
|
5695
5754
|
# @example Example: DescribeReservedCacheNodes
|
5696
5755
|
#
|
@@ -5866,6 +5925,8 @@ module Aws::ElastiCache
|
|
5866
5925
|
# * {Types::ReservedCacheNodesOfferingMessage#marker #marker} => String
|
5867
5926
|
# * {Types::ReservedCacheNodesOfferingMessage#reserved_cache_nodes_offerings #reserved_cache_nodes_offerings} => Array<Types::ReservedCacheNodesOffering>
|
5868
5927
|
#
|
5928
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
5929
|
+
#
|
5869
5930
|
#
|
5870
5931
|
# @example Example: DescribeReseredCacheNodeOfferings
|
5871
5932
|
#
|
@@ -6244,6 +6305,8 @@ module Aws::ElastiCache
|
|
6244
6305
|
# * {Types::ServiceUpdatesMessage#marker #marker} => String
|
6245
6306
|
# * {Types::ServiceUpdatesMessage#service_updates #service_updates} => Array<Types::ServiceUpdate>
|
6246
6307
|
#
|
6308
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
6309
|
+
#
|
6247
6310
|
# @example Request syntax with placeholder values
|
6248
6311
|
#
|
6249
6312
|
# resp = client.describe_service_updates({
|
@@ -6332,6 +6395,8 @@ module Aws::ElastiCache
|
|
6332
6395
|
# * {Types::DescribeSnapshotsListMessage#marker #marker} => String
|
6333
6396
|
# * {Types::DescribeSnapshotsListMessage#snapshots #snapshots} => Array<Types::Snapshot>
|
6334
6397
|
#
|
6398
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
6399
|
+
#
|
6335
6400
|
#
|
6336
6401
|
# @example Example: DescribeSnapshots
|
6337
6402
|
#
|
@@ -6429,6 +6494,7 @@ module Aws::ElastiCache
|
|
6429
6494
|
# resp.snapshots[0].node_snapshots[0].cache_node_create_time #=> Time
|
6430
6495
|
# resp.snapshots[0].node_snapshots[0].snapshot_create_time #=> Time
|
6431
6496
|
# resp.snapshots[0].kms_key_id #=> String
|
6497
|
+
# resp.snapshots[0].arn #=> String
|
6432
6498
|
#
|
6433
6499
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeSnapshots AWS API Documentation
|
6434
6500
|
#
|
@@ -6481,6 +6547,8 @@ module Aws::ElastiCache
|
|
6481
6547
|
# * {Types::UpdateActionsMessage#marker #marker} => String
|
6482
6548
|
# * {Types::UpdateActionsMessage#update_actions #update_actions} => Array<Types::UpdateAction>
|
6483
6549
|
#
|
6550
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
6551
|
+
#
|
6484
6552
|
# @example Request syntax with placeholder values
|
6485
6553
|
#
|
6486
6554
|
# resp = client.describe_update_actions({
|
@@ -6493,7 +6561,7 @@ module Aws::ElastiCache
|
|
6493
6561
|
# start_time: Time.now,
|
6494
6562
|
# end_time: Time.now,
|
6495
6563
|
# },
|
6496
|
-
# update_action_status: ["not-applied"], # accepts not-applied, waiting-to-start, in-progress, stopping, stopped, complete
|
6564
|
+
# update_action_status: ["not-applied"], # accepts not-applied, waiting-to-start, in-progress, stopping, stopped, complete, scheduling, scheduled, not-applicable
|
6497
6565
|
# show_node_level_update_status: false,
|
6498
6566
|
# max_records: 1,
|
6499
6567
|
# marker: "String",
|
@@ -6512,7 +6580,7 @@ module Aws::ElastiCache
|
|
6512
6580
|
# resp.update_actions[0].service_update_recommended_apply_by_date #=> Time
|
6513
6581
|
# resp.update_actions[0].service_update_type #=> String, one of "security-update"
|
6514
6582
|
# resp.update_actions[0].update_action_available_date #=> Time
|
6515
|
-
# resp.update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete"
|
6583
|
+
# resp.update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete", "scheduling", "scheduled", "not-applicable"
|
6516
6584
|
# resp.update_actions[0].nodes_updated #=> String
|
6517
6585
|
# resp.update_actions[0].update_action_status_modified_date #=> Time
|
6518
6586
|
# resp.update_actions[0].sla_met #=> String, one of "yes", "no", "n/a"
|
@@ -6598,6 +6666,7 @@ module Aws::ElastiCache
|
|
6598
6666
|
# resp.global_replication_group.auth_token_enabled #=> Boolean
|
6599
6667
|
# resp.global_replication_group.transit_encryption_enabled #=> Boolean
|
6600
6668
|
# resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
|
6669
|
+
# resp.global_replication_group.arn #=> String
|
6601
6670
|
#
|
6602
6671
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DisassociateGlobalReplicationGroup AWS API Documentation
|
6603
6672
|
#
|
@@ -6609,6 +6678,8 @@ module Aws::ElastiCache
|
|
6609
6678
|
end
|
6610
6679
|
|
6611
6680
|
# Used to failover the primary region to a selected secondary region.
|
6681
|
+
# The selected secondary region will be come primary, and all other
|
6682
|
+
# clusters will become secondary.
|
6612
6683
|
#
|
6613
6684
|
# @option params [required, String] :global_replication_group_id
|
6614
6685
|
# The name of the Global Datastore
|
@@ -6652,6 +6723,7 @@ module Aws::ElastiCache
|
|
6652
6723
|
# resp.global_replication_group.auth_token_enabled #=> Boolean
|
6653
6724
|
# resp.global_replication_group.transit_encryption_enabled #=> Boolean
|
6654
6725
|
# resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
|
6726
|
+
# resp.global_replication_group.arn #=> String
|
6655
6727
|
#
|
6656
6728
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/FailoverGlobalReplicationGroup AWS API Documentation
|
6657
6729
|
#
|
@@ -6724,6 +6796,7 @@ module Aws::ElastiCache
|
|
6724
6796
|
# resp.global_replication_group.auth_token_enabled #=> Boolean
|
6725
6797
|
# resp.global_replication_group.transit_encryption_enabled #=> Boolean
|
6726
6798
|
# resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
|
6799
|
+
# resp.global_replication_group.arn #=> String
|
6727
6800
|
#
|
6728
6801
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/IncreaseNodeGroupsInGlobalReplicationGroup AWS API Documentation
|
6729
6802
|
#
|
@@ -6810,6 +6883,7 @@ module Aws::ElastiCache
|
|
6810
6883
|
# resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
|
6811
6884
|
# resp.replication_group.snapshotting_cluster_id #=> String
|
6812
6885
|
# resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
|
6886
|
+
# resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
|
6813
6887
|
# resp.replication_group.configuration_endpoint.address #=> String
|
6814
6888
|
# resp.replication_group.configuration_endpoint.port #=> Integer
|
6815
6889
|
# resp.replication_group.snapshot_retention_limit #=> Integer
|
@@ -6821,6 +6895,7 @@ module Aws::ElastiCache
|
|
6821
6895
|
# resp.replication_group.transit_encryption_enabled #=> Boolean
|
6822
6896
|
# resp.replication_group.at_rest_encryption_enabled #=> Boolean
|
6823
6897
|
# resp.replication_group.kms_key_id #=> String
|
6898
|
+
# resp.replication_group.arn #=> String
|
6824
6899
|
#
|
6825
6900
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/IncreaseReplicaCount AWS API Documentation
|
6826
6901
|
#
|
@@ -7421,6 +7496,7 @@ module Aws::ElastiCache
|
|
7421
7496
|
# resp.cache_cluster.auth_token_last_modified_date #=> Time
|
7422
7497
|
# resp.cache_cluster.transit_encryption_enabled #=> Boolean
|
7423
7498
|
# resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
|
7499
|
+
# resp.cache_cluster.arn #=> String
|
7424
7500
|
#
|
7425
7501
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheCluster AWS API Documentation
|
7426
7502
|
#
|
@@ -7587,6 +7663,7 @@ module Aws::ElastiCache
|
|
7587
7663
|
# resp.cache_subnet_group.subnets #=> Array
|
7588
7664
|
# resp.cache_subnet_group.subnets[0].subnet_identifier #=> String
|
7589
7665
|
# resp.cache_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
7666
|
+
# resp.cache_subnet_group.arn #=> String
|
7590
7667
|
#
|
7591
7668
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheSubnetGroup AWS API Documentation
|
7592
7669
|
#
|
@@ -7603,12 +7680,10 @@ module Aws::ElastiCache
|
|
7603
7680
|
# The name of the Global Datastore
|
7604
7681
|
#
|
7605
7682
|
# @option params [required, Boolean] :apply_immediately
|
7606
|
-
#
|
7607
|
-
#
|
7608
|
-
# possible
|
7609
|
-
#
|
7610
|
-
# group are applied on the next maintenance reboot, or the next failure
|
7611
|
-
# reboot, whichever occurs first.
|
7683
|
+
# This parameter causes the modifications in this request and any
|
7684
|
+
# pending modifications to be applied, asynchronously and as soon as
|
7685
|
+
# possible. Modifications to Global Replication Groups cannot be
|
7686
|
+
# requested to be applied in PreferredMaintenceWindow.
|
7612
7687
|
#
|
7613
7688
|
# @option params [String] :cache_node_type
|
7614
7689
|
# A valid cache node type that you want to scale this Global Datastore
|
@@ -7661,6 +7736,7 @@ module Aws::ElastiCache
|
|
7661
7736
|
# resp.global_replication_group.auth_token_enabled #=> Boolean
|
7662
7737
|
# resp.global_replication_group.transit_encryption_enabled #=> Boolean
|
7663
7738
|
# resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
|
7739
|
+
# resp.global_replication_group.arn #=> String
|
7664
7740
|
#
|
7665
7741
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyGlobalReplicationGroup AWS API Documentation
|
7666
7742
|
#
|
@@ -7673,10 +7749,6 @@ module Aws::ElastiCache
|
|
7673
7749
|
|
7674
7750
|
# Modifies the settings for a replication group.
|
7675
7751
|
#
|
7676
|
-
# For Redis (cluster mode enabled) clusters, this operation cannot be
|
7677
|
-
# used to change a cluster's node type or engine version. For more
|
7678
|
-
# information, see:
|
7679
|
-
#
|
7680
7752
|
# * [Scaling for Amazon ElastiCache for Redis (cluster mode enabled)][1]
|
7681
7753
|
# in the ElastiCache User Guide
|
7682
7754
|
#
|
@@ -7725,6 +7797,8 @@ module Aws::ElastiCache
|
|
7725
7797
|
#
|
7726
7798
|
# * Redis (cluster mode enabled): T1 node types.
|
7727
7799
|
#
|
7800
|
+
# @option params [Boolean] :multi_az_enabled
|
7801
|
+
#
|
7728
7802
|
# @option params [String] :node_group_id
|
7729
7803
|
# Deprecated. This parameter is not used.
|
7730
7804
|
#
|
@@ -7962,6 +8036,7 @@ module Aws::ElastiCache
|
|
7962
8036
|
# primary_cluster_id: "String",
|
7963
8037
|
# snapshotting_cluster_id: "String",
|
7964
8038
|
# automatic_failover_enabled: false,
|
8039
|
+
# multi_az_enabled: false,
|
7965
8040
|
# node_group_id: "String",
|
7966
8041
|
# cache_security_group_names: ["String"],
|
7967
8042
|
# security_group_ids: ["String"],
|
@@ -8009,6 +8084,7 @@ module Aws::ElastiCache
|
|
8009
8084
|
# resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
|
8010
8085
|
# resp.replication_group.snapshotting_cluster_id #=> String
|
8011
8086
|
# resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
|
8087
|
+
# resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
|
8012
8088
|
# resp.replication_group.configuration_endpoint.address #=> String
|
8013
8089
|
# resp.replication_group.configuration_endpoint.port #=> Integer
|
8014
8090
|
# resp.replication_group.snapshot_retention_limit #=> Integer
|
@@ -8020,6 +8096,7 @@ module Aws::ElastiCache
|
|
8020
8096
|
# resp.replication_group.transit_encryption_enabled #=> Boolean
|
8021
8097
|
# resp.replication_group.at_rest_encryption_enabled #=> Boolean
|
8022
8098
|
# resp.replication_group.kms_key_id #=> String
|
8099
|
+
# resp.replication_group.arn #=> String
|
8023
8100
|
#
|
8024
8101
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroup AWS API Documentation
|
8025
8102
|
#
|
@@ -8126,6 +8203,7 @@ module Aws::ElastiCache
|
|
8126
8203
|
# resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
|
8127
8204
|
# resp.replication_group.snapshotting_cluster_id #=> String
|
8128
8205
|
# resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
|
8206
|
+
# resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
|
8129
8207
|
# resp.replication_group.configuration_endpoint.address #=> String
|
8130
8208
|
# resp.replication_group.configuration_endpoint.port #=> Integer
|
8131
8209
|
# resp.replication_group.snapshot_retention_limit #=> Integer
|
@@ -8137,6 +8215,7 @@ module Aws::ElastiCache
|
|
8137
8215
|
# resp.replication_group.transit_encryption_enabled #=> Boolean
|
8138
8216
|
# resp.replication_group.at_rest_encryption_enabled #=> Boolean
|
8139
8217
|
# resp.replication_group.kms_key_id #=> String
|
8218
|
+
# resp.replication_group.arn #=> String
|
8140
8219
|
#
|
8141
8220
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupShardConfiguration AWS API Documentation
|
8142
8221
|
#
|
@@ -8218,7 +8297,7 @@ module Aws::ElastiCache
|
|
8218
8297
|
req.send_request(options)
|
8219
8298
|
end
|
8220
8299
|
|
8221
|
-
# Redistribute slots to ensure
|
8300
|
+
# Redistribute slots to ensure uniform distribution across existing
|
8222
8301
|
# shards in the cluster.
|
8223
8302
|
#
|
8224
8303
|
# @option params [required, String] :global_replication_group_id
|
@@ -8259,6 +8338,7 @@ module Aws::ElastiCache
|
|
8259
8338
|
# resp.global_replication_group.auth_token_enabled #=> Boolean
|
8260
8339
|
# resp.global_replication_group.transit_encryption_enabled #=> Boolean
|
8261
8340
|
# resp.global_replication_group.at_rest_encryption_enabled #=> Boolean
|
8341
|
+
# resp.global_replication_group.arn #=> String
|
8262
8342
|
#
|
8263
8343
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RebalanceSlotsInGlobalReplicationGroup AWS API Documentation
|
8264
8344
|
#
|
@@ -8407,6 +8487,7 @@ module Aws::ElastiCache
|
|
8407
8487
|
# resp.cache_cluster.auth_token_last_modified_date #=> Time
|
8408
8488
|
# resp.cache_cluster.transit_encryption_enabled #=> Boolean
|
8409
8489
|
# resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
|
8490
|
+
# resp.cache_cluster.arn #=> String
|
8410
8491
|
#
|
8411
8492
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RebootCacheCluster AWS API Documentation
|
8412
8493
|
#
|
@@ -8618,6 +8699,7 @@ module Aws::ElastiCache
|
|
8618
8699
|
# resp.cache_security_group.ec2_security_groups[0].status #=> String
|
8619
8700
|
# resp.cache_security_group.ec2_security_groups[0].ec2_security_group_name #=> String
|
8620
8701
|
# resp.cache_security_group.ec2_security_groups[0].ec2_security_group_owner_id #=> String
|
8702
|
+
# resp.cache_security_group.arn #=> String
|
8621
8703
|
#
|
8622
8704
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RevokeCacheSecurityGroupIngress AWS API Documentation
|
8623
8705
|
#
|
@@ -8683,6 +8765,7 @@ module Aws::ElastiCache
|
|
8683
8765
|
# resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
|
8684
8766
|
# resp.replication_group.snapshotting_cluster_id #=> String
|
8685
8767
|
# resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
|
8768
|
+
# resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
|
8686
8769
|
# resp.replication_group.configuration_endpoint.address #=> String
|
8687
8770
|
# resp.replication_group.configuration_endpoint.port #=> Integer
|
8688
8771
|
# resp.replication_group.snapshot_retention_limit #=> Integer
|
@@ -8694,6 +8777,7 @@ module Aws::ElastiCache
|
|
8694
8777
|
# resp.replication_group.transit_encryption_enabled #=> Boolean
|
8695
8778
|
# resp.replication_group.at_rest_encryption_enabled #=> Boolean
|
8696
8779
|
# resp.replication_group.kms_key_id #=> String
|
8780
|
+
# resp.replication_group.arn #=> String
|
8697
8781
|
#
|
8698
8782
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/StartMigration AWS API Documentation
|
8699
8783
|
#
|
@@ -8809,6 +8893,7 @@ module Aws::ElastiCache
|
|
8809
8893
|
# resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
|
8810
8894
|
# resp.replication_group.snapshotting_cluster_id #=> String
|
8811
8895
|
# resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
|
8896
|
+
# resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
|
8812
8897
|
# resp.replication_group.configuration_endpoint.address #=> String
|
8813
8898
|
# resp.replication_group.configuration_endpoint.port #=> Integer
|
8814
8899
|
# resp.replication_group.snapshot_retention_limit #=> Integer
|
@@ -8820,6 +8905,7 @@ module Aws::ElastiCache
|
|
8820
8905
|
# resp.replication_group.transit_encryption_enabled #=> Boolean
|
8821
8906
|
# resp.replication_group.at_rest_encryption_enabled #=> Boolean
|
8822
8907
|
# resp.replication_group.kms_key_id #=> String
|
8908
|
+
# resp.replication_group.arn #=> String
|
8823
8909
|
#
|
8824
8910
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestFailover AWS API Documentation
|
8825
8911
|
#
|
@@ -8843,7 +8929,7 @@ module Aws::ElastiCache
|
|
8843
8929
|
params: params,
|
8844
8930
|
config: config)
|
8845
8931
|
context[:gem_name] = 'aws-sdk-elasticache'
|
8846
|
-
context[:gem_version] = '1.
|
8932
|
+
context[:gem_version] = '1.36.0'
|
8847
8933
|
Seahorse::Client::Request.new(handlers, context)
|
8848
8934
|
end
|
8849
8935
|
|
@@ -8909,12 +8995,12 @@ module Aws::ElastiCache
|
|
8909
8995
|
# The following table lists the valid waiter names, the operations they call,
|
8910
8996
|
# and the default `:delay` and `:max_attempts` values.
|
8911
8997
|
#
|
8912
|
-
# | waiter_name | params
|
8913
|
-
# | --------------------------- |
|
8914
|
-
# | cache_cluster_available | {#describe_cache_clusters} | 15 | 40 |
|
8915
|
-
# | cache_cluster_deleted | {#describe_cache_clusters} | 15 | 40 |
|
8916
|
-
# | replication_group_available | {#describe_replication_groups} | 15 | 40 |
|
8917
|
-
# | replication_group_deleted | {#describe_replication_groups} | 15 | 40 |
|
8998
|
+
# | waiter_name | params | :delay | :max_attempts |
|
8999
|
+
# | --------------------------- | ------------------------------------ | -------- | ------------- |
|
9000
|
+
# | cache_cluster_available | {Client#describe_cache_clusters} | 15 | 40 |
|
9001
|
+
# | cache_cluster_deleted | {Client#describe_cache_clusters} | 15 | 40 |
|
9002
|
+
# | replication_group_available | {Client#describe_replication_groups} | 15 | 40 |
|
9003
|
+
# | replication_group_deleted | {Client#describe_replication_groups} | 15 | 40 |
|
8918
9004
|
#
|
8919
9005
|
# @raise [Errors::FailureStateError] Raised when the waiter terminates
|
8920
9006
|
# because the waiter has entered a state that it will not transition
|