aws-sdk-elasticache 1.29.0 → 1.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -90,12 +90,16 @@ module Aws::ElastiCache
90
90
  CreateCacheSecurityGroupResult = Shapes::StructureShape.new(name: 'CreateCacheSecurityGroupResult')
91
91
  CreateCacheSubnetGroupMessage = Shapes::StructureShape.new(name: 'CreateCacheSubnetGroupMessage')
92
92
  CreateCacheSubnetGroupResult = Shapes::StructureShape.new(name: 'CreateCacheSubnetGroupResult')
93
+ CreateGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'CreateGlobalReplicationGroupMessage')
94
+ CreateGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'CreateGlobalReplicationGroupResult')
93
95
  CreateReplicationGroupMessage = Shapes::StructureShape.new(name: 'CreateReplicationGroupMessage')
94
96
  CreateReplicationGroupResult = Shapes::StructureShape.new(name: 'CreateReplicationGroupResult')
95
97
  CreateSnapshotMessage = Shapes::StructureShape.new(name: 'CreateSnapshotMessage')
96
98
  CreateSnapshotResult = Shapes::StructureShape.new(name: 'CreateSnapshotResult')
97
99
  CustomerNodeEndpoint = Shapes::StructureShape.new(name: 'CustomerNodeEndpoint')
98
100
  CustomerNodeEndpointList = Shapes::ListShape.new(name: 'CustomerNodeEndpointList')
101
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'DecreaseNodeGroupsInGlobalReplicationGroupMessage')
102
+ DecreaseNodeGroupsInGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'DecreaseNodeGroupsInGlobalReplicationGroupResult')
99
103
  DecreaseReplicaCountMessage = Shapes::StructureShape.new(name: 'DecreaseReplicaCountMessage')
100
104
  DecreaseReplicaCountResult = Shapes::StructureShape.new(name: 'DecreaseReplicaCountResult')
101
105
  DeleteCacheClusterMessage = Shapes::StructureShape.new(name: 'DeleteCacheClusterMessage')
@@ -103,6 +107,8 @@ module Aws::ElastiCache
103
107
  DeleteCacheParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteCacheParameterGroupMessage')
104
108
  DeleteCacheSecurityGroupMessage = Shapes::StructureShape.new(name: 'DeleteCacheSecurityGroupMessage')
105
109
  DeleteCacheSubnetGroupMessage = Shapes::StructureShape.new(name: 'DeleteCacheSubnetGroupMessage')
110
+ DeleteGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'DeleteGlobalReplicationGroupMessage')
111
+ DeleteGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'DeleteGlobalReplicationGroupResult')
106
112
  DeleteReplicationGroupMessage = Shapes::StructureShape.new(name: 'DeleteReplicationGroupMessage')
107
113
  DeleteReplicationGroupResult = Shapes::StructureShape.new(name: 'DeleteReplicationGroupResult')
108
114
  DeleteSnapshotMessage = Shapes::StructureShape.new(name: 'DeleteSnapshotMessage')
@@ -116,6 +122,8 @@ module Aws::ElastiCache
116
122
  DescribeEngineDefaultParametersMessage = Shapes::StructureShape.new(name: 'DescribeEngineDefaultParametersMessage')
117
123
  DescribeEngineDefaultParametersResult = Shapes::StructureShape.new(name: 'DescribeEngineDefaultParametersResult')
118
124
  DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
125
+ DescribeGlobalReplicationGroupsMessage = Shapes::StructureShape.new(name: 'DescribeGlobalReplicationGroupsMessage')
126
+ DescribeGlobalReplicationGroupsResult = Shapes::StructureShape.new(name: 'DescribeGlobalReplicationGroupsResult')
119
127
  DescribeReplicationGroupsMessage = Shapes::StructureShape.new(name: 'DescribeReplicationGroupsMessage')
120
128
  DescribeReservedCacheNodesMessage = Shapes::StructureShape.new(name: 'DescribeReservedCacheNodesMessage')
121
129
  DescribeReservedCacheNodesOfferingsMessage = Shapes::StructureShape.new(name: 'DescribeReservedCacheNodesOfferingsMessage')
@@ -123,6 +131,8 @@ module Aws::ElastiCache
123
131
  DescribeSnapshotsListMessage = Shapes::StructureShape.new(name: 'DescribeSnapshotsListMessage')
124
132
  DescribeSnapshotsMessage = Shapes::StructureShape.new(name: 'DescribeSnapshotsMessage')
125
133
  DescribeUpdateActionsMessage = Shapes::StructureShape.new(name: 'DescribeUpdateActionsMessage')
134
+ DisassociateGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'DisassociateGlobalReplicationGroupMessage')
135
+ DisassociateGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'DisassociateGlobalReplicationGroupResult')
126
136
  Double = Shapes::FloatShape.new(name: 'Double')
127
137
  EC2SecurityGroup = Shapes::StructureShape.new(name: 'EC2SecurityGroup')
128
138
  EC2SecurityGroupList = Shapes::ListShape.new(name: 'EC2SecurityGroupList')
@@ -131,6 +141,20 @@ module Aws::ElastiCache
131
141
  Event = Shapes::StructureShape.new(name: 'Event')
132
142
  EventList = Shapes::ListShape.new(name: 'EventList')
133
143
  EventsMessage = Shapes::StructureShape.new(name: 'EventsMessage')
144
+ FailoverGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'FailoverGlobalReplicationGroupMessage')
145
+ FailoverGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'FailoverGlobalReplicationGroupResult')
146
+ GlobalNodeGroup = Shapes::StructureShape.new(name: 'GlobalNodeGroup')
147
+ GlobalNodeGroupIdList = Shapes::ListShape.new(name: 'GlobalNodeGroupIdList')
148
+ GlobalNodeGroupList = Shapes::ListShape.new(name: 'GlobalNodeGroupList')
149
+ GlobalReplicationGroup = Shapes::StructureShape.new(name: 'GlobalReplicationGroup')
150
+ GlobalReplicationGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'GlobalReplicationGroupAlreadyExistsFault')
151
+ GlobalReplicationGroupInfo = Shapes::StructureShape.new(name: 'GlobalReplicationGroupInfo')
152
+ GlobalReplicationGroupList = Shapes::ListShape.new(name: 'GlobalReplicationGroupList')
153
+ GlobalReplicationGroupMember = Shapes::StructureShape.new(name: 'GlobalReplicationGroupMember')
154
+ GlobalReplicationGroupMemberList = Shapes::ListShape.new(name: 'GlobalReplicationGroupMemberList')
155
+ GlobalReplicationGroupNotFoundFault = Shapes::StructureShape.new(name: 'GlobalReplicationGroupNotFoundFault')
156
+ IncreaseNodeGroupsInGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'IncreaseNodeGroupsInGlobalReplicationGroupMessage')
157
+ IncreaseNodeGroupsInGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'IncreaseNodeGroupsInGlobalReplicationGroupResult')
134
158
  IncreaseReplicaCountMessage = Shapes::StructureShape.new(name: 'IncreaseReplicaCountMessage')
135
159
  IncreaseReplicaCountResult = Shapes::StructureShape.new(name: 'IncreaseReplicaCountResult')
136
160
  InsufficientCacheClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientCacheClusterCapacityFault')
@@ -140,6 +164,7 @@ module Aws::ElastiCache
140
164
  InvalidCacheClusterStateFault = Shapes::StructureShape.new(name: 'InvalidCacheClusterStateFault')
141
165
  InvalidCacheParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidCacheParameterGroupStateFault')
142
166
  InvalidCacheSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidCacheSecurityGroupStateFault')
167
+ InvalidGlobalReplicationGroupStateFault = Shapes::StructureShape.new(name: 'InvalidGlobalReplicationGroupStateFault')
143
168
  InvalidKMSKeyFault = Shapes::StructureShape.new(name: 'InvalidKMSKeyFault')
144
169
  InvalidParameterCombinationException = Shapes::StructureShape.new(name: 'InvalidParameterCombinationException')
145
170
  InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
@@ -155,6 +180,8 @@ module Aws::ElastiCache
155
180
  ModifyCacheParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyCacheParameterGroupMessage')
156
181
  ModifyCacheSubnetGroupMessage = Shapes::StructureShape.new(name: 'ModifyCacheSubnetGroupMessage')
157
182
  ModifyCacheSubnetGroupResult = Shapes::StructureShape.new(name: 'ModifyCacheSubnetGroupResult')
183
+ ModifyGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'ModifyGlobalReplicationGroupMessage')
184
+ ModifyGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'ModifyGlobalReplicationGroupResult')
158
185
  ModifyReplicationGroupMessage = Shapes::StructureShape.new(name: 'ModifyReplicationGroupMessage')
159
186
  ModifyReplicationGroupResult = Shapes::StructureShape.new(name: 'ModifyReplicationGroupResult')
160
187
  ModifyReplicationGroupShardConfigurationMessage = Shapes::StructureShape.new(name: 'ModifyReplicationGroupShardConfigurationMessage')
@@ -193,10 +220,14 @@ module Aws::ElastiCache
193
220
  ProcessedUpdateActionList = Shapes::ListShape.new(name: 'ProcessedUpdateActionList')
194
221
  PurchaseReservedCacheNodesOfferingMessage = Shapes::StructureShape.new(name: 'PurchaseReservedCacheNodesOfferingMessage')
195
222
  PurchaseReservedCacheNodesOfferingResult = Shapes::StructureShape.new(name: 'PurchaseReservedCacheNodesOfferingResult')
223
+ RebalanceSlotsInGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'RebalanceSlotsInGlobalReplicationGroupMessage')
224
+ RebalanceSlotsInGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'RebalanceSlotsInGlobalReplicationGroupResult')
196
225
  RebootCacheClusterMessage = Shapes::StructureShape.new(name: 'RebootCacheClusterMessage')
197
226
  RebootCacheClusterResult = Shapes::StructureShape.new(name: 'RebootCacheClusterResult')
198
227
  RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
199
228
  RecurringChargeList = Shapes::ListShape.new(name: 'RecurringChargeList')
229
+ RegionalConfiguration = Shapes::StructureShape.new(name: 'RegionalConfiguration')
230
+ RegionalConfigurationList = Shapes::ListShape.new(name: 'RegionalConfigurationList')
200
231
  RemoveReplicasList = Shapes::ListShape.new(name: 'RemoveReplicasList')
201
232
  RemoveTagsFromResourceMessage = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceMessage')
202
233
  ReplicaConfigurationList = Shapes::ListShape.new(name: 'ReplicaConfigurationList')
@@ -273,6 +304,8 @@ module Aws::ElastiCache
273
304
  UpdateActionStatusList = Shapes::ListShape.new(name: 'UpdateActionStatusList')
274
305
  UpdateActionsMessage = Shapes::StructureShape.new(name: 'UpdateActionsMessage')
275
306
 
307
+ APICallRateForCustomerExceededFault.struct_class = Types::APICallRateForCustomerExceededFault
308
+
276
309
  AddTagsToResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
277
310
  AddTagsToResourceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
278
311
  AddTagsToResourceMessage.struct_class = Types::AddTagsToResourceMessage
@@ -281,6 +314,10 @@ module Aws::ElastiCache
281
314
  AllowedNodeTypeModificationsMessage.add_member(:scale_down_modifications, Shapes::ShapeRef.new(shape: NodeTypeList, location_name: "ScaleDownModifications"))
282
315
  AllowedNodeTypeModificationsMessage.struct_class = Types::AllowedNodeTypeModificationsMessage
283
316
 
317
+ AuthorizationAlreadyExistsFault.struct_class = Types::AuthorizationAlreadyExistsFault
318
+
319
+ AuthorizationNotFoundFault.struct_class = Types::AuthorizationNotFoundFault
320
+
284
321
  AuthorizeCacheSecurityGroupIngressMessage.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSecurityGroupName"))
285
322
  AuthorizeCacheSecurityGroupIngressMessage.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EC2SecurityGroupName"))
286
323
  AuthorizeCacheSecurityGroupIngressMessage.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EC2SecurityGroupOwnerId"))
@@ -332,6 +369,8 @@ module Aws::ElastiCache
332
369
  CacheCluster.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
333
370
  CacheCluster.struct_class = Types::CacheCluster
334
371
 
372
+ CacheClusterAlreadyExistsFault.struct_class = Types::CacheClusterAlreadyExistsFault
373
+
335
374
  CacheClusterIdList.member = Shapes::ShapeRef.new(shape: String)
336
375
 
337
376
  CacheClusterList.member = Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster")
@@ -340,6 +379,8 @@ module Aws::ElastiCache
340
379
  CacheClusterMessage.add_member(:cache_clusters, Shapes::ShapeRef.new(shape: CacheClusterList, location_name: "CacheClusters"))
341
380
  CacheClusterMessage.struct_class = Types::CacheClusterMessage
342
381
 
382
+ CacheClusterNotFoundFault.struct_class = Types::CacheClusterNotFoundFault
383
+
343
384
  CacheEngineVersion.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
344
385
  CacheEngineVersion.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
345
386
  CacheEngineVersion.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
@@ -400,8 +441,11 @@ module Aws::ElastiCache
400
441
  CacheParameterGroup.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
401
442
  CacheParameterGroup.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
402
443
  CacheParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
444
+ CacheParameterGroup.add_member(:is_global, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsGlobal"))
403
445
  CacheParameterGroup.struct_class = Types::CacheParameterGroup
404
446
 
447
+ CacheParameterGroupAlreadyExistsFault.struct_class = Types::CacheParameterGroupAlreadyExistsFault
448
+
405
449
  CacheParameterGroupDetails.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
406
450
  CacheParameterGroupDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
407
451
  CacheParameterGroupDetails.add_member(:cache_node_type_specific_parameters, Shapes::ShapeRef.new(shape: CacheNodeTypeSpecificParametersList, location_name: "CacheNodeTypeSpecificParameters"))
@@ -412,6 +456,10 @@ module Aws::ElastiCache
412
456
  CacheParameterGroupNameMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
413
457
  CacheParameterGroupNameMessage.struct_class = Types::CacheParameterGroupNameMessage
414
458
 
459
+ CacheParameterGroupNotFoundFault.struct_class = Types::CacheParameterGroupNotFoundFault
460
+
461
+ CacheParameterGroupQuotaExceededFault.struct_class = Types::CacheParameterGroupQuotaExceededFault
462
+
415
463
  CacheParameterGroupStatus.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
416
464
  CacheParameterGroupStatus.add_member(:parameter_apply_status, Shapes::ShapeRef.new(shape: String, location_name: "ParameterApplyStatus"))
417
465
  CacheParameterGroupStatus.add_member(:cache_node_ids_to_reboot, Shapes::ShapeRef.new(shape: CacheNodeIdsList, location_name: "CacheNodeIdsToReboot"))
@@ -427,6 +475,8 @@ module Aws::ElastiCache
427
475
  CacheSecurityGroup.add_member(:ec2_security_groups, Shapes::ShapeRef.new(shape: EC2SecurityGroupList, location_name: "EC2SecurityGroups"))
428
476
  CacheSecurityGroup.struct_class = Types::CacheSecurityGroup
429
477
 
478
+ CacheSecurityGroupAlreadyExistsFault.struct_class = Types::CacheSecurityGroupAlreadyExistsFault
479
+
430
480
  CacheSecurityGroupMembership.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName"))
431
481
  CacheSecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
432
482
  CacheSecurityGroupMembership.struct_class = Types::CacheSecurityGroupMembership
@@ -439,6 +489,10 @@ module Aws::ElastiCache
439
489
 
440
490
  CacheSecurityGroupNameList.member = Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName")
441
491
 
492
+ CacheSecurityGroupNotFoundFault.struct_class = Types::CacheSecurityGroupNotFoundFault
493
+
494
+ CacheSecurityGroupQuotaExceededFault.struct_class = Types::CacheSecurityGroupQuotaExceededFault
495
+
442
496
  CacheSecurityGroups.member = Shapes::ShapeRef.new(shape: CacheSecurityGroup, location_name: "CacheSecurityGroup")
443
497
 
444
498
  CacheSubnetGroup.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupName"))
@@ -447,14 +501,26 @@ module Aws::ElastiCache
447
501
  CacheSubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
448
502
  CacheSubnetGroup.struct_class = Types::CacheSubnetGroup
449
503
 
504
+ CacheSubnetGroupAlreadyExistsFault.struct_class = Types::CacheSubnetGroupAlreadyExistsFault
505
+
506
+ CacheSubnetGroupInUse.struct_class = Types::CacheSubnetGroupInUse
507
+
450
508
  CacheSubnetGroupMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
451
509
  CacheSubnetGroupMessage.add_member(:cache_subnet_groups, Shapes::ShapeRef.new(shape: CacheSubnetGroups, location_name: "CacheSubnetGroups"))
452
510
  CacheSubnetGroupMessage.struct_class = Types::CacheSubnetGroupMessage
453
511
 
512
+ CacheSubnetGroupNotFoundFault.struct_class = Types::CacheSubnetGroupNotFoundFault
513
+
514
+ CacheSubnetGroupQuotaExceededFault.struct_class = Types::CacheSubnetGroupQuotaExceededFault
515
+
454
516
  CacheSubnetGroups.member = Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup")
455
517
 
518
+ CacheSubnetQuotaExceededFault.struct_class = Types::CacheSubnetQuotaExceededFault
519
+
456
520
  ClusterIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "ClusterId")
457
521
 
522
+ ClusterQuotaForCustomerExceededFault.struct_class = Types::ClusterQuotaForCustomerExceededFault
523
+
458
524
  CompleteMigrationMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
459
525
  CompleteMigrationMessage.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
460
526
  CompleteMigrationMessage.struct_class = Types::CompleteMigrationMessage
@@ -527,8 +593,17 @@ module Aws::ElastiCache
527
593
  CreateCacheSubnetGroupResult.add_member(:cache_subnet_group, Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup"))
528
594
  CreateCacheSubnetGroupResult.struct_class = Types::CreateCacheSubnetGroupResult
529
595
 
596
+ CreateGlobalReplicationGroupMessage.add_member(:global_replication_group_id_suffix, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupIdSuffix"))
597
+ CreateGlobalReplicationGroupMessage.add_member(:global_replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupDescription"))
598
+ CreateGlobalReplicationGroupMessage.add_member(:primary_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PrimaryReplicationGroupId"))
599
+ CreateGlobalReplicationGroupMessage.struct_class = Types::CreateGlobalReplicationGroupMessage
600
+
601
+ CreateGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
602
+ CreateGlobalReplicationGroupResult.struct_class = Types::CreateGlobalReplicationGroupResult
603
+
530
604
  CreateReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
531
605
  CreateReplicationGroupMessage.add_member(:replication_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupDescription"))
606
+ CreateReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupId"))
532
607
  CreateReplicationGroupMessage.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
533
608
  CreateReplicationGroupMessage.add_member(:automatic_failover_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutomaticFailoverEnabled"))
534
609
  CreateReplicationGroupMessage.add_member(:num_cache_clusters, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheClusters"))
@@ -576,6 +651,16 @@ module Aws::ElastiCache
576
651
 
577
652
  CustomerNodeEndpointList.member = Shapes::ShapeRef.new(shape: CustomerNodeEndpoint)
578
653
 
654
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
655
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:node_group_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NodeGroupCount"))
656
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:global_node_groups_to_remove, Shapes::ShapeRef.new(shape: GlobalNodeGroupIdList, location_name: "GlobalNodeGroupsToRemove"))
657
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:global_node_groups_to_retain, Shapes::ShapeRef.new(shape: GlobalNodeGroupIdList, location_name: "GlobalNodeGroupsToRetain"))
658
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ApplyImmediately"))
659
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.struct_class = Types::DecreaseNodeGroupsInGlobalReplicationGroupMessage
660
+
661
+ DecreaseNodeGroupsInGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
662
+ DecreaseNodeGroupsInGlobalReplicationGroupResult.struct_class = Types::DecreaseNodeGroupsInGlobalReplicationGroupResult
663
+
579
664
  DecreaseReplicaCountMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
580
665
  DecreaseReplicaCountMessage.add_member(:new_replica_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NewReplicaCount"))
581
666
  DecreaseReplicaCountMessage.add_member(:replica_configuration, Shapes::ShapeRef.new(shape: ReplicaConfigurationList, location_name: "ReplicaConfiguration"))
@@ -602,6 +687,13 @@ module Aws::ElastiCache
602
687
  DeleteCacheSubnetGroupMessage.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSubnetGroupName"))
603
688
  DeleteCacheSubnetGroupMessage.struct_class = Types::DeleteCacheSubnetGroupMessage
604
689
 
690
+ DeleteGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
691
+ DeleteGlobalReplicationGroupMessage.add_member(:retain_primary_replication_group, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "RetainPrimaryReplicationGroup"))
692
+ DeleteGlobalReplicationGroupMessage.struct_class = Types::DeleteGlobalReplicationGroupMessage
693
+
694
+ DeleteGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
695
+ DeleteGlobalReplicationGroupResult.struct_class = Types::DeleteGlobalReplicationGroupResult
696
+
605
697
  DeleteReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
606
698
  DeleteReplicationGroupMessage.add_member(:retain_primary_cluster, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RetainPrimaryCluster"))
607
699
  DeleteReplicationGroupMessage.add_member(:final_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalSnapshotIdentifier"))
@@ -669,6 +761,16 @@ module Aws::ElastiCache
669
761
  DescribeEventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
670
762
  DescribeEventsMessage.struct_class = Types::DescribeEventsMessage
671
763
 
764
+ DescribeGlobalReplicationGroupsMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupId"))
765
+ DescribeGlobalReplicationGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
766
+ DescribeGlobalReplicationGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
767
+ DescribeGlobalReplicationGroupsMessage.add_member(:show_member_info, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ShowMemberInfo"))
768
+ DescribeGlobalReplicationGroupsMessage.struct_class = Types::DescribeGlobalReplicationGroupsMessage
769
+
770
+ DescribeGlobalReplicationGroupsResult.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
771
+ DescribeGlobalReplicationGroupsResult.add_member(:global_replication_groups, Shapes::ShapeRef.new(shape: GlobalReplicationGroupList, location_name: "GlobalReplicationGroups"))
772
+ DescribeGlobalReplicationGroupsResult.struct_class = Types::DescribeGlobalReplicationGroupsResult
773
+
672
774
  DescribeReplicationGroupsMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
673
775
  DescribeReplicationGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
674
776
  DescribeReplicationGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -724,6 +826,14 @@ module Aws::ElastiCache
724
826
  DescribeUpdateActionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
725
827
  DescribeUpdateActionsMessage.struct_class = Types::DescribeUpdateActionsMessage
726
828
 
829
+ DisassociateGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
830
+ DisassociateGlobalReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
831
+ DisassociateGlobalReplicationGroupMessage.add_member(:replication_group_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupRegion"))
832
+ DisassociateGlobalReplicationGroupMessage.struct_class = Types::DisassociateGlobalReplicationGroupMessage
833
+
834
+ DisassociateGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
835
+ DisassociateGlobalReplicationGroupResult.struct_class = Types::DisassociateGlobalReplicationGroupResult
836
+
727
837
  EC2SecurityGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
728
838
  EC2SecurityGroup.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupName"))
729
839
  EC2SecurityGroup.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupOwnerId"))
@@ -753,6 +863,64 @@ module Aws::ElastiCache
753
863
  EventsMessage.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
754
864
  EventsMessage.struct_class = Types::EventsMessage
755
865
 
866
+ FailoverGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
867
+ FailoverGlobalReplicationGroupMessage.add_member(:primary_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PrimaryRegion"))
868
+ FailoverGlobalReplicationGroupMessage.add_member(:primary_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PrimaryReplicationGroupId"))
869
+ FailoverGlobalReplicationGroupMessage.struct_class = Types::FailoverGlobalReplicationGroupMessage
870
+
871
+ FailoverGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
872
+ FailoverGlobalReplicationGroupResult.struct_class = Types::FailoverGlobalReplicationGroupResult
873
+
874
+ GlobalNodeGroup.add_member(:global_node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalNodeGroupId"))
875
+ GlobalNodeGroup.add_member(:slots, Shapes::ShapeRef.new(shape: String, location_name: "Slots"))
876
+ GlobalNodeGroup.struct_class = Types::GlobalNodeGroup
877
+
878
+ GlobalNodeGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "GlobalNodeGroupId")
879
+
880
+ GlobalNodeGroupList.member = Shapes::ShapeRef.new(shape: GlobalNodeGroup, location_name: "GlobalNodeGroup")
881
+
882
+ GlobalReplicationGroup.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupId"))
883
+ GlobalReplicationGroup.add_member(:global_replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupDescription"))
884
+ GlobalReplicationGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
885
+ GlobalReplicationGroup.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
886
+ GlobalReplicationGroup.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
887
+ GlobalReplicationGroup.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
888
+ GlobalReplicationGroup.add_member(:members, Shapes::ShapeRef.new(shape: GlobalReplicationGroupMemberList, location_name: "Members"))
889
+ GlobalReplicationGroup.add_member(:cluster_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ClusterEnabled"))
890
+ GlobalReplicationGroup.add_member(:global_node_groups, Shapes::ShapeRef.new(shape: GlobalNodeGroupList, location_name: "GlobalNodeGroups"))
891
+ GlobalReplicationGroup.add_member(:auth_token_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AuthTokenEnabled"))
892
+ GlobalReplicationGroup.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
893
+ GlobalReplicationGroup.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
894
+ GlobalReplicationGroup.struct_class = Types::GlobalReplicationGroup
895
+
896
+ GlobalReplicationGroupAlreadyExistsFault.struct_class = Types::GlobalReplicationGroupAlreadyExistsFault
897
+
898
+ GlobalReplicationGroupInfo.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupId"))
899
+ GlobalReplicationGroupInfo.add_member(:global_replication_group_member_role, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupMemberRole"))
900
+ GlobalReplicationGroupInfo.struct_class = Types::GlobalReplicationGroupInfo
901
+
902
+ GlobalReplicationGroupList.member = Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup")
903
+
904
+ GlobalReplicationGroupMember.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
905
+ GlobalReplicationGroupMember.add_member(:replication_group_region, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupRegion"))
906
+ GlobalReplicationGroupMember.add_member(:role, Shapes::ShapeRef.new(shape: String, location_name: "Role"))
907
+ GlobalReplicationGroupMember.add_member(:automatic_failover, Shapes::ShapeRef.new(shape: AutomaticFailoverStatus, location_name: "AutomaticFailover"))
908
+ GlobalReplicationGroupMember.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
909
+ GlobalReplicationGroupMember.struct_class = Types::GlobalReplicationGroupMember
910
+
911
+ GlobalReplicationGroupMemberList.member = Shapes::ShapeRef.new(shape: GlobalReplicationGroupMember, location_name: "GlobalReplicationGroupMember")
912
+
913
+ GlobalReplicationGroupNotFoundFault.struct_class = Types::GlobalReplicationGroupNotFoundFault
914
+
915
+ IncreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
916
+ IncreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:node_group_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NodeGroupCount"))
917
+ IncreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:regional_configurations, Shapes::ShapeRef.new(shape: RegionalConfigurationList, location_name: "RegionalConfigurations"))
918
+ IncreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ApplyImmediately"))
919
+ IncreaseNodeGroupsInGlobalReplicationGroupMessage.struct_class = Types::IncreaseNodeGroupsInGlobalReplicationGroupMessage
920
+
921
+ IncreaseNodeGroupsInGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
922
+ IncreaseNodeGroupsInGlobalReplicationGroupResult.struct_class = Types::IncreaseNodeGroupsInGlobalReplicationGroupResult
923
+
756
924
  IncreaseReplicaCountMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
757
925
  IncreaseReplicaCountMessage.add_member(:new_replica_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NewReplicaCount"))
758
926
  IncreaseReplicaCountMessage.add_member(:replica_configuration, Shapes::ShapeRef.new(shape: ReplicaConfigurationList, location_name: "ReplicaConfiguration"))
@@ -762,12 +930,34 @@ module Aws::ElastiCache
762
930
  IncreaseReplicaCountResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
763
931
  IncreaseReplicaCountResult.struct_class = Types::IncreaseReplicaCountResult
764
932
 
933
+ InsufficientCacheClusterCapacityFault.struct_class = Types::InsufficientCacheClusterCapacityFault
934
+
935
+ InvalidARNFault.struct_class = Types::InvalidARNFault
936
+
937
+ InvalidCacheClusterStateFault.struct_class = Types::InvalidCacheClusterStateFault
938
+
939
+ InvalidCacheParameterGroupStateFault.struct_class = Types::InvalidCacheParameterGroupStateFault
940
+
941
+ InvalidCacheSecurityGroupStateFault.struct_class = Types::InvalidCacheSecurityGroupStateFault
942
+
943
+ InvalidGlobalReplicationGroupStateFault.struct_class = Types::InvalidGlobalReplicationGroupStateFault
944
+
945
+ InvalidKMSKeyFault.struct_class = Types::InvalidKMSKeyFault
946
+
765
947
  InvalidParameterCombinationException.add_member(:message, Shapes::ShapeRef.new(shape: AwsQueryErrorMessage, location_name: "message"))
766
948
  InvalidParameterCombinationException.struct_class = Types::InvalidParameterCombinationException
767
949
 
768
950
  InvalidParameterValueException.add_member(:message, Shapes::ShapeRef.new(shape: AwsQueryErrorMessage, location_name: "message"))
769
951
  InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
770
952
 
953
+ InvalidReplicationGroupStateFault.struct_class = Types::InvalidReplicationGroupStateFault
954
+
955
+ InvalidSnapshotStateFault.struct_class = Types::InvalidSnapshotStateFault
956
+
957
+ InvalidSubnet.struct_class = Types::InvalidSubnet
958
+
959
+ InvalidVPCNetworkStateFault.struct_class = Types::InvalidVPCNetworkStateFault
960
+
771
961
  KeyList.member = Shapes::ShapeRef.new(shape: String)
772
962
 
773
963
  ListAllowedNodeTypeModificationsMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
@@ -813,6 +1003,17 @@ module Aws::ElastiCache
813
1003
  ModifyCacheSubnetGroupResult.add_member(:cache_subnet_group, Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup"))
814
1004
  ModifyCacheSubnetGroupResult.struct_class = Types::ModifyCacheSubnetGroupResult
815
1005
 
1006
+ ModifyGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
1007
+ ModifyGlobalReplicationGroupMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ApplyImmediately"))
1008
+ ModifyGlobalReplicationGroupMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
1009
+ ModifyGlobalReplicationGroupMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
1010
+ ModifyGlobalReplicationGroupMessage.add_member(:global_replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupDescription"))
1011
+ ModifyGlobalReplicationGroupMessage.add_member(:automatic_failover_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutomaticFailoverEnabled"))
1012
+ ModifyGlobalReplicationGroupMessage.struct_class = Types::ModifyGlobalReplicationGroupMessage
1013
+
1014
+ ModifyGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
1015
+ ModifyGlobalReplicationGroupResult.struct_class = Types::ModifyGlobalReplicationGroupResult
1016
+
816
1017
  ModifyReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
817
1018
  ModifyReplicationGroupMessage.add_member(:replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupDescription"))
818
1019
  ModifyReplicationGroupMessage.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
@@ -849,6 +1050,8 @@ module Aws::ElastiCache
849
1050
  ModifyReplicationGroupShardConfigurationResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
850
1051
  ModifyReplicationGroupShardConfigurationResult.struct_class = Types::ModifyReplicationGroupShardConfigurationResult
851
1052
 
1053
+ NoOperationFault.struct_class = Types::NoOperationFault
1054
+
852
1055
  NodeGroup.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
853
1056
  NodeGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
854
1057
  NodeGroup.add_member(:primary_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "PrimaryEndpoint"))
@@ -890,16 +1093,24 @@ module Aws::ElastiCache
890
1093
 
891
1094
  NodeGroupMemberUpdateStatusList.member = Shapes::ShapeRef.new(shape: NodeGroupMemberUpdateStatus, location_name: "NodeGroupMemberUpdateStatus")
892
1095
 
1096
+ NodeGroupNotFoundFault.struct_class = Types::NodeGroupNotFoundFault
1097
+
893
1098
  NodeGroupUpdateStatus.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
894
1099
  NodeGroupUpdateStatus.add_member(:node_group_member_update_status, Shapes::ShapeRef.new(shape: NodeGroupMemberUpdateStatusList, location_name: "NodeGroupMemberUpdateStatus"))
895
1100
  NodeGroupUpdateStatus.struct_class = Types::NodeGroupUpdateStatus
896
1101
 
897
1102
  NodeGroupUpdateStatusList.member = Shapes::ShapeRef.new(shape: NodeGroupUpdateStatus, location_name: "NodeGroupUpdateStatus")
898
1103
 
1104
+ NodeGroupsPerReplicationGroupQuotaExceededFault.struct_class = Types::NodeGroupsPerReplicationGroupQuotaExceededFault
1105
+
899
1106
  NodeGroupsToRemoveList.member = Shapes::ShapeRef.new(shape: AllowedNodeGroupId, location_name: "NodeGroupToRemove")
900
1107
 
901
1108
  NodeGroupsToRetainList.member = Shapes::ShapeRef.new(shape: AllowedNodeGroupId, location_name: "NodeGroupToRetain")
902
1109
 
1110
+ NodeQuotaForClusterExceededFault.struct_class = Types::NodeQuotaForClusterExceededFault
1111
+
1112
+ NodeQuotaForCustomerExceededFault.struct_class = Types::NodeQuotaForCustomerExceededFault
1113
+
903
1114
  NodeSnapshot.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
904
1115
  NodeSnapshot.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
905
1116
  NodeSnapshot.add_member(:cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeId"))
@@ -961,6 +1172,13 @@ module Aws::ElastiCache
961
1172
  PurchaseReservedCacheNodesOfferingResult.add_member(:reserved_cache_node, Shapes::ShapeRef.new(shape: ReservedCacheNode, location_name: "ReservedCacheNode"))
962
1173
  PurchaseReservedCacheNodesOfferingResult.struct_class = Types::PurchaseReservedCacheNodesOfferingResult
963
1174
 
1175
+ RebalanceSlotsInGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
1176
+ RebalanceSlotsInGlobalReplicationGroupMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ApplyImmediately"))
1177
+ RebalanceSlotsInGlobalReplicationGroupMessage.struct_class = Types::RebalanceSlotsInGlobalReplicationGroupMessage
1178
+
1179
+ RebalanceSlotsInGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
1180
+ RebalanceSlotsInGlobalReplicationGroupResult.struct_class = Types::RebalanceSlotsInGlobalReplicationGroupResult
1181
+
964
1182
  RebootCacheClusterMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheClusterId"))
965
1183
  RebootCacheClusterMessage.add_member(:cache_node_ids_to_reboot, Shapes::ShapeRef.new(shape: CacheNodeIdsList, required: true, location_name: "CacheNodeIdsToReboot"))
966
1184
  RebootCacheClusterMessage.struct_class = Types::RebootCacheClusterMessage
@@ -974,6 +1192,13 @@ module Aws::ElastiCache
974
1192
 
975
1193
  RecurringChargeList.member = Shapes::ShapeRef.new(shape: RecurringCharge, location_name: "RecurringCharge")
976
1194
 
1195
+ RegionalConfiguration.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
1196
+ RegionalConfiguration.add_member(:replication_group_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupRegion"))
1197
+ RegionalConfiguration.add_member(:resharding_configuration, Shapes::ShapeRef.new(shape: ReshardingConfigurationList, required: true, location_name: "ReshardingConfiguration"))
1198
+ RegionalConfiguration.struct_class = Types::RegionalConfiguration
1199
+
1200
+ RegionalConfigurationList.member = Shapes::ShapeRef.new(shape: RegionalConfiguration, location_name: "RegionalConfiguration")
1201
+
977
1202
  RemoveReplicasList.member = Shapes::ShapeRef.new(shape: String)
978
1203
 
979
1204
  RemoveTagsFromResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
@@ -984,6 +1209,7 @@ module Aws::ElastiCache
984
1209
 
985
1210
  ReplicationGroup.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
986
1211
  ReplicationGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1212
+ ReplicationGroup.add_member(:global_replication_group_info, Shapes::ShapeRef.new(shape: GlobalReplicationGroupInfo, location_name: "GlobalReplicationGroupInfo"))
987
1213
  ReplicationGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
988
1214
  ReplicationGroup.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: ReplicationGroupPendingModifiedValues, location_name: "PendingModifiedValues"))
989
1215
  ReplicationGroup.add_member(:member_clusters, Shapes::ShapeRef.new(shape: ClusterIdList, location_name: "MemberClusters"))
@@ -1002,6 +1228,10 @@ module Aws::ElastiCache
1002
1228
  ReplicationGroup.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1003
1229
  ReplicationGroup.struct_class = Types::ReplicationGroup
1004
1230
 
1231
+ ReplicationGroupAlreadyExistsFault.struct_class = Types::ReplicationGroupAlreadyExistsFault
1232
+
1233
+ ReplicationGroupAlreadyUnderMigrationFault.struct_class = Types::ReplicationGroupAlreadyUnderMigrationFault
1234
+
1005
1235
  ReplicationGroupIdList.member = Shapes::ShapeRef.new(shape: String)
1006
1236
 
1007
1237
  ReplicationGroupList.member = Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup")
@@ -1010,6 +1240,10 @@ module Aws::ElastiCache
1010
1240
  ReplicationGroupMessage.add_member(:replication_groups, Shapes::ShapeRef.new(shape: ReplicationGroupList, location_name: "ReplicationGroups"))
1011
1241
  ReplicationGroupMessage.struct_class = Types::ReplicationGroupMessage
1012
1242
 
1243
+ ReplicationGroupNotFoundFault.struct_class = Types::ReplicationGroupNotFoundFault
1244
+
1245
+ ReplicationGroupNotUnderMigrationFault.struct_class = Types::ReplicationGroupNotUnderMigrationFault
1246
+
1013
1247
  ReplicationGroupPendingModifiedValues.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
1014
1248
  ReplicationGroupPendingModifiedValues.add_member(:automatic_failover_status, Shapes::ShapeRef.new(shape: PendingAutomaticFailoverStatus, location_name: "AutomaticFailoverStatus"))
1015
1249
  ReplicationGroupPendingModifiedValues.add_member(:resharding, Shapes::ShapeRef.new(shape: ReshardingStatus, location_name: "Resharding"))
@@ -1031,12 +1265,18 @@ module Aws::ElastiCache
1031
1265
  ReservedCacheNode.add_member(:reservation_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReservationARN"))
1032
1266
  ReservedCacheNode.struct_class = Types::ReservedCacheNode
1033
1267
 
1268
+ ReservedCacheNodeAlreadyExistsFault.struct_class = Types::ReservedCacheNodeAlreadyExistsFault
1269
+
1034
1270
  ReservedCacheNodeList.member = Shapes::ShapeRef.new(shape: ReservedCacheNode, location_name: "ReservedCacheNode")
1035
1271
 
1036
1272
  ReservedCacheNodeMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1037
1273
  ReservedCacheNodeMessage.add_member(:reserved_cache_nodes, Shapes::ShapeRef.new(shape: ReservedCacheNodeList, location_name: "ReservedCacheNodes"))
1038
1274
  ReservedCacheNodeMessage.struct_class = Types::ReservedCacheNodeMessage
1039
1275
 
1276
+ ReservedCacheNodeNotFoundFault.struct_class = Types::ReservedCacheNodeNotFoundFault
1277
+
1278
+ ReservedCacheNodeQuotaExceededFault.struct_class = Types::ReservedCacheNodeQuotaExceededFault
1279
+
1040
1280
  ReservedCacheNodesOffering.add_member(:reserved_cache_nodes_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodesOfferingId"))
1041
1281
  ReservedCacheNodesOffering.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
1042
1282
  ReservedCacheNodesOffering.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "Duration"))
@@ -1053,6 +1293,8 @@ module Aws::ElastiCache
1053
1293
  ReservedCacheNodesOfferingMessage.add_member(:reserved_cache_nodes_offerings, Shapes::ShapeRef.new(shape: ReservedCacheNodesOfferingList, location_name: "ReservedCacheNodesOfferings"))
1054
1294
  ReservedCacheNodesOfferingMessage.struct_class = Types::ReservedCacheNodesOfferingMessage
1055
1295
 
1296
+ ReservedCacheNodesOfferingNotFoundFault.struct_class = Types::ReservedCacheNodesOfferingNotFoundFault
1297
+
1056
1298
  ResetCacheParameterGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupName"))
1057
1299
  ResetCacheParameterGroupMessage.add_member(:reset_all_parameters, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetAllParameters"))
1058
1300
  ResetCacheParameterGroupMessage.add_member(:parameter_name_values, Shapes::ShapeRef.new(shape: ParameterNameValueList, location_name: "ParameterNameValues"))
@@ -1083,6 +1325,8 @@ module Aws::ElastiCache
1083
1325
 
1084
1326
  SecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: SecurityGroupMembership)
1085
1327
 
1328
+ ServiceLinkedRoleNotFoundFault.struct_class = Types::ServiceLinkedRoleNotFoundFault
1329
+
1086
1330
  ServiceUpdate.add_member(:service_update_name, Shapes::ShapeRef.new(shape: String, location_name: "ServiceUpdateName"))
1087
1331
  ServiceUpdate.add_member(:service_update_release_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ServiceUpdateReleaseDate"))
1088
1332
  ServiceUpdate.add_member(:service_update_end_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ServiceUpdateEndDate"))
@@ -1099,6 +1343,8 @@ module Aws::ElastiCache
1099
1343
 
1100
1344
  ServiceUpdateList.member = Shapes::ShapeRef.new(shape: ServiceUpdate, location_name: "ServiceUpdate")
1101
1345
 
1346
+ ServiceUpdateNotFoundFault.struct_class = Types::ServiceUpdateNotFoundFault
1347
+
1102
1348
  ServiceUpdateStatusList.member = Shapes::ShapeRef.new(shape: ServiceUpdateStatus)
1103
1349
 
1104
1350
  ServiceUpdatesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -1135,10 +1381,18 @@ module Aws::ElastiCache
1135
1381
  Snapshot.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1136
1382
  Snapshot.struct_class = Types::Snapshot
1137
1383
 
1384
+ SnapshotAlreadyExistsFault.struct_class = Types::SnapshotAlreadyExistsFault
1385
+
1138
1386
  SnapshotArnsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SnapshotArn")
1139
1387
 
1388
+ SnapshotFeatureNotSupportedFault.struct_class = Types::SnapshotFeatureNotSupportedFault
1389
+
1140
1390
  SnapshotList.member = Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot")
1141
1391
 
1392
+ SnapshotNotFoundFault.struct_class = Types::SnapshotNotFoundFault
1393
+
1394
+ SnapshotQuotaExceededFault.struct_class = Types::SnapshotQuotaExceededFault
1395
+
1142
1396
  StartMigrationMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
1143
1397
  StartMigrationMessage.add_member(:customer_node_endpoint_list, Shapes::ShapeRef.new(shape: CustomerNodeEndpointList, required: true, location_name: "CustomerNodeEndpointList"))
1144
1398
  StartMigrationMessage.struct_class = Types::StartMigrationMessage
@@ -1152,6 +1406,8 @@ module Aws::ElastiCache
1152
1406
 
1153
1407
  SubnetIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier")
1154
1408
 
1409
+ SubnetInUse.struct_class = Types::SubnetInUse
1410
+
1155
1411
  SubnetList.member = Shapes::ShapeRef.new(shape: Subnet, location_name: "Subnet")
1156
1412
 
1157
1413
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
@@ -1163,10 +1419,16 @@ module Aws::ElastiCache
1163
1419
  TagListMessage.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
1164
1420
  TagListMessage.struct_class = Types::TagListMessage
1165
1421
 
1422
+ TagNotFoundFault.struct_class = Types::TagNotFoundFault
1423
+
1424
+ TagQuotaPerResourceExceeded.struct_class = Types::TagQuotaPerResourceExceeded
1425
+
1166
1426
  TestFailoverMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
1167
1427
  TestFailoverMessage.add_member(:node_group_id, Shapes::ShapeRef.new(shape: AllowedNodeGroupId, required: true, location_name: "NodeGroupId"))
1168
1428
  TestFailoverMessage.struct_class = Types::TestFailoverMessage
1169
1429
 
1430
+ TestFailoverNotAvailableFault.struct_class = Types::TestFailoverNotAvailableFault
1431
+
1170
1432
  TestFailoverResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
1171
1433
  TestFailoverResult.struct_class = Types::TestFailoverResult
1172
1434
 
@@ -1360,6 +1622,19 @@ module Aws::ElastiCache
1360
1622
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1361
1623
  end)
1362
1624
 
1625
+ api.add_operation(:create_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
1626
+ o.name = "CreateGlobalReplicationGroup"
1627
+ o.http_method = "POST"
1628
+ o.http_request_uri = "/"
1629
+ o.input = Shapes::ShapeRef.new(shape: CreateGlobalReplicationGroupMessage)
1630
+ o.output = Shapes::ShapeRef.new(shape: CreateGlobalReplicationGroupResult)
1631
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
1632
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
1633
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupAlreadyExistsFault)
1634
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
1635
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1636
+ end)
1637
+
1363
1638
  api.add_operation(:create_replication_group, Seahorse::Model::Operation.new.tap do |o|
1364
1639
  o.name = "CreateReplicationGroup"
1365
1640
  o.http_method = "POST"
@@ -1379,6 +1654,8 @@ module Aws::ElastiCache
1379
1654
  o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
1380
1655
  o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1381
1656
  o.errors << Shapes::ShapeRef.new(shape: NodeGroupsPerReplicationGroupQuotaExceededFault)
1657
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
1658
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1382
1659
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1383
1660
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1384
1661
  end)
@@ -1400,6 +1677,18 @@ module Aws::ElastiCache
1400
1677
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1401
1678
  end)
1402
1679
 
1680
+ api.add_operation(:decrease_node_groups_in_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
1681
+ o.name = "DecreaseNodeGroupsInGlobalReplicationGroup"
1682
+ o.http_method = "POST"
1683
+ o.http_request_uri = "/"
1684
+ o.input = Shapes::ShapeRef.new(shape: DecreaseNodeGroupsInGlobalReplicationGroupMessage)
1685
+ o.output = Shapes::ShapeRef.new(shape: DecreaseNodeGroupsInGlobalReplicationGroupResult)
1686
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
1687
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1688
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1689
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1690
+ end)
1691
+
1403
1692
  api.add_operation(:decrease_replica_count, Seahorse::Model::Operation.new.tap do |o|
1404
1693
  o.name = "DecreaseReplicaCount"
1405
1694
  o.http_method = "POST"
@@ -1469,6 +1758,17 @@ module Aws::ElastiCache
1469
1758
  o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
1470
1759
  end)
1471
1760
 
1761
+ api.add_operation(:delete_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
1762
+ o.name = "DeleteGlobalReplicationGroup"
1763
+ o.http_method = "POST"
1764
+ o.http_request_uri = "/"
1765
+ o.input = Shapes::ShapeRef.new(shape: DeleteGlobalReplicationGroupMessage)
1766
+ o.output = Shapes::ShapeRef.new(shape: DeleteGlobalReplicationGroupResult)
1767
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
1768
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1769
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1770
+ end)
1771
+
1472
1772
  api.add_operation(:delete_replication_group, Seahorse::Model::Operation.new.tap do |o|
1473
1773
  o.name = "DeleteReplicationGroup"
1474
1774
  o.http_method = "POST"
@@ -1625,6 +1925,23 @@ module Aws::ElastiCache
1625
1925
  )
1626
1926
  end)
1627
1927
 
1928
+ api.add_operation(:describe_global_replication_groups, Seahorse::Model::Operation.new.tap do |o|
1929
+ o.name = "DescribeGlobalReplicationGroups"
1930
+ o.http_method = "POST"
1931
+ o.http_request_uri = "/"
1932
+ o.input = Shapes::ShapeRef.new(shape: DescribeGlobalReplicationGroupsMessage)
1933
+ o.output = Shapes::ShapeRef.new(shape: DescribeGlobalReplicationGroupsResult)
1934
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
1935
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1936
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1937
+ o[:pager] = Aws::Pager.new(
1938
+ limit_key: "max_records",
1939
+ tokens: {
1940
+ "marker" => "marker"
1941
+ }
1942
+ )
1943
+ end)
1944
+
1628
1945
  api.add_operation(:describe_replication_groups, Seahorse::Model::Operation.new.tap do |o|
1629
1946
  o.name = "DescribeReplicationGroups"
1630
1947
  o.http_method = "POST"
@@ -1727,6 +2044,41 @@ module Aws::ElastiCache
1727
2044
  )
1728
2045
  end)
1729
2046
 
2047
+ api.add_operation(:disassociate_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
2048
+ o.name = "DisassociateGlobalReplicationGroup"
2049
+ o.http_method = "POST"
2050
+ o.http_request_uri = "/"
2051
+ o.input = Shapes::ShapeRef.new(shape: DisassociateGlobalReplicationGroupMessage)
2052
+ o.output = Shapes::ShapeRef.new(shape: DisassociateGlobalReplicationGroupResult)
2053
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
2054
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
2055
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2056
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2057
+ end)
2058
+
2059
+ api.add_operation(:failover_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
2060
+ o.name = "FailoverGlobalReplicationGroup"
2061
+ o.http_method = "POST"
2062
+ o.http_request_uri = "/"
2063
+ o.input = Shapes::ShapeRef.new(shape: FailoverGlobalReplicationGroupMessage)
2064
+ o.output = Shapes::ShapeRef.new(shape: FailoverGlobalReplicationGroupResult)
2065
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
2066
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
2067
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2068
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2069
+ end)
2070
+
2071
+ api.add_operation(:increase_node_groups_in_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
2072
+ o.name = "IncreaseNodeGroupsInGlobalReplicationGroup"
2073
+ o.http_method = "POST"
2074
+ o.http_request_uri = "/"
2075
+ o.input = Shapes::ShapeRef.new(shape: IncreaseNodeGroupsInGlobalReplicationGroupMessage)
2076
+ o.output = Shapes::ShapeRef.new(shape: IncreaseNodeGroupsInGlobalReplicationGroupResult)
2077
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
2078
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
2079
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2080
+ end)
2081
+
1730
2082
  api.add_operation(:increase_replica_count, Seahorse::Model::Operation.new.tap do |o|
1731
2083
  o.name = "IncreaseReplicaCount"
1732
2084
  o.http_method = "POST"
@@ -1799,6 +2151,7 @@ module Aws::ElastiCache
1799
2151
  o.errors << Shapes::ShapeRef.new(shape: InvalidCacheParameterGroupStateFault)
1800
2152
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1801
2153
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2154
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1802
2155
  end)
1803
2156
 
1804
2157
  api.add_operation(:modify_cache_subnet_group, Seahorse::Model::Operation.new.tap do |o|
@@ -1813,6 +2166,17 @@ module Aws::ElastiCache
1813
2166
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1814
2167
  end)
1815
2168
 
2169
+ api.add_operation(:modify_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
2170
+ o.name = "ModifyGlobalReplicationGroup"
2171
+ o.http_method = "POST"
2172
+ o.http_request_uri = "/"
2173
+ o.input = Shapes::ShapeRef.new(shape: ModifyGlobalReplicationGroupMessage)
2174
+ o.output = Shapes::ShapeRef.new(shape: ModifyGlobalReplicationGroupResult)
2175
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
2176
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
2177
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2178
+ end)
2179
+
1816
2180
  api.add_operation(:modify_replication_group, Seahorse::Model::Operation.new.tap do |o|
1817
2181
  o.name = "ModifyReplicationGroup"
1818
2182
  o.http_method = "POST"
@@ -1866,6 +2230,17 @@ module Aws::ElastiCache
1866
2230
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1867
2231
  end)
1868
2232
 
2233
+ api.add_operation(:rebalance_slots_in_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
2234
+ o.name = "RebalanceSlotsInGlobalReplicationGroup"
2235
+ o.http_method = "POST"
2236
+ o.http_request_uri = "/"
2237
+ o.input = Shapes::ShapeRef.new(shape: RebalanceSlotsInGlobalReplicationGroupMessage)
2238
+ o.output = Shapes::ShapeRef.new(shape: RebalanceSlotsInGlobalReplicationGroupResult)
2239
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
2240
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
2241
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2242
+ end)
2243
+
1869
2244
  api.add_operation(:reboot_cache_cluster, Seahorse::Model::Operation.new.tap do |o|
1870
2245
  o.name = "RebootCacheCluster"
1871
2246
  o.http_method = "POST"
@@ -1898,6 +2273,7 @@ module Aws::ElastiCache
1898
2273
  o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1899
2274
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1900
2275
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2276
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1901
2277
  end)
1902
2278
 
1903
2279
  api.add_operation(:revoke_cache_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|