aws-sdk-elasticache 1.0.0.rc2 → 1.0.0.rc3

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.
@@ -11,6 +11,7 @@ module Aws::ElastiCache
11
11
 
12
12
  include Seahorse::Model
13
13
 
14
+ APICallRateForCustomerExceededFault = Shapes::StructureShape.new(name: 'APICallRateForCustomerExceededFault')
14
15
  AZMode = Shapes::StringShape.new(name: 'AZMode')
15
16
  AddTagsToResourceMessage = Shapes::StructureShape.new(name: 'AddTagsToResourceMessage')
16
17
  AllowedNodeTypeModificationsMessage = Shapes::StructureShape.new(name: 'AllowedNodeTypeModificationsMessage')
@@ -142,6 +143,7 @@ module Aws::ElastiCache
142
143
  NodeGroupList = Shapes::ListShape.new(name: 'NodeGroupList')
143
144
  NodeGroupMember = Shapes::StructureShape.new(name: 'NodeGroupMember')
144
145
  NodeGroupMemberList = Shapes::ListShape.new(name: 'NodeGroupMemberList')
146
+ NodeGroupNotFoundFault = Shapes::StructureShape.new(name: 'NodeGroupNotFoundFault')
145
147
  NodeGroupsPerReplicationGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'NodeGroupsPerReplicationGroupQuotaExceededFault')
146
148
  NodeQuotaForClusterExceededFault = Shapes::StructureShape.new(name: 'NodeQuotaForClusterExceededFault')
147
149
  NodeQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'NodeQuotaForCustomerExceededFault')
@@ -204,6 +206,9 @@ module Aws::ElastiCache
204
206
  TagListMessage = Shapes::StructureShape.new(name: 'TagListMessage')
205
207
  TagNotFoundFault = Shapes::StructureShape.new(name: 'TagNotFoundFault')
206
208
  TagQuotaPerResourceExceeded = Shapes::StructureShape.new(name: 'TagQuotaPerResourceExceeded')
209
+ TestFailoverMessage = Shapes::StructureShape.new(name: 'TestFailoverMessage')
210
+ TestFailoverNotAvailableFault = Shapes::StructureShape.new(name: 'TestFailoverNotAvailableFault')
211
+ TestFailoverResult = Shapes::StructureShape.new(name: 'TestFailoverResult')
207
212
 
208
213
  AddTagsToResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
209
214
  AddTagsToResourceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
@@ -490,6 +495,7 @@ module Aws::ElastiCache
490
495
  DescribeCacheClustersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
491
496
  DescribeCacheClustersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
492
497
  DescribeCacheClustersMessage.add_member(:show_cache_node_info, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ShowCacheNodeInfo"))
498
+ DescribeCacheClustersMessage.add_member(:show_cache_clusters_not_in_replication_groups, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ShowCacheClustersNotInReplicationGroups"))
493
499
  DescribeCacheClustersMessage.struct_class = Types::DescribeCacheClustersMessage
494
500
 
495
501
  DescribeCacheEngineVersionsMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
@@ -664,6 +670,7 @@ module Aws::ElastiCache
664
670
  ModifyReplicationGroupMessage.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
665
671
  ModifyReplicationGroupMessage.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
666
672
  ModifyReplicationGroupMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
673
+ ModifyReplicationGroupMessage.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
667
674
  ModifyReplicationGroupMessage.struct_class = Types::ModifyReplicationGroupMessage
668
675
 
669
676
  ModifyReplicationGroupResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
@@ -775,6 +782,8 @@ module Aws::ElastiCache
775
782
  ReplicationGroup.add_member(:configuration_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ConfigurationEndpoint"))
776
783
  ReplicationGroup.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
777
784
  ReplicationGroup.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
785
+ ReplicationGroup.add_member(:cluster_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ClusterEnabled"))
786
+ ReplicationGroup.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
778
787
  ReplicationGroup.struct_class = Types::ReplicationGroup
779
788
 
780
789
  ReplicationGroupList.member = Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup")
@@ -891,6 +900,13 @@ module Aws::ElastiCache
891
900
  TagListMessage.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
892
901
  TagListMessage.struct_class = Types::TagListMessage
893
902
 
903
+ TestFailoverMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
904
+ TestFailoverMessage.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NodeGroupId"))
905
+ TestFailoverMessage.struct_class = Types::TestFailoverMessage
906
+
907
+ TestFailoverResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
908
+ TestFailoverResult.struct_class = Types::TestFailoverResult
909
+
894
910
 
895
911
  # @api private
896
912
  API = Seahorse::Model::Api.new.tap do |api|
@@ -1463,6 +1479,22 @@ module Aws::ElastiCache
1463
1479
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1464
1480
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1465
1481
  end)
1482
+
1483
+ api.add_operation(:test_failover, Seahorse::Model::Operation.new.tap do |o|
1484
+ o.name = "TestFailover"
1485
+ o.http_method = "POST"
1486
+ o.http_request_uri = "/"
1487
+ o.input = Shapes::ShapeRef.new(shape: TestFailoverMessage)
1488
+ o.output = Shapes::ShapeRef.new(shape: TestFailoverResult)
1489
+ o.errors << Shapes::ShapeRef.new(shape: APICallRateForCustomerExceededFault)
1490
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheClusterStateFault)
1491
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
1492
+ o.errors << Shapes::ShapeRef.new(shape: NodeGroupNotFoundFault)
1493
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
1494
+ o.errors << Shapes::ShapeRef.new(shape: TestFailoverNotAvailableFault)
1495
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1496
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1497
+ end)
1466
1498
  end
1467
1499
 
1468
1500
  end
@@ -42,15 +42,28 @@ module Aws::ElastiCache
42
42
  # is a key-value pair. A tag key must be accompanied by a tag value.
43
43
  # @return [Array<Types::Tag>]
44
44
  #
45
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AddTagsToResourceMessage AWS API Documentation
46
+ #
45
47
  class AddTagsToResourceMessage < Struct.new(
46
48
  :resource_name,
47
49
  :tags)
48
50
  include Aws::Structure
49
51
  end
50
52
 
53
+ # Represents the allowed node types you can use to modify your cache
54
+ # cluster or replication group.
55
+ #
51
56
  # @!attribute [rw] scale_up_modifications
57
+ # A string list, each element of which specifies a cache node type
58
+ # which you can use to scale your cache cluster or replication group.
59
+ #
60
+ # When scaling up a Redis cluster or replication group using
61
+ # `ModifyCacheCluster` or `ModifyReplicationGroup`, use a value from
62
+ # this list for the `CacheNodeType` parameter.
52
63
  # @return [Array<String>]
53
64
  #
65
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AllowedNodeTypeModificationsMessage AWS API Documentation
66
+ #
54
67
  class AllowedNodeTypeModificationsMessage < Struct.new(
55
68
  :scale_up_modifications)
56
69
  include Aws::Structure
@@ -83,6 +96,8 @@ module Aws::ElastiCache
83
96
  # provide a valid AWS account number for this parameter.
84
97
  # @return [String]
85
98
  #
99
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AuthorizeCacheSecurityGroupIngressMessage AWS API Documentation
100
+ #
86
101
  class AuthorizeCacheSecurityGroupIngressMessage < Struct.new(
87
102
  :cache_security_group_name,
88
103
  :ec2_security_group_name,
@@ -100,6 +115,8 @@ module Aws::ElastiCache
100
115
  # * `RevokeCacheSecurityGroupIngress`
101
116
  # @return [Types::CacheSecurityGroup]
102
117
  #
118
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AuthorizeCacheSecurityGroupIngressResult AWS API Documentation
119
+ #
103
120
  class AuthorizeCacheSecurityGroupIngressResult < Struct.new(
104
121
  :cache_security_group)
105
122
  include Aws::Structure
@@ -111,6 +128,8 @@ module Aws::ElastiCache
111
128
  # The name of the Availability Zone.
112
129
  # @return [String]
113
130
  #
131
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AvailabilityZone AWS API Documentation
132
+ #
114
133
  class AvailabilityZone < Struct.new(
115
134
  :name)
116
135
  include Aws::Structure
@@ -124,8 +143,12 @@ module Aws::ElastiCache
124
143
  # @return [String]
125
144
  #
126
145
  # @!attribute [rw] configuration_endpoint
127
- # Represents the information required for client programs to connect
128
- # to a cache node.
146
+ # Represents a Memcached cluster endpoint which, if Automatic
147
+ # Discovery is enabled on the cluster, can be used by an application
148
+ # to connect to any node in the cluster. The configuration endpoint
149
+ # will always have `.cfg` in it.
150
+ #
151
+ # Example: `mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211`
129
152
  # @return [Types::Endpoint]
130
153
  #
131
154
  # @!attribute [rw] client_download_landing_page
@@ -302,6 +325,8 @@ module Aws::ElastiCache
302
325
  # Example: `05:00-09:00`
303
326
  # @return [String]
304
327
  #
328
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheCluster AWS API Documentation
329
+ #
305
330
  class CacheCluster < Struct.new(
306
331
  :cache_cluster_id,
307
332
  :configuration_endpoint,
@@ -339,6 +364,8 @@ module Aws::ElastiCache
339
364
  # information about one cache cluster.
340
365
  # @return [Array<Types::CacheCluster>]
341
366
  #
367
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheClusterMessage AWS API Documentation
368
+ #
342
369
  class CacheClusterMessage < Struct.new(
343
370
  :marker,
344
371
  :cache_clusters)
@@ -371,6 +398,8 @@ module Aws::ElastiCache
371
398
  # The description of the cache engine version.
372
399
  # @return [String]
373
400
  #
401
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheEngineVersion AWS API Documentation
402
+ #
374
403
  class CacheEngineVersion < Struct.new(
375
404
  :engine,
376
405
  :engine_version,
@@ -391,6 +420,8 @@ module Aws::ElastiCache
391
420
  # contains detailed information about one cache engine version.
392
421
  # @return [Array<Types::CacheEngineVersion>]
393
422
  #
423
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheEngineVersionMessage AWS API Documentation
424
+ #
394
425
  class CacheEngineVersionMessage < Struct.new(
395
426
  :marker,
396
427
  :cache_engine_versions)
@@ -479,6 +510,8 @@ module Aws::ElastiCache
479
510
  # The Availability Zone where this node was created and now resides.
480
511
  # @return [String]
481
512
  #
513
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheNode AWS API Documentation
514
+ #
482
515
  class CacheNode < Struct.new(
483
516
  :cache_node_id,
484
517
  :cache_node_status,
@@ -541,6 +574,8 @@ module Aws::ElastiCache
541
574
  # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Clusters.Rebooting.html
542
575
  # @return [String]
543
576
  #
577
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheNodeTypeSpecificParameter AWS API Documentation
578
+ #
544
579
  class CacheNodeTypeSpecificParameter < Struct.new(
545
580
  :parameter_name,
546
581
  :description,
@@ -564,6 +599,8 @@ module Aws::ElastiCache
564
599
  # The value for the cache node type.
565
600
  # @return [String]
566
601
  #
602
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheNodeTypeSpecificValue AWS API Documentation
603
+ #
567
604
  class CacheNodeTypeSpecificValue < Struct.new(
568
605
  :cache_node_type,
569
606
  :value)
@@ -588,6 +625,8 @@ module Aws::ElastiCache
588
625
  # The description for this cache parameter group.
589
626
  # @return [String]
590
627
  #
628
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheParameterGroup AWS API Documentation
629
+ #
591
630
  class CacheParameterGroup < Struct.new(
592
631
  :cache_parameter_group_name,
593
632
  :cache_parameter_group_family,
@@ -611,6 +650,8 @@ module Aws::ElastiCache
611
650
  # parameter.
612
651
  # @return [Array<Types::CacheNodeTypeSpecificParameter>]
613
652
  #
653
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheParameterGroupDetails AWS API Documentation
654
+ #
614
655
  class CacheParameterGroupDetails < Struct.new(
615
656
  :marker,
616
657
  :parameters,
@@ -628,6 +669,8 @@ module Aws::ElastiCache
628
669
  # The name of the cache parameter group.
629
670
  # @return [String]
630
671
  #
672
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheParameterGroupNameMessage AWS API Documentation
673
+ #
631
674
  class CacheParameterGroupNameMessage < Struct.new(
632
675
  :cache_parameter_group_name)
633
676
  include Aws::Structure
@@ -649,6 +692,8 @@ module Aws::ElastiCache
649
692
  # 0002, etc.).
650
693
  # @return [Array<String>]
651
694
  #
695
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheParameterGroupStatus AWS API Documentation
696
+ #
652
697
  class CacheParameterGroupStatus < Struct.new(
653
698
  :cache_parameter_group_name,
654
699
  :parameter_apply_status,
@@ -667,6 +712,8 @@ module Aws::ElastiCache
667
712
  # detailed information about one cache parameter group.
668
713
  # @return [Array<Types::CacheParameterGroup>]
669
714
  #
715
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheParameterGroupsMessage AWS API Documentation
716
+ #
670
717
  class CacheParameterGroupsMessage < Struct.new(
671
718
  :marker,
672
719
  :cache_parameter_groups)
@@ -698,6 +745,8 @@ module Aws::ElastiCache
698
745
  # cache security group.
699
746
  # @return [Array<Types::EC2SecurityGroup>]
700
747
  #
748
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheSecurityGroup AWS API Documentation
749
+ #
701
750
  class CacheSecurityGroup < Struct.new(
702
751
  :owner_id,
703
752
  :cache_security_group_name,
@@ -719,6 +768,8 @@ module Aws::ElastiCache
719
768
  # security groups assigned to a cache cluster are modified.
720
769
  # @return [String]
721
770
  #
771
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheSecurityGroupMembership AWS API Documentation
772
+ #
722
773
  class CacheSecurityGroupMembership < Struct.new(
723
774
  :cache_security_group_name,
724
775
  :status)
@@ -736,6 +787,8 @@ module Aws::ElastiCache
736
787
  # detailed information about one group.
737
788
  # @return [Array<Types::CacheSecurityGroup>]
738
789
  #
790
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheSecurityGroupMessage AWS API Documentation
791
+ #
739
792
  class CacheSecurityGroupMessage < Struct.new(
740
793
  :marker,
741
794
  :cache_security_groups)
@@ -765,6 +818,8 @@ module Aws::ElastiCache
765
818
  # A list of subnets associated with the cache subnet group.
766
819
  # @return [Array<Types::Subnet>]
767
820
  #
821
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheSubnetGroup AWS API Documentation
822
+ #
768
823
  class CacheSubnetGroup < Struct.new(
769
824
  :cache_subnet_group_name,
770
825
  :cache_subnet_group_description,
@@ -784,6 +839,8 @@ module Aws::ElastiCache
784
839
  # detailed information about one group.
785
840
  # @return [Array<Types::CacheSubnetGroup>]
786
841
  #
842
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheSubnetGroupMessage AWS API Documentation
843
+ #
787
844
  class CacheSubnetGroupMessage < Struct.new(
788
845
  :marker,
789
846
  :cache_subnet_groups)
@@ -830,6 +887,8 @@ module Aws::ElastiCache
830
887
  # [2]: http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Snapshots.Exporting.html
831
888
  # @return [String]
832
889
  #
890
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CopySnapshotMessage AWS API Documentation
891
+ #
833
892
  class CopySnapshotMessage < Struct.new(
834
893
  :source_snapshot_name,
835
894
  :target_snapshot_name,
@@ -842,6 +901,8 @@ module Aws::ElastiCache
842
901
  # when the snapshot was taken.
843
902
  # @return [Types::Snapshot]
844
903
  #
904
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CopySnapshotResult AWS API Documentation
905
+ #
845
906
  class CopySnapshotResult < Struct.new(
846
907
  :snapshot)
847
908
  include Aws::Structure
@@ -1213,6 +1274,8 @@ module Aws::ElastiCache
1213
1274
  # [1]: http://redis.io/commands/AUTH
1214
1275
  # @return [String]
1215
1276
  #
1277
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheClusterMessage AWS API Documentation
1278
+ #
1216
1279
  class CreateCacheClusterMessage < Struct.new(
1217
1280
  :cache_cluster_id,
1218
1281
  :replication_group_id,
@@ -1244,6 +1307,8 @@ module Aws::ElastiCache
1244
1307
  # Contains all of the attributes of a specific cache cluster.
1245
1308
  # @return [Types::CacheCluster]
1246
1309
  #
1310
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheClusterResult AWS API Documentation
1311
+ #
1247
1312
  class CreateCacheClusterResult < Struct.new(
1248
1313
  :cache_cluster)
1249
1314
  include Aws::Structure
@@ -1276,6 +1341,8 @@ module Aws::ElastiCache
1276
1341
  # A user-specified description for the cache parameter group.
1277
1342
  # @return [String]
1278
1343
  #
1344
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheParameterGroupMessage AWS API Documentation
1345
+ #
1279
1346
  class CreateCacheParameterGroupMessage < Struct.new(
1280
1347
  :cache_parameter_group_name,
1281
1348
  :cache_parameter_group_family,
@@ -1287,6 +1354,8 @@ module Aws::ElastiCache
1287
1354
  # Represents the output of a `CreateCacheParameterGroup` operation.
1288
1355
  # @return [Types::CacheParameterGroup]
1289
1356
  #
1357
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheParameterGroupResult AWS API Documentation
1358
+ #
1290
1359
  class CreateCacheParameterGroupResult < Struct.new(
1291
1360
  :cache_parameter_group)
1292
1361
  include Aws::Structure
@@ -1316,6 +1385,8 @@ module Aws::ElastiCache
1316
1385
  # A description for the cache security group.
1317
1386
  # @return [String]
1318
1387
  #
1388
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSecurityGroupMessage AWS API Documentation
1389
+ #
1319
1390
  class CreateCacheSecurityGroupMessage < Struct.new(
1320
1391
  :cache_security_group_name,
1321
1392
  :description)
@@ -1332,6 +1403,8 @@ module Aws::ElastiCache
1332
1403
  # * `RevokeCacheSecurityGroupIngress`
1333
1404
  # @return [Types::CacheSecurityGroup]
1334
1405
  #
1406
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSecurityGroupResult AWS API Documentation
1407
+ #
1335
1408
  class CreateCacheSecurityGroupResult < Struct.new(
1336
1409
  :cache_security_group)
1337
1410
  include Aws::Structure
@@ -1366,6 +1439,8 @@ module Aws::ElastiCache
1366
1439
  # A list of VPC subnet IDs for the cache subnet group.
1367
1440
  # @return [Array<String>]
1368
1441
  #
1442
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSubnetGroupMessage AWS API Documentation
1443
+ #
1369
1444
  class CreateCacheSubnetGroupMessage < Struct.new(
1370
1445
  :cache_subnet_group_name,
1371
1446
  :cache_subnet_group_description,
@@ -1381,6 +1456,8 @@ module Aws::ElastiCache
1381
1456
  # * `ModifyCacheSubnetGroup`
1382
1457
  # @return [Types::CacheSubnetGroup]
1383
1458
  #
1459
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSubnetGroupResult AWS API Documentation
1460
+ #
1384
1461
  class CreateCacheSubnetGroupResult < Struct.new(
1385
1462
  :cache_subnet_group)
1386
1463
  include Aws::Structure
@@ -1489,8 +1566,10 @@ module Aws::ElastiCache
1489
1566
  # This parameter is not used if there is more than one node group
1490
1567
  # (shard). You should use `ReplicasPerNodeGroup` instead.
1491
1568
  #
1492
- # If `Multi-AZ` is `enabled`, the value of this parameter must be at
1493
- # least 2.
1569
+ # If `AutomaticFailoverEnabled` is `true`, the value of this parameter
1570
+ # must be at least 2. If `AutomaticFailoverEnabled` is `false` you can
1571
+ # omit this parameter (it will default to 1), or you can explicitly
1572
+ # set it to a value between 2 and 6.
1494
1573
  #
1495
1574
  # The maximum permitted value for `NumCacheClusters` is 6 (primary
1496
1575
  # plus 5 replicas).
@@ -1538,7 +1617,8 @@ module Aws::ElastiCache
1538
1617
  #
1539
1618
  # If you're creating a Redis (cluster mode disabled) or a Redis
1540
1619
  # (cluster mode enabled) replication group, you can use this parameter
1541
- # to configure one node group (shard) or you can omit this parameter.
1620
+ # to individually configure each node group (shard), or you can omit
1621
+ # this parameter.
1542
1622
  # @return [Array<Types::NodeGroupConfiguration>]
1543
1623
  #
1544
1624
  # @!attribute [rw] cache_node_type
@@ -1664,10 +1744,12 @@ module Aws::ElastiCache
1664
1744
  # @!attribute [rw] snapshot_arns
1665
1745
  # A list of Amazon Resource Names (ARN) that uniquely identify the
1666
1746
  # Redis RDB snapshot files stored in Amazon S3. The snapshot files are
1667
- # used to populate the replication group. The Amazon S3 object name in
1668
- # the ARN cannot contain any commas. The list must match the number of
1669
- # node groups (shards) in the replication group, which means you
1670
- # cannot repartition.
1747
+ # used to populate the new replication group. The Amazon S3 object
1748
+ # name in the ARN cannot contain any commas. The new replication group
1749
+ # will have the number of node groups (console: shards) specified by
1750
+ # the parameter *NumNodeGroups* or the number of node groups
1751
+ # configured by *NodeGroupConfiguration* regardless of the number of
1752
+ # ARNs specified here.
1671
1753
  #
1672
1754
  # <note markdown="1"> This parameter is only valid if the `Engine` parameter is `redis`.
1673
1755
  #
@@ -1784,6 +1866,8 @@ module Aws::ElastiCache
1784
1866
  # [1]: http://redis.io/commands/AUTH
1785
1867
  # @return [String]
1786
1868
  #
1869
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroupMessage AWS API Documentation
1870
+ #
1787
1871
  class CreateReplicationGroupMessage < Struct.new(
1788
1872
  :replication_group_id,
1789
1873
  :replication_group_description,
@@ -1819,6 +1903,8 @@ module Aws::ElastiCache
1819
1903
  # group.
1820
1904
  # @return [Types::ReplicationGroup]
1821
1905
  #
1906
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroupResult AWS API Documentation
1907
+ #
1822
1908
  class CreateReplicationGroupResult < Struct.new(
1823
1909
  :replication_group)
1824
1910
  include Aws::Structure
@@ -1849,6 +1935,8 @@ module Aws::ElastiCache
1849
1935
  # A name for the snapshot being created.
1850
1936
  # @return [String]
1851
1937
  #
1938
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateSnapshotMessage AWS API Documentation
1939
+ #
1852
1940
  class CreateSnapshotMessage < Struct.new(
1853
1941
  :replication_group_id,
1854
1942
  :cache_cluster_id,
@@ -1861,6 +1949,8 @@ module Aws::ElastiCache
1861
1949
  # when the snapshot was taken.
1862
1950
  # @return [Types::Snapshot]
1863
1951
  #
1952
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateSnapshotResult AWS API Documentation
1953
+ #
1864
1954
  class CreateSnapshotResult < Struct.new(
1865
1955
  :snapshot)
1866
1956
  include Aws::Structure
@@ -1888,6 +1978,8 @@ module Aws::ElastiCache
1888
1978
  # afterward.
1889
1979
  # @return [String]
1890
1980
  #
1981
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteCacheClusterMessage AWS API Documentation
1982
+ #
1891
1983
  class DeleteCacheClusterMessage < Struct.new(
1892
1984
  :cache_cluster_id,
1893
1985
  :final_snapshot_identifier)
@@ -1898,6 +1990,8 @@ module Aws::ElastiCache
1898
1990
  # Contains all of the attributes of a specific cache cluster.
1899
1991
  # @return [Types::CacheCluster]
1900
1992
  #
1993
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteCacheClusterResult AWS API Documentation
1994
+ #
1901
1995
  class DeleteCacheClusterResult < Struct.new(
1902
1996
  :cache_cluster)
1903
1997
  include Aws::Structure
@@ -1921,6 +2015,8 @@ module Aws::ElastiCache
1921
2015
  # </note>
1922
2016
  # @return [String]
1923
2017
  #
2018
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteCacheParameterGroupMessage AWS API Documentation
2019
+ #
1924
2020
  class DeleteCacheParameterGroupMessage < Struct.new(
1925
2021
  :cache_parameter_group_name)
1926
2022
  include Aws::Structure
@@ -1943,6 +2039,8 @@ module Aws::ElastiCache
1943
2039
  # </note>
1944
2040
  # @return [String]
1945
2041
  #
2042
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteCacheSecurityGroupMessage AWS API Documentation
2043
+ #
1946
2044
  class DeleteCacheSecurityGroupMessage < Struct.new(
1947
2045
  :cache_security_group_name)
1948
2046
  include Aws::Structure
@@ -1964,6 +2062,8 @@ module Aws::ElastiCache
1964
2062
  # or hyphens.
1965
2063
  # @return [String]
1966
2064
  #
2065
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteCacheSubnetGroupMessage AWS API Documentation
2066
+ #
1967
2067
  class DeleteCacheSubnetGroupMessage < Struct.new(
1968
2068
  :cache_subnet_group_name)
1969
2069
  include Aws::Structure
@@ -1998,6 +2098,8 @@ module Aws::ElastiCache
1998
2098
  # immediately deleted.
1999
2099
  # @return [String]
2000
2100
  #
2101
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteReplicationGroupMessage AWS API Documentation
2102
+ #
2001
2103
  class DeleteReplicationGroupMessage < Struct.new(
2002
2104
  :replication_group_id,
2003
2105
  :retain_primary_cluster,
@@ -2010,6 +2112,8 @@ module Aws::ElastiCache
2010
2112
  # group.
2011
2113
  # @return [Types::ReplicationGroup]
2012
2114
  #
2115
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteReplicationGroupResult AWS API Documentation
2116
+ #
2013
2117
  class DeleteReplicationGroupResult < Struct.new(
2014
2118
  :replication_group)
2015
2119
  include Aws::Structure
@@ -2028,6 +2132,8 @@ module Aws::ElastiCache
2028
2132
  # The name of the snapshot to be deleted.
2029
2133
  # @return [String]
2030
2134
  #
2135
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteSnapshotMessage AWS API Documentation
2136
+ #
2031
2137
  class DeleteSnapshotMessage < Struct.new(
2032
2138
  :snapshot_name)
2033
2139
  include Aws::Structure
@@ -2038,6 +2144,8 @@ module Aws::ElastiCache
2038
2144
  # when the snapshot was taken.
2039
2145
  # @return [Types::Snapshot]
2040
2146
  #
2147
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteSnapshotResult AWS API Documentation
2148
+ #
2041
2149
  class DeleteSnapshotResult < Struct.new(
2042
2150
  :snapshot)
2043
2151
  include Aws::Structure
@@ -2053,6 +2161,7 @@ module Aws::ElastiCache
2053
2161
  # max_records: 1,
2054
2162
  # marker: "String",
2055
2163
  # show_cache_node_info: false,
2164
+ # show_cache_clusters_not_in_replication_groups: false,
2056
2165
  # }
2057
2166
  #
2058
2167
  # @!attribute [rw] cache_cluster_id
@@ -2080,15 +2189,25 @@ module Aws::ElastiCache
2080
2189
  # @return [String]
2081
2190
  #
2082
2191
  # @!attribute [rw] show_cache_node_info
2083
- # An optional flag that can be included in the DescribeCacheCluster
2192
+ # An optional flag that can be included in the `DescribeCacheCluster`
2084
2193
  # request to retrieve information about the individual cache nodes.
2085
2194
  # @return [Boolean]
2086
2195
  #
2196
+ # @!attribute [rw] show_cache_clusters_not_in_replication_groups
2197
+ # An optional flag that can be included in the `DescribeCacheCluster`
2198
+ # request to show only nodes (API/CLI: clusters) that are not members
2199
+ # of a replication group. In practice, this mean Memcached and single
2200
+ # node Redis clusters.
2201
+ # @return [Boolean]
2202
+ #
2203
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheClustersMessage AWS API Documentation
2204
+ #
2087
2205
  class DescribeCacheClustersMessage < Struct.new(
2088
2206
  :cache_cluster_id,
2089
2207
  :max_records,
2090
2208
  :marker,
2091
- :show_cache_node_info)
2209
+ :show_cache_node_info,
2210
+ :show_cache_clusters_not_in_replication_groups)
2092
2211
  include Aws::Structure
2093
2212
  end
2094
2213
 
@@ -2155,6 +2274,8 @@ module Aws::ElastiCache
2155
2274
  # engine or engine and major version combination is to be returned.
2156
2275
  # @return [Boolean]
2157
2276
  #
2277
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheEngineVersionsMessage AWS API Documentation
2278
+ #
2158
2279
  class DescribeCacheEngineVersionsMessage < Struct.new(
2159
2280
  :engine,
2160
2281
  :engine_version,
@@ -2198,6 +2319,8 @@ module Aws::ElastiCache
2198
2319
  # to the value specified by `MaxRecords`.
2199
2320
  # @return [String]
2200
2321
  #
2322
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheParameterGroupsMessage AWS API Documentation
2323
+ #
2201
2324
  class DescribeCacheParameterGroupsMessage < Struct.new(
2202
2325
  :cache_parameter_group_name,
2203
2326
  :max_records,
@@ -2245,6 +2368,8 @@ module Aws::ElastiCache
2245
2368
  # to the value specified by `MaxRecords`.
2246
2369
  # @return [String]
2247
2370
  #
2371
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheParametersMessage AWS API Documentation
2372
+ #
2248
2373
  class DescribeCacheParametersMessage < Struct.new(
2249
2374
  :cache_parameter_group_name,
2250
2375
  :source,
@@ -2286,6 +2411,8 @@ module Aws::ElastiCache
2286
2411
  # to the value specified by `MaxRecords`.
2287
2412
  # @return [String]
2288
2413
  #
2414
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheSecurityGroupsMessage AWS API Documentation
2415
+ #
2289
2416
  class DescribeCacheSecurityGroupsMessage < Struct.new(
2290
2417
  :cache_security_group_name,
2291
2418
  :max_records,
@@ -2326,6 +2453,8 @@ module Aws::ElastiCache
2326
2453
  # to the value specified by `MaxRecords`.
2327
2454
  # @return [String]
2328
2455
  #
2456
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheSubnetGroupsMessage AWS API Documentation
2457
+ #
2329
2458
  class DescribeCacheSubnetGroupsMessage < Struct.new(
2330
2459
  :cache_subnet_group_name,
2331
2460
  :max_records,
@@ -2369,6 +2498,8 @@ module Aws::ElastiCache
2369
2498
  # to the value specified by `MaxRecords`.
2370
2499
  # @return [String]
2371
2500
  #
2501
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeEngineDefaultParametersMessage AWS API Documentation
2502
+ #
2372
2503
  class DescribeEngineDefaultParametersMessage < Struct.new(
2373
2504
  :cache_parameter_group_family,
2374
2505
  :max_records,
@@ -2381,6 +2512,8 @@ module Aws::ElastiCache
2381
2512
  # operation.
2382
2513
  # @return [Types::EngineDefaults]
2383
2514
  #
2515
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeEngineDefaultParametersResult AWS API Documentation
2516
+ #
2384
2517
  class DescribeEngineDefaultParametersResult < Struct.new(
2385
2518
  :engine_defaults)
2386
2519
  include Aws::Structure
@@ -2414,15 +2547,19 @@ module Aws::ElastiCache
2414
2547
  # @!attribute [rw] start_time
2415
2548
  # The beginning of the time interval to retrieve events for, specified
2416
2549
  # in ISO 8601 format.
2550
+ #
2551
+ # **Example:** 2017-03-30T07:03:49.555Z
2417
2552
  # @return [Time]
2418
2553
  #
2419
2554
  # @!attribute [rw] end_time
2420
2555
  # The end of the time interval for which to retrieve events, specified
2421
2556
  # in ISO 8601 format.
2557
+ #
2558
+ # **Example:** 2017-03-30T07:03:49.555Z
2422
2559
  # @return [Time]
2423
2560
  #
2424
2561
  # @!attribute [rw] duration
2425
- # The number of minutes' worth of events to retrieve.
2562
+ # The number of minutes worth of events to retrieve.
2426
2563
  # @return [Integer]
2427
2564
  #
2428
2565
  # @!attribute [rw] max_records
@@ -2443,6 +2580,8 @@ module Aws::ElastiCache
2443
2580
  # to the value specified by `MaxRecords`.
2444
2581
  # @return [String]
2445
2582
  #
2583
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeEventsMessage AWS API Documentation
2584
+ #
2446
2585
  class DescribeEventsMessage < Struct.new(
2447
2586
  :source_identifier,
2448
2587
  :source_type,
@@ -2491,6 +2630,8 @@ module Aws::ElastiCache
2491
2630
  # to the value specified by `MaxRecords`.
2492
2631
  # @return [String]
2493
2632
  #
2633
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeReplicationGroupsMessage AWS API Documentation
2634
+ #
2494
2635
  class DescribeReplicationGroupsMessage < Struct.new(
2495
2636
  :replication_group_id,
2496
2637
  :max_records,
@@ -2615,6 +2756,8 @@ module Aws::ElastiCache
2615
2756
  # to the value specified by `MaxRecords`.
2616
2757
  # @return [String]
2617
2758
  #
2759
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeReservedCacheNodesMessage AWS API Documentation
2760
+ #
2618
2761
  class DescribeReservedCacheNodesMessage < Struct.new(
2619
2762
  :reserved_cache_node_id,
2620
2763
  :reserved_cache_nodes_offering_id,
@@ -2741,6 +2884,8 @@ module Aws::ElastiCache
2741
2884
  # to the value specified by `MaxRecords`.
2742
2885
  # @return [String]
2743
2886
  #
2887
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeReservedCacheNodesOfferingsMessage AWS API Documentation
2888
+ #
2744
2889
  class DescribeReservedCacheNodesOfferingsMessage < Struct.new(
2745
2890
  :reserved_cache_nodes_offering_id,
2746
2891
  :cache_node_type,
@@ -2766,6 +2911,8 @@ module Aws::ElastiCache
2766
2911
  # information about one snapshot.
2767
2912
  # @return [Array<Types::Snapshot>]
2768
2913
  #
2914
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeSnapshotsListMessage AWS API Documentation
2915
+ #
2769
2916
  class DescribeSnapshotsListMessage < Struct.new(
2770
2917
  :marker,
2771
2918
  :snapshots)
@@ -2834,6 +2981,8 @@ module Aws::ElastiCache
2834
2981
  # is included in the snapshot description.
2835
2982
  # @return [Boolean]
2836
2983
  #
2984
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeSnapshotsMessage AWS API Documentation
2985
+ #
2837
2986
  class DescribeSnapshotsMessage < Struct.new(
2838
2987
  :replication_group_id,
2839
2988
  :cache_cluster_id,
@@ -2860,6 +3009,8 @@ module Aws::ElastiCache
2860
3009
  # The AWS account ID of the Amazon EC2 security group owner.
2861
3010
  # @return [String]
2862
3011
  #
3012
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/EC2SecurityGroup AWS API Documentation
3013
+ #
2863
3014
  class EC2SecurityGroup < Struct.new(
2864
3015
  :status,
2865
3016
  :ec2_security_group_name,
@@ -2878,6 +3029,8 @@ module Aws::ElastiCache
2878
3029
  # The port number that the cache engine is listening on.
2879
3030
  # @return [Integer]
2880
3031
  #
3032
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/Endpoint AWS API Documentation
3033
+ #
2881
3034
  class Endpoint < Struct.new(
2882
3035
  :address,
2883
3036
  :port)
@@ -2909,6 +3062,8 @@ module Aws::ElastiCache
2909
3062
  # parameter.
2910
3063
  # @return [Array<Types::CacheNodeTypeSpecificParameter>]
2911
3064
  #
3065
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/EngineDefaults AWS API Documentation
3066
+ #
2912
3067
  class EngineDefaults < Struct.new(
2913
3068
  :cache_parameter_group_family,
2914
3069
  :marker,
@@ -2940,6 +3095,8 @@ module Aws::ElastiCache
2940
3095
  # The date and time when the event occurred.
2941
3096
  # @return [Time]
2942
3097
  #
3098
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/Event AWS API Documentation
3099
+ #
2943
3100
  class Event < Struct.new(
2944
3101
  :source_identifier,
2945
3102
  :source_type,
@@ -2959,6 +3116,8 @@ module Aws::ElastiCache
2959
3116
  # information about one event.
2960
3117
  # @return [Array<Types::Event>]
2961
3118
  #
3119
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/EventsMessage AWS API Documentation
3120
+ #
2962
3121
  class EventsMessage < Struct.new(
2963
3122
  :marker,
2964
3123
  :events)
@@ -2996,6 +3155,8 @@ module Aws::ElastiCache
2996
3155
  # `ReplicationGroupId`.
2997
3156
  # @return [String]
2998
3157
  #
3158
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ListAllowedNodeTypeModificationsMessage AWS API Documentation
3159
+ #
2999
3160
  class ListAllowedNodeTypeModificationsMessage < Struct.new(
3000
3161
  :cache_cluster_id,
3001
3162
  :replication_group_id)
@@ -3025,6 +3186,8 @@ module Aws::ElastiCache
3025
3186
  # [1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
3026
3187
  # @return [String]
3027
3188
  #
3189
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ListTagsForResourceMessage AWS API Documentation
3190
+ #
3028
3191
  class ListTagsForResourceMessage < Struct.new(
3029
3192
  :resource_name)
3030
3193
  include Aws::Structure
@@ -3352,6 +3515,8 @@ module Aws::ElastiCache
3352
3515
  # to.
3353
3516
  # @return [String]
3354
3517
  #
3518
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheClusterMessage AWS API Documentation
3519
+ #
3355
3520
  class ModifyCacheClusterMessage < Struct.new(
3356
3521
  :cache_cluster_id,
3357
3522
  :num_cache_nodes,
@@ -3377,6 +3542,8 @@ module Aws::ElastiCache
3377
3542
  # Contains all of the attributes of a specific cache cluster.
3378
3543
  # @return [Types::CacheCluster]
3379
3544
  #
3545
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheClusterResult AWS API Documentation
3546
+ #
3380
3547
  class ModifyCacheClusterResult < Struct.new(
3381
3548
  :cache_cluster)
3382
3549
  include Aws::Structure
@@ -3408,6 +3575,8 @@ module Aws::ElastiCache
3408
3575
  # per request.
3409
3576
  # @return [Array<Types::ParameterNameValue>]
3410
3577
  #
3578
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheParameterGroupMessage AWS API Documentation
3579
+ #
3411
3580
  class ModifyCacheParameterGroupMessage < Struct.new(
3412
3581
  :cache_parameter_group_name,
3413
3582
  :parameter_name_values)
@@ -3443,6 +3612,8 @@ module Aws::ElastiCache
3443
3612
  # The EC2 subnet IDs for the cache subnet group.
3444
3613
  # @return [Array<String>]
3445
3614
  #
3615
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheSubnetGroupMessage AWS API Documentation
3616
+ #
3446
3617
  class ModifyCacheSubnetGroupMessage < Struct.new(
3447
3618
  :cache_subnet_group_name,
3448
3619
  :cache_subnet_group_description,
@@ -3458,6 +3629,8 @@ module Aws::ElastiCache
3458
3629
  # * `ModifyCacheSubnetGroup`
3459
3630
  # @return [Types::CacheSubnetGroup]
3460
3631
  #
3632
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheSubnetGroupResult AWS API Documentation
3633
+ #
3461
3634
  class ModifyCacheSubnetGroupResult < Struct.new(
3462
3635
  :cache_subnet_group)
3463
3636
  include Aws::Structure
@@ -3486,6 +3659,7 @@ module Aws::ElastiCache
3486
3659
  # snapshot_retention_limit: 1,
3487
3660
  # snapshot_window: "String",
3488
3661
  # cache_node_type: "String",
3662
+ # node_group_id: "String",
3489
3663
  # }
3490
3664
  #
3491
3665
  # @!attribute [rw] replication_group_id
@@ -3659,6 +3833,12 @@ module Aws::ElastiCache
3659
3833
  # group to.
3660
3834
  # @return [String]
3661
3835
  #
3836
+ # @!attribute [rw] node_group_id
3837
+ # The name of the Node Group (called shard in the console).
3838
+ # @return [String]
3839
+ #
3840
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupMessage AWS API Documentation
3841
+ #
3662
3842
  class ModifyReplicationGroupMessage < Struct.new(
3663
3843
  :replication_group_id,
3664
3844
  :replication_group_description,
@@ -3676,7 +3856,8 @@ module Aws::ElastiCache
3676
3856
  :auto_minor_version_upgrade,
3677
3857
  :snapshot_retention_limit,
3678
3858
  :snapshot_window,
3679
- :cache_node_type)
3859
+ :cache_node_type,
3860
+ :node_group_id)
3680
3861
  include Aws::Structure
3681
3862
  end
3682
3863
 
@@ -3685,6 +3866,8 @@ module Aws::ElastiCache
3685
3866
  # group.
3686
3867
  # @return [Types::ReplicationGroup]
3687
3868
  #
3869
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupResult AWS API Documentation
3870
+ #
3688
3871
  class ModifyReplicationGroupResult < Struct.new(
3689
3872
  :replication_group)
3690
3873
  include Aws::Structure
@@ -3720,6 +3903,8 @@ module Aws::ElastiCache
3720
3903
  # group (shard).
3721
3904
  # @return [Array<Types::NodeGroupMember>]
3722
3905
  #
3906
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/NodeGroup AWS API Documentation
3907
+ #
3723
3908
  class NodeGroup < Struct.new(
3724
3909
  :node_group_id,
3725
3910
  :status,
@@ -3744,8 +3929,8 @@ module Aws::ElastiCache
3744
3929
  # }
3745
3930
  #
3746
3931
  # @!attribute [rw] slots
3747
- # A string that specifies the keyspaces as a series of comma separated
3748
- # values. Keyspaces are 0 to 16,383. The string is in the format
3932
+ # A string that specifies the keyspace for a particular node group.
3933
+ # Keyspaces range from 0 to 16,383. The string is in the format
3749
3934
  # `startkey-endkey`.
3750
3935
  #
3751
3936
  # Example: `"0-3999"`
@@ -3766,6 +3951,8 @@ module Aws::ElastiCache
3766
3951
  # `ReplicaCount` or `ReplicasPerNodeGroup` if not specified.
3767
3952
  # @return [Array<String>]
3768
3953
  #
3954
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/NodeGroupConfiguration AWS API Documentation
3955
+ #
3769
3956
  class NodeGroupConfiguration < Struct.new(
3770
3957
  :slots,
3771
3958
  :replica_count,
@@ -3799,6 +3986,8 @@ module Aws::ElastiCache
3799
3986
  # `replica`.
3800
3987
  # @return [String]
3801
3988
  #
3989
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/NodeGroupMember AWS API Documentation
3990
+ #
3802
3991
  class NodeGroupMember < Struct.new(
3803
3992
  :cache_cluster_id,
3804
3993
  :cache_node_id,
@@ -3840,6 +4029,8 @@ module Aws::ElastiCache
3840
4029
  # set was obtained for the snapshot.
3841
4030
  # @return [Time]
3842
4031
  #
4032
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/NodeSnapshot AWS API Documentation
4033
+ #
3843
4034
  class NodeSnapshot < Struct.new(
3844
4035
  :cache_cluster_id,
3845
4036
  :node_group_id,
@@ -3863,6 +4054,8 @@ module Aws::ElastiCache
3863
4054
  # The current state of the topic.
3864
4055
  # @return [String]
3865
4056
  #
4057
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/NotificationConfiguration AWS API Documentation
4058
+ #
3866
4059
  class NotificationConfiguration < Struct.new(
3867
4060
  :topic_arn,
3868
4061
  :topic_status)
@@ -3917,6 +4110,8 @@ module Aws::ElastiCache
3917
4110
  # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Clusters.Rebooting.html
3918
4111
  # @return [String]
3919
4112
  #
4113
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/Parameter AWS API Documentation
4114
+ #
3920
4115
  class Parameter < Struct.new(
3921
4116
  :parameter_name,
3922
4117
  :parameter_value,
@@ -3949,6 +4144,8 @@ module Aws::ElastiCache
3949
4144
  # The value of the parameter.
3950
4145
  # @return [String]
3951
4146
  #
4147
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ParameterNameValue AWS API Documentation
4148
+ #
3952
4149
  class ParameterNameValue < Struct.new(
3953
4150
  :parameter_name,
3954
4151
  :parameter_value)
@@ -3980,6 +4177,8 @@ module Aws::ElastiCache
3980
4177
  # scaled to.
3981
4178
  # @return [String]
3982
4179
  #
4180
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/PendingModifiedValues AWS API Documentation
4181
+ #
3983
4182
  class PendingModifiedValues < Struct.new(
3984
4183
  :num_cache_nodes,
3985
4184
  :cache_node_ids_to_remove,
@@ -4025,6 +4224,8 @@ module Aws::ElastiCache
4025
4224
  # Default: `1`
4026
4225
  # @return [Integer]
4027
4226
  #
4227
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/PurchaseReservedCacheNodesOfferingMessage AWS API Documentation
4228
+ #
4028
4229
  class PurchaseReservedCacheNodesOfferingMessage < Struct.new(
4029
4230
  :reserved_cache_nodes_offering_id,
4030
4231
  :reserved_cache_node_id,
@@ -4037,6 +4238,8 @@ module Aws::ElastiCache
4037
4238
  # operation.
4038
4239
  # @return [Types::ReservedCacheNode]
4039
4240
  #
4241
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/PurchaseReservedCacheNodesOfferingResult AWS API Documentation
4242
+ #
4040
4243
  class PurchaseReservedCacheNodesOfferingResult < Struct.new(
4041
4244
  :reserved_cache_node)
4042
4245
  include Aws::Structure
@@ -4063,6 +4266,8 @@ module Aws::ElastiCache
4063
4266
  # specify all of the cache node IDs.
4064
4267
  # @return [Array<String>]
4065
4268
  #
4269
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RebootCacheClusterMessage AWS API Documentation
4270
+ #
4066
4271
  class RebootCacheClusterMessage < Struct.new(
4067
4272
  :cache_cluster_id,
4068
4273
  :cache_node_ids_to_reboot)
@@ -4073,6 +4278,8 @@ module Aws::ElastiCache
4073
4278
  # Contains all of the attributes of a specific cache cluster.
4074
4279
  # @return [Types::CacheCluster]
4075
4280
  #
4281
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RebootCacheClusterResult AWS API Documentation
4282
+ #
4076
4283
  class RebootCacheClusterResult < Struct.new(
4077
4284
  :cache_cluster)
4078
4285
  include Aws::Structure
@@ -4089,6 +4296,8 @@ module Aws::ElastiCache
4089
4296
  # The frequency of the recurring charge.
4090
4297
  # @return [String]
4091
4298
  #
4299
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RecurringCharge AWS API Documentation
4300
+ #
4092
4301
  class RecurringCharge < Struct.new(
4093
4302
  :recurring_charge_amount,
4094
4303
  :recurring_charge_frequency)
@@ -4124,6 +4333,8 @@ module Aws::ElastiCache
4124
4333
  # named resource.
4125
4334
  # @return [Array<String>]
4126
4335
  #
4336
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RemoveTagsFromResourceMessage AWS API Documentation
4337
+ #
4127
4338
  class RemoveTagsFromResourceMessage < Struct.new(
4128
4339
  :resource_name,
4129
4340
  :tag_keys)
@@ -4208,6 +4419,21 @@ module Aws::ElastiCache
4208
4419
  # `redis`.
4209
4420
  # @return [String]
4210
4421
  #
4422
+ # @!attribute [rw] cluster_enabled
4423
+ # A flag indicating whether or not this replication group is cluster
4424
+ # enabled; i.e., whether its data can be partitioned across multiple
4425
+ # shards (API/CLI: node groups).
4426
+ #
4427
+ # Valid values: `true` \| `false`
4428
+ # @return [Boolean]
4429
+ #
4430
+ # @!attribute [rw] cache_node_type
4431
+ # The name of the compute and memory capacity node type for each node
4432
+ # in the replication group.
4433
+ # @return [String]
4434
+ #
4435
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroup AWS API Documentation
4436
+ #
4211
4437
  class ReplicationGroup < Struct.new(
4212
4438
  :replication_group_id,
4213
4439
  :description,
@@ -4219,7 +4445,9 @@ module Aws::ElastiCache
4219
4445
  :automatic_failover,
4220
4446
  :configuration_endpoint,
4221
4447
  :snapshot_retention_limit,
4222
- :snapshot_window)
4448
+ :snapshot_window,
4449
+ :cluster_enabled,
4450
+ :cache_node_type)
4223
4451
  include Aws::Structure
4224
4452
  end
4225
4453
 
@@ -4234,6 +4462,8 @@ module Aws::ElastiCache
4234
4462
  # detailed information about one replication group.
4235
4463
  # @return [Array<Types::ReplicationGroup>]
4236
4464
  #
4465
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroupMessage AWS API Documentation
4466
+ #
4237
4467
  class ReplicationGroupMessage < Struct.new(
4238
4468
  :marker,
4239
4469
  :replication_groups)
@@ -4263,6 +4493,8 @@ module Aws::ElastiCache
4263
4493
  # </note>
4264
4494
  # @return [String]
4265
4495
  #
4496
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroupPendingModifiedValues AWS API Documentation
4497
+ #
4266
4498
  class ReplicationGroupPendingModifiedValues < Struct.new(
4267
4499
  :primary_cluster_id,
4268
4500
  :automatic_failover_status)
@@ -4366,6 +4598,8 @@ module Aws::ElastiCache
4366
4598
  # The recurring price charged to run this reserved cache node.
4367
4599
  # @return [Array<Types::RecurringCharge>]
4368
4600
  #
4601
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReservedCacheNode AWS API Documentation
4602
+ #
4369
4603
  class ReservedCacheNode < Struct.new(
4370
4604
  :reserved_cache_node_id,
4371
4605
  :reserved_cache_nodes_offering_id,
@@ -4393,6 +4627,8 @@ module Aws::ElastiCache
4393
4627
  # detailed information about one node.
4394
4628
  # @return [Array<Types::ReservedCacheNode>]
4395
4629
  #
4630
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReservedCacheNodeMessage AWS API Documentation
4631
+ #
4396
4632
  class ReservedCacheNodeMessage < Struct.new(
4397
4633
  :marker,
4398
4634
  :reserved_cache_nodes)
@@ -4479,6 +4715,8 @@ module Aws::ElastiCache
4479
4715
  # The recurring price charged to run this reserved cache node.
4480
4716
  # @return [Array<Types::RecurringCharge>]
4481
4717
  #
4718
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReservedCacheNodesOffering AWS API Documentation
4719
+ #
4482
4720
  class ReservedCacheNodesOffering < Struct.new(
4483
4721
  :reserved_cache_nodes_offering_id,
4484
4722
  :cache_node_type,
@@ -4503,6 +4741,8 @@ module Aws::ElastiCache
4503
4741
  # contains detailed information about one offering.
4504
4742
  # @return [Array<Types::ReservedCacheNodesOffering>]
4505
4743
  #
4744
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReservedCacheNodesOfferingMessage AWS API Documentation
4745
+ #
4506
4746
  class ReservedCacheNodesOfferingMessage < Struct.new(
4507
4747
  :marker,
4508
4748
  :reserved_cache_nodes_offerings)
@@ -4544,6 +4784,8 @@ module Aws::ElastiCache
4544
4784
  # least one parameter to reset.
4545
4785
  # @return [Array<Types::ParameterNameValue>]
4546
4786
  #
4787
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ResetCacheParameterGroupMessage AWS API Documentation
4788
+ #
4547
4789
  class ResetCacheParameterGroupMessage < Struct.new(
4548
4790
  :cache_parameter_group_name,
4549
4791
  :reset_all_parameters,
@@ -4576,6 +4818,8 @@ module Aws::ElastiCache
4576
4818
  # provide a valid AWS account number for this parameter.
4577
4819
  # @return [String]
4578
4820
  #
4821
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RevokeCacheSecurityGroupIngressMessage AWS API Documentation
4822
+ #
4579
4823
  class RevokeCacheSecurityGroupIngressMessage < Struct.new(
4580
4824
  :cache_security_group_name,
4581
4825
  :ec2_security_group_name,
@@ -4593,6 +4837,8 @@ module Aws::ElastiCache
4593
4837
  # * `RevokeCacheSecurityGroupIngress`
4594
4838
  # @return [Types::CacheSecurityGroup]
4595
4839
  #
4840
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RevokeCacheSecurityGroupIngressResult AWS API Documentation
4841
+ #
4596
4842
  class RevokeCacheSecurityGroupIngressResult < Struct.new(
4597
4843
  :cache_security_group)
4598
4844
  include Aws::Structure
@@ -4610,6 +4856,8 @@ module Aws::ElastiCache
4610
4856
  # cache security groups assigned to a cache cluster are modified.
4611
4857
  # @return [String]
4612
4858
  #
4859
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/SecurityGroupMembership AWS API Documentation
4860
+ #
4613
4861
  class SecurityGroupMembership < Struct.new(
4614
4862
  :security_group_id,
4615
4863
  :status)
@@ -4821,6 +5069,8 @@ module Aws::ElastiCache
4821
5069
  # A list of the cache nodes in the source cache cluster.
4822
5070
  # @return [Array<Types::NodeSnapshot>]
4823
5071
  #
5072
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/Snapshot AWS API Documentation
5073
+ #
4824
5074
  class Snapshot < Struct.new(
4825
5075
  :snapshot_name,
4826
5076
  :replication_group_id,
@@ -4861,6 +5111,8 @@ module Aws::ElastiCache
4861
5111
  # The Availability Zone associated with the subnet.
4862
5112
  # @return [Types::AvailabilityZone]
4863
5113
  #
5114
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/Subnet AWS API Documentation
5115
+ #
4864
5116
  class Subnet < Struct.new(
4865
5117
  :subnet_identifier,
4866
5118
  :subnet_availability_zone)
@@ -4880,13 +5132,15 @@ module Aws::ElastiCache
4880
5132
  # }
4881
5133
  #
4882
5134
  # @!attribute [rw] key
4883
- # The key for the tag.
5135
+ # The key for the tag. May not be null.
4884
5136
  # @return [String]
4885
5137
  #
4886
5138
  # @!attribute [rw] value
4887
- # The tag's value. May not be null.
5139
+ # The tag's value. May be null.
4888
5140
  # @return [String]
4889
5141
  #
5142
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/Tag AWS API Documentation
5143
+ #
4890
5144
  class Tag < Struct.new(
4891
5145
  :key,
4892
5146
  :value)
@@ -4894,16 +5148,58 @@ module Aws::ElastiCache
4894
5148
  end
4895
5149
 
4896
5150
  # Represents the output from the `AddTagsToResource`,
4897
- # `ListTagsOnResource`, and `RemoveTagsFromResource` operations.
5151
+ # `ListTagsForResource`, and `RemoveTagsFromResource` operations.
4898
5152
  #
4899
5153
  # @!attribute [rw] tag_list
4900
5154
  # A list of cost allocation tags as key-value pairs.
4901
5155
  # @return [Array<Types::Tag>]
4902
5156
  #
5157
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TagListMessage AWS API Documentation
5158
+ #
4903
5159
  class TagListMessage < Struct.new(
4904
5160
  :tag_list)
4905
5161
  include Aws::Structure
4906
5162
  end
4907
5163
 
5164
+ # @note When making an API call, you may pass TestFailoverMessage
5165
+ # data as a hash:
5166
+ #
5167
+ # {
5168
+ # replication_group_id: "String", # required
5169
+ # node_group_id: "String", # required
5170
+ # }
5171
+ #
5172
+ # @!attribute [rw] replication_group_id
5173
+ # The name of the replication group (console: cluster) whose automatic
5174
+ # failover is being tested by this operation.
5175
+ # @return [String]
5176
+ #
5177
+ # @!attribute [rw] node_group_id
5178
+ # The name of the node group (called shard in the console) in this
5179
+ # replication group on which automatic failover is to be tested. You
5180
+ # may test automatic failover on up to 5 node groups in any rolling
5181
+ # 24-hour period.
5182
+ # @return [String]
5183
+ #
5184
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestFailoverMessage AWS API Documentation
5185
+ #
5186
+ class TestFailoverMessage < Struct.new(
5187
+ :replication_group_id,
5188
+ :node_group_id)
5189
+ include Aws::Structure
5190
+ end
5191
+
5192
+ # @!attribute [rw] replication_group
5193
+ # Contains all of the attributes of a specific Redis replication
5194
+ # group.
5195
+ # @return [Types::ReplicationGroup]
5196
+ #
5197
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestFailoverResult AWS API Documentation
5198
+ #
5199
+ class TestFailoverResult < Struct.new(
5200
+ :replication_group)
5201
+ include Aws::Structure
5202
+ end
5203
+
4908
5204
  end
4909
5205
  end