aws-sdk-elasticache 1.28.0 → 1.34.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.
@@ -16,6 +16,8 @@ module Aws::ElastiCache
16
16
  AddTagsToResourceMessage = Shapes::StructureShape.new(name: 'AddTagsToResourceMessage')
17
17
  AllowedNodeGroupId = Shapes::StringShape.new(name: 'AllowedNodeGroupId')
18
18
  AllowedNodeTypeModificationsMessage = Shapes::StructureShape.new(name: 'AllowedNodeTypeModificationsMessage')
19
+ AuthTokenUpdateStatus = Shapes::StringShape.new(name: 'AuthTokenUpdateStatus')
20
+ AuthTokenUpdateStrategyType = Shapes::StringShape.new(name: 'AuthTokenUpdateStrategyType')
19
21
  AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault')
20
22
  AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault')
21
23
  AuthorizeCacheSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'AuthorizeCacheSecurityGroupIngressMessage')
@@ -88,12 +90,16 @@ module Aws::ElastiCache
88
90
  CreateCacheSecurityGroupResult = Shapes::StructureShape.new(name: 'CreateCacheSecurityGroupResult')
89
91
  CreateCacheSubnetGroupMessage = Shapes::StructureShape.new(name: 'CreateCacheSubnetGroupMessage')
90
92
  CreateCacheSubnetGroupResult = Shapes::StructureShape.new(name: 'CreateCacheSubnetGroupResult')
93
+ CreateGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'CreateGlobalReplicationGroupMessage')
94
+ CreateGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'CreateGlobalReplicationGroupResult')
91
95
  CreateReplicationGroupMessage = Shapes::StructureShape.new(name: 'CreateReplicationGroupMessage')
92
96
  CreateReplicationGroupResult = Shapes::StructureShape.new(name: 'CreateReplicationGroupResult')
93
97
  CreateSnapshotMessage = Shapes::StructureShape.new(name: 'CreateSnapshotMessage')
94
98
  CreateSnapshotResult = Shapes::StructureShape.new(name: 'CreateSnapshotResult')
95
99
  CustomerNodeEndpoint = Shapes::StructureShape.new(name: 'CustomerNodeEndpoint')
96
100
  CustomerNodeEndpointList = Shapes::ListShape.new(name: 'CustomerNodeEndpointList')
101
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'DecreaseNodeGroupsInGlobalReplicationGroupMessage')
102
+ DecreaseNodeGroupsInGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'DecreaseNodeGroupsInGlobalReplicationGroupResult')
97
103
  DecreaseReplicaCountMessage = Shapes::StructureShape.new(name: 'DecreaseReplicaCountMessage')
98
104
  DecreaseReplicaCountResult = Shapes::StructureShape.new(name: 'DecreaseReplicaCountResult')
99
105
  DeleteCacheClusterMessage = Shapes::StructureShape.new(name: 'DeleteCacheClusterMessage')
@@ -101,6 +107,8 @@ module Aws::ElastiCache
101
107
  DeleteCacheParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteCacheParameterGroupMessage')
102
108
  DeleteCacheSecurityGroupMessage = Shapes::StructureShape.new(name: 'DeleteCacheSecurityGroupMessage')
103
109
  DeleteCacheSubnetGroupMessage = Shapes::StructureShape.new(name: 'DeleteCacheSubnetGroupMessage')
110
+ DeleteGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'DeleteGlobalReplicationGroupMessage')
111
+ DeleteGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'DeleteGlobalReplicationGroupResult')
104
112
  DeleteReplicationGroupMessage = Shapes::StructureShape.new(name: 'DeleteReplicationGroupMessage')
105
113
  DeleteReplicationGroupResult = Shapes::StructureShape.new(name: 'DeleteReplicationGroupResult')
106
114
  DeleteSnapshotMessage = Shapes::StructureShape.new(name: 'DeleteSnapshotMessage')
@@ -114,6 +122,8 @@ module Aws::ElastiCache
114
122
  DescribeEngineDefaultParametersMessage = Shapes::StructureShape.new(name: 'DescribeEngineDefaultParametersMessage')
115
123
  DescribeEngineDefaultParametersResult = Shapes::StructureShape.new(name: 'DescribeEngineDefaultParametersResult')
116
124
  DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
125
+ DescribeGlobalReplicationGroupsMessage = Shapes::StructureShape.new(name: 'DescribeGlobalReplicationGroupsMessage')
126
+ DescribeGlobalReplicationGroupsResult = Shapes::StructureShape.new(name: 'DescribeGlobalReplicationGroupsResult')
117
127
  DescribeReplicationGroupsMessage = Shapes::StructureShape.new(name: 'DescribeReplicationGroupsMessage')
118
128
  DescribeReservedCacheNodesMessage = Shapes::StructureShape.new(name: 'DescribeReservedCacheNodesMessage')
119
129
  DescribeReservedCacheNodesOfferingsMessage = Shapes::StructureShape.new(name: 'DescribeReservedCacheNodesOfferingsMessage')
@@ -121,6 +131,8 @@ module Aws::ElastiCache
121
131
  DescribeSnapshotsListMessage = Shapes::StructureShape.new(name: 'DescribeSnapshotsListMessage')
122
132
  DescribeSnapshotsMessage = Shapes::StructureShape.new(name: 'DescribeSnapshotsMessage')
123
133
  DescribeUpdateActionsMessage = Shapes::StructureShape.new(name: 'DescribeUpdateActionsMessage')
134
+ DisassociateGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'DisassociateGlobalReplicationGroupMessage')
135
+ DisassociateGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'DisassociateGlobalReplicationGroupResult')
124
136
  Double = Shapes::FloatShape.new(name: 'Double')
125
137
  EC2SecurityGroup = Shapes::StructureShape.new(name: 'EC2SecurityGroup')
126
138
  EC2SecurityGroupList = Shapes::ListShape.new(name: 'EC2SecurityGroupList')
@@ -129,6 +141,20 @@ module Aws::ElastiCache
129
141
  Event = Shapes::StructureShape.new(name: 'Event')
130
142
  EventList = Shapes::ListShape.new(name: 'EventList')
131
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')
132
158
  IncreaseReplicaCountMessage = Shapes::StructureShape.new(name: 'IncreaseReplicaCountMessage')
133
159
  IncreaseReplicaCountResult = Shapes::StructureShape.new(name: 'IncreaseReplicaCountResult')
134
160
  InsufficientCacheClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientCacheClusterCapacityFault')
@@ -138,6 +164,7 @@ module Aws::ElastiCache
138
164
  InvalidCacheClusterStateFault = Shapes::StructureShape.new(name: 'InvalidCacheClusterStateFault')
139
165
  InvalidCacheParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidCacheParameterGroupStateFault')
140
166
  InvalidCacheSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidCacheSecurityGroupStateFault')
167
+ InvalidGlobalReplicationGroupStateFault = Shapes::StructureShape.new(name: 'InvalidGlobalReplicationGroupStateFault')
141
168
  InvalidKMSKeyFault = Shapes::StructureShape.new(name: 'InvalidKMSKeyFault')
142
169
  InvalidParameterCombinationException = Shapes::StructureShape.new(name: 'InvalidParameterCombinationException')
143
170
  InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
@@ -153,6 +180,8 @@ module Aws::ElastiCache
153
180
  ModifyCacheParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyCacheParameterGroupMessage')
154
181
  ModifyCacheSubnetGroupMessage = Shapes::StructureShape.new(name: 'ModifyCacheSubnetGroupMessage')
155
182
  ModifyCacheSubnetGroupResult = Shapes::StructureShape.new(name: 'ModifyCacheSubnetGroupResult')
183
+ ModifyGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'ModifyGlobalReplicationGroupMessage')
184
+ ModifyGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'ModifyGlobalReplicationGroupResult')
156
185
  ModifyReplicationGroupMessage = Shapes::StructureShape.new(name: 'ModifyReplicationGroupMessage')
157
186
  ModifyReplicationGroupResult = Shapes::StructureShape.new(name: 'ModifyReplicationGroupResult')
158
187
  ModifyReplicationGroupShardConfigurationMessage = Shapes::StructureShape.new(name: 'ModifyReplicationGroupShardConfigurationMessage')
@@ -191,10 +220,14 @@ module Aws::ElastiCache
191
220
  ProcessedUpdateActionList = Shapes::ListShape.new(name: 'ProcessedUpdateActionList')
192
221
  PurchaseReservedCacheNodesOfferingMessage = Shapes::StructureShape.new(name: 'PurchaseReservedCacheNodesOfferingMessage')
193
222
  PurchaseReservedCacheNodesOfferingResult = Shapes::StructureShape.new(name: 'PurchaseReservedCacheNodesOfferingResult')
223
+ RebalanceSlotsInGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'RebalanceSlotsInGlobalReplicationGroupMessage')
224
+ RebalanceSlotsInGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'RebalanceSlotsInGlobalReplicationGroupResult')
194
225
  RebootCacheClusterMessage = Shapes::StructureShape.new(name: 'RebootCacheClusterMessage')
195
226
  RebootCacheClusterResult = Shapes::StructureShape.new(name: 'RebootCacheClusterResult')
196
227
  RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
197
228
  RecurringChargeList = Shapes::ListShape.new(name: 'RecurringChargeList')
229
+ RegionalConfiguration = Shapes::StructureShape.new(name: 'RegionalConfiguration')
230
+ RegionalConfigurationList = Shapes::ListShape.new(name: 'RegionalConfigurationList')
198
231
  RemoveReplicasList = Shapes::ListShape.new(name: 'RemoveReplicasList')
199
232
  RemoveTagsFromResourceMessage = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceMessage')
200
233
  ReplicaConfigurationList = Shapes::ListShape.new(name: 'ReplicaConfigurationList')
@@ -271,6 +304,8 @@ module Aws::ElastiCache
271
304
  UpdateActionStatusList = Shapes::ListShape.new(name: 'UpdateActionStatusList')
272
305
  UpdateActionsMessage = Shapes::StructureShape.new(name: 'UpdateActionsMessage')
273
306
 
307
+ APICallRateForCustomerExceededFault.struct_class = Types::APICallRateForCustomerExceededFault
308
+
274
309
  AddTagsToResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
275
310
  AddTagsToResourceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
276
311
  AddTagsToResourceMessage.struct_class = Types::AddTagsToResourceMessage
@@ -279,6 +314,10 @@ module Aws::ElastiCache
279
314
  AllowedNodeTypeModificationsMessage.add_member(:scale_down_modifications, Shapes::ShapeRef.new(shape: NodeTypeList, location_name: "ScaleDownModifications"))
280
315
  AllowedNodeTypeModificationsMessage.struct_class = Types::AllowedNodeTypeModificationsMessage
281
316
 
317
+ AuthorizationAlreadyExistsFault.struct_class = Types::AuthorizationAlreadyExistsFault
318
+
319
+ AuthorizationNotFoundFault.struct_class = Types::AuthorizationNotFoundFault
320
+
282
321
  AuthorizeCacheSecurityGroupIngressMessage.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSecurityGroupName"))
283
322
  AuthorizeCacheSecurityGroupIngressMessage.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EC2SecurityGroupName"))
284
323
  AuthorizeCacheSecurityGroupIngressMessage.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EC2SecurityGroupOwnerId"))
@@ -325,10 +364,14 @@ module Aws::ElastiCache
325
364
  CacheCluster.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
326
365
  CacheCluster.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
327
366
  CacheCluster.add_member(:auth_token_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AuthTokenEnabled"))
367
+ CacheCluster.add_member(:auth_token_last_modified_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "AuthTokenLastModifiedDate"))
328
368
  CacheCluster.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
329
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"))
330
371
  CacheCluster.struct_class = Types::CacheCluster
331
372
 
373
+ CacheClusterAlreadyExistsFault.struct_class = Types::CacheClusterAlreadyExistsFault
374
+
332
375
  CacheClusterIdList.member = Shapes::ShapeRef.new(shape: String)
333
376
 
334
377
  CacheClusterList.member = Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster")
@@ -337,6 +380,8 @@ module Aws::ElastiCache
337
380
  CacheClusterMessage.add_member(:cache_clusters, Shapes::ShapeRef.new(shape: CacheClusterList, location_name: "CacheClusters"))
338
381
  CacheClusterMessage.struct_class = Types::CacheClusterMessage
339
382
 
383
+ CacheClusterNotFoundFault.struct_class = Types::CacheClusterNotFoundFault
384
+
340
385
  CacheEngineVersion.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
341
386
  CacheEngineVersion.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
342
387
  CacheEngineVersion.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
@@ -397,8 +442,12 @@ module Aws::ElastiCache
397
442
  CacheParameterGroup.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
398
443
  CacheParameterGroup.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
399
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"))
400
447
  CacheParameterGroup.struct_class = Types::CacheParameterGroup
401
448
 
449
+ CacheParameterGroupAlreadyExistsFault.struct_class = Types::CacheParameterGroupAlreadyExistsFault
450
+
402
451
  CacheParameterGroupDetails.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
403
452
  CacheParameterGroupDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
404
453
  CacheParameterGroupDetails.add_member(:cache_node_type_specific_parameters, Shapes::ShapeRef.new(shape: CacheNodeTypeSpecificParametersList, location_name: "CacheNodeTypeSpecificParameters"))
@@ -409,6 +458,10 @@ module Aws::ElastiCache
409
458
  CacheParameterGroupNameMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
410
459
  CacheParameterGroupNameMessage.struct_class = Types::CacheParameterGroupNameMessage
411
460
 
461
+ CacheParameterGroupNotFoundFault.struct_class = Types::CacheParameterGroupNotFoundFault
462
+
463
+ CacheParameterGroupQuotaExceededFault.struct_class = Types::CacheParameterGroupQuotaExceededFault
464
+
412
465
  CacheParameterGroupStatus.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
413
466
  CacheParameterGroupStatus.add_member(:parameter_apply_status, Shapes::ShapeRef.new(shape: String, location_name: "ParameterApplyStatus"))
414
467
  CacheParameterGroupStatus.add_member(:cache_node_ids_to_reboot, Shapes::ShapeRef.new(shape: CacheNodeIdsList, location_name: "CacheNodeIdsToReboot"))
@@ -422,8 +475,11 @@ module Aws::ElastiCache
422
475
  CacheSecurityGroup.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName"))
423
476
  CacheSecurityGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
424
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"))
425
479
  CacheSecurityGroup.struct_class = Types::CacheSecurityGroup
426
480
 
481
+ CacheSecurityGroupAlreadyExistsFault.struct_class = Types::CacheSecurityGroupAlreadyExistsFault
482
+
427
483
  CacheSecurityGroupMembership.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName"))
428
484
  CacheSecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
429
485
  CacheSecurityGroupMembership.struct_class = Types::CacheSecurityGroupMembership
@@ -436,22 +492,39 @@ module Aws::ElastiCache
436
492
 
437
493
  CacheSecurityGroupNameList.member = Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName")
438
494
 
495
+ CacheSecurityGroupNotFoundFault.struct_class = Types::CacheSecurityGroupNotFoundFault
496
+
497
+ CacheSecurityGroupQuotaExceededFault.struct_class = Types::CacheSecurityGroupQuotaExceededFault
498
+
439
499
  CacheSecurityGroups.member = Shapes::ShapeRef.new(shape: CacheSecurityGroup, location_name: "CacheSecurityGroup")
440
500
 
441
501
  CacheSubnetGroup.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupName"))
442
502
  CacheSubnetGroup.add_member(:cache_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupDescription"))
443
503
  CacheSubnetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
444
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"))
445
506
  CacheSubnetGroup.struct_class = Types::CacheSubnetGroup
446
507
 
508
+ CacheSubnetGroupAlreadyExistsFault.struct_class = Types::CacheSubnetGroupAlreadyExistsFault
509
+
510
+ CacheSubnetGroupInUse.struct_class = Types::CacheSubnetGroupInUse
511
+
447
512
  CacheSubnetGroupMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
448
513
  CacheSubnetGroupMessage.add_member(:cache_subnet_groups, Shapes::ShapeRef.new(shape: CacheSubnetGroups, location_name: "CacheSubnetGroups"))
449
514
  CacheSubnetGroupMessage.struct_class = Types::CacheSubnetGroupMessage
450
515
 
516
+ CacheSubnetGroupNotFoundFault.struct_class = Types::CacheSubnetGroupNotFoundFault
517
+
518
+ CacheSubnetGroupQuotaExceededFault.struct_class = Types::CacheSubnetGroupQuotaExceededFault
519
+
451
520
  CacheSubnetGroups.member = Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup")
452
521
 
522
+ CacheSubnetQuotaExceededFault.struct_class = Types::CacheSubnetQuotaExceededFault
523
+
453
524
  ClusterIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "ClusterId")
454
525
 
526
+ ClusterQuotaForCustomerExceededFault.struct_class = Types::ClusterQuotaForCustomerExceededFault
527
+
455
528
  CompleteMigrationMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
456
529
  CompleteMigrationMessage.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
457
530
  CompleteMigrationMessage.struct_class = Types::CompleteMigrationMessage
@@ -524,8 +597,17 @@ module Aws::ElastiCache
524
597
  CreateCacheSubnetGroupResult.add_member(:cache_subnet_group, Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup"))
525
598
  CreateCacheSubnetGroupResult.struct_class = Types::CreateCacheSubnetGroupResult
526
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
+
527
608
  CreateReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
528
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"))
529
611
  CreateReplicationGroupMessage.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
530
612
  CreateReplicationGroupMessage.add_member(:automatic_failover_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutomaticFailoverEnabled"))
531
613
  CreateReplicationGroupMessage.add_member(:num_cache_clusters, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheClusters"))
@@ -573,6 +655,16 @@ module Aws::ElastiCache
573
655
 
574
656
  CustomerNodeEndpointList.member = Shapes::ShapeRef.new(shape: CustomerNodeEndpoint)
575
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
+
576
668
  DecreaseReplicaCountMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
577
669
  DecreaseReplicaCountMessage.add_member(:new_replica_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NewReplicaCount"))
578
670
  DecreaseReplicaCountMessage.add_member(:replica_configuration, Shapes::ShapeRef.new(shape: ReplicaConfigurationList, location_name: "ReplicaConfiguration"))
@@ -599,6 +691,13 @@ module Aws::ElastiCache
599
691
  DeleteCacheSubnetGroupMessage.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSubnetGroupName"))
600
692
  DeleteCacheSubnetGroupMessage.struct_class = Types::DeleteCacheSubnetGroupMessage
601
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
+
602
701
  DeleteReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
603
702
  DeleteReplicationGroupMessage.add_member(:retain_primary_cluster, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RetainPrimaryCluster"))
604
703
  DeleteReplicationGroupMessage.add_member(:final_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalSnapshotIdentifier"))
@@ -666,6 +765,16 @@ module Aws::ElastiCache
666
765
  DescribeEventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
667
766
  DescribeEventsMessage.struct_class = Types::DescribeEventsMessage
668
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
+
669
778
  DescribeReplicationGroupsMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
670
779
  DescribeReplicationGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
671
780
  DescribeReplicationGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -721,6 +830,14 @@ module Aws::ElastiCache
721
830
  DescribeUpdateActionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
722
831
  DescribeUpdateActionsMessage.struct_class = Types::DescribeUpdateActionsMessage
723
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
+
724
841
  EC2SecurityGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
725
842
  EC2SecurityGroup.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupName"))
726
843
  EC2SecurityGroup.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupOwnerId"))
@@ -750,6 +867,65 @@ module Aws::ElastiCache
750
867
  EventsMessage.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
751
868
  EventsMessage.struct_class = Types::EventsMessage
752
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
+
753
929
  IncreaseReplicaCountMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
754
930
  IncreaseReplicaCountMessage.add_member(:new_replica_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NewReplicaCount"))
755
931
  IncreaseReplicaCountMessage.add_member(:replica_configuration, Shapes::ShapeRef.new(shape: ReplicaConfigurationList, location_name: "ReplicaConfiguration"))
@@ -759,12 +935,34 @@ module Aws::ElastiCache
759
935
  IncreaseReplicaCountResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
760
936
  IncreaseReplicaCountResult.struct_class = Types::IncreaseReplicaCountResult
761
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
+
762
952
  InvalidParameterCombinationException.add_member(:message, Shapes::ShapeRef.new(shape: AwsQueryErrorMessage, location_name: "message"))
763
953
  InvalidParameterCombinationException.struct_class = Types::InvalidParameterCombinationException
764
954
 
765
955
  InvalidParameterValueException.add_member(:message, Shapes::ShapeRef.new(shape: AwsQueryErrorMessage, location_name: "message"))
766
956
  InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
767
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
+
768
966
  KeyList.member = Shapes::ShapeRef.new(shape: String)
769
967
 
770
968
  ListAllowedNodeTypeModificationsMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
@@ -791,6 +989,8 @@ module Aws::ElastiCache
791
989
  ModifyCacheClusterMessage.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
792
990
  ModifyCacheClusterMessage.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
793
991
  ModifyCacheClusterMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
992
+ ModifyCacheClusterMessage.add_member(:auth_token, Shapes::ShapeRef.new(shape: String, location_name: "AuthToken"))
993
+ ModifyCacheClusterMessage.add_member(:auth_token_update_strategy, Shapes::ShapeRef.new(shape: AuthTokenUpdateStrategyType, location_name: "AuthTokenUpdateStrategy"))
794
994
  ModifyCacheClusterMessage.struct_class = Types::ModifyCacheClusterMessage
795
995
 
796
996
  ModifyCacheClusterResult.add_member(:cache_cluster, Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster"))
@@ -808,11 +1008,23 @@ module Aws::ElastiCache
808
1008
  ModifyCacheSubnetGroupResult.add_member(:cache_subnet_group, Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup"))
809
1009
  ModifyCacheSubnetGroupResult.struct_class = Types::ModifyCacheSubnetGroupResult
810
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
+
811
1022
  ModifyReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
812
1023
  ModifyReplicationGroupMessage.add_member(:replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupDescription"))
813
1024
  ModifyReplicationGroupMessage.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
814
1025
  ModifyReplicationGroupMessage.add_member(:snapshotting_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "SnapshottingClusterId"))
815
1026
  ModifyReplicationGroupMessage.add_member(:automatic_failover_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutomaticFailoverEnabled"))
1027
+ ModifyReplicationGroupMessage.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, deprecated: true, location_name: "NodeGroupId"))
816
1028
  ModifyReplicationGroupMessage.add_member(:cache_security_group_names, Shapes::ShapeRef.new(shape: CacheSecurityGroupNameList, location_name: "CacheSecurityGroupNames"))
817
1029
  ModifyReplicationGroupMessage.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdsList, location_name: "SecurityGroupIds"))
818
1030
  ModifyReplicationGroupMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
@@ -825,7 +1037,8 @@ module Aws::ElastiCache
825
1037
  ModifyReplicationGroupMessage.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
826
1038
  ModifyReplicationGroupMessage.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
827
1039
  ModifyReplicationGroupMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
828
- ModifyReplicationGroupMessage.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, deprecated: true, location_name: "NodeGroupId"))
1040
+ ModifyReplicationGroupMessage.add_member(:auth_token, Shapes::ShapeRef.new(shape: String, location_name: "AuthToken"))
1041
+ ModifyReplicationGroupMessage.add_member(:auth_token_update_strategy, Shapes::ShapeRef.new(shape: AuthTokenUpdateStrategyType, location_name: "AuthTokenUpdateStrategy"))
829
1042
  ModifyReplicationGroupMessage.struct_class = Types::ModifyReplicationGroupMessage
830
1043
 
831
1044
  ModifyReplicationGroupResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
@@ -842,6 +1055,8 @@ module Aws::ElastiCache
842
1055
  ModifyReplicationGroupShardConfigurationResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
843
1056
  ModifyReplicationGroupShardConfigurationResult.struct_class = Types::ModifyReplicationGroupShardConfigurationResult
844
1057
 
1058
+ NoOperationFault.struct_class = Types::NoOperationFault
1059
+
845
1060
  NodeGroup.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
846
1061
  NodeGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
847
1062
  NodeGroup.add_member(:primary_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "PrimaryEndpoint"))
@@ -883,16 +1098,24 @@ module Aws::ElastiCache
883
1098
 
884
1099
  NodeGroupMemberUpdateStatusList.member = Shapes::ShapeRef.new(shape: NodeGroupMemberUpdateStatus, location_name: "NodeGroupMemberUpdateStatus")
885
1100
 
1101
+ NodeGroupNotFoundFault.struct_class = Types::NodeGroupNotFoundFault
1102
+
886
1103
  NodeGroupUpdateStatus.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
887
1104
  NodeGroupUpdateStatus.add_member(:node_group_member_update_status, Shapes::ShapeRef.new(shape: NodeGroupMemberUpdateStatusList, location_name: "NodeGroupMemberUpdateStatus"))
888
1105
  NodeGroupUpdateStatus.struct_class = Types::NodeGroupUpdateStatus
889
1106
 
890
1107
  NodeGroupUpdateStatusList.member = Shapes::ShapeRef.new(shape: NodeGroupUpdateStatus, location_name: "NodeGroupUpdateStatus")
891
1108
 
1109
+ NodeGroupsPerReplicationGroupQuotaExceededFault.struct_class = Types::NodeGroupsPerReplicationGroupQuotaExceededFault
1110
+
892
1111
  NodeGroupsToRemoveList.member = Shapes::ShapeRef.new(shape: AllowedNodeGroupId, location_name: "NodeGroupToRemove")
893
1112
 
894
1113
  NodeGroupsToRetainList.member = Shapes::ShapeRef.new(shape: AllowedNodeGroupId, location_name: "NodeGroupToRetain")
895
1114
 
1115
+ NodeQuotaForClusterExceededFault.struct_class = Types::NodeQuotaForClusterExceededFault
1116
+
1117
+ NodeQuotaForCustomerExceededFault.struct_class = Types::NodeQuotaForCustomerExceededFault
1118
+
896
1119
  NodeSnapshot.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
897
1120
  NodeSnapshot.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
898
1121
  NodeSnapshot.add_member(:cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeId"))
@@ -933,6 +1156,7 @@ module Aws::ElastiCache
933
1156
  PendingModifiedValues.add_member(:cache_node_ids_to_remove, Shapes::ShapeRef.new(shape: CacheNodeIdsList, location_name: "CacheNodeIdsToRemove"))
934
1157
  PendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
935
1158
  PendingModifiedValues.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
1159
+ PendingModifiedValues.add_member(:auth_token_status, Shapes::ShapeRef.new(shape: AuthTokenUpdateStatus, location_name: "AuthTokenStatus"))
936
1160
  PendingModifiedValues.struct_class = Types::PendingModifiedValues
937
1161
 
938
1162
  PreferredAvailabilityZoneList.member = Shapes::ShapeRef.new(shape: String, location_name: "PreferredAvailabilityZone")
@@ -953,6 +1177,13 @@ module Aws::ElastiCache
953
1177
  PurchaseReservedCacheNodesOfferingResult.add_member(:reserved_cache_node, Shapes::ShapeRef.new(shape: ReservedCacheNode, location_name: "ReservedCacheNode"))
954
1178
  PurchaseReservedCacheNodesOfferingResult.struct_class = Types::PurchaseReservedCacheNodesOfferingResult
955
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
+
956
1187
  RebootCacheClusterMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheClusterId"))
957
1188
  RebootCacheClusterMessage.add_member(:cache_node_ids_to_reboot, Shapes::ShapeRef.new(shape: CacheNodeIdsList, required: true, location_name: "CacheNodeIdsToReboot"))
958
1189
  RebootCacheClusterMessage.struct_class = Types::RebootCacheClusterMessage
@@ -966,6 +1197,13 @@ module Aws::ElastiCache
966
1197
 
967
1198
  RecurringChargeList.member = Shapes::ShapeRef.new(shape: RecurringCharge, location_name: "RecurringCharge")
968
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
+
969
1207
  RemoveReplicasList.member = Shapes::ShapeRef.new(shape: String)
970
1208
 
971
1209
  RemoveTagsFromResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
@@ -976,6 +1214,7 @@ module Aws::ElastiCache
976
1214
 
977
1215
  ReplicationGroup.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
978
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"))
979
1218
  ReplicationGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
980
1219
  ReplicationGroup.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: ReplicationGroupPendingModifiedValues, location_name: "PendingModifiedValues"))
981
1220
  ReplicationGroup.add_member(:member_clusters, Shapes::ShapeRef.new(shape: ClusterIdList, location_name: "MemberClusters"))
@@ -988,11 +1227,17 @@ module Aws::ElastiCache
988
1227
  ReplicationGroup.add_member(:cluster_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ClusterEnabled"))
989
1228
  ReplicationGroup.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
990
1229
  ReplicationGroup.add_member(:auth_token_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AuthTokenEnabled"))
1230
+ ReplicationGroup.add_member(:auth_token_last_modified_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "AuthTokenLastModifiedDate"))
991
1231
  ReplicationGroup.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
992
1232
  ReplicationGroup.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
993
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"))
994
1235
  ReplicationGroup.struct_class = Types::ReplicationGroup
995
1236
 
1237
+ ReplicationGroupAlreadyExistsFault.struct_class = Types::ReplicationGroupAlreadyExistsFault
1238
+
1239
+ ReplicationGroupAlreadyUnderMigrationFault.struct_class = Types::ReplicationGroupAlreadyUnderMigrationFault
1240
+
996
1241
  ReplicationGroupIdList.member = Shapes::ShapeRef.new(shape: String)
997
1242
 
998
1243
  ReplicationGroupList.member = Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup")
@@ -1001,9 +1246,14 @@ module Aws::ElastiCache
1001
1246
  ReplicationGroupMessage.add_member(:replication_groups, Shapes::ShapeRef.new(shape: ReplicationGroupList, location_name: "ReplicationGroups"))
1002
1247
  ReplicationGroupMessage.struct_class = Types::ReplicationGroupMessage
1003
1248
 
1249
+ ReplicationGroupNotFoundFault.struct_class = Types::ReplicationGroupNotFoundFault
1250
+
1251
+ ReplicationGroupNotUnderMigrationFault.struct_class = Types::ReplicationGroupNotUnderMigrationFault
1252
+
1004
1253
  ReplicationGroupPendingModifiedValues.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
1005
1254
  ReplicationGroupPendingModifiedValues.add_member(:automatic_failover_status, Shapes::ShapeRef.new(shape: PendingAutomaticFailoverStatus, location_name: "AutomaticFailoverStatus"))
1006
1255
  ReplicationGroupPendingModifiedValues.add_member(:resharding, Shapes::ShapeRef.new(shape: ReshardingStatus, location_name: "Resharding"))
1256
+ ReplicationGroupPendingModifiedValues.add_member(:auth_token_status, Shapes::ShapeRef.new(shape: AuthTokenUpdateStatus, location_name: "AuthTokenStatus"))
1007
1257
  ReplicationGroupPendingModifiedValues.struct_class = Types::ReplicationGroupPendingModifiedValues
1008
1258
 
1009
1259
  ReservedCacheNode.add_member(:reserved_cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodeId"))
@@ -1021,12 +1271,18 @@ module Aws::ElastiCache
1021
1271
  ReservedCacheNode.add_member(:reservation_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReservationARN"))
1022
1272
  ReservedCacheNode.struct_class = Types::ReservedCacheNode
1023
1273
 
1274
+ ReservedCacheNodeAlreadyExistsFault.struct_class = Types::ReservedCacheNodeAlreadyExistsFault
1275
+
1024
1276
  ReservedCacheNodeList.member = Shapes::ShapeRef.new(shape: ReservedCacheNode, location_name: "ReservedCacheNode")
1025
1277
 
1026
1278
  ReservedCacheNodeMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1027
1279
  ReservedCacheNodeMessage.add_member(:reserved_cache_nodes, Shapes::ShapeRef.new(shape: ReservedCacheNodeList, location_name: "ReservedCacheNodes"))
1028
1280
  ReservedCacheNodeMessage.struct_class = Types::ReservedCacheNodeMessage
1029
1281
 
1282
+ ReservedCacheNodeNotFoundFault.struct_class = Types::ReservedCacheNodeNotFoundFault
1283
+
1284
+ ReservedCacheNodeQuotaExceededFault.struct_class = Types::ReservedCacheNodeQuotaExceededFault
1285
+
1030
1286
  ReservedCacheNodesOffering.add_member(:reserved_cache_nodes_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodesOfferingId"))
1031
1287
  ReservedCacheNodesOffering.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
1032
1288
  ReservedCacheNodesOffering.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "Duration"))
@@ -1043,6 +1299,8 @@ module Aws::ElastiCache
1043
1299
  ReservedCacheNodesOfferingMessage.add_member(:reserved_cache_nodes_offerings, Shapes::ShapeRef.new(shape: ReservedCacheNodesOfferingList, location_name: "ReservedCacheNodesOfferings"))
1044
1300
  ReservedCacheNodesOfferingMessage.struct_class = Types::ReservedCacheNodesOfferingMessage
1045
1301
 
1302
+ ReservedCacheNodesOfferingNotFoundFault.struct_class = Types::ReservedCacheNodesOfferingNotFoundFault
1303
+
1046
1304
  ResetCacheParameterGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupName"))
1047
1305
  ResetCacheParameterGroupMessage.add_member(:reset_all_parameters, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetAllParameters"))
1048
1306
  ResetCacheParameterGroupMessage.add_member(:parameter_name_values, Shapes::ShapeRef.new(shape: ParameterNameValueList, location_name: "ParameterNameValues"))
@@ -1073,6 +1331,8 @@ module Aws::ElastiCache
1073
1331
 
1074
1332
  SecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: SecurityGroupMembership)
1075
1333
 
1334
+ ServiceLinkedRoleNotFoundFault.struct_class = Types::ServiceLinkedRoleNotFoundFault
1335
+
1076
1336
  ServiceUpdate.add_member(:service_update_name, Shapes::ShapeRef.new(shape: String, location_name: "ServiceUpdateName"))
1077
1337
  ServiceUpdate.add_member(:service_update_release_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ServiceUpdateReleaseDate"))
1078
1338
  ServiceUpdate.add_member(:service_update_end_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ServiceUpdateEndDate"))
@@ -1089,6 +1349,8 @@ module Aws::ElastiCache
1089
1349
 
1090
1350
  ServiceUpdateList.member = Shapes::ShapeRef.new(shape: ServiceUpdate, location_name: "ServiceUpdate")
1091
1351
 
1352
+ ServiceUpdateNotFoundFault.struct_class = Types::ServiceUpdateNotFoundFault
1353
+
1092
1354
  ServiceUpdateStatusList.member = Shapes::ShapeRef.new(shape: ServiceUpdateStatus)
1093
1355
 
1094
1356
  ServiceUpdatesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -1123,12 +1385,21 @@ module Aws::ElastiCache
1123
1385
  Snapshot.add_member(:automatic_failover, Shapes::ShapeRef.new(shape: AutomaticFailoverStatus, location_name: "AutomaticFailover"))
1124
1386
  Snapshot.add_member(:node_snapshots, Shapes::ShapeRef.new(shape: NodeSnapshotList, location_name: "NodeSnapshots"))
1125
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"))
1126
1389
  Snapshot.struct_class = Types::Snapshot
1127
1390
 
1391
+ SnapshotAlreadyExistsFault.struct_class = Types::SnapshotAlreadyExistsFault
1392
+
1128
1393
  SnapshotArnsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SnapshotArn")
1129
1394
 
1395
+ SnapshotFeatureNotSupportedFault.struct_class = Types::SnapshotFeatureNotSupportedFault
1396
+
1130
1397
  SnapshotList.member = Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot")
1131
1398
 
1399
+ SnapshotNotFoundFault.struct_class = Types::SnapshotNotFoundFault
1400
+
1401
+ SnapshotQuotaExceededFault.struct_class = Types::SnapshotQuotaExceededFault
1402
+
1132
1403
  StartMigrationMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
1133
1404
  StartMigrationMessage.add_member(:customer_node_endpoint_list, Shapes::ShapeRef.new(shape: CustomerNodeEndpointList, required: true, location_name: "CustomerNodeEndpointList"))
1134
1405
  StartMigrationMessage.struct_class = Types::StartMigrationMessage
@@ -1142,6 +1413,8 @@ module Aws::ElastiCache
1142
1413
 
1143
1414
  SubnetIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier")
1144
1415
 
1416
+ SubnetInUse.struct_class = Types::SubnetInUse
1417
+
1145
1418
  SubnetList.member = Shapes::ShapeRef.new(shape: Subnet, location_name: "Subnet")
1146
1419
 
1147
1420
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
@@ -1153,10 +1426,16 @@ module Aws::ElastiCache
1153
1426
  TagListMessage.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
1154
1427
  TagListMessage.struct_class = Types::TagListMessage
1155
1428
 
1429
+ TagNotFoundFault.struct_class = Types::TagNotFoundFault
1430
+
1431
+ TagQuotaPerResourceExceeded.struct_class = Types::TagQuotaPerResourceExceeded
1432
+
1156
1433
  TestFailoverMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
1157
1434
  TestFailoverMessage.add_member(:node_group_id, Shapes::ShapeRef.new(shape: AllowedNodeGroupId, required: true, location_name: "NodeGroupId"))
1158
1435
  TestFailoverMessage.struct_class = Types::TestFailoverMessage
1159
1436
 
1437
+ TestFailoverNotAvailableFault.struct_class = Types::TestFailoverNotAvailableFault
1438
+
1160
1439
  TestFailoverResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
1161
1440
  TestFailoverResult.struct_class = Types::TestFailoverResult
1162
1441
 
@@ -1350,6 +1629,19 @@ module Aws::ElastiCache
1350
1629
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1351
1630
  end)
1352
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
+
1353
1645
  api.add_operation(:create_replication_group, Seahorse::Model::Operation.new.tap do |o|
1354
1646
  o.name = "CreateReplicationGroup"
1355
1647
  o.http_method = "POST"
@@ -1369,6 +1661,8 @@ module Aws::ElastiCache
1369
1661
  o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
1370
1662
  o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1371
1663
  o.errors << Shapes::ShapeRef.new(shape: NodeGroupsPerReplicationGroupQuotaExceededFault)
1664
+ o.errors << Shapes::ShapeRef.new(shape: GlobalReplicationGroupNotFoundFault)
1665
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1372
1666
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1373
1667
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1374
1668
  end)
@@ -1390,6 +1684,18 @@ module Aws::ElastiCache
1390
1684
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1391
1685
  end)
1392
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
+
1393
1699
  api.add_operation(:decrease_replica_count, Seahorse::Model::Operation.new.tap do |o|
1394
1700
  o.name = "DecreaseReplicaCount"
1395
1701
  o.http_method = "POST"
@@ -1459,6 +1765,17 @@ module Aws::ElastiCache
1459
1765
  o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
1460
1766
  end)
1461
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
+
1462
1779
  api.add_operation(:delete_replication_group, Seahorse::Model::Operation.new.tap do |o|
1463
1780
  o.name = "DeleteReplicationGroup"
1464
1781
  o.http_method = "POST"
@@ -1615,6 +1932,23 @@ module Aws::ElastiCache
1615
1932
  )
1616
1933
  end)
1617
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
+
1618
1952
  api.add_operation(:describe_replication_groups, Seahorse::Model::Operation.new.tap do |o|
1619
1953
  o.name = "DescribeReplicationGroups"
1620
1954
  o.http_method = "POST"
@@ -1717,6 +2051,41 @@ module Aws::ElastiCache
1717
2051
  )
1718
2052
  end)
1719
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
+
1720
2089
  api.add_operation(:increase_replica_count, Seahorse::Model::Operation.new.tap do |o|
1721
2090
  o.name = "IncreaseReplicaCount"
1722
2091
  o.http_method = "POST"
@@ -1789,6 +2158,7 @@ module Aws::ElastiCache
1789
2158
  o.errors << Shapes::ShapeRef.new(shape: InvalidCacheParameterGroupStateFault)
1790
2159
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1791
2160
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2161
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1792
2162
  end)
1793
2163
 
1794
2164
  api.add_operation(:modify_cache_subnet_group, Seahorse::Model::Operation.new.tap do |o|
@@ -1803,6 +2173,17 @@ module Aws::ElastiCache
1803
2173
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1804
2174
  end)
1805
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
+
1806
2187
  api.add_operation(:modify_replication_group, Seahorse::Model::Operation.new.tap do |o|
1807
2188
  o.name = "ModifyReplicationGroup"
1808
2189
  o.http_method = "POST"
@@ -1856,6 +2237,17 @@ module Aws::ElastiCache
1856
2237
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1857
2238
  end)
1858
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
+
1859
2251
  api.add_operation(:reboot_cache_cluster, Seahorse::Model::Operation.new.tap do |o|
1860
2252
  o.name = "RebootCacheCluster"
1861
2253
  o.http_method = "POST"
@@ -1888,6 +2280,7 @@ module Aws::ElastiCache
1888
2280
  o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1889
2281
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1890
2282
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2283
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalReplicationGroupStateFault)
1891
2284
  end)
1892
2285
 
1893
2286
  api.add_operation(:revoke_cache_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|