aws-sdk-elasticache 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1471 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing for info on making contributions:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ElastiCache
10
+ # @api private
11
+ module ClientApi
12
+
13
+ include Seahorse::Model
14
+
15
+ AZMode = Shapes::StringShape.new(name: 'AZMode')
16
+ AddTagsToResourceMessage = Shapes::StructureShape.new(name: 'AddTagsToResourceMessage')
17
+ AllowedNodeTypeModificationsMessage = Shapes::StructureShape.new(name: 'AllowedNodeTypeModificationsMessage')
18
+ AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault')
19
+ AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault')
20
+ AuthorizeCacheSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'AuthorizeCacheSecurityGroupIngressMessage')
21
+ AuthorizeCacheSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'AuthorizeCacheSecurityGroupIngressResult')
22
+ AutomaticFailoverStatus = Shapes::StringShape.new(name: 'AutomaticFailoverStatus')
23
+ AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
24
+ AvailabilityZonesList = Shapes::ListShape.new(name: 'AvailabilityZonesList')
25
+ AwsQueryErrorMessage = Shapes::StringShape.new(name: 'AwsQueryErrorMessage')
26
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
27
+ BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
28
+ CacheCluster = Shapes::StructureShape.new(name: 'CacheCluster')
29
+ CacheClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheClusterAlreadyExistsFault')
30
+ CacheClusterList = Shapes::ListShape.new(name: 'CacheClusterList')
31
+ CacheClusterMessage = Shapes::StructureShape.new(name: 'CacheClusterMessage')
32
+ CacheClusterNotFoundFault = Shapes::StructureShape.new(name: 'CacheClusterNotFoundFault')
33
+ CacheEngineVersion = Shapes::StructureShape.new(name: 'CacheEngineVersion')
34
+ CacheEngineVersionList = Shapes::ListShape.new(name: 'CacheEngineVersionList')
35
+ CacheEngineVersionMessage = Shapes::StructureShape.new(name: 'CacheEngineVersionMessage')
36
+ CacheNode = Shapes::StructureShape.new(name: 'CacheNode')
37
+ CacheNodeIdsList = Shapes::ListShape.new(name: 'CacheNodeIdsList')
38
+ CacheNodeList = Shapes::ListShape.new(name: 'CacheNodeList')
39
+ CacheNodeTypeSpecificParameter = Shapes::StructureShape.new(name: 'CacheNodeTypeSpecificParameter')
40
+ CacheNodeTypeSpecificParametersList = Shapes::ListShape.new(name: 'CacheNodeTypeSpecificParametersList')
41
+ CacheNodeTypeSpecificValue = Shapes::StructureShape.new(name: 'CacheNodeTypeSpecificValue')
42
+ CacheNodeTypeSpecificValueList = Shapes::ListShape.new(name: 'CacheNodeTypeSpecificValueList')
43
+ CacheParameterGroup = Shapes::StructureShape.new(name: 'CacheParameterGroup')
44
+ CacheParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheParameterGroupAlreadyExistsFault')
45
+ CacheParameterGroupDetails = Shapes::StructureShape.new(name: 'CacheParameterGroupDetails')
46
+ CacheParameterGroupList = Shapes::ListShape.new(name: 'CacheParameterGroupList')
47
+ CacheParameterGroupNameMessage = Shapes::StructureShape.new(name: 'CacheParameterGroupNameMessage')
48
+ CacheParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'CacheParameterGroupNotFoundFault')
49
+ CacheParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheParameterGroupQuotaExceededFault')
50
+ CacheParameterGroupStatus = Shapes::StructureShape.new(name: 'CacheParameterGroupStatus')
51
+ CacheParameterGroupsMessage = Shapes::StructureShape.new(name: 'CacheParameterGroupsMessage')
52
+ CacheSecurityGroup = Shapes::StructureShape.new(name: 'CacheSecurityGroup')
53
+ CacheSecurityGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheSecurityGroupAlreadyExistsFault')
54
+ CacheSecurityGroupMembership = Shapes::StructureShape.new(name: 'CacheSecurityGroupMembership')
55
+ CacheSecurityGroupMembershipList = Shapes::ListShape.new(name: 'CacheSecurityGroupMembershipList')
56
+ CacheSecurityGroupMessage = Shapes::StructureShape.new(name: 'CacheSecurityGroupMessage')
57
+ CacheSecurityGroupNameList = Shapes::ListShape.new(name: 'CacheSecurityGroupNameList')
58
+ CacheSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'CacheSecurityGroupNotFoundFault')
59
+ CacheSecurityGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheSecurityGroupQuotaExceededFault')
60
+ CacheSecurityGroups = Shapes::ListShape.new(name: 'CacheSecurityGroups')
61
+ CacheSubnetGroup = Shapes::StructureShape.new(name: 'CacheSubnetGroup')
62
+ CacheSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheSubnetGroupAlreadyExistsFault')
63
+ CacheSubnetGroupInUse = Shapes::StructureShape.new(name: 'CacheSubnetGroupInUse')
64
+ CacheSubnetGroupMessage = Shapes::StructureShape.new(name: 'CacheSubnetGroupMessage')
65
+ CacheSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'CacheSubnetGroupNotFoundFault')
66
+ CacheSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheSubnetGroupQuotaExceededFault')
67
+ CacheSubnetGroups = Shapes::ListShape.new(name: 'CacheSubnetGroups')
68
+ CacheSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheSubnetQuotaExceededFault')
69
+ ChangeType = Shapes::StringShape.new(name: 'ChangeType')
70
+ ClusterIdList = Shapes::ListShape.new(name: 'ClusterIdList')
71
+ ClusterQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'ClusterQuotaForCustomerExceededFault')
72
+ CopySnapshotMessage = Shapes::StructureShape.new(name: 'CopySnapshotMessage')
73
+ CopySnapshotResult = Shapes::StructureShape.new(name: 'CopySnapshotResult')
74
+ CreateCacheClusterMessage = Shapes::StructureShape.new(name: 'CreateCacheClusterMessage')
75
+ CreateCacheClusterResult = Shapes::StructureShape.new(name: 'CreateCacheClusterResult')
76
+ CreateCacheParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateCacheParameterGroupMessage')
77
+ CreateCacheParameterGroupResult = Shapes::StructureShape.new(name: 'CreateCacheParameterGroupResult')
78
+ CreateCacheSecurityGroupMessage = Shapes::StructureShape.new(name: 'CreateCacheSecurityGroupMessage')
79
+ CreateCacheSecurityGroupResult = Shapes::StructureShape.new(name: 'CreateCacheSecurityGroupResult')
80
+ CreateCacheSubnetGroupMessage = Shapes::StructureShape.new(name: 'CreateCacheSubnetGroupMessage')
81
+ CreateCacheSubnetGroupResult = Shapes::StructureShape.new(name: 'CreateCacheSubnetGroupResult')
82
+ CreateReplicationGroupMessage = Shapes::StructureShape.new(name: 'CreateReplicationGroupMessage')
83
+ CreateReplicationGroupResult = Shapes::StructureShape.new(name: 'CreateReplicationGroupResult')
84
+ CreateSnapshotMessage = Shapes::StructureShape.new(name: 'CreateSnapshotMessage')
85
+ CreateSnapshotResult = Shapes::StructureShape.new(name: 'CreateSnapshotResult')
86
+ DeleteCacheClusterMessage = Shapes::StructureShape.new(name: 'DeleteCacheClusterMessage')
87
+ DeleteCacheClusterResult = Shapes::StructureShape.new(name: 'DeleteCacheClusterResult')
88
+ DeleteCacheParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteCacheParameterGroupMessage')
89
+ DeleteCacheSecurityGroupMessage = Shapes::StructureShape.new(name: 'DeleteCacheSecurityGroupMessage')
90
+ DeleteCacheSubnetGroupMessage = Shapes::StructureShape.new(name: 'DeleteCacheSubnetGroupMessage')
91
+ DeleteReplicationGroupMessage = Shapes::StructureShape.new(name: 'DeleteReplicationGroupMessage')
92
+ DeleteReplicationGroupResult = Shapes::StructureShape.new(name: 'DeleteReplicationGroupResult')
93
+ DeleteSnapshotMessage = Shapes::StructureShape.new(name: 'DeleteSnapshotMessage')
94
+ DeleteSnapshotResult = Shapes::StructureShape.new(name: 'DeleteSnapshotResult')
95
+ DescribeCacheClustersMessage = Shapes::StructureShape.new(name: 'DescribeCacheClustersMessage')
96
+ DescribeCacheEngineVersionsMessage = Shapes::StructureShape.new(name: 'DescribeCacheEngineVersionsMessage')
97
+ DescribeCacheParameterGroupsMessage = Shapes::StructureShape.new(name: 'DescribeCacheParameterGroupsMessage')
98
+ DescribeCacheParametersMessage = Shapes::StructureShape.new(name: 'DescribeCacheParametersMessage')
99
+ DescribeCacheSecurityGroupsMessage = Shapes::StructureShape.new(name: 'DescribeCacheSecurityGroupsMessage')
100
+ DescribeCacheSubnetGroupsMessage = Shapes::StructureShape.new(name: 'DescribeCacheSubnetGroupsMessage')
101
+ DescribeEngineDefaultParametersMessage = Shapes::StructureShape.new(name: 'DescribeEngineDefaultParametersMessage')
102
+ DescribeEngineDefaultParametersResult = Shapes::StructureShape.new(name: 'DescribeEngineDefaultParametersResult')
103
+ DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
104
+ DescribeReplicationGroupsMessage = Shapes::StructureShape.new(name: 'DescribeReplicationGroupsMessage')
105
+ DescribeReservedCacheNodesMessage = Shapes::StructureShape.new(name: 'DescribeReservedCacheNodesMessage')
106
+ DescribeReservedCacheNodesOfferingsMessage = Shapes::StructureShape.new(name: 'DescribeReservedCacheNodesOfferingsMessage')
107
+ DescribeSnapshotsListMessage = Shapes::StructureShape.new(name: 'DescribeSnapshotsListMessage')
108
+ DescribeSnapshotsMessage = Shapes::StructureShape.new(name: 'DescribeSnapshotsMessage')
109
+ Double = Shapes::FloatShape.new(name: 'Double')
110
+ EC2SecurityGroup = Shapes::StructureShape.new(name: 'EC2SecurityGroup')
111
+ EC2SecurityGroupList = Shapes::ListShape.new(name: 'EC2SecurityGroupList')
112
+ Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
113
+ EngineDefaults = Shapes::StructureShape.new(name: 'EngineDefaults')
114
+ Event = Shapes::StructureShape.new(name: 'Event')
115
+ EventList = Shapes::ListShape.new(name: 'EventList')
116
+ EventsMessage = Shapes::StructureShape.new(name: 'EventsMessage')
117
+ InsufficientCacheClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientCacheClusterCapacityFault')
118
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
119
+ IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
120
+ InvalidARNFault = Shapes::StructureShape.new(name: 'InvalidARNFault')
121
+ InvalidCacheClusterStateFault = Shapes::StructureShape.new(name: 'InvalidCacheClusterStateFault')
122
+ InvalidCacheParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidCacheParameterGroupStateFault')
123
+ InvalidCacheSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidCacheSecurityGroupStateFault')
124
+ InvalidParameterCombinationException = Shapes::StructureShape.new(name: 'InvalidParameterCombinationException')
125
+ InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
126
+ InvalidReplicationGroupStateFault = Shapes::StructureShape.new(name: 'InvalidReplicationGroupStateFault')
127
+ InvalidSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidSnapshotStateFault')
128
+ InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
129
+ InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
130
+ KeyList = Shapes::ListShape.new(name: 'KeyList')
131
+ ListAllowedNodeTypeModificationsMessage = Shapes::StructureShape.new(name: 'ListAllowedNodeTypeModificationsMessage')
132
+ ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
133
+ ModifyCacheClusterMessage = Shapes::StructureShape.new(name: 'ModifyCacheClusterMessage')
134
+ ModifyCacheClusterResult = Shapes::StructureShape.new(name: 'ModifyCacheClusterResult')
135
+ ModifyCacheParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyCacheParameterGroupMessage')
136
+ ModifyCacheSubnetGroupMessage = Shapes::StructureShape.new(name: 'ModifyCacheSubnetGroupMessage')
137
+ ModifyCacheSubnetGroupResult = Shapes::StructureShape.new(name: 'ModifyCacheSubnetGroupResult')
138
+ ModifyReplicationGroupMessage = Shapes::StructureShape.new(name: 'ModifyReplicationGroupMessage')
139
+ ModifyReplicationGroupResult = Shapes::StructureShape.new(name: 'ModifyReplicationGroupResult')
140
+ NodeGroup = Shapes::StructureShape.new(name: 'NodeGroup')
141
+ NodeGroupConfiguration = Shapes::StructureShape.new(name: 'NodeGroupConfiguration')
142
+ NodeGroupConfigurationList = Shapes::ListShape.new(name: 'NodeGroupConfigurationList')
143
+ NodeGroupList = Shapes::ListShape.new(name: 'NodeGroupList')
144
+ NodeGroupMember = Shapes::StructureShape.new(name: 'NodeGroupMember')
145
+ NodeGroupMemberList = Shapes::ListShape.new(name: 'NodeGroupMemberList')
146
+ NodeGroupsPerReplicationGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'NodeGroupsPerReplicationGroupQuotaExceededFault')
147
+ NodeQuotaForClusterExceededFault = Shapes::StructureShape.new(name: 'NodeQuotaForClusterExceededFault')
148
+ NodeQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'NodeQuotaForCustomerExceededFault')
149
+ NodeSnapshot = Shapes::StructureShape.new(name: 'NodeSnapshot')
150
+ NodeSnapshotList = Shapes::ListShape.new(name: 'NodeSnapshotList')
151
+ NodeTypeList = Shapes::ListShape.new(name: 'NodeTypeList')
152
+ NotificationConfiguration = Shapes::StructureShape.new(name: 'NotificationConfiguration')
153
+ Parameter = Shapes::StructureShape.new(name: 'Parameter')
154
+ ParameterNameValue = Shapes::StructureShape.new(name: 'ParameterNameValue')
155
+ ParameterNameValueList = Shapes::ListShape.new(name: 'ParameterNameValueList')
156
+ ParametersList = Shapes::ListShape.new(name: 'ParametersList')
157
+ PendingAutomaticFailoverStatus = Shapes::StringShape.new(name: 'PendingAutomaticFailoverStatus')
158
+ PendingModifiedValues = Shapes::StructureShape.new(name: 'PendingModifiedValues')
159
+ PreferredAvailabilityZoneList = Shapes::ListShape.new(name: 'PreferredAvailabilityZoneList')
160
+ PurchaseReservedCacheNodesOfferingMessage = Shapes::StructureShape.new(name: 'PurchaseReservedCacheNodesOfferingMessage')
161
+ PurchaseReservedCacheNodesOfferingResult = Shapes::StructureShape.new(name: 'PurchaseReservedCacheNodesOfferingResult')
162
+ RebootCacheClusterMessage = Shapes::StructureShape.new(name: 'RebootCacheClusterMessage')
163
+ RebootCacheClusterResult = Shapes::StructureShape.new(name: 'RebootCacheClusterResult')
164
+ RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
165
+ RecurringChargeList = Shapes::ListShape.new(name: 'RecurringChargeList')
166
+ RemoveTagsFromResourceMessage = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceMessage')
167
+ ReplicationGroup = Shapes::StructureShape.new(name: 'ReplicationGroup')
168
+ ReplicationGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReplicationGroupAlreadyExistsFault')
169
+ ReplicationGroupList = Shapes::ListShape.new(name: 'ReplicationGroupList')
170
+ ReplicationGroupMessage = Shapes::StructureShape.new(name: 'ReplicationGroupMessage')
171
+ ReplicationGroupNotFoundFault = Shapes::StructureShape.new(name: 'ReplicationGroupNotFoundFault')
172
+ ReplicationGroupPendingModifiedValues = Shapes::StructureShape.new(name: 'ReplicationGroupPendingModifiedValues')
173
+ ReservedCacheNode = Shapes::StructureShape.new(name: 'ReservedCacheNode')
174
+ ReservedCacheNodeAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedCacheNodeAlreadyExistsFault')
175
+ ReservedCacheNodeList = Shapes::ListShape.new(name: 'ReservedCacheNodeList')
176
+ ReservedCacheNodeMessage = Shapes::StructureShape.new(name: 'ReservedCacheNodeMessage')
177
+ ReservedCacheNodeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedCacheNodeNotFoundFault')
178
+ ReservedCacheNodeQuotaExceededFault = Shapes::StructureShape.new(name: 'ReservedCacheNodeQuotaExceededFault')
179
+ ReservedCacheNodesOffering = Shapes::StructureShape.new(name: 'ReservedCacheNodesOffering')
180
+ ReservedCacheNodesOfferingList = Shapes::ListShape.new(name: 'ReservedCacheNodesOfferingList')
181
+ ReservedCacheNodesOfferingMessage = Shapes::StructureShape.new(name: 'ReservedCacheNodesOfferingMessage')
182
+ ReservedCacheNodesOfferingNotFoundFault = Shapes::StructureShape.new(name: 'ReservedCacheNodesOfferingNotFoundFault')
183
+ ResetCacheParameterGroupMessage = Shapes::StructureShape.new(name: 'ResetCacheParameterGroupMessage')
184
+ RevokeCacheSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'RevokeCacheSecurityGroupIngressMessage')
185
+ RevokeCacheSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'RevokeCacheSecurityGroupIngressResult')
186
+ SecurityGroupIdsList = Shapes::ListShape.new(name: 'SecurityGroupIdsList')
187
+ SecurityGroupMembership = Shapes::StructureShape.new(name: 'SecurityGroupMembership')
188
+ SecurityGroupMembershipList = Shapes::ListShape.new(name: 'SecurityGroupMembershipList')
189
+ Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
190
+ SnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotAlreadyExistsFault')
191
+ SnapshotArnsList = Shapes::ListShape.new(name: 'SnapshotArnsList')
192
+ SnapshotFeatureNotSupportedFault = Shapes::StructureShape.new(name: 'SnapshotFeatureNotSupportedFault')
193
+ SnapshotList = Shapes::ListShape.new(name: 'SnapshotList')
194
+ SnapshotNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotNotFoundFault')
195
+ SnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotQuotaExceededFault')
196
+ SourceType = Shapes::StringShape.new(name: 'SourceType')
197
+ String = Shapes::StringShape.new(name: 'String')
198
+ Subnet = Shapes::StructureShape.new(name: 'Subnet')
199
+ SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
200
+ SubnetInUse = Shapes::StructureShape.new(name: 'SubnetInUse')
201
+ SubnetList = Shapes::ListShape.new(name: 'SubnetList')
202
+ TStamp = Shapes::TimestampShape.new(name: 'TStamp')
203
+ Tag = Shapes::StructureShape.new(name: 'Tag')
204
+ TagList = Shapes::ListShape.new(name: 'TagList')
205
+ TagListMessage = Shapes::StructureShape.new(name: 'TagListMessage')
206
+ TagNotFoundFault = Shapes::StructureShape.new(name: 'TagNotFoundFault')
207
+ TagQuotaPerResourceExceeded = Shapes::StructureShape.new(name: 'TagQuotaPerResourceExceeded')
208
+
209
+ AddTagsToResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
210
+ AddTagsToResourceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
211
+ AddTagsToResourceMessage.struct_class = Types::AddTagsToResourceMessage
212
+
213
+ AllowedNodeTypeModificationsMessage.add_member(:scale_up_modifications, Shapes::ShapeRef.new(shape: NodeTypeList, location_name: "ScaleUpModifications"))
214
+ AllowedNodeTypeModificationsMessage.struct_class = Types::AllowedNodeTypeModificationsMessage
215
+
216
+ AuthorizeCacheSecurityGroupIngressMessage.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSecurityGroupName"))
217
+ AuthorizeCacheSecurityGroupIngressMessage.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EC2SecurityGroupName"))
218
+ AuthorizeCacheSecurityGroupIngressMessage.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EC2SecurityGroupOwnerId"))
219
+ AuthorizeCacheSecurityGroupIngressMessage.struct_class = Types::AuthorizeCacheSecurityGroupIngressMessage
220
+
221
+ AuthorizeCacheSecurityGroupIngressResult.add_member(:cache_security_group, Shapes::ShapeRef.new(shape: CacheSecurityGroup, location_name: "CacheSecurityGroup"))
222
+ AuthorizeCacheSecurityGroupIngressResult.struct_class = Types::AuthorizeCacheSecurityGroupIngressResult
223
+
224
+ AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
225
+ AvailabilityZone.struct_class = Types::AvailabilityZone
226
+
227
+ AvailabilityZonesList.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone")
228
+
229
+ CacheCluster.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
230
+ CacheCluster.add_member(:configuration_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ConfigurationEndpoint"))
231
+ CacheCluster.add_member(:client_download_landing_page, Shapes::ShapeRef.new(shape: String, location_name: "ClientDownloadLandingPage"))
232
+ CacheCluster.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
233
+ CacheCluster.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
234
+ CacheCluster.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
235
+ CacheCluster.add_member(:cache_cluster_status, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterStatus"))
236
+ CacheCluster.add_member(:num_cache_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheNodes"))
237
+ CacheCluster.add_member(:preferred_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "PreferredAvailabilityZone"))
238
+ CacheCluster.add_member(:cache_cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CacheClusterCreateTime"))
239
+ CacheCluster.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
240
+ CacheCluster.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: PendingModifiedValues, location_name: "PendingModifiedValues"))
241
+ CacheCluster.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfiguration, location_name: "NotificationConfiguration"))
242
+ CacheCluster.add_member(:cache_security_groups, Shapes::ShapeRef.new(shape: CacheSecurityGroupMembershipList, location_name: "CacheSecurityGroups"))
243
+ CacheCluster.add_member(:cache_parameter_group, Shapes::ShapeRef.new(shape: CacheParameterGroupStatus, location_name: "CacheParameterGroup"))
244
+ CacheCluster.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupName"))
245
+ CacheCluster.add_member(:cache_nodes, Shapes::ShapeRef.new(shape: CacheNodeList, location_name: "CacheNodes"))
246
+ CacheCluster.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoMinorVersionUpgrade"))
247
+ CacheCluster.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupMembershipList, location_name: "SecurityGroups"))
248
+ CacheCluster.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
249
+ CacheCluster.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
250
+ CacheCluster.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
251
+ CacheCluster.struct_class = Types::CacheCluster
252
+
253
+ CacheClusterList.member = Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster")
254
+
255
+ CacheClusterMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
256
+ CacheClusterMessage.add_member(:cache_clusters, Shapes::ShapeRef.new(shape: CacheClusterList, location_name: "CacheClusters"))
257
+ CacheClusterMessage.struct_class = Types::CacheClusterMessage
258
+
259
+ CacheEngineVersion.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
260
+ CacheEngineVersion.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
261
+ CacheEngineVersion.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
262
+ CacheEngineVersion.add_member(:cache_engine_description, Shapes::ShapeRef.new(shape: String, location_name: "CacheEngineDescription"))
263
+ CacheEngineVersion.add_member(:cache_engine_version_description, Shapes::ShapeRef.new(shape: String, location_name: "CacheEngineVersionDescription"))
264
+ CacheEngineVersion.struct_class = Types::CacheEngineVersion
265
+
266
+ CacheEngineVersionList.member = Shapes::ShapeRef.new(shape: CacheEngineVersion, location_name: "CacheEngineVersion")
267
+
268
+ CacheEngineVersionMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
269
+ CacheEngineVersionMessage.add_member(:cache_engine_versions, Shapes::ShapeRef.new(shape: CacheEngineVersionList, location_name: "CacheEngineVersions"))
270
+ CacheEngineVersionMessage.struct_class = Types::CacheEngineVersionMessage
271
+
272
+ CacheNode.add_member(:cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeId"))
273
+ CacheNode.add_member(:cache_node_status, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeStatus"))
274
+ CacheNode.add_member(:cache_node_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CacheNodeCreateTime"))
275
+ CacheNode.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
276
+ CacheNode.add_member(:parameter_group_status, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupStatus"))
277
+ CacheNode.add_member(:source_cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceCacheNodeId"))
278
+ CacheNode.add_member(:customer_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "CustomerAvailabilityZone"))
279
+ CacheNode.struct_class = Types::CacheNode
280
+
281
+ CacheNodeIdsList.member = Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeId")
282
+
283
+ CacheNodeList.member = Shapes::ShapeRef.new(shape: CacheNode, location_name: "CacheNode")
284
+
285
+ CacheNodeTypeSpecificParameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterName"))
286
+ CacheNodeTypeSpecificParameter.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
287
+ CacheNodeTypeSpecificParameter.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
288
+ CacheNodeTypeSpecificParameter.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
289
+ CacheNodeTypeSpecificParameter.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
290
+ CacheNodeTypeSpecificParameter.add_member(:is_modifiable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsModifiable"))
291
+ CacheNodeTypeSpecificParameter.add_member(:minimum_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MinimumEngineVersion"))
292
+ CacheNodeTypeSpecificParameter.add_member(:cache_node_type_specific_values, Shapes::ShapeRef.new(shape: CacheNodeTypeSpecificValueList, location_name: "CacheNodeTypeSpecificValues"))
293
+ CacheNodeTypeSpecificParameter.add_member(:change_type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "ChangeType"))
294
+ CacheNodeTypeSpecificParameter.struct_class = Types::CacheNodeTypeSpecificParameter
295
+
296
+ CacheNodeTypeSpecificParametersList.member = Shapes::ShapeRef.new(shape: CacheNodeTypeSpecificParameter, location_name: "CacheNodeTypeSpecificParameter")
297
+
298
+ CacheNodeTypeSpecificValue.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
299
+ CacheNodeTypeSpecificValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
300
+ CacheNodeTypeSpecificValue.struct_class = Types::CacheNodeTypeSpecificValue
301
+
302
+ CacheNodeTypeSpecificValueList.member = Shapes::ShapeRef.new(shape: CacheNodeTypeSpecificValue, location_name: "CacheNodeTypeSpecificValue")
303
+
304
+ CacheParameterGroup.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
305
+ CacheParameterGroup.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
306
+ CacheParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
307
+ CacheParameterGroup.struct_class = Types::CacheParameterGroup
308
+
309
+ CacheParameterGroupDetails.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
310
+ CacheParameterGroupDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
311
+ CacheParameterGroupDetails.add_member(:cache_node_type_specific_parameters, Shapes::ShapeRef.new(shape: CacheNodeTypeSpecificParametersList, location_name: "CacheNodeTypeSpecificParameters"))
312
+ CacheParameterGroupDetails.struct_class = Types::CacheParameterGroupDetails
313
+
314
+ CacheParameterGroupList.member = Shapes::ShapeRef.new(shape: CacheParameterGroup, location_name: "CacheParameterGroup")
315
+
316
+ CacheParameterGroupNameMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
317
+ CacheParameterGroupNameMessage.struct_class = Types::CacheParameterGroupNameMessage
318
+
319
+ CacheParameterGroupStatus.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
320
+ CacheParameterGroupStatus.add_member(:parameter_apply_status, Shapes::ShapeRef.new(shape: String, location_name: "ParameterApplyStatus"))
321
+ CacheParameterGroupStatus.add_member(:cache_node_ids_to_reboot, Shapes::ShapeRef.new(shape: CacheNodeIdsList, location_name: "CacheNodeIdsToReboot"))
322
+ CacheParameterGroupStatus.struct_class = Types::CacheParameterGroupStatus
323
+
324
+ CacheParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
325
+ CacheParameterGroupsMessage.add_member(:cache_parameter_groups, Shapes::ShapeRef.new(shape: CacheParameterGroupList, location_name: "CacheParameterGroups"))
326
+ CacheParameterGroupsMessage.struct_class = Types::CacheParameterGroupsMessage
327
+
328
+ CacheSecurityGroup.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "OwnerId"))
329
+ CacheSecurityGroup.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName"))
330
+ CacheSecurityGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
331
+ CacheSecurityGroup.add_member(:ec2_security_groups, Shapes::ShapeRef.new(shape: EC2SecurityGroupList, location_name: "EC2SecurityGroups"))
332
+ CacheSecurityGroup.struct_class = Types::CacheSecurityGroup
333
+
334
+ CacheSecurityGroupMembership.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName"))
335
+ CacheSecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
336
+ CacheSecurityGroupMembership.struct_class = Types::CacheSecurityGroupMembership
337
+
338
+ CacheSecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: CacheSecurityGroupMembership, location_name: "CacheSecurityGroup")
339
+
340
+ CacheSecurityGroupMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
341
+ CacheSecurityGroupMessage.add_member(:cache_security_groups, Shapes::ShapeRef.new(shape: CacheSecurityGroups, location_name: "CacheSecurityGroups"))
342
+ CacheSecurityGroupMessage.struct_class = Types::CacheSecurityGroupMessage
343
+
344
+ CacheSecurityGroupNameList.member = Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName")
345
+
346
+ CacheSecurityGroups.member = Shapes::ShapeRef.new(shape: CacheSecurityGroup, location_name: "CacheSecurityGroup")
347
+
348
+ CacheSubnetGroup.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupName"))
349
+ CacheSubnetGroup.add_member(:cache_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupDescription"))
350
+ CacheSubnetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
351
+ CacheSubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
352
+ CacheSubnetGroup.struct_class = Types::CacheSubnetGroup
353
+
354
+ CacheSubnetGroupMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
355
+ CacheSubnetGroupMessage.add_member(:cache_subnet_groups, Shapes::ShapeRef.new(shape: CacheSubnetGroups, location_name: "CacheSubnetGroups"))
356
+ CacheSubnetGroupMessage.struct_class = Types::CacheSubnetGroupMessage
357
+
358
+ CacheSubnetGroups.member = Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup")
359
+
360
+ ClusterIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "ClusterId")
361
+
362
+ CopySnapshotMessage.add_member(:source_snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceSnapshotName"))
363
+ CopySnapshotMessage.add_member(:target_snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetSnapshotName"))
364
+ CopySnapshotMessage.add_member(:target_bucket, Shapes::ShapeRef.new(shape: String, location_name: "TargetBucket"))
365
+ CopySnapshotMessage.struct_class = Types::CopySnapshotMessage
366
+
367
+ CopySnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
368
+ CopySnapshotResult.struct_class = Types::CopySnapshotResult
369
+
370
+ CreateCacheClusterMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheClusterId"))
371
+ CreateCacheClusterMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
372
+ CreateCacheClusterMessage.add_member(:az_mode, Shapes::ShapeRef.new(shape: AZMode, location_name: "AZMode"))
373
+ CreateCacheClusterMessage.add_member(:preferred_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "PreferredAvailabilityZone"))
374
+ CreateCacheClusterMessage.add_member(:preferred_availability_zones, Shapes::ShapeRef.new(shape: PreferredAvailabilityZoneList, location_name: "PreferredAvailabilityZones"))
375
+ CreateCacheClusterMessage.add_member(:num_cache_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheNodes"))
376
+ CreateCacheClusterMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
377
+ CreateCacheClusterMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
378
+ CreateCacheClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
379
+ CreateCacheClusterMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
380
+ CreateCacheClusterMessage.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupName"))
381
+ CreateCacheClusterMessage.add_member(:cache_security_group_names, Shapes::ShapeRef.new(shape: CacheSecurityGroupNameList, location_name: "CacheSecurityGroupNames"))
382
+ CreateCacheClusterMessage.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdsList, location_name: "SecurityGroupIds"))
383
+ CreateCacheClusterMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
384
+ CreateCacheClusterMessage.add_member(:snapshot_arns, Shapes::ShapeRef.new(shape: SnapshotArnsList, location_name: "SnapshotArns"))
385
+ CreateCacheClusterMessage.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotName"))
386
+ CreateCacheClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
387
+ CreateCacheClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
388
+ CreateCacheClusterMessage.add_member(:notification_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "NotificationTopicArn"))
389
+ CreateCacheClusterMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
390
+ CreateCacheClusterMessage.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
391
+ CreateCacheClusterMessage.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
392
+ CreateCacheClusterMessage.add_member(:auth_token, Shapes::ShapeRef.new(shape: String, location_name: "AuthToken"))
393
+ CreateCacheClusterMessage.struct_class = Types::CreateCacheClusterMessage
394
+
395
+ CreateCacheClusterResult.add_member(:cache_cluster, Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster"))
396
+ CreateCacheClusterResult.struct_class = Types::CreateCacheClusterResult
397
+
398
+ CreateCacheParameterGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupName"))
399
+ CreateCacheParameterGroupMessage.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupFamily"))
400
+ CreateCacheParameterGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
401
+ CreateCacheParameterGroupMessage.struct_class = Types::CreateCacheParameterGroupMessage
402
+
403
+ CreateCacheParameterGroupResult.add_member(:cache_parameter_group, Shapes::ShapeRef.new(shape: CacheParameterGroup, location_name: "CacheParameterGroup"))
404
+ CreateCacheParameterGroupResult.struct_class = Types::CreateCacheParameterGroupResult
405
+
406
+ CreateCacheSecurityGroupMessage.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSecurityGroupName"))
407
+ CreateCacheSecurityGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
408
+ CreateCacheSecurityGroupMessage.struct_class = Types::CreateCacheSecurityGroupMessage
409
+
410
+ CreateCacheSecurityGroupResult.add_member(:cache_security_group, Shapes::ShapeRef.new(shape: CacheSecurityGroup, location_name: "CacheSecurityGroup"))
411
+ CreateCacheSecurityGroupResult.struct_class = Types::CreateCacheSecurityGroupResult
412
+
413
+ CreateCacheSubnetGroupMessage.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSubnetGroupName"))
414
+ CreateCacheSubnetGroupMessage.add_member(:cache_subnet_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSubnetGroupDescription"))
415
+ CreateCacheSubnetGroupMessage.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, required: true, location_name: "SubnetIds"))
416
+ CreateCacheSubnetGroupMessage.struct_class = Types::CreateCacheSubnetGroupMessage
417
+
418
+ CreateCacheSubnetGroupResult.add_member(:cache_subnet_group, Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup"))
419
+ CreateCacheSubnetGroupResult.struct_class = Types::CreateCacheSubnetGroupResult
420
+
421
+ CreateReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
422
+ CreateReplicationGroupMessage.add_member(:replication_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupDescription"))
423
+ CreateReplicationGroupMessage.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
424
+ CreateReplicationGroupMessage.add_member(:automatic_failover_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutomaticFailoverEnabled"))
425
+ CreateReplicationGroupMessage.add_member(:num_cache_clusters, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheClusters"))
426
+ CreateReplicationGroupMessage.add_member(:preferred_cache_cluster_a_zs, Shapes::ShapeRef.new(shape: AvailabilityZonesList, location_name: "PreferredCacheClusterAZs"))
427
+ CreateReplicationGroupMessage.add_member(:num_node_groups, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumNodeGroups"))
428
+ CreateReplicationGroupMessage.add_member(:replicas_per_node_group, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ReplicasPerNodeGroup"))
429
+ CreateReplicationGroupMessage.add_member(:node_group_configuration, Shapes::ShapeRef.new(shape: NodeGroupConfigurationList, location_name: "NodeGroupConfiguration"))
430
+ CreateReplicationGroupMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
431
+ CreateReplicationGroupMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
432
+ CreateReplicationGroupMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
433
+ CreateReplicationGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
434
+ CreateReplicationGroupMessage.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupName"))
435
+ CreateReplicationGroupMessage.add_member(:cache_security_group_names, Shapes::ShapeRef.new(shape: CacheSecurityGroupNameList, location_name: "CacheSecurityGroupNames"))
436
+ CreateReplicationGroupMessage.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdsList, location_name: "SecurityGroupIds"))
437
+ CreateReplicationGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
438
+ CreateReplicationGroupMessage.add_member(:snapshot_arns, Shapes::ShapeRef.new(shape: SnapshotArnsList, location_name: "SnapshotArns"))
439
+ CreateReplicationGroupMessage.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotName"))
440
+ CreateReplicationGroupMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
441
+ CreateReplicationGroupMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
442
+ CreateReplicationGroupMessage.add_member(:notification_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "NotificationTopicArn"))
443
+ CreateReplicationGroupMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
444
+ CreateReplicationGroupMessage.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
445
+ CreateReplicationGroupMessage.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
446
+ CreateReplicationGroupMessage.add_member(:auth_token, Shapes::ShapeRef.new(shape: String, location_name: "AuthToken"))
447
+ CreateReplicationGroupMessage.struct_class = Types::CreateReplicationGroupMessage
448
+
449
+ CreateReplicationGroupResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
450
+ CreateReplicationGroupResult.struct_class = Types::CreateReplicationGroupResult
451
+
452
+ CreateSnapshotMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
453
+ CreateSnapshotMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
454
+ CreateSnapshotMessage.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotName"))
455
+ CreateSnapshotMessage.struct_class = Types::CreateSnapshotMessage
456
+
457
+ CreateSnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
458
+ CreateSnapshotResult.struct_class = Types::CreateSnapshotResult
459
+
460
+ DeleteCacheClusterMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheClusterId"))
461
+ DeleteCacheClusterMessage.add_member(:final_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalSnapshotIdentifier"))
462
+ DeleteCacheClusterMessage.struct_class = Types::DeleteCacheClusterMessage
463
+
464
+ DeleteCacheClusterResult.add_member(:cache_cluster, Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster"))
465
+ DeleteCacheClusterResult.struct_class = Types::DeleteCacheClusterResult
466
+
467
+ DeleteCacheParameterGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupName"))
468
+ DeleteCacheParameterGroupMessage.struct_class = Types::DeleteCacheParameterGroupMessage
469
+
470
+ DeleteCacheSecurityGroupMessage.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSecurityGroupName"))
471
+ DeleteCacheSecurityGroupMessage.struct_class = Types::DeleteCacheSecurityGroupMessage
472
+
473
+ DeleteCacheSubnetGroupMessage.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSubnetGroupName"))
474
+ DeleteCacheSubnetGroupMessage.struct_class = Types::DeleteCacheSubnetGroupMessage
475
+
476
+ DeleteReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
477
+ DeleteReplicationGroupMessage.add_member(:retain_primary_cluster, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RetainPrimaryCluster"))
478
+ DeleteReplicationGroupMessage.add_member(:final_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalSnapshotIdentifier"))
479
+ DeleteReplicationGroupMessage.struct_class = Types::DeleteReplicationGroupMessage
480
+
481
+ DeleteReplicationGroupResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
482
+ DeleteReplicationGroupResult.struct_class = Types::DeleteReplicationGroupResult
483
+
484
+ DeleteSnapshotMessage.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotName"))
485
+ DeleteSnapshotMessage.struct_class = Types::DeleteSnapshotMessage
486
+
487
+ DeleteSnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
488
+ DeleteSnapshotResult.struct_class = Types::DeleteSnapshotResult
489
+
490
+ DescribeCacheClustersMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
491
+ DescribeCacheClustersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
492
+ DescribeCacheClustersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
493
+ DescribeCacheClustersMessage.add_member(:show_cache_node_info, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ShowCacheNodeInfo"))
494
+ DescribeCacheClustersMessage.struct_class = Types::DescribeCacheClustersMessage
495
+
496
+ DescribeCacheEngineVersionsMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
497
+ DescribeCacheEngineVersionsMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
498
+ DescribeCacheEngineVersionsMessage.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
499
+ DescribeCacheEngineVersionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
500
+ DescribeCacheEngineVersionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
501
+ DescribeCacheEngineVersionsMessage.add_member(:default_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultOnly"))
502
+ DescribeCacheEngineVersionsMessage.struct_class = Types::DescribeCacheEngineVersionsMessage
503
+
504
+ DescribeCacheParameterGroupsMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
505
+ DescribeCacheParameterGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
506
+ DescribeCacheParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
507
+ DescribeCacheParameterGroupsMessage.struct_class = Types::DescribeCacheParameterGroupsMessage
508
+
509
+ DescribeCacheParametersMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupName"))
510
+ DescribeCacheParametersMessage.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
511
+ DescribeCacheParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
512
+ DescribeCacheParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
513
+ DescribeCacheParametersMessage.struct_class = Types::DescribeCacheParametersMessage
514
+
515
+ DescribeCacheSecurityGroupsMessage.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSecurityGroupName"))
516
+ DescribeCacheSecurityGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
517
+ DescribeCacheSecurityGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
518
+ DescribeCacheSecurityGroupsMessage.struct_class = Types::DescribeCacheSecurityGroupsMessage
519
+
520
+ DescribeCacheSubnetGroupsMessage.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupName"))
521
+ DescribeCacheSubnetGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
522
+ DescribeCacheSubnetGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
523
+ DescribeCacheSubnetGroupsMessage.struct_class = Types::DescribeCacheSubnetGroupsMessage
524
+
525
+ DescribeEngineDefaultParametersMessage.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupFamily"))
526
+ DescribeEngineDefaultParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
527
+ DescribeEngineDefaultParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
528
+ DescribeEngineDefaultParametersMessage.struct_class = Types::DescribeEngineDefaultParametersMessage
529
+
530
+ DescribeEngineDefaultParametersResult.add_member(:engine_defaults, Shapes::ShapeRef.new(shape: EngineDefaults, location_name: "EngineDefaults"))
531
+ DescribeEngineDefaultParametersResult.struct_class = Types::DescribeEngineDefaultParametersResult
532
+
533
+ DescribeEventsMessage.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
534
+ DescribeEventsMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
535
+ DescribeEventsMessage.add_member(:start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "StartTime"))
536
+ DescribeEventsMessage.add_member(:end_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EndTime"))
537
+ DescribeEventsMessage.add_member(:duration, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Duration"))
538
+ DescribeEventsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
539
+ DescribeEventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
540
+ DescribeEventsMessage.struct_class = Types::DescribeEventsMessage
541
+
542
+ DescribeReplicationGroupsMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
543
+ DescribeReplicationGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
544
+ DescribeReplicationGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
545
+ DescribeReplicationGroupsMessage.struct_class = Types::DescribeReplicationGroupsMessage
546
+
547
+ DescribeReservedCacheNodesMessage.add_member(:reserved_cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodeId"))
548
+ DescribeReservedCacheNodesMessage.add_member(:reserved_cache_nodes_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodesOfferingId"))
549
+ DescribeReservedCacheNodesMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
550
+ DescribeReservedCacheNodesMessage.add_member(:duration, Shapes::ShapeRef.new(shape: String, location_name: "Duration"))
551
+ DescribeReservedCacheNodesMessage.add_member(:product_description, Shapes::ShapeRef.new(shape: String, location_name: "ProductDescription"))
552
+ DescribeReservedCacheNodesMessage.add_member(:offering_type, Shapes::ShapeRef.new(shape: String, location_name: "OfferingType"))
553
+ DescribeReservedCacheNodesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
554
+ DescribeReservedCacheNodesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
555
+ DescribeReservedCacheNodesMessage.struct_class = Types::DescribeReservedCacheNodesMessage
556
+
557
+ DescribeReservedCacheNodesOfferingsMessage.add_member(:reserved_cache_nodes_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodesOfferingId"))
558
+ DescribeReservedCacheNodesOfferingsMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
559
+ DescribeReservedCacheNodesOfferingsMessage.add_member(:duration, Shapes::ShapeRef.new(shape: String, location_name: "Duration"))
560
+ DescribeReservedCacheNodesOfferingsMessage.add_member(:product_description, Shapes::ShapeRef.new(shape: String, location_name: "ProductDescription"))
561
+ DescribeReservedCacheNodesOfferingsMessage.add_member(:offering_type, Shapes::ShapeRef.new(shape: String, location_name: "OfferingType"))
562
+ DescribeReservedCacheNodesOfferingsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
563
+ DescribeReservedCacheNodesOfferingsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
564
+ DescribeReservedCacheNodesOfferingsMessage.struct_class = Types::DescribeReservedCacheNodesOfferingsMessage
565
+
566
+ DescribeSnapshotsListMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
567
+ DescribeSnapshotsListMessage.add_member(:snapshots, Shapes::ShapeRef.new(shape: SnapshotList, location_name: "Snapshots"))
568
+ DescribeSnapshotsListMessage.struct_class = Types::DescribeSnapshotsListMessage
569
+
570
+ DescribeSnapshotsMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
571
+ DescribeSnapshotsMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
572
+ DescribeSnapshotsMessage.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotName"))
573
+ DescribeSnapshotsMessage.add_member(:snapshot_source, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotSource"))
574
+ DescribeSnapshotsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
575
+ DescribeSnapshotsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
576
+ DescribeSnapshotsMessage.add_member(:show_node_group_config, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ShowNodeGroupConfig"))
577
+ DescribeSnapshotsMessage.struct_class = Types::DescribeSnapshotsMessage
578
+
579
+ EC2SecurityGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
580
+ EC2SecurityGroup.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupName"))
581
+ EC2SecurityGroup.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupOwnerId"))
582
+ EC2SecurityGroup.struct_class = Types::EC2SecurityGroup
583
+
584
+ EC2SecurityGroupList.member = Shapes::ShapeRef.new(shape: EC2SecurityGroup, location_name: "EC2SecurityGroup")
585
+
586
+ Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
587
+ Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
588
+ Endpoint.struct_class = Types::Endpoint
589
+
590
+ EngineDefaults.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
591
+ EngineDefaults.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
592
+ EngineDefaults.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
593
+ EngineDefaults.add_member(:cache_node_type_specific_parameters, Shapes::ShapeRef.new(shape: CacheNodeTypeSpecificParametersList, location_name: "CacheNodeTypeSpecificParameters"))
594
+ EngineDefaults.struct_class = Types::EngineDefaults
595
+
596
+ Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
597
+ Event.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
598
+ Event.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
599
+ Event.add_member(:date, Shapes::ShapeRef.new(shape: TStamp, location_name: "Date"))
600
+ Event.struct_class = Types::Event
601
+
602
+ EventList.member = Shapes::ShapeRef.new(shape: Event, location_name: "Event")
603
+
604
+ EventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
605
+ EventsMessage.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
606
+ EventsMessage.struct_class = Types::EventsMessage
607
+
608
+ KeyList.member = Shapes::ShapeRef.new(shape: String)
609
+
610
+ ListAllowedNodeTypeModificationsMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
611
+ ListAllowedNodeTypeModificationsMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
612
+ ListAllowedNodeTypeModificationsMessage.struct_class = Types::ListAllowedNodeTypeModificationsMessage
613
+
614
+ ListTagsForResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
615
+ ListTagsForResourceMessage.struct_class = Types::ListTagsForResourceMessage
616
+
617
+ ModifyCacheClusterMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheClusterId"))
618
+ ModifyCacheClusterMessage.add_member(:num_cache_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheNodes"))
619
+ ModifyCacheClusterMessage.add_member(:cache_node_ids_to_remove, Shapes::ShapeRef.new(shape: CacheNodeIdsList, location_name: "CacheNodeIdsToRemove"))
620
+ ModifyCacheClusterMessage.add_member(:az_mode, Shapes::ShapeRef.new(shape: AZMode, location_name: "AZMode"))
621
+ ModifyCacheClusterMessage.add_member(:new_availability_zones, Shapes::ShapeRef.new(shape: PreferredAvailabilityZoneList, location_name: "NewAvailabilityZones"))
622
+ ModifyCacheClusterMessage.add_member(:cache_security_group_names, Shapes::ShapeRef.new(shape: CacheSecurityGroupNameList, location_name: "CacheSecurityGroupNames"))
623
+ ModifyCacheClusterMessage.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdsList, location_name: "SecurityGroupIds"))
624
+ ModifyCacheClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
625
+ ModifyCacheClusterMessage.add_member(:notification_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "NotificationTopicArn"))
626
+ ModifyCacheClusterMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
627
+ ModifyCacheClusterMessage.add_member(:notification_topic_status, Shapes::ShapeRef.new(shape: String, location_name: "NotificationTopicStatus"))
628
+ ModifyCacheClusterMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
629
+ ModifyCacheClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
630
+ ModifyCacheClusterMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
631
+ ModifyCacheClusterMessage.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
632
+ ModifyCacheClusterMessage.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
633
+ ModifyCacheClusterMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
634
+ ModifyCacheClusterMessage.struct_class = Types::ModifyCacheClusterMessage
635
+
636
+ ModifyCacheClusterResult.add_member(:cache_cluster, Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster"))
637
+ ModifyCacheClusterResult.struct_class = Types::ModifyCacheClusterResult
638
+
639
+ ModifyCacheParameterGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupName"))
640
+ ModifyCacheParameterGroupMessage.add_member(:parameter_name_values, Shapes::ShapeRef.new(shape: ParameterNameValueList, required: true, location_name: "ParameterNameValues"))
641
+ ModifyCacheParameterGroupMessage.struct_class = Types::ModifyCacheParameterGroupMessage
642
+
643
+ ModifyCacheSubnetGroupMessage.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSubnetGroupName"))
644
+ ModifyCacheSubnetGroupMessage.add_member(:cache_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupDescription"))
645
+ ModifyCacheSubnetGroupMessage.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, location_name: "SubnetIds"))
646
+ ModifyCacheSubnetGroupMessage.struct_class = Types::ModifyCacheSubnetGroupMessage
647
+
648
+ ModifyCacheSubnetGroupResult.add_member(:cache_subnet_group, Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup"))
649
+ ModifyCacheSubnetGroupResult.struct_class = Types::ModifyCacheSubnetGroupResult
650
+
651
+ ModifyReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
652
+ ModifyReplicationGroupMessage.add_member(:replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupDescription"))
653
+ ModifyReplicationGroupMessage.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
654
+ ModifyReplicationGroupMessage.add_member(:snapshotting_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "SnapshottingClusterId"))
655
+ ModifyReplicationGroupMessage.add_member(:automatic_failover_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutomaticFailoverEnabled"))
656
+ ModifyReplicationGroupMessage.add_member(:cache_security_group_names, Shapes::ShapeRef.new(shape: CacheSecurityGroupNameList, location_name: "CacheSecurityGroupNames"))
657
+ ModifyReplicationGroupMessage.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdsList, location_name: "SecurityGroupIds"))
658
+ ModifyReplicationGroupMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
659
+ ModifyReplicationGroupMessage.add_member(:notification_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "NotificationTopicArn"))
660
+ ModifyReplicationGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
661
+ ModifyReplicationGroupMessage.add_member(:notification_topic_status, Shapes::ShapeRef.new(shape: String, location_name: "NotificationTopicStatus"))
662
+ ModifyReplicationGroupMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
663
+ ModifyReplicationGroupMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
664
+ ModifyReplicationGroupMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
665
+ ModifyReplicationGroupMessage.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
666
+ ModifyReplicationGroupMessage.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
667
+ ModifyReplicationGroupMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
668
+ ModifyReplicationGroupMessage.struct_class = Types::ModifyReplicationGroupMessage
669
+
670
+ ModifyReplicationGroupResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
671
+ ModifyReplicationGroupResult.struct_class = Types::ModifyReplicationGroupResult
672
+
673
+ NodeGroup.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
674
+ NodeGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
675
+ NodeGroup.add_member(:primary_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "PrimaryEndpoint"))
676
+ NodeGroup.add_member(:slots, Shapes::ShapeRef.new(shape: String, location_name: "Slots"))
677
+ NodeGroup.add_member(:node_group_members, Shapes::ShapeRef.new(shape: NodeGroupMemberList, location_name: "NodeGroupMembers"))
678
+ NodeGroup.struct_class = Types::NodeGroup
679
+
680
+ NodeGroupConfiguration.add_member(:slots, Shapes::ShapeRef.new(shape: String, location_name: "Slots"))
681
+ NodeGroupConfiguration.add_member(:replica_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ReplicaCount"))
682
+ NodeGroupConfiguration.add_member(:primary_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryAvailabilityZone"))
683
+ NodeGroupConfiguration.add_member(:replica_availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZonesList, location_name: "ReplicaAvailabilityZones"))
684
+ NodeGroupConfiguration.struct_class = Types::NodeGroupConfiguration
685
+
686
+ NodeGroupConfigurationList.member = Shapes::ShapeRef.new(shape: NodeGroupConfiguration, location_name: "NodeGroupConfiguration")
687
+
688
+ NodeGroupList.member = Shapes::ShapeRef.new(shape: NodeGroup, location_name: "NodeGroup")
689
+
690
+ NodeGroupMember.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
691
+ NodeGroupMember.add_member(:cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeId"))
692
+ NodeGroupMember.add_member(:read_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ReadEndpoint"))
693
+ NodeGroupMember.add_member(:preferred_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "PreferredAvailabilityZone"))
694
+ NodeGroupMember.add_member(:current_role, Shapes::ShapeRef.new(shape: String, location_name: "CurrentRole"))
695
+ NodeGroupMember.struct_class = Types::NodeGroupMember
696
+
697
+ NodeGroupMemberList.member = Shapes::ShapeRef.new(shape: NodeGroupMember, location_name: "NodeGroupMember")
698
+
699
+ NodeSnapshot.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
700
+ NodeSnapshot.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
701
+ NodeSnapshot.add_member(:cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeId"))
702
+ NodeSnapshot.add_member(:node_group_configuration, Shapes::ShapeRef.new(shape: NodeGroupConfiguration, location_name: "NodeGroupConfiguration"))
703
+ NodeSnapshot.add_member(:cache_size, Shapes::ShapeRef.new(shape: String, location_name: "CacheSize"))
704
+ NodeSnapshot.add_member(:cache_node_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CacheNodeCreateTime"))
705
+ NodeSnapshot.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotCreateTime"))
706
+ NodeSnapshot.struct_class = Types::NodeSnapshot
707
+
708
+ NodeSnapshotList.member = Shapes::ShapeRef.new(shape: NodeSnapshot, location_name: "NodeSnapshot")
709
+
710
+ NodeTypeList.member = Shapes::ShapeRef.new(shape: String)
711
+
712
+ NotificationConfiguration.add_member(:topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "TopicArn"))
713
+ NotificationConfiguration.add_member(:topic_status, Shapes::ShapeRef.new(shape: String, location_name: "TopicStatus"))
714
+ NotificationConfiguration.struct_class = Types::NotificationConfiguration
715
+
716
+ Parameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterName"))
717
+ Parameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: String, location_name: "ParameterValue"))
718
+ Parameter.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
719
+ Parameter.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
720
+ Parameter.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
721
+ Parameter.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
722
+ Parameter.add_member(:is_modifiable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsModifiable"))
723
+ Parameter.add_member(:minimum_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MinimumEngineVersion"))
724
+ Parameter.add_member(:change_type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "ChangeType"))
725
+ Parameter.struct_class = Types::Parameter
726
+
727
+ ParameterNameValue.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterName"))
728
+ ParameterNameValue.add_member(:parameter_value, Shapes::ShapeRef.new(shape: String, location_name: "ParameterValue"))
729
+ ParameterNameValue.struct_class = Types::ParameterNameValue
730
+
731
+ ParameterNameValueList.member = Shapes::ShapeRef.new(shape: ParameterNameValue, location_name: "ParameterNameValue")
732
+
733
+ ParametersList.member = Shapes::ShapeRef.new(shape: Parameter, location_name: "Parameter")
734
+
735
+ PendingModifiedValues.add_member(:num_cache_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheNodes"))
736
+ PendingModifiedValues.add_member(:cache_node_ids_to_remove, Shapes::ShapeRef.new(shape: CacheNodeIdsList, location_name: "CacheNodeIdsToRemove"))
737
+ PendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
738
+ PendingModifiedValues.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
739
+ PendingModifiedValues.struct_class = Types::PendingModifiedValues
740
+
741
+ PreferredAvailabilityZoneList.member = Shapes::ShapeRef.new(shape: String, location_name: "PreferredAvailabilityZone")
742
+
743
+ PurchaseReservedCacheNodesOfferingMessage.add_member(:reserved_cache_nodes_offering_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReservedCacheNodesOfferingId"))
744
+ PurchaseReservedCacheNodesOfferingMessage.add_member(:reserved_cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodeId"))
745
+ PurchaseReservedCacheNodesOfferingMessage.add_member(:cache_node_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "CacheNodeCount"))
746
+ PurchaseReservedCacheNodesOfferingMessage.struct_class = Types::PurchaseReservedCacheNodesOfferingMessage
747
+
748
+ PurchaseReservedCacheNodesOfferingResult.add_member(:reserved_cache_node, Shapes::ShapeRef.new(shape: ReservedCacheNode, location_name: "ReservedCacheNode"))
749
+ PurchaseReservedCacheNodesOfferingResult.struct_class = Types::PurchaseReservedCacheNodesOfferingResult
750
+
751
+ RebootCacheClusterMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheClusterId"))
752
+ RebootCacheClusterMessage.add_member(:cache_node_ids_to_reboot, Shapes::ShapeRef.new(shape: CacheNodeIdsList, required: true, location_name: "CacheNodeIdsToReboot"))
753
+ RebootCacheClusterMessage.struct_class = Types::RebootCacheClusterMessage
754
+
755
+ RebootCacheClusterResult.add_member(:cache_cluster, Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster"))
756
+ RebootCacheClusterResult.struct_class = Types::RebootCacheClusterResult
757
+
758
+ RecurringCharge.add_member(:recurring_charge_amount, Shapes::ShapeRef.new(shape: Double, location_name: "RecurringChargeAmount"))
759
+ RecurringCharge.add_member(:recurring_charge_frequency, Shapes::ShapeRef.new(shape: String, location_name: "RecurringChargeFrequency"))
760
+ RecurringCharge.struct_class = Types::RecurringCharge
761
+
762
+ RecurringChargeList.member = Shapes::ShapeRef.new(shape: RecurringCharge, location_name: "RecurringCharge")
763
+
764
+ RemoveTagsFromResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
765
+ RemoveTagsFromResourceMessage.add_member(:tag_keys, Shapes::ShapeRef.new(shape: KeyList, required: true, location_name: "TagKeys"))
766
+ RemoveTagsFromResourceMessage.struct_class = Types::RemoveTagsFromResourceMessage
767
+
768
+ ReplicationGroup.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
769
+ ReplicationGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
770
+ ReplicationGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
771
+ ReplicationGroup.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: ReplicationGroupPendingModifiedValues, location_name: "PendingModifiedValues"))
772
+ ReplicationGroup.add_member(:member_clusters, Shapes::ShapeRef.new(shape: ClusterIdList, location_name: "MemberClusters"))
773
+ ReplicationGroup.add_member(:node_groups, Shapes::ShapeRef.new(shape: NodeGroupList, location_name: "NodeGroups"))
774
+ ReplicationGroup.add_member(:snapshotting_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "SnapshottingClusterId"))
775
+ ReplicationGroup.add_member(:automatic_failover, Shapes::ShapeRef.new(shape: AutomaticFailoverStatus, location_name: "AutomaticFailover"))
776
+ ReplicationGroup.add_member(:configuration_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ConfigurationEndpoint"))
777
+ ReplicationGroup.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
778
+ ReplicationGroup.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
779
+ ReplicationGroup.struct_class = Types::ReplicationGroup
780
+
781
+ ReplicationGroupList.member = Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup")
782
+
783
+ ReplicationGroupMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
784
+ ReplicationGroupMessage.add_member(:replication_groups, Shapes::ShapeRef.new(shape: ReplicationGroupList, location_name: "ReplicationGroups"))
785
+ ReplicationGroupMessage.struct_class = Types::ReplicationGroupMessage
786
+
787
+ ReplicationGroupPendingModifiedValues.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
788
+ ReplicationGroupPendingModifiedValues.add_member(:automatic_failover_status, Shapes::ShapeRef.new(shape: PendingAutomaticFailoverStatus, location_name: "AutomaticFailoverStatus"))
789
+ ReplicationGroupPendingModifiedValues.struct_class = Types::ReplicationGroupPendingModifiedValues
790
+
791
+ ReservedCacheNode.add_member(:reserved_cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodeId"))
792
+ ReservedCacheNode.add_member(:reserved_cache_nodes_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodesOfferingId"))
793
+ ReservedCacheNode.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
794
+ ReservedCacheNode.add_member(:start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "StartTime"))
795
+ ReservedCacheNode.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "Duration"))
796
+ ReservedCacheNode.add_member(:fixed_price, Shapes::ShapeRef.new(shape: Double, location_name: "FixedPrice"))
797
+ ReservedCacheNode.add_member(:usage_price, Shapes::ShapeRef.new(shape: Double, location_name: "UsagePrice"))
798
+ ReservedCacheNode.add_member(:cache_node_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CacheNodeCount"))
799
+ ReservedCacheNode.add_member(:product_description, Shapes::ShapeRef.new(shape: String, location_name: "ProductDescription"))
800
+ ReservedCacheNode.add_member(:offering_type, Shapes::ShapeRef.new(shape: String, location_name: "OfferingType"))
801
+ ReservedCacheNode.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "State"))
802
+ ReservedCacheNode.add_member(:recurring_charges, Shapes::ShapeRef.new(shape: RecurringChargeList, location_name: "RecurringCharges"))
803
+ ReservedCacheNode.struct_class = Types::ReservedCacheNode
804
+
805
+ ReservedCacheNodeList.member = Shapes::ShapeRef.new(shape: ReservedCacheNode, location_name: "ReservedCacheNode")
806
+
807
+ ReservedCacheNodeMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
808
+ ReservedCacheNodeMessage.add_member(:reserved_cache_nodes, Shapes::ShapeRef.new(shape: ReservedCacheNodeList, location_name: "ReservedCacheNodes"))
809
+ ReservedCacheNodeMessage.struct_class = Types::ReservedCacheNodeMessage
810
+
811
+ ReservedCacheNodesOffering.add_member(:reserved_cache_nodes_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodesOfferingId"))
812
+ ReservedCacheNodesOffering.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
813
+ ReservedCacheNodesOffering.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "Duration"))
814
+ ReservedCacheNodesOffering.add_member(:fixed_price, Shapes::ShapeRef.new(shape: Double, location_name: "FixedPrice"))
815
+ ReservedCacheNodesOffering.add_member(:usage_price, Shapes::ShapeRef.new(shape: Double, location_name: "UsagePrice"))
816
+ ReservedCacheNodesOffering.add_member(:product_description, Shapes::ShapeRef.new(shape: String, location_name: "ProductDescription"))
817
+ ReservedCacheNodesOffering.add_member(:offering_type, Shapes::ShapeRef.new(shape: String, location_name: "OfferingType"))
818
+ ReservedCacheNodesOffering.add_member(:recurring_charges, Shapes::ShapeRef.new(shape: RecurringChargeList, location_name: "RecurringCharges"))
819
+ ReservedCacheNodesOffering.struct_class = Types::ReservedCacheNodesOffering
820
+
821
+ ReservedCacheNodesOfferingList.member = Shapes::ShapeRef.new(shape: ReservedCacheNodesOffering, location_name: "ReservedCacheNodesOffering")
822
+
823
+ ReservedCacheNodesOfferingMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
824
+ ReservedCacheNodesOfferingMessage.add_member(:reserved_cache_nodes_offerings, Shapes::ShapeRef.new(shape: ReservedCacheNodesOfferingList, location_name: "ReservedCacheNodesOfferings"))
825
+ ReservedCacheNodesOfferingMessage.struct_class = Types::ReservedCacheNodesOfferingMessage
826
+
827
+ ResetCacheParameterGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupName"))
828
+ ResetCacheParameterGroupMessage.add_member(:reset_all_parameters, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetAllParameters"))
829
+ ResetCacheParameterGroupMessage.add_member(:parameter_name_values, Shapes::ShapeRef.new(shape: ParameterNameValueList, location_name: "ParameterNameValues"))
830
+ ResetCacheParameterGroupMessage.struct_class = Types::ResetCacheParameterGroupMessage
831
+
832
+ RevokeCacheSecurityGroupIngressMessage.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSecurityGroupName"))
833
+ RevokeCacheSecurityGroupIngressMessage.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EC2SecurityGroupName"))
834
+ RevokeCacheSecurityGroupIngressMessage.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EC2SecurityGroupOwnerId"))
835
+ RevokeCacheSecurityGroupIngressMessage.struct_class = Types::RevokeCacheSecurityGroupIngressMessage
836
+
837
+ RevokeCacheSecurityGroupIngressResult.add_member(:cache_security_group, Shapes::ShapeRef.new(shape: CacheSecurityGroup, location_name: "CacheSecurityGroup"))
838
+ RevokeCacheSecurityGroupIngressResult.struct_class = Types::RevokeCacheSecurityGroupIngressResult
839
+
840
+ SecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SecurityGroupId")
841
+
842
+ SecurityGroupMembership.add_member(:security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "SecurityGroupId"))
843
+ SecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
844
+ SecurityGroupMembership.struct_class = Types::SecurityGroupMembership
845
+
846
+ SecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: SecurityGroupMembership)
847
+
848
+ Snapshot.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotName"))
849
+ Snapshot.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
850
+ Snapshot.add_member(:replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupDescription"))
851
+ Snapshot.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
852
+ Snapshot.add_member(:snapshot_status, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotStatus"))
853
+ Snapshot.add_member(:snapshot_source, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotSource"))
854
+ Snapshot.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
855
+ Snapshot.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
856
+ Snapshot.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
857
+ Snapshot.add_member(:num_cache_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheNodes"))
858
+ Snapshot.add_member(:preferred_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "PreferredAvailabilityZone"))
859
+ Snapshot.add_member(:cache_cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CacheClusterCreateTime"))
860
+ Snapshot.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
861
+ Snapshot.add_member(:topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "TopicArn"))
862
+ Snapshot.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
863
+ Snapshot.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
864
+ Snapshot.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheSubnetGroupName"))
865
+ Snapshot.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
866
+ Snapshot.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoMinorVersionUpgrade"))
867
+ Snapshot.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
868
+ Snapshot.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
869
+ Snapshot.add_member(:num_node_groups, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumNodeGroups"))
870
+ Snapshot.add_member(:automatic_failover, Shapes::ShapeRef.new(shape: AutomaticFailoverStatus, location_name: "AutomaticFailover"))
871
+ Snapshot.add_member(:node_snapshots, Shapes::ShapeRef.new(shape: NodeSnapshotList, location_name: "NodeSnapshots"))
872
+ Snapshot.struct_class = Types::Snapshot
873
+
874
+ SnapshotArnsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SnapshotArn")
875
+
876
+ SnapshotList.member = Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot")
877
+
878
+ Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
879
+ Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
880
+ Subnet.struct_class = Types::Subnet
881
+
882
+ SubnetIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier")
883
+
884
+ SubnetList.member = Shapes::ShapeRef.new(shape: Subnet, location_name: "Subnet")
885
+
886
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
887
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
888
+ Tag.struct_class = Types::Tag
889
+
890
+ TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
891
+
892
+ TagListMessage.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
893
+ TagListMessage.struct_class = Types::TagListMessage
894
+
895
+
896
+ # @api private
897
+ API = Seahorse::Model::Api.new.tap do |api|
898
+
899
+ api.version = "2015-02-02"
900
+
901
+ api.metadata = {
902
+ "endpointPrefix" => "elasticache",
903
+ "protocol" => "query",
904
+ "serviceFullName" => "Amazon ElastiCache",
905
+ "signatureVersion" => "v4",
906
+ "xmlNamespace" => "http://elasticache.amazonaws.com/doc/2015-02-02/",
907
+ }
908
+
909
+ api.add_operation(:add_tags_to_resource, Seahorse::Model::Operation.new.tap do |o|
910
+ o.name = "AddTagsToResource"
911
+ o.http_method = "POST"
912
+ o.http_request_uri = "/"
913
+ o.input = Shapes::ShapeRef.new(shape: AddTagsToResourceMessage)
914
+ o.output = Shapes::ShapeRef.new(shape: TagListMessage)
915
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
916
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
917
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
918
+ o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
919
+ end)
920
+
921
+ api.add_operation(:authorize_cache_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
922
+ o.name = "AuthorizeCacheSecurityGroupIngress"
923
+ o.http_method = "POST"
924
+ o.http_request_uri = "/"
925
+ o.input = Shapes::ShapeRef.new(shape: AuthorizeCacheSecurityGroupIngressMessage)
926
+ o.output = Shapes::ShapeRef.new(shape: AuthorizeCacheSecurityGroupIngressResult)
927
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
928
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheSecurityGroupStateFault)
929
+ o.errors << Shapes::ShapeRef.new(shape: AuthorizationAlreadyExistsFault)
930
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
931
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
932
+ end)
933
+
934
+ api.add_operation(:copy_snapshot, Seahorse::Model::Operation.new.tap do |o|
935
+ o.name = "CopySnapshot"
936
+ o.http_method = "POST"
937
+ o.http_request_uri = "/"
938
+ o.input = Shapes::ShapeRef.new(shape: CopySnapshotMessage)
939
+ o.output = Shapes::ShapeRef.new(shape: CopySnapshotResult)
940
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotAlreadyExistsFault)
941
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
942
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
943
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSnapshotStateFault)
944
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
945
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
946
+ end)
947
+
948
+ api.add_operation(:create_cache_cluster, Seahorse::Model::Operation.new.tap do |o|
949
+ o.name = "CreateCacheCluster"
950
+ o.http_method = "POST"
951
+ o.http_request_uri = "/"
952
+ o.input = Shapes::ShapeRef.new(shape: CreateCacheClusterMessage)
953
+ o.output = Shapes::ShapeRef.new(shape: CreateCacheClusterResult)
954
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
955
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
956
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterAlreadyExistsFault)
957
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientCacheClusterCapacityFault)
958
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
959
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
960
+ o.errors << Shapes::ShapeRef.new(shape: ClusterQuotaForCustomerExceededFault)
961
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForClusterExceededFault)
962
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForCustomerExceededFault)
963
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
964
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
965
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
966
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
967
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
968
+ end)
969
+
970
+ api.add_operation(:create_cache_parameter_group, Seahorse::Model::Operation.new.tap do |o|
971
+ o.name = "CreateCacheParameterGroup"
972
+ o.http_method = "POST"
973
+ o.http_request_uri = "/"
974
+ o.input = Shapes::ShapeRef.new(shape: CreateCacheParameterGroupMessage)
975
+ o.output = Shapes::ShapeRef.new(shape: CreateCacheParameterGroupResult)
976
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupQuotaExceededFault)
977
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupAlreadyExistsFault)
978
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheParameterGroupStateFault)
979
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
980
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
981
+ end)
982
+
983
+ api.add_operation(:create_cache_security_group, Seahorse::Model::Operation.new.tap do |o|
984
+ o.name = "CreateCacheSecurityGroup"
985
+ o.http_method = "POST"
986
+ o.http_request_uri = "/"
987
+ o.input = Shapes::ShapeRef.new(shape: CreateCacheSecurityGroupMessage)
988
+ o.output = Shapes::ShapeRef.new(shape: CreateCacheSecurityGroupResult)
989
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupAlreadyExistsFault)
990
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupQuotaExceededFault)
991
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
992
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
993
+ end)
994
+
995
+ api.add_operation(:create_cache_subnet_group, Seahorse::Model::Operation.new.tap do |o|
996
+ o.name = "CreateCacheSubnetGroup"
997
+ o.http_method = "POST"
998
+ o.http_request_uri = "/"
999
+ o.input = Shapes::ShapeRef.new(shape: CreateCacheSubnetGroupMessage)
1000
+ o.output = Shapes::ShapeRef.new(shape: CreateCacheSubnetGroupResult)
1001
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupAlreadyExistsFault)
1002
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupQuotaExceededFault)
1003
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetQuotaExceededFault)
1004
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1005
+ end)
1006
+
1007
+ api.add_operation(:create_replication_group, Seahorse::Model::Operation.new.tap do |o|
1008
+ o.name = "CreateReplicationGroup"
1009
+ o.http_method = "POST"
1010
+ o.http_request_uri = "/"
1011
+ o.input = Shapes::ShapeRef.new(shape: CreateReplicationGroupMessage)
1012
+ o.output = Shapes::ShapeRef.new(shape: CreateReplicationGroupResult)
1013
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1014
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheClusterStateFault)
1015
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupAlreadyExistsFault)
1016
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientCacheClusterCapacityFault)
1017
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
1018
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
1019
+ o.errors << Shapes::ShapeRef.new(shape: ClusterQuotaForCustomerExceededFault)
1020
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForClusterExceededFault)
1021
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForCustomerExceededFault)
1022
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1023
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
1024
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1025
+ o.errors << Shapes::ShapeRef.new(shape: NodeGroupsPerReplicationGroupQuotaExceededFault)
1026
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1027
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1028
+ end)
1029
+
1030
+ api.add_operation(:create_snapshot, Seahorse::Model::Operation.new.tap do |o|
1031
+ o.name = "CreateSnapshot"
1032
+ o.http_method = "POST"
1033
+ o.http_request_uri = "/"
1034
+ o.input = Shapes::ShapeRef.new(shape: CreateSnapshotMessage)
1035
+ o.output = Shapes::ShapeRef.new(shape: CreateSnapshotResult)
1036
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotAlreadyExistsFault)
1037
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1038
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
1039
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheClusterStateFault)
1040
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
1041
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
1042
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotFeatureNotSupportedFault)
1043
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1044
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1045
+ end)
1046
+
1047
+ api.add_operation(:delete_cache_cluster, Seahorse::Model::Operation.new.tap do |o|
1048
+ o.name = "DeleteCacheCluster"
1049
+ o.http_method = "POST"
1050
+ o.http_request_uri = "/"
1051
+ o.input = Shapes::ShapeRef.new(shape: DeleteCacheClusterMessage)
1052
+ o.output = Shapes::ShapeRef.new(shape: DeleteCacheClusterResult)
1053
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1054
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheClusterStateFault)
1055
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotAlreadyExistsFault)
1056
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotFeatureNotSupportedFault)
1057
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
1058
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1060
+ end)
1061
+
1062
+ api.add_operation(:delete_cache_parameter_group, Seahorse::Model::Operation.new.tap do |o|
1063
+ o.name = "DeleteCacheParameterGroup"
1064
+ o.http_method = "POST"
1065
+ o.http_request_uri = "/"
1066
+ o.input = Shapes::ShapeRef.new(shape: DeleteCacheParameterGroupMessage)
1067
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1068
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheParameterGroupStateFault)
1069
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1070
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1072
+ end)
1073
+
1074
+ api.add_operation(:delete_cache_security_group, Seahorse::Model::Operation.new.tap do |o|
1075
+ o.name = "DeleteCacheSecurityGroup"
1076
+ o.http_method = "POST"
1077
+ o.http_request_uri = "/"
1078
+ o.input = Shapes::ShapeRef.new(shape: DeleteCacheSecurityGroupMessage)
1079
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1080
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheSecurityGroupStateFault)
1081
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
1082
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1084
+ end)
1085
+
1086
+ api.add_operation(:delete_cache_subnet_group, Seahorse::Model::Operation.new.tap do |o|
1087
+ o.name = "DeleteCacheSubnetGroup"
1088
+ o.http_method = "POST"
1089
+ o.http_request_uri = "/"
1090
+ o.input = Shapes::ShapeRef.new(shape: DeleteCacheSubnetGroupMessage)
1091
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1092
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupInUse)
1093
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
1094
+ end)
1095
+
1096
+ api.add_operation(:delete_replication_group, Seahorse::Model::Operation.new.tap do |o|
1097
+ o.name = "DeleteReplicationGroup"
1098
+ o.http_method = "POST"
1099
+ o.http_request_uri = "/"
1100
+ o.input = Shapes::ShapeRef.new(shape: DeleteReplicationGroupMessage)
1101
+ o.output = Shapes::ShapeRef.new(shape: DeleteReplicationGroupResult)
1102
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
1103
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
1104
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotAlreadyExistsFault)
1105
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotFeatureNotSupportedFault)
1106
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
1107
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1108
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1109
+ end)
1110
+
1111
+ api.add_operation(:delete_snapshot, Seahorse::Model::Operation.new.tap do |o|
1112
+ o.name = "DeleteSnapshot"
1113
+ o.http_method = "POST"
1114
+ o.http_request_uri = "/"
1115
+ o.input = Shapes::ShapeRef.new(shape: DeleteSnapshotMessage)
1116
+ o.output = Shapes::ShapeRef.new(shape: DeleteSnapshotResult)
1117
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
1118
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSnapshotStateFault)
1119
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1120
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1121
+ end)
1122
+
1123
+ api.add_operation(:describe_cache_clusters, Seahorse::Model::Operation.new.tap do |o|
1124
+ o.name = "DescribeCacheClusters"
1125
+ o.http_method = "POST"
1126
+ o.http_request_uri = "/"
1127
+ o.input = Shapes::ShapeRef.new(shape: DescribeCacheClustersMessage)
1128
+ o.output = Shapes::ShapeRef.new(shape: CacheClusterMessage)
1129
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1130
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1131
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1132
+ o[:pager] = Aws::Pager.new(
1133
+ limit_key: "max_records",
1134
+ tokens: {
1135
+ "marker" => "marker"
1136
+ }
1137
+ )
1138
+ end)
1139
+
1140
+ api.add_operation(:describe_cache_engine_versions, Seahorse::Model::Operation.new.tap do |o|
1141
+ o.name = "DescribeCacheEngineVersions"
1142
+ o.http_method = "POST"
1143
+ o.http_request_uri = "/"
1144
+ o.input = Shapes::ShapeRef.new(shape: DescribeCacheEngineVersionsMessage)
1145
+ o.output = Shapes::ShapeRef.new(shape: CacheEngineVersionMessage)
1146
+ o[:pager] = Aws::Pager.new(
1147
+ limit_key: "max_records",
1148
+ tokens: {
1149
+ "marker" => "marker"
1150
+ }
1151
+ )
1152
+ end)
1153
+
1154
+ api.add_operation(:describe_cache_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
1155
+ o.name = "DescribeCacheParameterGroups"
1156
+ o.http_method = "POST"
1157
+ o.http_request_uri = "/"
1158
+ o.input = Shapes::ShapeRef.new(shape: DescribeCacheParameterGroupsMessage)
1159
+ o.output = Shapes::ShapeRef.new(shape: CacheParameterGroupsMessage)
1160
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1161
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1162
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1163
+ o[:pager] = Aws::Pager.new(
1164
+ limit_key: "max_records",
1165
+ tokens: {
1166
+ "marker" => "marker"
1167
+ }
1168
+ )
1169
+ end)
1170
+
1171
+ api.add_operation(:describe_cache_parameters, Seahorse::Model::Operation.new.tap do |o|
1172
+ o.name = "DescribeCacheParameters"
1173
+ o.http_method = "POST"
1174
+ o.http_request_uri = "/"
1175
+ o.input = Shapes::ShapeRef.new(shape: DescribeCacheParametersMessage)
1176
+ o.output = Shapes::ShapeRef.new(shape: CacheParameterGroupDetails)
1177
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1178
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1180
+ o[:pager] = Aws::Pager.new(
1181
+ limit_key: "max_records",
1182
+ tokens: {
1183
+ "marker" => "marker"
1184
+ }
1185
+ )
1186
+ end)
1187
+
1188
+ api.add_operation(:describe_cache_security_groups, Seahorse::Model::Operation.new.tap do |o|
1189
+ o.name = "DescribeCacheSecurityGroups"
1190
+ o.http_method = "POST"
1191
+ o.http_request_uri = "/"
1192
+ o.input = Shapes::ShapeRef.new(shape: DescribeCacheSecurityGroupsMessage)
1193
+ o.output = Shapes::ShapeRef.new(shape: CacheSecurityGroupMessage)
1194
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
1195
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1196
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1197
+ o[:pager] = Aws::Pager.new(
1198
+ limit_key: "max_records",
1199
+ tokens: {
1200
+ "marker" => "marker"
1201
+ }
1202
+ )
1203
+ end)
1204
+
1205
+ api.add_operation(:describe_cache_subnet_groups, Seahorse::Model::Operation.new.tap do |o|
1206
+ o.name = "DescribeCacheSubnetGroups"
1207
+ o.http_method = "POST"
1208
+ o.http_request_uri = "/"
1209
+ o.input = Shapes::ShapeRef.new(shape: DescribeCacheSubnetGroupsMessage)
1210
+ o.output = Shapes::ShapeRef.new(shape: CacheSubnetGroupMessage)
1211
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
1212
+ o[:pager] = Aws::Pager.new(
1213
+ limit_key: "max_records",
1214
+ tokens: {
1215
+ "marker" => "marker"
1216
+ }
1217
+ )
1218
+ end)
1219
+
1220
+ api.add_operation(:describe_engine_default_parameters, Seahorse::Model::Operation.new.tap do |o|
1221
+ o.name = "DescribeEngineDefaultParameters"
1222
+ o.http_method = "POST"
1223
+ o.http_request_uri = "/"
1224
+ o.input = Shapes::ShapeRef.new(shape: DescribeEngineDefaultParametersMessage)
1225
+ o.output = Shapes::ShapeRef.new(shape: DescribeEngineDefaultParametersResult)
1226
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1227
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1228
+ o[:pager] = Aws::Pager.new(
1229
+ limit_key: "max_records",
1230
+ tokens: {
1231
+ "engine_defaults.marker" => "marker"
1232
+ }
1233
+ )
1234
+ end)
1235
+
1236
+ api.add_operation(:describe_events, Seahorse::Model::Operation.new.tap do |o|
1237
+ o.name = "DescribeEvents"
1238
+ o.http_method = "POST"
1239
+ o.http_request_uri = "/"
1240
+ o.input = Shapes::ShapeRef.new(shape: DescribeEventsMessage)
1241
+ o.output = Shapes::ShapeRef.new(shape: EventsMessage)
1242
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1243
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1244
+ o[:pager] = Aws::Pager.new(
1245
+ limit_key: "max_records",
1246
+ tokens: {
1247
+ "marker" => "marker"
1248
+ }
1249
+ )
1250
+ end)
1251
+
1252
+ api.add_operation(:describe_replication_groups, Seahorse::Model::Operation.new.tap do |o|
1253
+ o.name = "DescribeReplicationGroups"
1254
+ o.http_method = "POST"
1255
+ o.http_request_uri = "/"
1256
+ o.input = Shapes::ShapeRef.new(shape: DescribeReplicationGroupsMessage)
1257
+ o.output = Shapes::ShapeRef.new(shape: ReplicationGroupMessage)
1258
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
1259
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1260
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1261
+ o[:pager] = Aws::Pager.new(
1262
+ limit_key: "max_records",
1263
+ tokens: {
1264
+ "marker" => "marker"
1265
+ }
1266
+ )
1267
+ end)
1268
+
1269
+ api.add_operation(:describe_reserved_cache_nodes, Seahorse::Model::Operation.new.tap do |o|
1270
+ o.name = "DescribeReservedCacheNodes"
1271
+ o.http_method = "POST"
1272
+ o.http_request_uri = "/"
1273
+ o.input = Shapes::ShapeRef.new(shape: DescribeReservedCacheNodesMessage)
1274
+ o.output = Shapes::ShapeRef.new(shape: ReservedCacheNodeMessage)
1275
+ o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeNotFoundFault)
1276
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1277
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1278
+ o[:pager] = Aws::Pager.new(
1279
+ limit_key: "max_records",
1280
+ tokens: {
1281
+ "marker" => "marker"
1282
+ }
1283
+ )
1284
+ end)
1285
+
1286
+ api.add_operation(:describe_reserved_cache_nodes_offerings, Seahorse::Model::Operation.new.tap do |o|
1287
+ o.name = "DescribeReservedCacheNodesOfferings"
1288
+ o.http_method = "POST"
1289
+ o.http_request_uri = "/"
1290
+ o.input = Shapes::ShapeRef.new(shape: DescribeReservedCacheNodesOfferingsMessage)
1291
+ o.output = Shapes::ShapeRef.new(shape: ReservedCacheNodesOfferingMessage)
1292
+ o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodesOfferingNotFoundFault)
1293
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1294
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1295
+ o[:pager] = Aws::Pager.new(
1296
+ limit_key: "max_records",
1297
+ tokens: {
1298
+ "marker" => "marker"
1299
+ }
1300
+ )
1301
+ end)
1302
+
1303
+ api.add_operation(:describe_snapshots, Seahorse::Model::Operation.new.tap do |o|
1304
+ o.name = "DescribeSnapshots"
1305
+ o.http_method = "POST"
1306
+ o.http_request_uri = "/"
1307
+ o.input = Shapes::ShapeRef.new(shape: DescribeSnapshotsMessage)
1308
+ o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotsListMessage)
1309
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1310
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
1311
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1312
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1313
+ o[:pager] = Aws::Pager.new(
1314
+ limit_key: "max_records",
1315
+ tokens: {
1316
+ "marker" => "marker"
1317
+ }
1318
+ )
1319
+ end)
1320
+
1321
+ api.add_operation(:list_allowed_node_type_modifications, Seahorse::Model::Operation.new.tap do |o|
1322
+ o.name = "ListAllowedNodeTypeModifications"
1323
+ o.http_method = "POST"
1324
+ o.http_request_uri = "/"
1325
+ o.input = Shapes::ShapeRef.new(shape: ListAllowedNodeTypeModificationsMessage)
1326
+ o.output = Shapes::ShapeRef.new(shape: AllowedNodeTypeModificationsMessage)
1327
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1328
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
1329
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1330
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1331
+ end)
1332
+
1333
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1334
+ o.name = "ListTagsForResource"
1335
+ o.http_method = "POST"
1336
+ o.http_request_uri = "/"
1337
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceMessage)
1338
+ o.output = Shapes::ShapeRef.new(shape: TagListMessage)
1339
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1340
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
1341
+ o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
1342
+ end)
1343
+
1344
+ api.add_operation(:modify_cache_cluster, Seahorse::Model::Operation.new.tap do |o|
1345
+ o.name = "ModifyCacheCluster"
1346
+ o.http_method = "POST"
1347
+ o.http_request_uri = "/"
1348
+ o.input = Shapes::ShapeRef.new(shape: ModifyCacheClusterMessage)
1349
+ o.output = Shapes::ShapeRef.new(shape: ModifyCacheClusterResult)
1350
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheClusterStateFault)
1351
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheSecurityGroupStateFault)
1352
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientCacheClusterCapacityFault)
1353
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1354
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForClusterExceededFault)
1355
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForCustomerExceededFault)
1356
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
1357
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1358
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
1359
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1360
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1361
+ end)
1362
+
1363
+ api.add_operation(:modify_cache_parameter_group, Seahorse::Model::Operation.new.tap do |o|
1364
+ o.name = "ModifyCacheParameterGroup"
1365
+ o.http_method = "POST"
1366
+ o.http_request_uri = "/"
1367
+ o.input = Shapes::ShapeRef.new(shape: ModifyCacheParameterGroupMessage)
1368
+ o.output = Shapes::ShapeRef.new(shape: CacheParameterGroupNameMessage)
1369
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1370
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheParameterGroupStateFault)
1371
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1372
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1373
+ end)
1374
+
1375
+ api.add_operation(:modify_cache_subnet_group, Seahorse::Model::Operation.new.tap do |o|
1376
+ o.name = "ModifyCacheSubnetGroup"
1377
+ o.http_method = "POST"
1378
+ o.http_request_uri = "/"
1379
+ o.input = Shapes::ShapeRef.new(shape: ModifyCacheSubnetGroupMessage)
1380
+ o.output = Shapes::ShapeRef.new(shape: ModifyCacheSubnetGroupResult)
1381
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
1382
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetQuotaExceededFault)
1383
+ o.errors << Shapes::ShapeRef.new(shape: SubnetInUse)
1384
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1385
+ end)
1386
+
1387
+ api.add_operation(:modify_replication_group, Seahorse::Model::Operation.new.tap do |o|
1388
+ o.name = "ModifyReplicationGroup"
1389
+ o.http_method = "POST"
1390
+ o.http_request_uri = "/"
1391
+ o.input = Shapes::ShapeRef.new(shape: ModifyReplicationGroupMessage)
1392
+ o.output = Shapes::ShapeRef.new(shape: ModifyReplicationGroupResult)
1393
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
1394
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
1395
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheClusterStateFault)
1396
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheSecurityGroupStateFault)
1397
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientCacheClusterCapacityFault)
1398
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1399
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForClusterExceededFault)
1400
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForCustomerExceededFault)
1401
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
1402
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1403
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
1404
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1405
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1406
+ end)
1407
+
1408
+ api.add_operation(:purchase_reserved_cache_nodes_offering, Seahorse::Model::Operation.new.tap do |o|
1409
+ o.name = "PurchaseReservedCacheNodesOffering"
1410
+ o.http_method = "POST"
1411
+ o.http_request_uri = "/"
1412
+ o.input = Shapes::ShapeRef.new(shape: PurchaseReservedCacheNodesOfferingMessage)
1413
+ o.output = Shapes::ShapeRef.new(shape: PurchaseReservedCacheNodesOfferingResult)
1414
+ o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodesOfferingNotFoundFault)
1415
+ o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeAlreadyExistsFault)
1416
+ o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeQuotaExceededFault)
1417
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1418
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1419
+ end)
1420
+
1421
+ api.add_operation(:reboot_cache_cluster, Seahorse::Model::Operation.new.tap do |o|
1422
+ o.name = "RebootCacheCluster"
1423
+ o.http_method = "POST"
1424
+ o.http_request_uri = "/"
1425
+ o.input = Shapes::ShapeRef.new(shape: RebootCacheClusterMessage)
1426
+ o.output = Shapes::ShapeRef.new(shape: RebootCacheClusterResult)
1427
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheClusterStateFault)
1428
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1429
+ end)
1430
+
1431
+ api.add_operation(:remove_tags_from_resource, Seahorse::Model::Operation.new.tap do |o|
1432
+ o.name = "RemoveTagsFromResource"
1433
+ o.http_method = "POST"
1434
+ o.http_request_uri = "/"
1435
+ o.input = Shapes::ShapeRef.new(shape: RemoveTagsFromResourceMessage)
1436
+ o.output = Shapes::ShapeRef.new(shape: TagListMessage)
1437
+ o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1438
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
1439
+ o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
1440
+ o.errors << Shapes::ShapeRef.new(shape: TagNotFoundFault)
1441
+ end)
1442
+
1443
+ api.add_operation(:reset_cache_parameter_group, Seahorse::Model::Operation.new.tap do |o|
1444
+ o.name = "ResetCacheParameterGroup"
1445
+ o.http_method = "POST"
1446
+ o.http_request_uri = "/"
1447
+ o.input = Shapes::ShapeRef.new(shape: ResetCacheParameterGroupMessage)
1448
+ o.output = Shapes::ShapeRef.new(shape: CacheParameterGroupNameMessage)
1449
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheParameterGroupStateFault)
1450
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1451
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1452
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1453
+ end)
1454
+
1455
+ api.add_operation(:revoke_cache_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
1456
+ o.name = "RevokeCacheSecurityGroupIngress"
1457
+ o.http_method = "POST"
1458
+ o.http_request_uri = "/"
1459
+ o.input = Shapes::ShapeRef.new(shape: RevokeCacheSecurityGroupIngressMessage)
1460
+ o.output = Shapes::ShapeRef.new(shape: RevokeCacheSecurityGroupIngressResult)
1461
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
1462
+ o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
1463
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCacheSecurityGroupStateFault)
1464
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1465
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1466
+ end)
1467
+ end
1468
+
1469
+ end
1470
+ end
1471
+ end