aws-sdk-dax 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,710 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::DAX
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
15
+ AwsQueryErrorMessage = Shapes::StringShape.new(name: 'AwsQueryErrorMessage')
16
+ ChangeType = Shapes::StringShape.new(name: 'ChangeType')
17
+ Cluster = Shapes::StructureShape.new(name: 'Cluster')
18
+ ClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterAlreadyExistsFault')
19
+ ClusterList = Shapes::ListShape.new(name: 'ClusterList')
20
+ ClusterNameList = Shapes::ListShape.new(name: 'ClusterNameList')
21
+ ClusterNotFoundFault = Shapes::StructureShape.new(name: 'ClusterNotFoundFault')
22
+ ClusterQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'ClusterQuotaForCustomerExceededFault')
23
+ CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
24
+ CreateClusterResponse = Shapes::StructureShape.new(name: 'CreateClusterResponse')
25
+ CreateParameterGroupRequest = Shapes::StructureShape.new(name: 'CreateParameterGroupRequest')
26
+ CreateParameterGroupResponse = Shapes::StructureShape.new(name: 'CreateParameterGroupResponse')
27
+ CreateSubnetGroupRequest = Shapes::StructureShape.new(name: 'CreateSubnetGroupRequest')
28
+ CreateSubnetGroupResponse = Shapes::StructureShape.new(name: 'CreateSubnetGroupResponse')
29
+ DecreaseReplicationFactorRequest = Shapes::StructureShape.new(name: 'DecreaseReplicationFactorRequest')
30
+ DecreaseReplicationFactorResponse = Shapes::StructureShape.new(name: 'DecreaseReplicationFactorResponse')
31
+ DeleteClusterRequest = Shapes::StructureShape.new(name: 'DeleteClusterRequest')
32
+ DeleteClusterResponse = Shapes::StructureShape.new(name: 'DeleteClusterResponse')
33
+ DeleteParameterGroupRequest = Shapes::StructureShape.new(name: 'DeleteParameterGroupRequest')
34
+ DeleteParameterGroupResponse = Shapes::StructureShape.new(name: 'DeleteParameterGroupResponse')
35
+ DeleteSubnetGroupRequest = Shapes::StructureShape.new(name: 'DeleteSubnetGroupRequest')
36
+ DeleteSubnetGroupResponse = Shapes::StructureShape.new(name: 'DeleteSubnetGroupResponse')
37
+ DescribeClustersRequest = Shapes::StructureShape.new(name: 'DescribeClustersRequest')
38
+ DescribeClustersResponse = Shapes::StructureShape.new(name: 'DescribeClustersResponse')
39
+ DescribeDefaultParametersRequest = Shapes::StructureShape.new(name: 'DescribeDefaultParametersRequest')
40
+ DescribeDefaultParametersResponse = Shapes::StructureShape.new(name: 'DescribeDefaultParametersResponse')
41
+ DescribeEventsRequest = Shapes::StructureShape.new(name: 'DescribeEventsRequest')
42
+ DescribeEventsResponse = Shapes::StructureShape.new(name: 'DescribeEventsResponse')
43
+ DescribeParameterGroupsRequest = Shapes::StructureShape.new(name: 'DescribeParameterGroupsRequest')
44
+ DescribeParameterGroupsResponse = Shapes::StructureShape.new(name: 'DescribeParameterGroupsResponse')
45
+ DescribeParametersRequest = Shapes::StructureShape.new(name: 'DescribeParametersRequest')
46
+ DescribeParametersResponse = Shapes::StructureShape.new(name: 'DescribeParametersResponse')
47
+ DescribeSubnetGroupsRequest = Shapes::StructureShape.new(name: 'DescribeSubnetGroupsRequest')
48
+ DescribeSubnetGroupsResponse = Shapes::StructureShape.new(name: 'DescribeSubnetGroupsResponse')
49
+ Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
50
+ Event = Shapes::StructureShape.new(name: 'Event')
51
+ EventList = Shapes::ListShape.new(name: 'EventList')
52
+ IncreaseReplicationFactorRequest = Shapes::StructureShape.new(name: 'IncreaseReplicationFactorRequest')
53
+ IncreaseReplicationFactorResponse = Shapes::StructureShape.new(name: 'IncreaseReplicationFactorResponse')
54
+ InsufficientClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientClusterCapacityFault')
55
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
56
+ IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
57
+ InvalidARNFault = Shapes::StructureShape.new(name: 'InvalidARNFault')
58
+ InvalidClusterStateFault = Shapes::StructureShape.new(name: 'InvalidClusterStateFault')
59
+ InvalidParameterCombinationException = Shapes::StructureShape.new(name: 'InvalidParameterCombinationException')
60
+ InvalidParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidParameterGroupStateFault')
61
+ InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
62
+ InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
63
+ InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
64
+ IsModifiable = Shapes::StringShape.new(name: 'IsModifiable')
65
+ KeyList = Shapes::ListShape.new(name: 'KeyList')
66
+ ListTagsRequest = Shapes::StructureShape.new(name: 'ListTagsRequest')
67
+ ListTagsResponse = Shapes::StructureShape.new(name: 'ListTagsResponse')
68
+ Node = Shapes::StructureShape.new(name: 'Node')
69
+ NodeIdentifierList = Shapes::ListShape.new(name: 'NodeIdentifierList')
70
+ NodeList = Shapes::ListShape.new(name: 'NodeList')
71
+ NodeNotFoundFault = Shapes::StructureShape.new(name: 'NodeNotFoundFault')
72
+ NodeQuotaForClusterExceededFault = Shapes::StructureShape.new(name: 'NodeQuotaForClusterExceededFault')
73
+ NodeQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'NodeQuotaForCustomerExceededFault')
74
+ NodeTypeSpecificValue = Shapes::StructureShape.new(name: 'NodeTypeSpecificValue')
75
+ NodeTypeSpecificValueList = Shapes::ListShape.new(name: 'NodeTypeSpecificValueList')
76
+ NotificationConfiguration = Shapes::StructureShape.new(name: 'NotificationConfiguration')
77
+ Parameter = Shapes::StructureShape.new(name: 'Parameter')
78
+ ParameterGroup = Shapes::StructureShape.new(name: 'ParameterGroup')
79
+ ParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ParameterGroupAlreadyExistsFault')
80
+ ParameterGroupList = Shapes::ListShape.new(name: 'ParameterGroupList')
81
+ ParameterGroupNameList = Shapes::ListShape.new(name: 'ParameterGroupNameList')
82
+ ParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'ParameterGroupNotFoundFault')
83
+ ParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ParameterGroupQuotaExceededFault')
84
+ ParameterGroupStatus = Shapes::StructureShape.new(name: 'ParameterGroupStatus')
85
+ ParameterList = Shapes::ListShape.new(name: 'ParameterList')
86
+ ParameterNameValue = Shapes::StructureShape.new(name: 'ParameterNameValue')
87
+ ParameterNameValueList = Shapes::ListShape.new(name: 'ParameterNameValueList')
88
+ ParameterType = Shapes::StringShape.new(name: 'ParameterType')
89
+ RebootNodeRequest = Shapes::StructureShape.new(name: 'RebootNodeRequest')
90
+ RebootNodeResponse = Shapes::StructureShape.new(name: 'RebootNodeResponse')
91
+ SecurityGroupIdentifierList = Shapes::ListShape.new(name: 'SecurityGroupIdentifierList')
92
+ SecurityGroupMembership = Shapes::StructureShape.new(name: 'SecurityGroupMembership')
93
+ SecurityGroupMembershipList = Shapes::ListShape.new(name: 'SecurityGroupMembershipList')
94
+ SourceType = Shapes::StringShape.new(name: 'SourceType')
95
+ String = Shapes::StringShape.new(name: 'String')
96
+ Subnet = Shapes::StructureShape.new(name: 'Subnet')
97
+ SubnetGroup = Shapes::StructureShape.new(name: 'SubnetGroup')
98
+ SubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'SubnetGroupAlreadyExistsFault')
99
+ SubnetGroupInUseFault = Shapes::StructureShape.new(name: 'SubnetGroupInUseFault')
100
+ SubnetGroupList = Shapes::ListShape.new(name: 'SubnetGroupList')
101
+ SubnetGroupNameList = Shapes::ListShape.new(name: 'SubnetGroupNameList')
102
+ SubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'SubnetGroupNotFoundFault')
103
+ SubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'SubnetGroupQuotaExceededFault')
104
+ SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
105
+ SubnetInUse = Shapes::StructureShape.new(name: 'SubnetInUse')
106
+ SubnetList = Shapes::ListShape.new(name: 'SubnetList')
107
+ SubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'SubnetQuotaExceededFault')
108
+ TStamp = Shapes::TimestampShape.new(name: 'TStamp')
109
+ Tag = Shapes::StructureShape.new(name: 'Tag')
110
+ TagList = Shapes::ListShape.new(name: 'TagList')
111
+ TagNotFoundFault = Shapes::StructureShape.new(name: 'TagNotFoundFault')
112
+ TagQuotaPerResourceExceeded = Shapes::StructureShape.new(name: 'TagQuotaPerResourceExceeded')
113
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
114
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
115
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
116
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
117
+ UpdateClusterRequest = Shapes::StructureShape.new(name: 'UpdateClusterRequest')
118
+ UpdateClusterResponse = Shapes::StructureShape.new(name: 'UpdateClusterResponse')
119
+ UpdateParameterGroupRequest = Shapes::StructureShape.new(name: 'UpdateParameterGroupRequest')
120
+ UpdateParameterGroupResponse = Shapes::StructureShape.new(name: 'UpdateParameterGroupResponse')
121
+ UpdateSubnetGroupRequest = Shapes::StructureShape.new(name: 'UpdateSubnetGroupRequest')
122
+ UpdateSubnetGroupResponse = Shapes::StructureShape.new(name: 'UpdateSubnetGroupResponse')
123
+
124
+ AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: String)
125
+
126
+ Cluster.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "ClusterName"))
127
+ Cluster.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
128
+ Cluster.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "ClusterArn"))
129
+ Cluster.add_member(:total_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "TotalNodes"))
130
+ Cluster.add_member(:active_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ActiveNodes"))
131
+ Cluster.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
132
+ Cluster.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
133
+ Cluster.add_member(:cluster_discovery_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ClusterDiscoveryEndpoint"))
134
+ Cluster.add_member(:node_ids_to_remove, Shapes::ShapeRef.new(shape: NodeIdentifierList, location_name: "NodeIdsToRemove"))
135
+ Cluster.add_member(:nodes, Shapes::ShapeRef.new(shape: NodeList, location_name: "Nodes"))
136
+ Cluster.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
137
+ Cluster.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfiguration, location_name: "NotificationConfiguration"))
138
+ Cluster.add_member(:subnet_group, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroup"))
139
+ Cluster.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupMembershipList, location_name: "SecurityGroups"))
140
+ Cluster.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamRoleArn"))
141
+ Cluster.add_member(:parameter_group, Shapes::ShapeRef.new(shape: ParameterGroupStatus, location_name: "ParameterGroup"))
142
+ Cluster.struct_class = Types::Cluster
143
+
144
+ ClusterList.member = Shapes::ShapeRef.new(shape: Cluster)
145
+
146
+ ClusterNameList.member = Shapes::ShapeRef.new(shape: String)
147
+
148
+ CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterName"))
149
+ CreateClusterRequest.add_member(:node_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NodeType"))
150
+ CreateClusterRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
151
+ CreateClusterRequest.add_member(:replication_factor, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ReplicationFactor"))
152
+ CreateClusterRequest.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "AvailabilityZones"))
153
+ CreateClusterRequest.add_member(:subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupName"))
154
+ CreateClusterRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdentifierList, location_name: "SecurityGroupIds"))
155
+ CreateClusterRequest.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
156
+ CreateClusterRequest.add_member(:notification_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "NotificationTopicArn"))
157
+ CreateClusterRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
158
+ CreateClusterRequest.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupName"))
159
+ CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
160
+ CreateClusterRequest.struct_class = Types::CreateClusterRequest
161
+
162
+ CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
163
+ CreateClusterResponse.struct_class = Types::CreateClusterResponse
164
+
165
+ CreateParameterGroupRequest.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
166
+ CreateParameterGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
167
+ CreateParameterGroupRequest.struct_class = Types::CreateParameterGroupRequest
168
+
169
+ CreateParameterGroupResponse.add_member(:parameter_group, Shapes::ShapeRef.new(shape: ParameterGroup, location_name: "ParameterGroup"))
170
+ CreateParameterGroupResponse.struct_class = Types::CreateParameterGroupResponse
171
+
172
+ CreateSubnetGroupRequest.add_member(:subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubnetGroupName"))
173
+ CreateSubnetGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
174
+ CreateSubnetGroupRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, required: true, location_name: "SubnetIds"))
175
+ CreateSubnetGroupRequest.struct_class = Types::CreateSubnetGroupRequest
176
+
177
+ CreateSubnetGroupResponse.add_member(:subnet_group, Shapes::ShapeRef.new(shape: SubnetGroup, location_name: "SubnetGroup"))
178
+ CreateSubnetGroupResponse.struct_class = Types::CreateSubnetGroupResponse
179
+
180
+ DecreaseReplicationFactorRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterName"))
181
+ DecreaseReplicationFactorRequest.add_member(:new_replication_factor, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NewReplicationFactor"))
182
+ DecreaseReplicationFactorRequest.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "AvailabilityZones"))
183
+ DecreaseReplicationFactorRequest.add_member(:node_ids_to_remove, Shapes::ShapeRef.new(shape: NodeIdentifierList, location_name: "NodeIdsToRemove"))
184
+ DecreaseReplicationFactorRequest.struct_class = Types::DecreaseReplicationFactorRequest
185
+
186
+ DecreaseReplicationFactorResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
187
+ DecreaseReplicationFactorResponse.struct_class = Types::DecreaseReplicationFactorResponse
188
+
189
+ DeleteClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterName"))
190
+ DeleteClusterRequest.struct_class = Types::DeleteClusterRequest
191
+
192
+ DeleteClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
193
+ DeleteClusterResponse.struct_class = Types::DeleteClusterResponse
194
+
195
+ DeleteParameterGroupRequest.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
196
+ DeleteParameterGroupRequest.struct_class = Types::DeleteParameterGroupRequest
197
+
198
+ DeleteParameterGroupResponse.add_member(:deletion_message, Shapes::ShapeRef.new(shape: String, location_name: "DeletionMessage"))
199
+ DeleteParameterGroupResponse.struct_class = Types::DeleteParameterGroupResponse
200
+
201
+ DeleteSubnetGroupRequest.add_member(:subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubnetGroupName"))
202
+ DeleteSubnetGroupRequest.struct_class = Types::DeleteSubnetGroupRequest
203
+
204
+ DeleteSubnetGroupResponse.add_member(:deletion_message, Shapes::ShapeRef.new(shape: String, location_name: "DeletionMessage"))
205
+ DeleteSubnetGroupResponse.struct_class = Types::DeleteSubnetGroupResponse
206
+
207
+ DescribeClustersRequest.add_member(:cluster_names, Shapes::ShapeRef.new(shape: ClusterNameList, location_name: "ClusterNames"))
208
+ DescribeClustersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxResults"))
209
+ DescribeClustersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
210
+ DescribeClustersRequest.struct_class = Types::DescribeClustersRequest
211
+
212
+ DescribeClustersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
213
+ DescribeClustersResponse.add_member(:clusters, Shapes::ShapeRef.new(shape: ClusterList, location_name: "Clusters"))
214
+ DescribeClustersResponse.struct_class = Types::DescribeClustersResponse
215
+
216
+ DescribeDefaultParametersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxResults"))
217
+ DescribeDefaultParametersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
218
+ DescribeDefaultParametersRequest.struct_class = Types::DescribeDefaultParametersRequest
219
+
220
+ DescribeDefaultParametersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
221
+ DescribeDefaultParametersResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "Parameters"))
222
+ DescribeDefaultParametersResponse.struct_class = Types::DescribeDefaultParametersResponse
223
+
224
+ DescribeEventsRequest.add_member(:source_name, Shapes::ShapeRef.new(shape: String, location_name: "SourceName"))
225
+ DescribeEventsRequest.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
226
+ DescribeEventsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "StartTime"))
227
+ DescribeEventsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EndTime"))
228
+ DescribeEventsRequest.add_member(:duration, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Duration"))
229
+ DescribeEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxResults"))
230
+ DescribeEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
231
+ DescribeEventsRequest.struct_class = Types::DescribeEventsRequest
232
+
233
+ DescribeEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
234
+ DescribeEventsResponse.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
235
+ DescribeEventsResponse.struct_class = Types::DescribeEventsResponse
236
+
237
+ DescribeParameterGroupsRequest.add_member(:parameter_group_names, Shapes::ShapeRef.new(shape: ParameterGroupNameList, location_name: "ParameterGroupNames"))
238
+ DescribeParameterGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxResults"))
239
+ DescribeParameterGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
240
+ DescribeParameterGroupsRequest.struct_class = Types::DescribeParameterGroupsRequest
241
+
242
+ DescribeParameterGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
243
+ DescribeParameterGroupsResponse.add_member(:parameter_groups, Shapes::ShapeRef.new(shape: ParameterGroupList, location_name: "ParameterGroups"))
244
+ DescribeParameterGroupsResponse.struct_class = Types::DescribeParameterGroupsResponse
245
+
246
+ DescribeParametersRequest.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
247
+ DescribeParametersRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
248
+ DescribeParametersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxResults"))
249
+ DescribeParametersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
250
+ DescribeParametersRequest.struct_class = Types::DescribeParametersRequest
251
+
252
+ DescribeParametersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
253
+ DescribeParametersResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "Parameters"))
254
+ DescribeParametersResponse.struct_class = Types::DescribeParametersResponse
255
+
256
+ DescribeSubnetGroupsRequest.add_member(:subnet_group_names, Shapes::ShapeRef.new(shape: SubnetGroupNameList, location_name: "SubnetGroupNames"))
257
+ DescribeSubnetGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxResults"))
258
+ DescribeSubnetGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
259
+ DescribeSubnetGroupsRequest.struct_class = Types::DescribeSubnetGroupsRequest
260
+
261
+ DescribeSubnetGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
262
+ DescribeSubnetGroupsResponse.add_member(:subnet_groups, Shapes::ShapeRef.new(shape: SubnetGroupList, location_name: "SubnetGroups"))
263
+ DescribeSubnetGroupsResponse.struct_class = Types::DescribeSubnetGroupsResponse
264
+
265
+ Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
266
+ Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
267
+ Endpoint.struct_class = Types::Endpoint
268
+
269
+ Event.add_member(:source_name, Shapes::ShapeRef.new(shape: String, location_name: "SourceName"))
270
+ Event.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
271
+ Event.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
272
+ Event.add_member(:date, Shapes::ShapeRef.new(shape: TStamp, location_name: "Date"))
273
+ Event.struct_class = Types::Event
274
+
275
+ EventList.member = Shapes::ShapeRef.new(shape: Event)
276
+
277
+ IncreaseReplicationFactorRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterName"))
278
+ IncreaseReplicationFactorRequest.add_member(:new_replication_factor, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NewReplicationFactor"))
279
+ IncreaseReplicationFactorRequest.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "AvailabilityZones"))
280
+ IncreaseReplicationFactorRequest.struct_class = Types::IncreaseReplicationFactorRequest
281
+
282
+ IncreaseReplicationFactorResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
283
+ IncreaseReplicationFactorResponse.struct_class = Types::IncreaseReplicationFactorResponse
284
+
285
+ KeyList.member = Shapes::ShapeRef.new(shape: String)
286
+
287
+ ListTagsRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
288
+ ListTagsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
289
+ ListTagsRequest.struct_class = Types::ListTagsRequest
290
+
291
+ ListTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
292
+ ListTagsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
293
+ ListTagsResponse.struct_class = Types::ListTagsResponse
294
+
295
+ Node.add_member(:node_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeId"))
296
+ Node.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
297
+ Node.add_member(:node_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "NodeCreateTime"))
298
+ Node.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
299
+ Node.add_member(:node_status, Shapes::ShapeRef.new(shape: String, location_name: "NodeStatus"))
300
+ Node.add_member(:parameter_group_status, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupStatus"))
301
+ Node.struct_class = Types::Node
302
+
303
+ NodeIdentifierList.member = Shapes::ShapeRef.new(shape: String)
304
+
305
+ NodeList.member = Shapes::ShapeRef.new(shape: Node)
306
+
307
+ NodeTypeSpecificValue.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
308
+ NodeTypeSpecificValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
309
+ NodeTypeSpecificValue.struct_class = Types::NodeTypeSpecificValue
310
+
311
+ NodeTypeSpecificValueList.member = Shapes::ShapeRef.new(shape: NodeTypeSpecificValue)
312
+
313
+ NotificationConfiguration.add_member(:topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "TopicArn"))
314
+ NotificationConfiguration.add_member(:topic_status, Shapes::ShapeRef.new(shape: String, location_name: "TopicStatus"))
315
+ NotificationConfiguration.struct_class = Types::NotificationConfiguration
316
+
317
+ Parameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterName"))
318
+ Parameter.add_member(:parameter_type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "ParameterType"))
319
+ Parameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: String, location_name: "ParameterValue"))
320
+ Parameter.add_member(:node_type_specific_values, Shapes::ShapeRef.new(shape: NodeTypeSpecificValueList, location_name: "NodeTypeSpecificValues"))
321
+ Parameter.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
322
+ Parameter.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
323
+ Parameter.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
324
+ Parameter.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
325
+ Parameter.add_member(:is_modifiable, Shapes::ShapeRef.new(shape: IsModifiable, location_name: "IsModifiable"))
326
+ Parameter.add_member(:change_type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "ChangeType"))
327
+ Parameter.struct_class = Types::Parameter
328
+
329
+ ParameterGroup.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupName"))
330
+ ParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
331
+ ParameterGroup.struct_class = Types::ParameterGroup
332
+
333
+ ParameterGroupList.member = Shapes::ShapeRef.new(shape: ParameterGroup)
334
+
335
+ ParameterGroupNameList.member = Shapes::ShapeRef.new(shape: String)
336
+
337
+ ParameterGroupStatus.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupName"))
338
+ ParameterGroupStatus.add_member(:parameter_apply_status, Shapes::ShapeRef.new(shape: String, location_name: "ParameterApplyStatus"))
339
+ ParameterGroupStatus.add_member(:node_ids_to_reboot, Shapes::ShapeRef.new(shape: NodeIdentifierList, location_name: "NodeIdsToReboot"))
340
+ ParameterGroupStatus.struct_class = Types::ParameterGroupStatus
341
+
342
+ ParameterList.member = Shapes::ShapeRef.new(shape: Parameter)
343
+
344
+ ParameterNameValue.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterName"))
345
+ ParameterNameValue.add_member(:parameter_value, Shapes::ShapeRef.new(shape: String, location_name: "ParameterValue"))
346
+ ParameterNameValue.struct_class = Types::ParameterNameValue
347
+
348
+ ParameterNameValueList.member = Shapes::ShapeRef.new(shape: ParameterNameValue)
349
+
350
+ RebootNodeRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterName"))
351
+ RebootNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NodeId"))
352
+ RebootNodeRequest.struct_class = Types::RebootNodeRequest
353
+
354
+ RebootNodeResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
355
+ RebootNodeResponse.struct_class = Types::RebootNodeResponse
356
+
357
+ SecurityGroupIdentifierList.member = Shapes::ShapeRef.new(shape: String)
358
+
359
+ SecurityGroupMembership.add_member(:security_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SecurityGroupIdentifier"))
360
+ SecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
361
+ SecurityGroupMembership.struct_class = Types::SecurityGroupMembership
362
+
363
+ SecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: SecurityGroupMembership)
364
+
365
+ Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
366
+ Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SubnetAvailabilityZone"))
367
+ Subnet.struct_class = Types::Subnet
368
+
369
+ SubnetGroup.add_member(:subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupName"))
370
+ SubnetGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
371
+ SubnetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
372
+ SubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
373
+ SubnetGroup.struct_class = Types::SubnetGroup
374
+
375
+ SubnetGroupList.member = Shapes::ShapeRef.new(shape: SubnetGroup)
376
+
377
+ SubnetGroupNameList.member = Shapes::ShapeRef.new(shape: String)
378
+
379
+ SubnetIdentifierList.member = Shapes::ShapeRef.new(shape: String)
380
+
381
+ SubnetList.member = Shapes::ShapeRef.new(shape: Subnet)
382
+
383
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
384
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
385
+ Tag.struct_class = Types::Tag
386
+
387
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
388
+
389
+ TagResourceRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
390
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
391
+ TagResourceRequest.struct_class = Types::TagResourceRequest
392
+
393
+ TagResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
394
+ TagResourceResponse.struct_class = Types::TagResourceResponse
395
+
396
+ UntagResourceRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
397
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: KeyList, required: true, location_name: "TagKeys"))
398
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
399
+
400
+ UntagResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
401
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
402
+
403
+ UpdateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterName"))
404
+ UpdateClusterRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
405
+ UpdateClusterRequest.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
406
+ UpdateClusterRequest.add_member(:notification_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "NotificationTopicArn"))
407
+ UpdateClusterRequest.add_member(:notification_topic_status, Shapes::ShapeRef.new(shape: String, location_name: "NotificationTopicStatus"))
408
+ UpdateClusterRequest.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupName"))
409
+ UpdateClusterRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdentifierList, location_name: "SecurityGroupIds"))
410
+ UpdateClusterRequest.struct_class = Types::UpdateClusterRequest
411
+
412
+ UpdateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
413
+ UpdateClusterResponse.struct_class = Types::UpdateClusterResponse
414
+
415
+ UpdateParameterGroupRequest.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
416
+ UpdateParameterGroupRequest.add_member(:parameter_name_values, Shapes::ShapeRef.new(shape: ParameterNameValueList, required: true, location_name: "ParameterNameValues"))
417
+ UpdateParameterGroupRequest.struct_class = Types::UpdateParameterGroupRequest
418
+
419
+ UpdateParameterGroupResponse.add_member(:parameter_group, Shapes::ShapeRef.new(shape: ParameterGroup, location_name: "ParameterGroup"))
420
+ UpdateParameterGroupResponse.struct_class = Types::UpdateParameterGroupResponse
421
+
422
+ UpdateSubnetGroupRequest.add_member(:subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubnetGroupName"))
423
+ UpdateSubnetGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
424
+ UpdateSubnetGroupRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, location_name: "SubnetIds"))
425
+ UpdateSubnetGroupRequest.struct_class = Types::UpdateSubnetGroupRequest
426
+
427
+ UpdateSubnetGroupResponse.add_member(:subnet_group, Shapes::ShapeRef.new(shape: SubnetGroup, location_name: "SubnetGroup"))
428
+ UpdateSubnetGroupResponse.struct_class = Types::UpdateSubnetGroupResponse
429
+
430
+
431
+ # @api private
432
+ API = Seahorse::Model::Api.new.tap do |api|
433
+
434
+ api.version = "2017-04-19"
435
+
436
+ api.metadata = {
437
+ "endpointPrefix" => "dax",
438
+ "jsonVersion" => "1.1",
439
+ "protocol" => "json",
440
+ "serviceFullName" => "Amazon DynamoDB Accelerator (DAX)",
441
+ "signatureVersion" => "v4",
442
+ "targetPrefix" => "AmazonDAXV3",
443
+ }
444
+
445
+ api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
446
+ o.name = "CreateCluster"
447
+ o.http_method = "POST"
448
+ o.http_request_uri = "/"
449
+ o.input = Shapes::ShapeRef.new(shape: CreateClusterRequest)
450
+ o.output = Shapes::ShapeRef.new(shape: CreateClusterResponse)
451
+ o.errors << Shapes::ShapeRef.new(shape: ClusterAlreadyExistsFault)
452
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
453
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientClusterCapacityFault)
454
+ o.errors << Shapes::ShapeRef.new(shape: SubnetGroupNotFoundFault)
455
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterGroupStateFault)
456
+ o.errors << Shapes::ShapeRef.new(shape: ParameterGroupNotFoundFault)
457
+ o.errors << Shapes::ShapeRef.new(shape: ClusterQuotaForCustomerExceededFault)
458
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForClusterExceededFault)
459
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForCustomerExceededFault)
460
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
461
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
462
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
463
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
464
+ end)
465
+
466
+ api.add_operation(:create_parameter_group, Seahorse::Model::Operation.new.tap do |o|
467
+ o.name = "CreateParameterGroup"
468
+ o.http_method = "POST"
469
+ o.http_request_uri = "/"
470
+ o.input = Shapes::ShapeRef.new(shape: CreateParameterGroupRequest)
471
+ o.output = Shapes::ShapeRef.new(shape: CreateParameterGroupResponse)
472
+ o.errors << Shapes::ShapeRef.new(shape: ParameterGroupQuotaExceededFault)
473
+ o.errors << Shapes::ShapeRef.new(shape: ParameterGroupAlreadyExistsFault)
474
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterGroupStateFault)
475
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
476
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
477
+ end)
478
+
479
+ api.add_operation(:create_subnet_group, Seahorse::Model::Operation.new.tap do |o|
480
+ o.name = "CreateSubnetGroup"
481
+ o.http_method = "POST"
482
+ o.http_request_uri = "/"
483
+ o.input = Shapes::ShapeRef.new(shape: CreateSubnetGroupRequest)
484
+ o.output = Shapes::ShapeRef.new(shape: CreateSubnetGroupResponse)
485
+ o.errors << Shapes::ShapeRef.new(shape: SubnetGroupAlreadyExistsFault)
486
+ o.errors << Shapes::ShapeRef.new(shape: SubnetGroupQuotaExceededFault)
487
+ o.errors << Shapes::ShapeRef.new(shape: SubnetQuotaExceededFault)
488
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
489
+ end)
490
+
491
+ api.add_operation(:decrease_replication_factor, Seahorse::Model::Operation.new.tap do |o|
492
+ o.name = "DecreaseReplicationFactor"
493
+ o.http_method = "POST"
494
+ o.http_request_uri = "/"
495
+ o.input = Shapes::ShapeRef.new(shape: DecreaseReplicationFactorRequest)
496
+ o.output = Shapes::ShapeRef.new(shape: DecreaseReplicationFactorResponse)
497
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
498
+ o.errors << Shapes::ShapeRef.new(shape: NodeNotFoundFault)
499
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
500
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
501
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
502
+ end)
503
+
504
+ api.add_operation(:delete_cluster, Seahorse::Model::Operation.new.tap do |o|
505
+ o.name = "DeleteCluster"
506
+ o.http_method = "POST"
507
+ o.http_request_uri = "/"
508
+ o.input = Shapes::ShapeRef.new(shape: DeleteClusterRequest)
509
+ o.output = Shapes::ShapeRef.new(shape: DeleteClusterResponse)
510
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
511
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
512
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
513
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
514
+ end)
515
+
516
+ api.add_operation(:delete_parameter_group, Seahorse::Model::Operation.new.tap do |o|
517
+ o.name = "DeleteParameterGroup"
518
+ o.http_method = "POST"
519
+ o.http_request_uri = "/"
520
+ o.input = Shapes::ShapeRef.new(shape: DeleteParameterGroupRequest)
521
+ o.output = Shapes::ShapeRef.new(shape: DeleteParameterGroupResponse)
522
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterGroupStateFault)
523
+ o.errors << Shapes::ShapeRef.new(shape: ParameterGroupNotFoundFault)
524
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
525
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
526
+ end)
527
+
528
+ api.add_operation(:delete_subnet_group, Seahorse::Model::Operation.new.tap do |o|
529
+ o.name = "DeleteSubnetGroup"
530
+ o.http_method = "POST"
531
+ o.http_request_uri = "/"
532
+ o.input = Shapes::ShapeRef.new(shape: DeleteSubnetGroupRequest)
533
+ o.output = Shapes::ShapeRef.new(shape: DeleteSubnetGroupResponse)
534
+ o.errors << Shapes::ShapeRef.new(shape: SubnetGroupInUseFault)
535
+ o.errors << Shapes::ShapeRef.new(shape: SubnetGroupNotFoundFault)
536
+ end)
537
+
538
+ api.add_operation(:describe_clusters, Seahorse::Model::Operation.new.tap do |o|
539
+ o.name = "DescribeClusters"
540
+ o.http_method = "POST"
541
+ o.http_request_uri = "/"
542
+ o.input = Shapes::ShapeRef.new(shape: DescribeClustersRequest)
543
+ o.output = Shapes::ShapeRef.new(shape: DescribeClustersResponse)
544
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
545
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
546
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
547
+ end)
548
+
549
+ api.add_operation(:describe_default_parameters, Seahorse::Model::Operation.new.tap do |o|
550
+ o.name = "DescribeDefaultParameters"
551
+ o.http_method = "POST"
552
+ o.http_request_uri = "/"
553
+ o.input = Shapes::ShapeRef.new(shape: DescribeDefaultParametersRequest)
554
+ o.output = Shapes::ShapeRef.new(shape: DescribeDefaultParametersResponse)
555
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
556
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
557
+ end)
558
+
559
+ api.add_operation(:describe_events, Seahorse::Model::Operation.new.tap do |o|
560
+ o.name = "DescribeEvents"
561
+ o.http_method = "POST"
562
+ o.http_request_uri = "/"
563
+ o.input = Shapes::ShapeRef.new(shape: DescribeEventsRequest)
564
+ o.output = Shapes::ShapeRef.new(shape: DescribeEventsResponse)
565
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
566
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
567
+ end)
568
+
569
+ api.add_operation(:describe_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
570
+ o.name = "DescribeParameterGroups"
571
+ o.http_method = "POST"
572
+ o.http_request_uri = "/"
573
+ o.input = Shapes::ShapeRef.new(shape: DescribeParameterGroupsRequest)
574
+ o.output = Shapes::ShapeRef.new(shape: DescribeParameterGroupsResponse)
575
+ o.errors << Shapes::ShapeRef.new(shape: ParameterGroupNotFoundFault)
576
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
577
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
578
+ end)
579
+
580
+ api.add_operation(:describe_parameters, Seahorse::Model::Operation.new.tap do |o|
581
+ o.name = "DescribeParameters"
582
+ o.http_method = "POST"
583
+ o.http_request_uri = "/"
584
+ o.input = Shapes::ShapeRef.new(shape: DescribeParametersRequest)
585
+ o.output = Shapes::ShapeRef.new(shape: DescribeParametersResponse)
586
+ o.errors << Shapes::ShapeRef.new(shape: ParameterGroupNotFoundFault)
587
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
588
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
589
+ end)
590
+
591
+ api.add_operation(:describe_subnet_groups, Seahorse::Model::Operation.new.tap do |o|
592
+ o.name = "DescribeSubnetGroups"
593
+ o.http_method = "POST"
594
+ o.http_request_uri = "/"
595
+ o.input = Shapes::ShapeRef.new(shape: DescribeSubnetGroupsRequest)
596
+ o.output = Shapes::ShapeRef.new(shape: DescribeSubnetGroupsResponse)
597
+ o.errors << Shapes::ShapeRef.new(shape: SubnetGroupNotFoundFault)
598
+ end)
599
+
600
+ api.add_operation(:increase_replication_factor, Seahorse::Model::Operation.new.tap do |o|
601
+ o.name = "IncreaseReplicationFactor"
602
+ o.http_method = "POST"
603
+ o.http_request_uri = "/"
604
+ o.input = Shapes::ShapeRef.new(shape: IncreaseReplicationFactorRequest)
605
+ o.output = Shapes::ShapeRef.new(shape: IncreaseReplicationFactorResponse)
606
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
607
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
608
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientClusterCapacityFault)
609
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
610
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForClusterExceededFault)
611
+ o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForCustomerExceededFault)
612
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
613
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
614
+ end)
615
+
616
+ api.add_operation(:list_tags, Seahorse::Model::Operation.new.tap do |o|
617
+ o.name = "ListTags"
618
+ o.http_method = "POST"
619
+ o.http_request_uri = "/"
620
+ o.input = Shapes::ShapeRef.new(shape: ListTagsRequest)
621
+ o.output = Shapes::ShapeRef.new(shape: ListTagsResponse)
622
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
623
+ o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
624
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
625
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
626
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
627
+ end)
628
+
629
+ api.add_operation(:reboot_node, Seahorse::Model::Operation.new.tap do |o|
630
+ o.name = "RebootNode"
631
+ o.http_method = "POST"
632
+ o.http_request_uri = "/"
633
+ o.input = Shapes::ShapeRef.new(shape: RebootNodeRequest)
634
+ o.output = Shapes::ShapeRef.new(shape: RebootNodeResponse)
635
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
636
+ o.errors << Shapes::ShapeRef.new(shape: NodeNotFoundFault)
637
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
638
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
639
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
640
+ end)
641
+
642
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
643
+ o.name = "TagResource"
644
+ o.http_method = "POST"
645
+ o.http_request_uri = "/"
646
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
647
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
648
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
649
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
650
+ o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
651
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
652
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
653
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
654
+ end)
655
+
656
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
657
+ o.name = "UntagResource"
658
+ o.http_method = "POST"
659
+ o.http_request_uri = "/"
660
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
661
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
662
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
663
+ o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
664
+ o.errors << Shapes::ShapeRef.new(shape: TagNotFoundFault)
665
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
666
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
667
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
668
+ end)
669
+
670
+ api.add_operation(:update_cluster, Seahorse::Model::Operation.new.tap do |o|
671
+ o.name = "UpdateCluster"
672
+ o.http_method = "POST"
673
+ o.http_request_uri = "/"
674
+ o.input = Shapes::ShapeRef.new(shape: UpdateClusterRequest)
675
+ o.output = Shapes::ShapeRef.new(shape: UpdateClusterResponse)
676
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
677
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
678
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterGroupStateFault)
679
+ o.errors << Shapes::ShapeRef.new(shape: ParameterGroupNotFoundFault)
680
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
681
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
682
+ end)
683
+
684
+ api.add_operation(:update_parameter_group, Seahorse::Model::Operation.new.tap do |o|
685
+ o.name = "UpdateParameterGroup"
686
+ o.http_method = "POST"
687
+ o.http_request_uri = "/"
688
+ o.input = Shapes::ShapeRef.new(shape: UpdateParameterGroupRequest)
689
+ o.output = Shapes::ShapeRef.new(shape: UpdateParameterGroupResponse)
690
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterGroupStateFault)
691
+ o.errors << Shapes::ShapeRef.new(shape: ParameterGroupNotFoundFault)
692
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
693
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
694
+ end)
695
+
696
+ api.add_operation(:update_subnet_group, Seahorse::Model::Operation.new.tap do |o|
697
+ o.name = "UpdateSubnetGroup"
698
+ o.http_method = "POST"
699
+ o.http_request_uri = "/"
700
+ o.input = Shapes::ShapeRef.new(shape: UpdateSubnetGroupRequest)
701
+ o.output = Shapes::ShapeRef.new(shape: UpdateSubnetGroupResponse)
702
+ o.errors << Shapes::ShapeRef.new(shape: SubnetGroupNotFoundFault)
703
+ o.errors << Shapes::ShapeRef.new(shape: SubnetQuotaExceededFault)
704
+ o.errors << Shapes::ShapeRef.new(shape: SubnetInUse)
705
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
706
+ end)
707
+ end
708
+
709
+ end
710
+ end