aws-sdk-elasticache 1.29.0 → 1.35.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"))
@@ -330,8 +367,11 @@ module Aws::ElastiCache
330
367
  CacheCluster.add_member(:auth_token_last_modified_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "AuthTokenLastModifiedDate"))
331
368
  CacheCluster.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
332
369
  CacheCluster.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
370
+ CacheCluster.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
333
371
  CacheCluster.struct_class = Types::CacheCluster
334
372
 
373
+ CacheClusterAlreadyExistsFault.struct_class = Types::CacheClusterAlreadyExistsFault
374
+
335
375
  CacheClusterIdList.member = Shapes::ShapeRef.new(shape: String)
336
376
 
337
377
  CacheClusterList.member = Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster")
@@ -340,6 +380,8 @@ module Aws::ElastiCache
340
380
  CacheClusterMessage.add_member(:cache_clusters, Shapes::ShapeRef.new(shape: CacheClusterList, location_name: "CacheClusters"))
341
381
  CacheClusterMessage.struct_class = Types::CacheClusterMessage
342
382
 
383
+ CacheClusterNotFoundFault.struct_class = Types::CacheClusterNotFoundFault
384
+
343
385
  CacheEngineVersion.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
344
386
  CacheEngineVersion.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
345
387
  CacheEngineVersion.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
@@ -400,8 +442,12 @@ module Aws::ElastiCache
400
442
  CacheParameterGroup.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
401
443
  CacheParameterGroup.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
402
444
  CacheParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
445
+ CacheParameterGroup.add_member(:is_global, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsGlobal"))
446
+ CacheParameterGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
403
447
  CacheParameterGroup.struct_class = Types::CacheParameterGroup
404
448
 
449
+ CacheParameterGroupAlreadyExistsFault.struct_class = Types::CacheParameterGroupAlreadyExistsFault
450
+
405
451
  CacheParameterGroupDetails.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
406
452
  CacheParameterGroupDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
407
453
  CacheParameterGroupDetails.add_member(:cache_node_type_specific_parameters, Shapes::ShapeRef.new(shape: CacheNodeTypeSpecificParametersList, location_name: "CacheNodeTypeSpecificParameters"))
@@ -412,6 +458,10 @@ module Aws::ElastiCache
412
458
  CacheParameterGroupNameMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
413
459
  CacheParameterGroupNameMessage.struct_class = Types::CacheParameterGroupNameMessage
414
460
 
461
+ CacheParameterGroupNotFoundFault.struct_class = Types::CacheParameterGroupNotFoundFault
462
+
463
+ CacheParameterGroupQuotaExceededFault.struct_class = Types::CacheParameterGroupQuotaExceededFault
464
+
415
465
  CacheParameterGroupStatus.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
416
466
  CacheParameterGroupStatus.add_member(:parameter_apply_status, Shapes::ShapeRef.new(shape: String, location_name: "ParameterApplyStatus"))
417
467
  CacheParameterGroupStatus.add_member(:cache_node_ids_to_reboot, Shapes::ShapeRef.new(shape: CacheNodeIdsList, location_name: "CacheNodeIdsToReboot"))
@@ -425,8 +475,11 @@ module Aws::ElastiCache
425
475
  CacheSecurityGroup.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName"))
426
476
  CacheSecurityGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
427
477
  CacheSecurityGroup.add_member(:ec2_security_groups, Shapes::ShapeRef.new(shape: EC2SecurityGroupList, location_name: "EC2SecurityGroups"))
478
+ CacheSecurityGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
428
479
  CacheSecurityGroup.struct_class = Types::CacheSecurityGroup
429
480
 
481
+ CacheSecurityGroupAlreadyExistsFault.struct_class = Types::CacheSecurityGroupAlreadyExistsFault
482
+
430
483
  CacheSecurityGroupMembership.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName"))
431
484
  CacheSecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
432
485
  CacheSecurityGroupMembership.struct_class = Types::CacheSecurityGroupMembership
@@ -439,22 +492,39 @@ module Aws::ElastiCache
439
492
 
440
493
  CacheSecurityGroupNameList.member = Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName")
441
494
 
495
+ CacheSecurityGroupNotFoundFault.struct_class = Types::CacheSecurityGroupNotFoundFault
496
+
497
+ CacheSecurityGroupQuotaExceededFault.struct_class = Types::CacheSecurityGroupQuotaExceededFault
498
+
442
499
  CacheSecurityGroups.member = Shapes::ShapeRef.new(shape: CacheSecurityGroup, location_name: "CacheSecurityGroup")
443
500
 
444
501
  CacheSubnetGroup.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupName"))
445
502
  CacheSubnetGroup.add_member(:cache_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupDescription"))
446
503
  CacheSubnetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
447
504
  CacheSubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
505
+ CacheSubnetGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
448
506
  CacheSubnetGroup.struct_class = Types::CacheSubnetGroup
449
507
 
508
+ CacheSubnetGroupAlreadyExistsFault.struct_class = Types::CacheSubnetGroupAlreadyExistsFault
509
+
510
+ CacheSubnetGroupInUse.struct_class = Types::CacheSubnetGroupInUse
511
+
450
512
  CacheSubnetGroupMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
451
513
  CacheSubnetGroupMessage.add_member(:cache_subnet_groups, Shapes::ShapeRef.new(shape: CacheSubnetGroups, location_name: "CacheSubnetGroups"))
452
514
  CacheSubnetGroupMessage.struct_class = Types::CacheSubnetGroupMessage
453
515
 
516
+ CacheSubnetGroupNotFoundFault.struct_class = Types::CacheSubnetGroupNotFoundFault
517
+
518
+ CacheSubnetGroupQuotaExceededFault.struct_class = Types::CacheSubnetGroupQuotaExceededFault
519
+
454
520
  CacheSubnetGroups.member = Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup")
455
521
 
522
+ CacheSubnetQuotaExceededFault.struct_class = Types::CacheSubnetQuotaExceededFault
523
+
456
524
  ClusterIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "ClusterId")
457
525
 
526
+ ClusterQuotaForCustomerExceededFault.struct_class = Types::ClusterQuotaForCustomerExceededFault
527
+
458
528
  CompleteMigrationMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
459
529
  CompleteMigrationMessage.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
460
530
  CompleteMigrationMessage.struct_class = Types::CompleteMigrationMessage
@@ -527,8 +597,17 @@ module Aws::ElastiCache
527
597
  CreateCacheSubnetGroupResult.add_member(:cache_subnet_group, Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup"))
528
598
  CreateCacheSubnetGroupResult.struct_class = Types::CreateCacheSubnetGroupResult
529
599
 
600
+ CreateGlobalReplicationGroupMessage.add_member(:global_replication_group_id_suffix, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupIdSuffix"))
601
+ CreateGlobalReplicationGroupMessage.add_member(:global_replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupDescription"))
602
+ CreateGlobalReplicationGroupMessage.add_member(:primary_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PrimaryReplicationGroupId"))
603
+ CreateGlobalReplicationGroupMessage.struct_class = Types::CreateGlobalReplicationGroupMessage
604
+
605
+ CreateGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
606
+ CreateGlobalReplicationGroupResult.struct_class = Types::CreateGlobalReplicationGroupResult
607
+
530
608
  CreateReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
531
609
  CreateReplicationGroupMessage.add_member(:replication_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupDescription"))
610
+ CreateReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupId"))
532
611
  CreateReplicationGroupMessage.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
533
612
  CreateReplicationGroupMessage.add_member(:automatic_failover_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutomaticFailoverEnabled"))
534
613
  CreateReplicationGroupMessage.add_member(:num_cache_clusters, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheClusters"))
@@ -576,6 +655,16 @@ module Aws::ElastiCache
576
655
 
577
656
  CustomerNodeEndpointList.member = Shapes::ShapeRef.new(shape: CustomerNodeEndpoint)
578
657
 
658
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
659
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:node_group_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NodeGroupCount"))
660
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:global_node_groups_to_remove, Shapes::ShapeRef.new(shape: GlobalNodeGroupIdList, location_name: "GlobalNodeGroupsToRemove"))
661
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:global_node_groups_to_retain, Shapes::ShapeRef.new(shape: GlobalNodeGroupIdList, location_name: "GlobalNodeGroupsToRetain"))
662
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ApplyImmediately"))
663
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage.struct_class = Types::DecreaseNodeGroupsInGlobalReplicationGroupMessage
664
+
665
+ DecreaseNodeGroupsInGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
666
+ DecreaseNodeGroupsInGlobalReplicationGroupResult.struct_class = Types::DecreaseNodeGroupsInGlobalReplicationGroupResult
667
+
579
668
  DecreaseReplicaCountMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
580
669
  DecreaseReplicaCountMessage.add_member(:new_replica_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NewReplicaCount"))
581
670
  DecreaseReplicaCountMessage.add_member(:replica_configuration, Shapes::ShapeRef.new(shape: ReplicaConfigurationList, location_name: "ReplicaConfiguration"))
@@ -602,6 +691,13 @@ module Aws::ElastiCache
602
691
  DeleteCacheSubnetGroupMessage.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSubnetGroupName"))
603
692
  DeleteCacheSubnetGroupMessage.struct_class = Types::DeleteCacheSubnetGroupMessage
604
693
 
694
+ DeleteGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
695
+ DeleteGlobalReplicationGroupMessage.add_member(:retain_primary_replication_group, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "RetainPrimaryReplicationGroup"))
696
+ DeleteGlobalReplicationGroupMessage.struct_class = Types::DeleteGlobalReplicationGroupMessage
697
+
698
+ DeleteGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
699
+ DeleteGlobalReplicationGroupResult.struct_class = Types::DeleteGlobalReplicationGroupResult
700
+
605
701
  DeleteReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
606
702
  DeleteReplicationGroupMessage.add_member(:retain_primary_cluster, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RetainPrimaryCluster"))
607
703
  DeleteReplicationGroupMessage.add_member(:final_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalSnapshotIdentifier"))
@@ -669,6 +765,16 @@ module Aws::ElastiCache
669
765
  DescribeEventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
670
766
  DescribeEventsMessage.struct_class = Types::DescribeEventsMessage
671
767
 
768
+ DescribeGlobalReplicationGroupsMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupId"))
769
+ DescribeGlobalReplicationGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
770
+ DescribeGlobalReplicationGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
771
+ DescribeGlobalReplicationGroupsMessage.add_member(:show_member_info, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ShowMemberInfo"))
772
+ DescribeGlobalReplicationGroupsMessage.struct_class = Types::DescribeGlobalReplicationGroupsMessage
773
+
774
+ DescribeGlobalReplicationGroupsResult.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
775
+ DescribeGlobalReplicationGroupsResult.add_member(:global_replication_groups, Shapes::ShapeRef.new(shape: GlobalReplicationGroupList, location_name: "GlobalReplicationGroups"))
776
+ DescribeGlobalReplicationGroupsResult.struct_class = Types::DescribeGlobalReplicationGroupsResult
777
+
672
778
  DescribeReplicationGroupsMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
673
779
  DescribeReplicationGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
674
780
  DescribeReplicationGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -724,6 +830,14 @@ module Aws::ElastiCache
724
830
  DescribeUpdateActionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
725
831
  DescribeUpdateActionsMessage.struct_class = Types::DescribeUpdateActionsMessage
726
832
 
833
+ DisassociateGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
834
+ DisassociateGlobalReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
835
+ DisassociateGlobalReplicationGroupMessage.add_member(:replication_group_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupRegion"))
836
+ DisassociateGlobalReplicationGroupMessage.struct_class = Types::DisassociateGlobalReplicationGroupMessage
837
+
838
+ DisassociateGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
839
+ DisassociateGlobalReplicationGroupResult.struct_class = Types::DisassociateGlobalReplicationGroupResult
840
+
727
841
  EC2SecurityGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
728
842
  EC2SecurityGroup.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupName"))
729
843
  EC2SecurityGroup.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupOwnerId"))
@@ -753,6 +867,65 @@ module Aws::ElastiCache
753
867
  EventsMessage.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
754
868
  EventsMessage.struct_class = Types::EventsMessage
755
869
 
870
+ FailoverGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
871
+ FailoverGlobalReplicationGroupMessage.add_member(:primary_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PrimaryRegion"))
872
+ FailoverGlobalReplicationGroupMessage.add_member(:primary_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PrimaryReplicationGroupId"))
873
+ FailoverGlobalReplicationGroupMessage.struct_class = Types::FailoverGlobalReplicationGroupMessage
874
+
875
+ FailoverGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
876
+ FailoverGlobalReplicationGroupResult.struct_class = Types::FailoverGlobalReplicationGroupResult
877
+
878
+ GlobalNodeGroup.add_member(:global_node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalNodeGroupId"))
879
+ GlobalNodeGroup.add_member(:slots, Shapes::ShapeRef.new(shape: String, location_name: "Slots"))
880
+ GlobalNodeGroup.struct_class = Types::GlobalNodeGroup
881
+
882
+ GlobalNodeGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "GlobalNodeGroupId")
883
+
884
+ GlobalNodeGroupList.member = Shapes::ShapeRef.new(shape: GlobalNodeGroup, location_name: "GlobalNodeGroup")
885
+
886
+ GlobalReplicationGroup.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupId"))
887
+ GlobalReplicationGroup.add_member(:global_replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupDescription"))
888
+ GlobalReplicationGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
889
+ GlobalReplicationGroup.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
890
+ GlobalReplicationGroup.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
891
+ GlobalReplicationGroup.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
892
+ GlobalReplicationGroup.add_member(:members, Shapes::ShapeRef.new(shape: GlobalReplicationGroupMemberList, location_name: "Members"))
893
+ GlobalReplicationGroup.add_member(:cluster_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ClusterEnabled"))
894
+ GlobalReplicationGroup.add_member(:global_node_groups, Shapes::ShapeRef.new(shape: GlobalNodeGroupList, location_name: "GlobalNodeGroups"))
895
+ GlobalReplicationGroup.add_member(:auth_token_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AuthTokenEnabled"))
896
+ GlobalReplicationGroup.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
897
+ GlobalReplicationGroup.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
898
+ GlobalReplicationGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
899
+ GlobalReplicationGroup.struct_class = Types::GlobalReplicationGroup
900
+
901
+ GlobalReplicationGroupAlreadyExistsFault.struct_class = Types::GlobalReplicationGroupAlreadyExistsFault
902
+
903
+ GlobalReplicationGroupInfo.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupId"))
904
+ GlobalReplicationGroupInfo.add_member(:global_replication_group_member_role, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupMemberRole"))
905
+ GlobalReplicationGroupInfo.struct_class = Types::GlobalReplicationGroupInfo
906
+
907
+ GlobalReplicationGroupList.member = Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup")
908
+
909
+ GlobalReplicationGroupMember.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
910
+ GlobalReplicationGroupMember.add_member(:replication_group_region, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupRegion"))
911
+ GlobalReplicationGroupMember.add_member(:role, Shapes::ShapeRef.new(shape: String, location_name: "Role"))
912
+ GlobalReplicationGroupMember.add_member(:automatic_failover, Shapes::ShapeRef.new(shape: AutomaticFailoverStatus, location_name: "AutomaticFailover"))
913
+ GlobalReplicationGroupMember.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
914
+ GlobalReplicationGroupMember.struct_class = Types::GlobalReplicationGroupMember
915
+
916
+ GlobalReplicationGroupMemberList.member = Shapes::ShapeRef.new(shape: GlobalReplicationGroupMember, location_name: "GlobalReplicationGroupMember")
917
+
918
+ GlobalReplicationGroupNotFoundFault.struct_class = Types::GlobalReplicationGroupNotFoundFault
919
+
920
+ IncreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
921
+ IncreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:node_group_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NodeGroupCount"))
922
+ IncreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:regional_configurations, Shapes::ShapeRef.new(shape: RegionalConfigurationList, location_name: "RegionalConfigurations"))
923
+ IncreaseNodeGroupsInGlobalReplicationGroupMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ApplyImmediately"))
924
+ IncreaseNodeGroupsInGlobalReplicationGroupMessage.struct_class = Types::IncreaseNodeGroupsInGlobalReplicationGroupMessage
925
+
926
+ IncreaseNodeGroupsInGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
927
+ IncreaseNodeGroupsInGlobalReplicationGroupResult.struct_class = Types::IncreaseNodeGroupsInGlobalReplicationGroupResult
928
+
756
929
  IncreaseReplicaCountMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
757
930
  IncreaseReplicaCountMessage.add_member(:new_replica_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NewReplicaCount"))
758
931
  IncreaseReplicaCountMessage.add_member(:replica_configuration, Shapes::ShapeRef.new(shape: ReplicaConfigurationList, location_name: "ReplicaConfiguration"))
@@ -762,12 +935,34 @@ module Aws::ElastiCache
762
935
  IncreaseReplicaCountResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
763
936
  IncreaseReplicaCountResult.struct_class = Types::IncreaseReplicaCountResult
764
937
 
938
+ InsufficientCacheClusterCapacityFault.struct_class = Types::InsufficientCacheClusterCapacityFault
939
+
940
+ InvalidARNFault.struct_class = Types::InvalidARNFault
941
+
942
+ InvalidCacheClusterStateFault.struct_class = Types::InvalidCacheClusterStateFault
943
+
944
+ InvalidCacheParameterGroupStateFault.struct_class = Types::InvalidCacheParameterGroupStateFault
945
+
946
+ InvalidCacheSecurityGroupStateFault.struct_class = Types::InvalidCacheSecurityGroupStateFault
947
+
948
+ InvalidGlobalReplicationGroupStateFault.struct_class = Types::InvalidGlobalReplicationGroupStateFault
949
+
950
+ InvalidKMSKeyFault.struct_class = Types::InvalidKMSKeyFault
951
+
765
952
  InvalidParameterCombinationException.add_member(:message, Shapes::ShapeRef.new(shape: AwsQueryErrorMessage, location_name: "message"))
766
953
  InvalidParameterCombinationException.struct_class = Types::InvalidParameterCombinationException
767
954
 
768
955
  InvalidParameterValueException.add_member(:message, Shapes::ShapeRef.new(shape: AwsQueryErrorMessage, location_name: "message"))
769
956
  InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
770
957
 
958
+ InvalidReplicationGroupStateFault.struct_class = Types::InvalidReplicationGroupStateFault
959
+
960
+ InvalidSnapshotStateFault.struct_class = Types::InvalidSnapshotStateFault
961
+
962
+ InvalidSubnet.struct_class = Types::InvalidSubnet
963
+
964
+ InvalidVPCNetworkStateFault.struct_class = Types::InvalidVPCNetworkStateFault
965
+
771
966
  KeyList.member = Shapes::ShapeRef.new(shape: String)
772
967
 
773
968
  ListAllowedNodeTypeModificationsMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
@@ -813,6 +1008,17 @@ module Aws::ElastiCache
813
1008
  ModifyCacheSubnetGroupResult.add_member(:cache_subnet_group, Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup"))
814
1009
  ModifyCacheSubnetGroupResult.struct_class = Types::ModifyCacheSubnetGroupResult
815
1010
 
1011
+ ModifyGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
1012
+ ModifyGlobalReplicationGroupMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ApplyImmediately"))
1013
+ ModifyGlobalReplicationGroupMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
1014
+ ModifyGlobalReplicationGroupMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
1015
+ ModifyGlobalReplicationGroupMessage.add_member(:global_replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupDescription"))
1016
+ ModifyGlobalReplicationGroupMessage.add_member(:automatic_failover_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutomaticFailoverEnabled"))
1017
+ ModifyGlobalReplicationGroupMessage.struct_class = Types::ModifyGlobalReplicationGroupMessage
1018
+
1019
+ ModifyGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
1020
+ ModifyGlobalReplicationGroupResult.struct_class = Types::ModifyGlobalReplicationGroupResult
1021
+
816
1022
  ModifyReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
817
1023
  ModifyReplicationGroupMessage.add_member(:replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupDescription"))
818
1024
  ModifyReplicationGroupMessage.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
@@ -849,6 +1055,8 @@ module Aws::ElastiCache
849
1055
  ModifyReplicationGroupShardConfigurationResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
850
1056
  ModifyReplicationGroupShardConfigurationResult.struct_class = Types::ModifyReplicationGroupShardConfigurationResult
851
1057
 
1058
+ NoOperationFault.struct_class = Types::NoOperationFault
1059
+
852
1060
  NodeGroup.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
853
1061
  NodeGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
854
1062
  NodeGroup.add_member(:primary_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "PrimaryEndpoint"))
@@ -890,16 +1098,24 @@ module Aws::ElastiCache
890
1098
 
891
1099
  NodeGroupMemberUpdateStatusList.member = Shapes::ShapeRef.new(shape: NodeGroupMemberUpdateStatus, location_name: "NodeGroupMemberUpdateStatus")
892
1100
 
1101
+ NodeGroupNotFoundFault.struct_class = Types::NodeGroupNotFoundFault
1102
+
893
1103
  NodeGroupUpdateStatus.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
894
1104
  NodeGroupUpdateStatus.add_member(:node_group_member_update_status, Shapes::ShapeRef.new(shape: NodeGroupMemberUpdateStatusList, location_name: "NodeGroupMemberUpdateStatus"))
895
1105
  NodeGroupUpdateStatus.struct_class = Types::NodeGroupUpdateStatus
896
1106
 
897
1107
  NodeGroupUpdateStatusList.member = Shapes::ShapeRef.new(shape: NodeGroupUpdateStatus, location_name: "NodeGroupUpdateStatus")
898
1108
 
1109
+ NodeGroupsPerReplicationGroupQuotaExceededFault.struct_class = Types::NodeGroupsPerReplicationGroupQuotaExceededFault
1110
+
899
1111
  NodeGroupsToRemoveList.member = Shapes::ShapeRef.new(shape: AllowedNodeGroupId, location_name: "NodeGroupToRemove")
900
1112
 
901
1113
  NodeGroupsToRetainList.member = Shapes::ShapeRef.new(shape: AllowedNodeGroupId, location_name: "NodeGroupToRetain")
902
1114
 
1115
+ NodeQuotaForClusterExceededFault.struct_class = Types::NodeQuotaForClusterExceededFault
1116
+
1117
+ NodeQuotaForCustomerExceededFault.struct_class = Types::NodeQuotaForCustomerExceededFault
1118
+
903
1119
  NodeSnapshot.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
904
1120
  NodeSnapshot.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
905
1121
  NodeSnapshot.add_member(:cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeId"))
@@ -961,6 +1177,13 @@ module Aws::ElastiCache
961
1177
  PurchaseReservedCacheNodesOfferingResult.add_member(:reserved_cache_node, Shapes::ShapeRef.new(shape: ReservedCacheNode, location_name: "ReservedCacheNode"))
962
1178
  PurchaseReservedCacheNodesOfferingResult.struct_class = Types::PurchaseReservedCacheNodesOfferingResult
963
1179
 
1180
+ RebalanceSlotsInGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
1181
+ RebalanceSlotsInGlobalReplicationGroupMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ApplyImmediately"))
1182
+ RebalanceSlotsInGlobalReplicationGroupMessage.struct_class = Types::RebalanceSlotsInGlobalReplicationGroupMessage
1183
+
1184
+ RebalanceSlotsInGlobalReplicationGroupResult.add_member(:global_replication_group, Shapes::ShapeRef.new(shape: GlobalReplicationGroup, location_name: "GlobalReplicationGroup"))
1185
+ RebalanceSlotsInGlobalReplicationGroupResult.struct_class = Types::RebalanceSlotsInGlobalReplicationGroupResult
1186
+
964
1187
  RebootCacheClusterMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheClusterId"))
965
1188
  RebootCacheClusterMessage.add_member(:cache_node_ids_to_reboot, Shapes::ShapeRef.new(shape: CacheNodeIdsList, required: true, location_name: "CacheNodeIdsToReboot"))
966
1189
  RebootCacheClusterMessage.struct_class = Types::RebootCacheClusterMessage
@@ -974,6 +1197,13 @@ module Aws::ElastiCache
974
1197
 
975
1198
  RecurringChargeList.member = Shapes::ShapeRef.new(shape: RecurringCharge, location_name: "RecurringCharge")
976
1199
 
1200
+ RegionalConfiguration.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
1201
+ RegionalConfiguration.add_member(:replication_group_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupRegion"))
1202
+ RegionalConfiguration.add_member(:resharding_configuration, Shapes::ShapeRef.new(shape: ReshardingConfigurationList, required: true, location_name: "ReshardingConfiguration"))
1203
+ RegionalConfiguration.struct_class = Types::RegionalConfiguration
1204
+
1205
+ RegionalConfigurationList.member = Shapes::ShapeRef.new(shape: RegionalConfiguration, location_name: "RegionalConfiguration")
1206
+
977
1207
  RemoveReplicasList.member = Shapes::ShapeRef.new(shape: String)
978
1208
 
979
1209
  RemoveTagsFromResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
@@ -984,6 +1214,7 @@ module Aws::ElastiCache
984
1214
 
985
1215
  ReplicationGroup.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
986
1216
  ReplicationGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1217
+ ReplicationGroup.add_member(:global_replication_group_info, Shapes::ShapeRef.new(shape: GlobalReplicationGroupInfo, location_name: "GlobalReplicationGroupInfo"))
987
1218
  ReplicationGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
988
1219
  ReplicationGroup.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: ReplicationGroupPendingModifiedValues, location_name: "PendingModifiedValues"))
989
1220
  ReplicationGroup.add_member(:member_clusters, Shapes::ShapeRef.new(shape: ClusterIdList, location_name: "MemberClusters"))
@@ -1000,8 +1231,13 @@ module Aws::ElastiCache
1000
1231
  ReplicationGroup.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
1001
1232
  ReplicationGroup.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
1002
1233
  ReplicationGroup.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1234
+ ReplicationGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
1003
1235
  ReplicationGroup.struct_class = Types::ReplicationGroup
1004
1236
 
1237
+ ReplicationGroupAlreadyExistsFault.struct_class = Types::ReplicationGroupAlreadyExistsFault
1238
+
1239
+ ReplicationGroupAlreadyUnderMigrationFault.struct_class = Types::ReplicationGroupAlreadyUnderMigrationFault
1240
+
1005
1241
  ReplicationGroupIdList.member = Shapes::ShapeRef.new(shape: String)
1006
1242
 
1007
1243
  ReplicationGroupList.member = Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup")
@@ -1010,6 +1246,10 @@ module Aws::ElastiCache
1010
1246
  ReplicationGroupMessage.add_member(:replication_groups, Shapes::ShapeRef.new(shape: ReplicationGroupList, location_name: "ReplicationGroups"))
1011
1247
  ReplicationGroupMessage.struct_class = Types::ReplicationGroupMessage
1012
1248
 
1249
+ ReplicationGroupNotFoundFault.struct_class = Types::ReplicationGroupNotFoundFault
1250
+
1251
+ ReplicationGroupNotUnderMigrationFault.struct_class = Types::ReplicationGroupNotUnderMigrationFault
1252
+
1013
1253
  ReplicationGroupPendingModifiedValues.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
1014
1254
  ReplicationGroupPendingModifiedValues.add_member(:automatic_failover_status, Shapes::ShapeRef.new(shape: PendingAutomaticFailoverStatus, location_name: "AutomaticFailoverStatus"))
1015
1255
  ReplicationGroupPendingModifiedValues.add_member(:resharding, Shapes::ShapeRef.new(shape: ReshardingStatus, location_name: "Resharding"))
@@ -1031,12 +1271,18 @@ module Aws::ElastiCache
1031
1271
  ReservedCacheNode.add_member(:reservation_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReservationARN"))
1032
1272
  ReservedCacheNode.struct_class = Types::ReservedCacheNode
1033
1273
 
1274
+ ReservedCacheNodeAlreadyExistsFault.struct_class = Types::ReservedCacheNodeAlreadyExistsFault
1275
+
1034
1276
  ReservedCacheNodeList.member = Shapes::ShapeRef.new(shape: ReservedCacheNode, location_name: "ReservedCacheNode")
1035
1277
 
1036
1278
  ReservedCacheNodeMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1037
1279
  ReservedCacheNodeMessage.add_member(:reserved_cache_nodes, Shapes::ShapeRef.new(shape: ReservedCacheNodeList, location_name: "ReservedCacheNodes"))
1038
1280
  ReservedCacheNodeMessage.struct_class = Types::ReservedCacheNodeMessage
1039
1281
 
1282
+ ReservedCacheNodeNotFoundFault.struct_class = Types::ReservedCacheNodeNotFoundFault
1283
+
1284
+ ReservedCacheNodeQuotaExceededFault.struct_class = Types::ReservedCacheNodeQuotaExceededFault
1285
+
1040
1286
  ReservedCacheNodesOffering.add_member(:reserved_cache_nodes_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodesOfferingId"))
1041
1287
  ReservedCacheNodesOffering.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
1042
1288
  ReservedCacheNodesOffering.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "Duration"))
@@ -1053,6 +1299,8 @@ module Aws::ElastiCache
1053
1299
  ReservedCacheNodesOfferingMessage.add_member(:reserved_cache_nodes_offerings, Shapes::ShapeRef.new(shape: ReservedCacheNodesOfferingList, location_name: "ReservedCacheNodesOfferings"))
1054
1300
  ReservedCacheNodesOfferingMessage.struct_class = Types::ReservedCacheNodesOfferingMessage
1055
1301
 
1302
+ ReservedCacheNodesOfferingNotFoundFault.struct_class = Types::ReservedCacheNodesOfferingNotFoundFault
1303
+
1056
1304
  ResetCacheParameterGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupName"))
1057
1305
  ResetCacheParameterGroupMessage.add_member(:reset_all_parameters, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetAllParameters"))
1058
1306
  ResetCacheParameterGroupMessage.add_member(:parameter_name_values, Shapes::ShapeRef.new(shape: ParameterNameValueList, location_name: "ParameterNameValues"))
@@ -1083,6 +1331,8 @@ module Aws::ElastiCache
1083
1331
 
1084
1332
  SecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: SecurityGroupMembership)
1085
1333
 
1334
+ ServiceLinkedRoleNotFoundFault.struct_class = Types::ServiceLinkedRoleNotFoundFault
1335
+
1086
1336
  ServiceUpdate.add_member(:service_update_name, Shapes::ShapeRef.new(shape: String, location_name: "ServiceUpdateName"))
1087
1337
  ServiceUpdate.add_member(:service_update_release_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ServiceUpdateReleaseDate"))
1088
1338
  ServiceUpdate.add_member(:service_update_end_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ServiceUpdateEndDate"))
@@ -1099,6 +1349,8 @@ module Aws::ElastiCache
1099
1349
 
1100
1350
  ServiceUpdateList.member = Shapes::ShapeRef.new(shape: ServiceUpdate, location_name: "ServiceUpdate")
1101
1351
 
1352
+ ServiceUpdateNotFoundFault.struct_class = Types::ServiceUpdateNotFoundFault
1353
+
1102
1354
  ServiceUpdateStatusList.member = Shapes::ShapeRef.new(shape: ServiceUpdateStatus)
1103
1355
 
1104
1356
  ServiceUpdatesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -1133,12 +1385,21 @@ module Aws::ElastiCache
1133
1385
  Snapshot.add_member(:automatic_failover, Shapes::ShapeRef.new(shape: AutomaticFailoverStatus, location_name: "AutomaticFailover"))
1134
1386
  Snapshot.add_member(:node_snapshots, Shapes::ShapeRef.new(shape: NodeSnapshotList, location_name: "NodeSnapshots"))
1135
1387
  Snapshot.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1388
+ Snapshot.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
1136
1389
  Snapshot.struct_class = Types::Snapshot
1137
1390
 
1391
+ SnapshotAlreadyExistsFault.struct_class = Types::SnapshotAlreadyExistsFault
1392
+
1138
1393
  SnapshotArnsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SnapshotArn")
1139
1394
 
1395
+ SnapshotFeatureNotSupportedFault.struct_class = Types::SnapshotFeatureNotSupportedFault
1396
+
1140
1397
  SnapshotList.member = Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot")
1141
1398
 
1399
+ SnapshotNotFoundFault.struct_class = Types::SnapshotNotFoundFault
1400
+
1401
+ SnapshotQuotaExceededFault.struct_class = Types::SnapshotQuotaExceededFault
1402
+
1142
1403
  StartMigrationMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
1143
1404
  StartMigrationMessage.add_member(:customer_node_endpoint_list, Shapes::ShapeRef.new(shape: CustomerNodeEndpointList, required: true, location_name: "CustomerNodeEndpointList"))
1144
1405
  StartMigrationMessage.struct_class = Types::StartMigrationMessage
@@ -1152,6 +1413,8 @@ module Aws::ElastiCache
1152
1413
 
1153
1414
  SubnetIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier")
1154
1415
 
1416
+ SubnetInUse.struct_class = Types::SubnetInUse
1417
+
1155
1418
  SubnetList.member = Shapes::ShapeRef.new(shape: Subnet, location_name: "Subnet")
1156
1419
 
1157
1420
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
@@ -1163,10 +1426,16 @@ module Aws::ElastiCache
1163
1426
  TagListMessage.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
1164
1427
  TagListMessage.struct_class = Types::TagListMessage
1165
1428
 
1429
+ TagNotFoundFault.struct_class = Types::TagNotFoundFault
1430
+
1431
+ TagQuotaPerResourceExceeded.struct_class = Types::TagQuotaPerResourceExceeded
1432
+
1166
1433
  TestFailoverMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
1167
1434
  TestFailoverMessage.add_member(:node_group_id, Shapes::ShapeRef.new(shape: AllowedNodeGroupId, required: true, location_name: "NodeGroupId"))
1168
1435
  TestFailoverMessage.struct_class = Types::TestFailoverMessage
1169
1436
 
1437
+ TestFailoverNotAvailableFault.struct_class = Types::TestFailoverNotAvailableFault
1438
+
1170
1439
  TestFailoverResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
1171
1440
  TestFailoverResult.struct_class = Types::TestFailoverResult
1172
1441
 
@@ -1360,6 +1629,19 @@ module Aws::ElastiCache
1360
1629
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1361
1630
  end)
1362
1631
 
1632
+ api.add_operation(:create_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
1633
+ o.name = "CreateGlobalReplicationGroup"
1634
+ o.http_method = "POST"
1635
+ o.http_request_uri = "/"
1636
+ o.input = Shapes::ShapeRef.new(shape: CreateGlobalReplicationGroupMessage)
1637
+ o.output = Shapes::ShapeRef.new(shape: CreateGlobalReplicationGroupResult)
1638
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
1639
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
1640
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupAlreadyExistsFault)
1641
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
1642
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1643
+ end)
1644
+
1363
1645
  api.add_operation(:create_replication_group, Seahorse::Model::Operation.new.tap do |o|
1364
1646
  o.name = "CreateReplicationGroup"
1365
1647
  o.http_method = "POST"
@@ -1379,6 +1661,8 @@ module Aws::ElastiCache
1379
1661
  o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
1380
1662
  o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1381
1663
  o.errors << Shapes::ShapeRef.new(shape: NodeGroupsPerReplicationGroupQuotaExceededFault)
1664
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
1665
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1382
1666
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1383
1667
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1384
1668
  end)
@@ -1400,6 +1684,18 @@ module Aws::ElastiCache
1400
1684
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1401
1685
  end)
1402
1686
 
1687
+ api.add_operation(:decrease_node_groups_in_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
1688
+ o.name = "DecreaseNodeGroupsInGlobalReplicationGroup"
1689
+ o.http_method = "POST"
1690
+ o.http_request_uri = "/"
1691
+ o.input = Shapes::ShapeRef.new(shape: DecreaseNodeGroupsInGlobalReplicationGroupMessage)
1692
+ o.output = Shapes::ShapeRef.new(shape: DecreaseNodeGroupsInGlobalReplicationGroupResult)
1693
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
1694
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1695
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1696
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1697
+ end)
1698
+
1403
1699
  api.add_operation(:decrease_replica_count, Seahorse::Model::Operation.new.tap do |o|
1404
1700
  o.name = "DecreaseReplicaCount"
1405
1701
  o.http_method = "POST"
@@ -1469,6 +1765,17 @@ module Aws::ElastiCache
1469
1765
  o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
1470
1766
  end)
1471
1767
 
1768
+ api.add_operation(:delete_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
1769
+ o.name = "DeleteGlobalReplicationGroup"
1770
+ o.http_method = "POST"
1771
+ o.http_request_uri = "/"
1772
+ o.input = Shapes::ShapeRef.new(shape: DeleteGlobalReplicationGroupMessage)
1773
+ o.output = Shapes::ShapeRef.new(shape: DeleteGlobalReplicationGroupResult)
1774
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
1775
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1776
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1777
+ end)
1778
+
1472
1779
  api.add_operation(:delete_replication_group, Seahorse::Model::Operation.new.tap do |o|
1473
1780
  o.name = "DeleteReplicationGroup"
1474
1781
  o.http_method = "POST"
@@ -1625,6 +1932,23 @@ module Aws::ElastiCache
1625
1932
  )
1626
1933
  end)
1627
1934
 
1935
+ api.add_operation(:describe_global_replication_groups, Seahorse::Model::Operation.new.tap do |o|
1936
+ o.name = "DescribeGlobalReplicationGroups"
1937
+ o.http_method = "POST"
1938
+ o.http_request_uri = "/"
1939
+ o.input = Shapes::ShapeRef.new(shape: DescribeGlobalReplicationGroupsMessage)
1940
+ o.output = Shapes::ShapeRef.new(shape: DescribeGlobalReplicationGroupsResult)
1941
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
1942
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1943
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1944
+ o[:pager] = Aws::Pager.new(
1945
+ limit_key: "max_records",
1946
+ tokens: {
1947
+ "marker" => "marker"
1948
+ }
1949
+ )
1950
+ end)
1951
+
1628
1952
  api.add_operation(:describe_replication_groups, Seahorse::Model::Operation.new.tap do |o|
1629
1953
  o.name = "DescribeReplicationGroups"
1630
1954
  o.http_method = "POST"
@@ -1727,6 +2051,41 @@ module Aws::ElastiCache
1727
2051
  )
1728
2052
  end)
1729
2053
 
2054
+ api.add_operation(:disassociate_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
2055
+ o.name = "DisassociateGlobalReplicationGroup"
2056
+ o.http_method = "POST"
2057
+ o.http_request_uri = "/"
2058
+ o.input = Shapes::ShapeRef.new(shape: DisassociateGlobalReplicationGroupMessage)
2059
+ o.output = Shapes::ShapeRef.new(shape: DisassociateGlobalReplicationGroupResult)
2060
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
2061
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
2062
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2063
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2064
+ end)
2065
+
2066
+ api.add_operation(:failover_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
2067
+ o.name = "FailoverGlobalReplicationGroup"
2068
+ o.http_method = "POST"
2069
+ o.http_request_uri = "/"
2070
+ o.input = Shapes::ShapeRef.new(shape: FailoverGlobalReplicationGroupMessage)
2071
+ o.output = Shapes::ShapeRef.new(shape: FailoverGlobalReplicationGroupResult)
2072
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
2073
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
2074
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2075
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2076
+ end)
2077
+
2078
+ api.add_operation(:increase_node_groups_in_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
2079
+ o.name = "IncreaseNodeGroupsInGlobalReplicationGroup"
2080
+ o.http_method = "POST"
2081
+ o.http_request_uri = "/"
2082
+ o.input = Shapes::ShapeRef.new(shape: IncreaseNodeGroupsInGlobalReplicationGroupMessage)
2083
+ o.output = Shapes::ShapeRef.new(shape: IncreaseNodeGroupsInGlobalReplicationGroupResult)
2084
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
2085
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
2086
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2087
+ end)
2088
+
1730
2089
  api.add_operation(:increase_replica_count, Seahorse::Model::Operation.new.tap do |o|
1731
2090
  o.name = "IncreaseReplicaCount"
1732
2091
  o.http_method = "POST"
@@ -1799,6 +2158,7 @@ module Aws::ElastiCache
1799
2158
  o.errors << Shapes::ShapeRef.new(shape: InvalidCacheParameterGroupStateFault)
1800
2159
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1801
2160
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2161
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1802
2162
  end)
1803
2163
 
1804
2164
  api.add_operation(:modify_cache_subnet_group, Seahorse::Model::Operation.new.tap do |o|
@@ -1813,6 +2173,17 @@ module Aws::ElastiCache
1813
2173
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1814
2174
  end)
1815
2175
 
2176
+ api.add_operation(:modify_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
2177
+ o.name = "ModifyGlobalReplicationGroup"
2178
+ o.http_method = "POST"
2179
+ o.http_request_uri = "/"
2180
+ o.input = Shapes::ShapeRef.new(shape: ModifyGlobalReplicationGroupMessage)
2181
+ o.output = Shapes::ShapeRef.new(shape: ModifyGlobalReplicationGroupResult)
2182
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
2183
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
2184
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2185
+ end)
2186
+
1816
2187
  api.add_operation(:modify_replication_group, Seahorse::Model::Operation.new.tap do |o|
1817
2188
  o.name = "ModifyReplicationGroup"
1818
2189
  o.http_method = "POST"
@@ -1866,6 +2237,17 @@ module Aws::ElastiCache
1866
2237
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1867
2238
  end)
1868
2239
 
2240
+ api.add_operation(:rebalance_slots_in_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
2241
+ o.name = "RebalanceSlotsInGlobalReplicationGroup"
2242
+ o.http_method = "POST"
2243
+ o.http_request_uri = "/"
2244
+ o.input = Shapes::ShapeRef.new(shape: RebalanceSlotsInGlobalReplicationGroupMessage)
2245
+ o.output = Shapes::ShapeRef.new(shape: RebalanceSlotsInGlobalReplicationGroupResult)
2246
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
2247
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
2248
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2249
+ end)
2250
+
1869
2251
  api.add_operation(:reboot_cache_cluster, Seahorse::Model::Operation.new.tap do |o|
1870
2252
  o.name = "RebootCacheCluster"
1871
2253
  o.http_method = "POST"
@@ -1898,6 +2280,7 @@ module Aws::ElastiCache
1898
2280
  o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1899
2281
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1900
2282
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2283
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1901
2284
  end)
1902
2285
 
1903
2286
  api.add_operation(:revoke_cache_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|