aws-sdk-waf 1.0.0.rc2 → 1.0.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1190 +1,1188 @@
1
1
  # WARNING ABOUT GENERATED CODE
2
2
  #
3
- # This file is generated. See the contributing for info on making contributions:
3
+ # This file is generated. See the contributing guide for more information:
4
4
  # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
5
  #
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
- module Aws
9
- module WAF
10
- # @api private
11
- module ClientApi
12
-
13
- include Seahorse::Model
14
-
15
- Action = Shapes::StringShape.new(name: 'Action')
16
- ActivatedRule = Shapes::StructureShape.new(name: 'ActivatedRule')
17
- ActivatedRules = Shapes::ListShape.new(name: 'ActivatedRules')
18
- ByteMatchSet = Shapes::StructureShape.new(name: 'ByteMatchSet')
19
- ByteMatchSetSummaries = Shapes::ListShape.new(name: 'ByteMatchSetSummaries')
20
- ByteMatchSetSummary = Shapes::StructureShape.new(name: 'ByteMatchSetSummary')
21
- ByteMatchSetUpdate = Shapes::StructureShape.new(name: 'ByteMatchSetUpdate')
22
- ByteMatchSetUpdates = Shapes::ListShape.new(name: 'ByteMatchSetUpdates')
23
- ByteMatchTargetString = Shapes::BlobShape.new(name: 'ByteMatchTargetString')
24
- ByteMatchTuple = Shapes::StructureShape.new(name: 'ByteMatchTuple')
25
- ByteMatchTuples = Shapes::ListShape.new(name: 'ByteMatchTuples')
26
- ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
27
- ChangeToken = Shapes::StringShape.new(name: 'ChangeToken')
28
- ChangeTokenStatus = Shapes::StringShape.new(name: 'ChangeTokenStatus')
29
- ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
30
- Country = Shapes::StringShape.new(name: 'Country')
31
- CreateByteMatchSetRequest = Shapes::StructureShape.new(name: 'CreateByteMatchSetRequest')
32
- CreateByteMatchSetResponse = Shapes::StructureShape.new(name: 'CreateByteMatchSetResponse')
33
- CreateIPSetRequest = Shapes::StructureShape.new(name: 'CreateIPSetRequest')
34
- CreateIPSetResponse = Shapes::StructureShape.new(name: 'CreateIPSetResponse')
35
- CreateRuleRequest = Shapes::StructureShape.new(name: 'CreateRuleRequest')
36
- CreateRuleResponse = Shapes::StructureShape.new(name: 'CreateRuleResponse')
37
- CreateSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'CreateSizeConstraintSetRequest')
38
- CreateSizeConstraintSetResponse = Shapes::StructureShape.new(name: 'CreateSizeConstraintSetResponse')
39
- CreateSqlInjectionMatchSetRequest = Shapes::StructureShape.new(name: 'CreateSqlInjectionMatchSetRequest')
40
- CreateSqlInjectionMatchSetResponse = Shapes::StructureShape.new(name: 'CreateSqlInjectionMatchSetResponse')
41
- CreateWebACLRequest = Shapes::StructureShape.new(name: 'CreateWebACLRequest')
42
- CreateWebACLResponse = Shapes::StructureShape.new(name: 'CreateWebACLResponse')
43
- CreateXssMatchSetRequest = Shapes::StructureShape.new(name: 'CreateXssMatchSetRequest')
44
- CreateXssMatchSetResponse = Shapes::StructureShape.new(name: 'CreateXssMatchSetResponse')
45
- DeleteByteMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteByteMatchSetRequest')
46
- DeleteByteMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteByteMatchSetResponse')
47
- DeleteIPSetRequest = Shapes::StructureShape.new(name: 'DeleteIPSetRequest')
48
- DeleteIPSetResponse = Shapes::StructureShape.new(name: 'DeleteIPSetResponse')
49
- DeleteRuleRequest = Shapes::StructureShape.new(name: 'DeleteRuleRequest')
50
- DeleteRuleResponse = Shapes::StructureShape.new(name: 'DeleteRuleResponse')
51
- DeleteSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'DeleteSizeConstraintSetRequest')
52
- DeleteSizeConstraintSetResponse = Shapes::StructureShape.new(name: 'DeleteSizeConstraintSetResponse')
53
- DeleteSqlInjectionMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteSqlInjectionMatchSetRequest')
54
- DeleteSqlInjectionMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteSqlInjectionMatchSetResponse')
55
- DeleteWebACLRequest = Shapes::StructureShape.new(name: 'DeleteWebACLRequest')
56
- DeleteWebACLResponse = Shapes::StructureShape.new(name: 'DeleteWebACLResponse')
57
- DeleteXssMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteXssMatchSetRequest')
58
- DeleteXssMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteXssMatchSetResponse')
59
- FieldToMatch = Shapes::StructureShape.new(name: 'FieldToMatch')
60
- GetByteMatchSetRequest = Shapes::StructureShape.new(name: 'GetByteMatchSetRequest')
61
- GetByteMatchSetResponse = Shapes::StructureShape.new(name: 'GetByteMatchSetResponse')
62
- GetChangeTokenRequest = Shapes::StructureShape.new(name: 'GetChangeTokenRequest')
63
- GetChangeTokenResponse = Shapes::StructureShape.new(name: 'GetChangeTokenResponse')
64
- GetChangeTokenStatusRequest = Shapes::StructureShape.new(name: 'GetChangeTokenStatusRequest')
65
- GetChangeTokenStatusResponse = Shapes::StructureShape.new(name: 'GetChangeTokenStatusResponse')
66
- GetIPSetRequest = Shapes::StructureShape.new(name: 'GetIPSetRequest')
67
- GetIPSetResponse = Shapes::StructureShape.new(name: 'GetIPSetResponse')
68
- GetRuleRequest = Shapes::StructureShape.new(name: 'GetRuleRequest')
69
- GetRuleResponse = Shapes::StructureShape.new(name: 'GetRuleResponse')
70
- GetSampledRequestsRequest = Shapes::StructureShape.new(name: 'GetSampledRequestsRequest')
71
- GetSampledRequestsResponse = Shapes::StructureShape.new(name: 'GetSampledRequestsResponse')
72
- GetSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'GetSizeConstraintSetRequest')
73
- GetSizeConstraintSetResponse = Shapes::StructureShape.new(name: 'GetSizeConstraintSetResponse')
74
- GetSqlInjectionMatchSetRequest = Shapes::StructureShape.new(name: 'GetSqlInjectionMatchSetRequest')
75
- GetSqlInjectionMatchSetResponse = Shapes::StructureShape.new(name: 'GetSqlInjectionMatchSetResponse')
76
- GetWebACLRequest = Shapes::StructureShape.new(name: 'GetWebACLRequest')
77
- GetWebACLResponse = Shapes::StructureShape.new(name: 'GetWebACLResponse')
78
- GetXssMatchSetRequest = Shapes::StructureShape.new(name: 'GetXssMatchSetRequest')
79
- GetXssMatchSetResponse = Shapes::StructureShape.new(name: 'GetXssMatchSetResponse')
80
- HTTPHeader = Shapes::StructureShape.new(name: 'HTTPHeader')
81
- HTTPHeaders = Shapes::ListShape.new(name: 'HTTPHeaders')
82
- HTTPMethod = Shapes::StringShape.new(name: 'HTTPMethod')
83
- HTTPRequest = Shapes::StructureShape.new(name: 'HTTPRequest')
84
- HTTPVersion = Shapes::StringShape.new(name: 'HTTPVersion')
85
- HeaderName = Shapes::StringShape.new(name: 'HeaderName')
86
- HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
87
- IPSet = Shapes::StructureShape.new(name: 'IPSet')
88
- IPSetDescriptor = Shapes::StructureShape.new(name: 'IPSetDescriptor')
89
- IPSetDescriptorType = Shapes::StringShape.new(name: 'IPSetDescriptorType')
90
- IPSetDescriptorValue = Shapes::StringShape.new(name: 'IPSetDescriptorValue')
91
- IPSetDescriptors = Shapes::ListShape.new(name: 'IPSetDescriptors')
92
- IPSetSummaries = Shapes::ListShape.new(name: 'IPSetSummaries')
93
- IPSetSummary = Shapes::StructureShape.new(name: 'IPSetSummary')
94
- IPSetUpdate = Shapes::StructureShape.new(name: 'IPSetUpdate')
95
- IPSetUpdates = Shapes::ListShape.new(name: 'IPSetUpdates')
96
- IPString = Shapes::StringShape.new(name: 'IPString')
97
- ListByteMatchSetsRequest = Shapes::StructureShape.new(name: 'ListByteMatchSetsRequest')
98
- ListByteMatchSetsResponse = Shapes::StructureShape.new(name: 'ListByteMatchSetsResponse')
99
- ListIPSetsRequest = Shapes::StructureShape.new(name: 'ListIPSetsRequest')
100
- ListIPSetsResponse = Shapes::StructureShape.new(name: 'ListIPSetsResponse')
101
- ListMaxItems = Shapes::IntegerShape.new(name: 'ListMaxItems')
102
- ListRulesRequest = Shapes::StructureShape.new(name: 'ListRulesRequest')
103
- ListRulesResponse = Shapes::StructureShape.new(name: 'ListRulesResponse')
104
- ListSizeConstraintSetsRequest = Shapes::StructureShape.new(name: 'ListSizeConstraintSetsRequest')
105
- ListSizeConstraintSetsResponse = Shapes::StructureShape.new(name: 'ListSizeConstraintSetsResponse')
106
- ListSqlInjectionMatchSetsRequest = Shapes::StructureShape.new(name: 'ListSqlInjectionMatchSetsRequest')
107
- ListSqlInjectionMatchSetsResponse = Shapes::StructureShape.new(name: 'ListSqlInjectionMatchSetsResponse')
108
- ListWebACLsRequest = Shapes::StructureShape.new(name: 'ListWebACLsRequest')
109
- ListWebACLsResponse = Shapes::StructureShape.new(name: 'ListWebACLsResponse')
110
- ListXssMatchSetsRequest = Shapes::StructureShape.new(name: 'ListXssMatchSetsRequest')
111
- ListXssMatchSetsResponse = Shapes::StructureShape.new(name: 'ListXssMatchSetsResponse')
112
- MatchFieldData = Shapes::StringShape.new(name: 'MatchFieldData')
113
- MatchFieldType = Shapes::StringShape.new(name: 'MatchFieldType')
114
- MetricName = Shapes::StringShape.new(name: 'MetricName')
115
- Negated = Shapes::BooleanShape.new(name: 'Negated')
116
- NextMarker = Shapes::StringShape.new(name: 'NextMarker')
117
- PaginationLimit = Shapes::IntegerShape.new(name: 'PaginationLimit')
118
- ParameterExceptionField = Shapes::StringShape.new(name: 'ParameterExceptionField')
119
- ParameterExceptionParameter = Shapes::StringShape.new(name: 'ParameterExceptionParameter')
120
- ParameterExceptionReason = Shapes::StringShape.new(name: 'ParameterExceptionReason')
121
- PopulationSize = Shapes::IntegerShape.new(name: 'PopulationSize')
122
- PositionalConstraint = Shapes::StringShape.new(name: 'PositionalConstraint')
123
- Predicate = Shapes::StructureShape.new(name: 'Predicate')
124
- PredicateType = Shapes::StringShape.new(name: 'PredicateType')
125
- Predicates = Shapes::ListShape.new(name: 'Predicates')
126
- ResourceId = Shapes::StringShape.new(name: 'ResourceId')
127
- ResourceName = Shapes::StringShape.new(name: 'ResourceName')
128
- Rule = Shapes::StructureShape.new(name: 'Rule')
129
- RulePriority = Shapes::IntegerShape.new(name: 'RulePriority')
130
- RuleSummaries = Shapes::ListShape.new(name: 'RuleSummaries')
131
- RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
132
- RuleUpdate = Shapes::StructureShape.new(name: 'RuleUpdate')
133
- RuleUpdates = Shapes::ListShape.new(name: 'RuleUpdates')
134
- SampleWeight = Shapes::IntegerShape.new(name: 'SampleWeight')
135
- SampledHTTPRequest = Shapes::StructureShape.new(name: 'SampledHTTPRequest')
136
- SampledHTTPRequests = Shapes::ListShape.new(name: 'SampledHTTPRequests')
137
- Size = Shapes::IntegerShape.new(name: 'Size')
138
- SizeConstraint = Shapes::StructureShape.new(name: 'SizeConstraint')
139
- SizeConstraintSet = Shapes::StructureShape.new(name: 'SizeConstraintSet')
140
- SizeConstraintSetSummaries = Shapes::ListShape.new(name: 'SizeConstraintSetSummaries')
141
- SizeConstraintSetSummary = Shapes::StructureShape.new(name: 'SizeConstraintSetSummary')
142
- SizeConstraintSetUpdate = Shapes::StructureShape.new(name: 'SizeConstraintSetUpdate')
143
- SizeConstraintSetUpdates = Shapes::ListShape.new(name: 'SizeConstraintSetUpdates')
144
- SizeConstraints = Shapes::ListShape.new(name: 'SizeConstraints')
145
- SqlInjectionMatchSet = Shapes::StructureShape.new(name: 'SqlInjectionMatchSet')
146
- SqlInjectionMatchSetSummaries = Shapes::ListShape.new(name: 'SqlInjectionMatchSetSummaries')
147
- SqlInjectionMatchSetSummary = Shapes::StructureShape.new(name: 'SqlInjectionMatchSetSummary')
148
- SqlInjectionMatchSetUpdate = Shapes::StructureShape.new(name: 'SqlInjectionMatchSetUpdate')
149
- SqlInjectionMatchSetUpdates = Shapes::ListShape.new(name: 'SqlInjectionMatchSetUpdates')
150
- SqlInjectionMatchTuple = Shapes::StructureShape.new(name: 'SqlInjectionMatchTuple')
151
- SqlInjectionMatchTuples = Shapes::ListShape.new(name: 'SqlInjectionMatchTuples')
152
- TextTransformation = Shapes::StringShape.new(name: 'TextTransformation')
153
- TimeWindow = Shapes::StructureShape.new(name: 'TimeWindow')
154
- Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
155
- URIString = Shapes::StringShape.new(name: 'URIString')
156
- UpdateByteMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateByteMatchSetRequest')
157
- UpdateByteMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateByteMatchSetResponse')
158
- UpdateIPSetRequest = Shapes::StructureShape.new(name: 'UpdateIPSetRequest')
159
- UpdateIPSetResponse = Shapes::StructureShape.new(name: 'UpdateIPSetResponse')
160
- UpdateRuleRequest = Shapes::StructureShape.new(name: 'UpdateRuleRequest')
161
- UpdateRuleResponse = Shapes::StructureShape.new(name: 'UpdateRuleResponse')
162
- UpdateSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'UpdateSizeConstraintSetRequest')
163
- UpdateSizeConstraintSetResponse = Shapes::StructureShape.new(name: 'UpdateSizeConstraintSetResponse')
164
- UpdateSqlInjectionMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateSqlInjectionMatchSetRequest')
165
- UpdateSqlInjectionMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateSqlInjectionMatchSetResponse')
166
- UpdateWebACLRequest = Shapes::StructureShape.new(name: 'UpdateWebACLRequest')
167
- UpdateWebACLResponse = Shapes::StructureShape.new(name: 'UpdateWebACLResponse')
168
- UpdateXssMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateXssMatchSetRequest')
169
- UpdateXssMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateXssMatchSetResponse')
170
- WAFDisallowedNameException = Shapes::StructureShape.new(name: 'WAFDisallowedNameException')
171
- WAFInternalErrorException = Shapes::StructureShape.new(name: 'WAFInternalErrorException')
172
- WAFInvalidAccountException = Shapes::StructureShape.new(name: 'WAFInvalidAccountException')
173
- WAFInvalidOperationException = Shapes::StructureShape.new(name: 'WAFInvalidOperationException')
174
- WAFInvalidParameterException = Shapes::StructureShape.new(name: 'WAFInvalidParameterException')
175
- WAFLimitsExceededException = Shapes::StructureShape.new(name: 'WAFLimitsExceededException')
176
- WAFNonEmptyEntityException = Shapes::StructureShape.new(name: 'WAFNonEmptyEntityException')
177
- WAFNonexistentContainerException = Shapes::StructureShape.new(name: 'WAFNonexistentContainerException')
178
- WAFNonexistentItemException = Shapes::StructureShape.new(name: 'WAFNonexistentItemException')
179
- WAFReferencedItemException = Shapes::StructureShape.new(name: 'WAFReferencedItemException')
180
- WAFStaleDataException = Shapes::StructureShape.new(name: 'WAFStaleDataException')
181
- WafAction = Shapes::StructureShape.new(name: 'WafAction')
182
- WafActionType = Shapes::StringShape.new(name: 'WafActionType')
183
- WebACL = Shapes::StructureShape.new(name: 'WebACL')
184
- WebACLSummaries = Shapes::ListShape.new(name: 'WebACLSummaries')
185
- WebACLSummary = Shapes::StructureShape.new(name: 'WebACLSummary')
186
- WebACLUpdate = Shapes::StructureShape.new(name: 'WebACLUpdate')
187
- WebACLUpdates = Shapes::ListShape.new(name: 'WebACLUpdates')
188
- XssMatchSet = Shapes::StructureShape.new(name: 'XssMatchSet')
189
- XssMatchSetSummaries = Shapes::ListShape.new(name: 'XssMatchSetSummaries')
190
- XssMatchSetSummary = Shapes::StructureShape.new(name: 'XssMatchSetSummary')
191
- XssMatchSetUpdate = Shapes::StructureShape.new(name: 'XssMatchSetUpdate')
192
- XssMatchSetUpdates = Shapes::ListShape.new(name: 'XssMatchSetUpdates')
193
- XssMatchTuple = Shapes::StructureShape.new(name: 'XssMatchTuple')
194
- XssMatchTuples = Shapes::ListShape.new(name: 'XssMatchTuples')
195
- errorMessage = Shapes::StringShape.new(name: 'errorMessage')
196
-
197
- ActivatedRule.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, required: true, location_name: "Priority"))
198
- ActivatedRule.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
199
- ActivatedRule.add_member(:action, Shapes::ShapeRef.new(shape: WafAction, required: true, location_name: "Action"))
200
- ActivatedRule.struct_class = Types::ActivatedRule
201
-
202
- ActivatedRules.member = Shapes::ShapeRef.new(shape: ActivatedRule)
203
-
204
- ByteMatchSet.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
205
- ByteMatchSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
206
- ByteMatchSet.add_member(:byte_match_tuples, Shapes::ShapeRef.new(shape: ByteMatchTuples, required: true, location_name: "ByteMatchTuples"))
207
- ByteMatchSet.struct_class = Types::ByteMatchSet
208
-
209
- ByteMatchSetSummaries.member = Shapes::ShapeRef.new(shape: ByteMatchSetSummary)
210
-
211
- ByteMatchSetSummary.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
212
- ByteMatchSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
213
- ByteMatchSetSummary.struct_class = Types::ByteMatchSetSummary
214
-
215
- ByteMatchSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
216
- ByteMatchSetUpdate.add_member(:byte_match_tuple, Shapes::ShapeRef.new(shape: ByteMatchTuple, required: true, location_name: "ByteMatchTuple"))
217
- ByteMatchSetUpdate.struct_class = Types::ByteMatchSetUpdate
218
-
219
- ByteMatchSetUpdates.member = Shapes::ShapeRef.new(shape: ByteMatchSetUpdate)
220
-
221
- ByteMatchTuple.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
222
- ByteMatchTuple.add_member(:target_string, Shapes::ShapeRef.new(shape: ByteMatchTargetString, required: true, location_name: "TargetString"))
223
- ByteMatchTuple.add_member(:text_transformation, Shapes::ShapeRef.new(shape: TextTransformation, required: true, location_name: "TextTransformation"))
224
- ByteMatchTuple.add_member(:positional_constraint, Shapes::ShapeRef.new(shape: PositionalConstraint, required: true, location_name: "PositionalConstraint"))
225
- ByteMatchTuple.struct_class = Types::ByteMatchTuple
226
-
227
- ByteMatchTuples.member = Shapes::ShapeRef.new(shape: ByteMatchTuple)
228
-
229
- CreateByteMatchSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
230
- CreateByteMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
231
- CreateByteMatchSetRequest.struct_class = Types::CreateByteMatchSetRequest
232
-
233
- CreateByteMatchSetResponse.add_member(:byte_match_set, Shapes::ShapeRef.new(shape: ByteMatchSet, location_name: "ByteMatchSet"))
234
- CreateByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
235
- CreateByteMatchSetResponse.struct_class = Types::CreateByteMatchSetResponse
236
-
237
- CreateIPSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
238
- CreateIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
239
- CreateIPSetRequest.struct_class = Types::CreateIPSetRequest
240
-
241
- CreateIPSetResponse.add_member(:ip_set, Shapes::ShapeRef.new(shape: IPSet, location_name: "IPSet"))
242
- CreateIPSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
243
- CreateIPSetResponse.struct_class = Types::CreateIPSetResponse
244
-
245
- CreateRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
246
- CreateRuleRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
247
- CreateRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
248
- CreateRuleRequest.struct_class = Types::CreateRuleRequest
249
-
250
- CreateRuleResponse.add_member(:rule, Shapes::ShapeRef.new(shape: Rule, location_name: "Rule"))
251
- CreateRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
252
- CreateRuleResponse.struct_class = Types::CreateRuleResponse
253
-
254
- CreateSizeConstraintSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
255
- CreateSizeConstraintSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
256
- CreateSizeConstraintSetRequest.struct_class = Types::CreateSizeConstraintSetRequest
257
-
258
- CreateSizeConstraintSetResponse.add_member(:size_constraint_set, Shapes::ShapeRef.new(shape: SizeConstraintSet, location_name: "SizeConstraintSet"))
259
- CreateSizeConstraintSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
260
- CreateSizeConstraintSetResponse.struct_class = Types::CreateSizeConstraintSetResponse
261
-
262
- CreateSqlInjectionMatchSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
263
- CreateSqlInjectionMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
264
- CreateSqlInjectionMatchSetRequest.struct_class = Types::CreateSqlInjectionMatchSetRequest
265
-
266
- CreateSqlInjectionMatchSetResponse.add_member(:sql_injection_match_set, Shapes::ShapeRef.new(shape: SqlInjectionMatchSet, location_name: "SqlInjectionMatchSet"))
267
- CreateSqlInjectionMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
268
- CreateSqlInjectionMatchSetResponse.struct_class = Types::CreateSqlInjectionMatchSetResponse
269
-
270
- CreateWebACLRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
271
- CreateWebACLRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
272
- CreateWebACLRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: WafAction, required: true, location_name: "DefaultAction"))
273
- CreateWebACLRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
274
- CreateWebACLRequest.struct_class = Types::CreateWebACLRequest
8
+ module Aws::WAF
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ Action = Shapes::StringShape.new(name: 'Action')
15
+ ActivatedRule = Shapes::StructureShape.new(name: 'ActivatedRule')
16
+ ActivatedRules = Shapes::ListShape.new(name: 'ActivatedRules')
17
+ ByteMatchSet = Shapes::StructureShape.new(name: 'ByteMatchSet')
18
+ ByteMatchSetSummaries = Shapes::ListShape.new(name: 'ByteMatchSetSummaries')
19
+ ByteMatchSetSummary = Shapes::StructureShape.new(name: 'ByteMatchSetSummary')
20
+ ByteMatchSetUpdate = Shapes::StructureShape.new(name: 'ByteMatchSetUpdate')
21
+ ByteMatchSetUpdates = Shapes::ListShape.new(name: 'ByteMatchSetUpdates')
22
+ ByteMatchTargetString = Shapes::BlobShape.new(name: 'ByteMatchTargetString')
23
+ ByteMatchTuple = Shapes::StructureShape.new(name: 'ByteMatchTuple')
24
+ ByteMatchTuples = Shapes::ListShape.new(name: 'ByteMatchTuples')
25
+ ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
26
+ ChangeToken = Shapes::StringShape.new(name: 'ChangeToken')
27
+ ChangeTokenStatus = Shapes::StringShape.new(name: 'ChangeTokenStatus')
28
+ ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
29
+ Country = Shapes::StringShape.new(name: 'Country')
30
+ CreateByteMatchSetRequest = Shapes::StructureShape.new(name: 'CreateByteMatchSetRequest')
31
+ CreateByteMatchSetResponse = Shapes::StructureShape.new(name: 'CreateByteMatchSetResponse')
32
+ CreateIPSetRequest = Shapes::StructureShape.new(name: 'CreateIPSetRequest')
33
+ CreateIPSetResponse = Shapes::StructureShape.new(name: 'CreateIPSetResponse')
34
+ CreateRuleRequest = Shapes::StructureShape.new(name: 'CreateRuleRequest')
35
+ CreateRuleResponse = Shapes::StructureShape.new(name: 'CreateRuleResponse')
36
+ CreateSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'CreateSizeConstraintSetRequest')
37
+ CreateSizeConstraintSetResponse = Shapes::StructureShape.new(name: 'CreateSizeConstraintSetResponse')
38
+ CreateSqlInjectionMatchSetRequest = Shapes::StructureShape.new(name: 'CreateSqlInjectionMatchSetRequest')
39
+ CreateSqlInjectionMatchSetResponse = Shapes::StructureShape.new(name: 'CreateSqlInjectionMatchSetResponse')
40
+ CreateWebACLRequest = Shapes::StructureShape.new(name: 'CreateWebACLRequest')
41
+ CreateWebACLResponse = Shapes::StructureShape.new(name: 'CreateWebACLResponse')
42
+ CreateXssMatchSetRequest = Shapes::StructureShape.new(name: 'CreateXssMatchSetRequest')
43
+ CreateXssMatchSetResponse = Shapes::StructureShape.new(name: 'CreateXssMatchSetResponse')
44
+ DeleteByteMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteByteMatchSetRequest')
45
+ DeleteByteMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteByteMatchSetResponse')
46
+ DeleteIPSetRequest = Shapes::StructureShape.new(name: 'DeleteIPSetRequest')
47
+ DeleteIPSetResponse = Shapes::StructureShape.new(name: 'DeleteIPSetResponse')
48
+ DeleteRuleRequest = Shapes::StructureShape.new(name: 'DeleteRuleRequest')
49
+ DeleteRuleResponse = Shapes::StructureShape.new(name: 'DeleteRuleResponse')
50
+ DeleteSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'DeleteSizeConstraintSetRequest')
51
+ DeleteSizeConstraintSetResponse = Shapes::StructureShape.new(name: 'DeleteSizeConstraintSetResponse')
52
+ DeleteSqlInjectionMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteSqlInjectionMatchSetRequest')
53
+ DeleteSqlInjectionMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteSqlInjectionMatchSetResponse')
54
+ DeleteWebACLRequest = Shapes::StructureShape.new(name: 'DeleteWebACLRequest')
55
+ DeleteWebACLResponse = Shapes::StructureShape.new(name: 'DeleteWebACLResponse')
56
+ DeleteXssMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteXssMatchSetRequest')
57
+ DeleteXssMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteXssMatchSetResponse')
58
+ FieldToMatch = Shapes::StructureShape.new(name: 'FieldToMatch')
59
+ GetByteMatchSetRequest = Shapes::StructureShape.new(name: 'GetByteMatchSetRequest')
60
+ GetByteMatchSetResponse = Shapes::StructureShape.new(name: 'GetByteMatchSetResponse')
61
+ GetChangeTokenRequest = Shapes::StructureShape.new(name: 'GetChangeTokenRequest')
62
+ GetChangeTokenResponse = Shapes::StructureShape.new(name: 'GetChangeTokenResponse')
63
+ GetChangeTokenStatusRequest = Shapes::StructureShape.new(name: 'GetChangeTokenStatusRequest')
64
+ GetChangeTokenStatusResponse = Shapes::StructureShape.new(name: 'GetChangeTokenStatusResponse')
65
+ GetIPSetRequest = Shapes::StructureShape.new(name: 'GetIPSetRequest')
66
+ GetIPSetResponse = Shapes::StructureShape.new(name: 'GetIPSetResponse')
67
+ GetRuleRequest = Shapes::StructureShape.new(name: 'GetRuleRequest')
68
+ GetRuleResponse = Shapes::StructureShape.new(name: 'GetRuleResponse')
69
+ GetSampledRequestsMaxItems = Shapes::IntegerShape.new(name: 'GetSampledRequestsMaxItems')
70
+ GetSampledRequestsRequest = Shapes::StructureShape.new(name: 'GetSampledRequestsRequest')
71
+ GetSampledRequestsResponse = Shapes::StructureShape.new(name: 'GetSampledRequestsResponse')
72
+ GetSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'GetSizeConstraintSetRequest')
73
+ GetSizeConstraintSetResponse = Shapes::StructureShape.new(name: 'GetSizeConstraintSetResponse')
74
+ GetSqlInjectionMatchSetRequest = Shapes::StructureShape.new(name: 'GetSqlInjectionMatchSetRequest')
75
+ GetSqlInjectionMatchSetResponse = Shapes::StructureShape.new(name: 'GetSqlInjectionMatchSetResponse')
76
+ GetWebACLRequest = Shapes::StructureShape.new(name: 'GetWebACLRequest')
77
+ GetWebACLResponse = Shapes::StructureShape.new(name: 'GetWebACLResponse')
78
+ GetXssMatchSetRequest = Shapes::StructureShape.new(name: 'GetXssMatchSetRequest')
79
+ GetXssMatchSetResponse = Shapes::StructureShape.new(name: 'GetXssMatchSetResponse')
80
+ HTTPHeader = Shapes::StructureShape.new(name: 'HTTPHeader')
81
+ HTTPHeaders = Shapes::ListShape.new(name: 'HTTPHeaders')
82
+ HTTPMethod = Shapes::StringShape.new(name: 'HTTPMethod')
83
+ HTTPRequest = Shapes::StructureShape.new(name: 'HTTPRequest')
84
+ HTTPVersion = Shapes::StringShape.new(name: 'HTTPVersion')
85
+ HeaderName = Shapes::StringShape.new(name: 'HeaderName')
86
+ HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
87
+ IPSet = Shapes::StructureShape.new(name: 'IPSet')
88
+ IPSetDescriptor = Shapes::StructureShape.new(name: 'IPSetDescriptor')
89
+ IPSetDescriptorType = Shapes::StringShape.new(name: 'IPSetDescriptorType')
90
+ IPSetDescriptorValue = Shapes::StringShape.new(name: 'IPSetDescriptorValue')
91
+ IPSetDescriptors = Shapes::ListShape.new(name: 'IPSetDescriptors')
92
+ IPSetSummaries = Shapes::ListShape.new(name: 'IPSetSummaries')
93
+ IPSetSummary = Shapes::StructureShape.new(name: 'IPSetSummary')
94
+ IPSetUpdate = Shapes::StructureShape.new(name: 'IPSetUpdate')
95
+ IPSetUpdates = Shapes::ListShape.new(name: 'IPSetUpdates')
96
+ IPString = Shapes::StringShape.new(name: 'IPString')
97
+ ListByteMatchSetsRequest = Shapes::StructureShape.new(name: 'ListByteMatchSetsRequest')
98
+ ListByteMatchSetsResponse = Shapes::StructureShape.new(name: 'ListByteMatchSetsResponse')
99
+ ListIPSetsRequest = Shapes::StructureShape.new(name: 'ListIPSetsRequest')
100
+ ListIPSetsResponse = Shapes::StructureShape.new(name: 'ListIPSetsResponse')
101
+ ListRulesRequest = Shapes::StructureShape.new(name: 'ListRulesRequest')
102
+ ListRulesResponse = Shapes::StructureShape.new(name: 'ListRulesResponse')
103
+ ListSizeConstraintSetsRequest = Shapes::StructureShape.new(name: 'ListSizeConstraintSetsRequest')
104
+ ListSizeConstraintSetsResponse = Shapes::StructureShape.new(name: 'ListSizeConstraintSetsResponse')
105
+ ListSqlInjectionMatchSetsRequest = Shapes::StructureShape.new(name: 'ListSqlInjectionMatchSetsRequest')
106
+ ListSqlInjectionMatchSetsResponse = Shapes::StructureShape.new(name: 'ListSqlInjectionMatchSetsResponse')
107
+ ListWebACLsRequest = Shapes::StructureShape.new(name: 'ListWebACLsRequest')
108
+ ListWebACLsResponse = Shapes::StructureShape.new(name: 'ListWebACLsResponse')
109
+ ListXssMatchSetsRequest = Shapes::StructureShape.new(name: 'ListXssMatchSetsRequest')
110
+ ListXssMatchSetsResponse = Shapes::StructureShape.new(name: 'ListXssMatchSetsResponse')
111
+ MatchFieldData = Shapes::StringShape.new(name: 'MatchFieldData')
112
+ MatchFieldType = Shapes::StringShape.new(name: 'MatchFieldType')
113
+ MetricName = Shapes::StringShape.new(name: 'MetricName')
114
+ Negated = Shapes::BooleanShape.new(name: 'Negated')
115
+ NextMarker = Shapes::StringShape.new(name: 'NextMarker')
116
+ PaginationLimit = Shapes::IntegerShape.new(name: 'PaginationLimit')
117
+ ParameterExceptionField = Shapes::StringShape.new(name: 'ParameterExceptionField')
118
+ ParameterExceptionParameter = Shapes::StringShape.new(name: 'ParameterExceptionParameter')
119
+ ParameterExceptionReason = Shapes::StringShape.new(name: 'ParameterExceptionReason')
120
+ PopulationSize = Shapes::IntegerShape.new(name: 'PopulationSize')
121
+ PositionalConstraint = Shapes::StringShape.new(name: 'PositionalConstraint')
122
+ Predicate = Shapes::StructureShape.new(name: 'Predicate')
123
+ PredicateType = Shapes::StringShape.new(name: 'PredicateType')
124
+ Predicates = Shapes::ListShape.new(name: 'Predicates')
125
+ ResourceId = Shapes::StringShape.new(name: 'ResourceId')
126
+ ResourceName = Shapes::StringShape.new(name: 'ResourceName')
127
+ Rule = Shapes::StructureShape.new(name: 'Rule')
128
+ RulePriority = Shapes::IntegerShape.new(name: 'RulePriority')
129
+ RuleSummaries = Shapes::ListShape.new(name: 'RuleSummaries')
130
+ RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
131
+ RuleUpdate = Shapes::StructureShape.new(name: 'RuleUpdate')
132
+ RuleUpdates = Shapes::ListShape.new(name: 'RuleUpdates')
133
+ SampleWeight = Shapes::IntegerShape.new(name: 'SampleWeight')
134
+ SampledHTTPRequest = Shapes::StructureShape.new(name: 'SampledHTTPRequest')
135
+ SampledHTTPRequests = Shapes::ListShape.new(name: 'SampledHTTPRequests')
136
+ Size = Shapes::IntegerShape.new(name: 'Size')
137
+ SizeConstraint = Shapes::StructureShape.new(name: 'SizeConstraint')
138
+ SizeConstraintSet = Shapes::StructureShape.new(name: 'SizeConstraintSet')
139
+ SizeConstraintSetSummaries = Shapes::ListShape.new(name: 'SizeConstraintSetSummaries')
140
+ SizeConstraintSetSummary = Shapes::StructureShape.new(name: 'SizeConstraintSetSummary')
141
+ SizeConstraintSetUpdate = Shapes::StructureShape.new(name: 'SizeConstraintSetUpdate')
142
+ SizeConstraintSetUpdates = Shapes::ListShape.new(name: 'SizeConstraintSetUpdates')
143
+ SizeConstraints = Shapes::ListShape.new(name: 'SizeConstraints')
144
+ SqlInjectionMatchSet = Shapes::StructureShape.new(name: 'SqlInjectionMatchSet')
145
+ SqlInjectionMatchSetSummaries = Shapes::ListShape.new(name: 'SqlInjectionMatchSetSummaries')
146
+ SqlInjectionMatchSetSummary = Shapes::StructureShape.new(name: 'SqlInjectionMatchSetSummary')
147
+ SqlInjectionMatchSetUpdate = Shapes::StructureShape.new(name: 'SqlInjectionMatchSetUpdate')
148
+ SqlInjectionMatchSetUpdates = Shapes::ListShape.new(name: 'SqlInjectionMatchSetUpdates')
149
+ SqlInjectionMatchTuple = Shapes::StructureShape.new(name: 'SqlInjectionMatchTuple')
150
+ SqlInjectionMatchTuples = Shapes::ListShape.new(name: 'SqlInjectionMatchTuples')
151
+ TextTransformation = Shapes::StringShape.new(name: 'TextTransformation')
152
+ TimeWindow = Shapes::StructureShape.new(name: 'TimeWindow')
153
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
154
+ URIString = Shapes::StringShape.new(name: 'URIString')
155
+ UpdateByteMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateByteMatchSetRequest')
156
+ UpdateByteMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateByteMatchSetResponse')
157
+ UpdateIPSetRequest = Shapes::StructureShape.new(name: 'UpdateIPSetRequest')
158
+ UpdateIPSetResponse = Shapes::StructureShape.new(name: 'UpdateIPSetResponse')
159
+ UpdateRuleRequest = Shapes::StructureShape.new(name: 'UpdateRuleRequest')
160
+ UpdateRuleResponse = Shapes::StructureShape.new(name: 'UpdateRuleResponse')
161
+ UpdateSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'UpdateSizeConstraintSetRequest')
162
+ UpdateSizeConstraintSetResponse = Shapes::StructureShape.new(name: 'UpdateSizeConstraintSetResponse')
163
+ UpdateSqlInjectionMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateSqlInjectionMatchSetRequest')
164
+ UpdateSqlInjectionMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateSqlInjectionMatchSetResponse')
165
+ UpdateWebACLRequest = Shapes::StructureShape.new(name: 'UpdateWebACLRequest')
166
+ UpdateWebACLResponse = Shapes::StructureShape.new(name: 'UpdateWebACLResponse')
167
+ UpdateXssMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateXssMatchSetRequest')
168
+ UpdateXssMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateXssMatchSetResponse')
169
+ WAFDisallowedNameException = Shapes::StructureShape.new(name: 'WAFDisallowedNameException')
170
+ WAFInternalErrorException = Shapes::StructureShape.new(name: 'WAFInternalErrorException')
171
+ WAFInvalidAccountException = Shapes::StructureShape.new(name: 'WAFInvalidAccountException')
172
+ WAFInvalidOperationException = Shapes::StructureShape.new(name: 'WAFInvalidOperationException')
173
+ WAFInvalidParameterException = Shapes::StructureShape.new(name: 'WAFInvalidParameterException')
174
+ WAFLimitsExceededException = Shapes::StructureShape.new(name: 'WAFLimitsExceededException')
175
+ WAFNonEmptyEntityException = Shapes::StructureShape.new(name: 'WAFNonEmptyEntityException')
176
+ WAFNonexistentContainerException = Shapes::StructureShape.new(name: 'WAFNonexistentContainerException')
177
+ WAFNonexistentItemException = Shapes::StructureShape.new(name: 'WAFNonexistentItemException')
178
+ WAFReferencedItemException = Shapes::StructureShape.new(name: 'WAFReferencedItemException')
179
+ WAFStaleDataException = Shapes::StructureShape.new(name: 'WAFStaleDataException')
180
+ WafAction = Shapes::StructureShape.new(name: 'WafAction')
181
+ WafActionType = Shapes::StringShape.new(name: 'WafActionType')
182
+ WebACL = Shapes::StructureShape.new(name: 'WebACL')
183
+ WebACLSummaries = Shapes::ListShape.new(name: 'WebACLSummaries')
184
+ WebACLSummary = Shapes::StructureShape.new(name: 'WebACLSummary')
185
+ WebACLUpdate = Shapes::StructureShape.new(name: 'WebACLUpdate')
186
+ WebACLUpdates = Shapes::ListShape.new(name: 'WebACLUpdates')
187
+ XssMatchSet = Shapes::StructureShape.new(name: 'XssMatchSet')
188
+ XssMatchSetSummaries = Shapes::ListShape.new(name: 'XssMatchSetSummaries')
189
+ XssMatchSetSummary = Shapes::StructureShape.new(name: 'XssMatchSetSummary')
190
+ XssMatchSetUpdate = Shapes::StructureShape.new(name: 'XssMatchSetUpdate')
191
+ XssMatchSetUpdates = Shapes::ListShape.new(name: 'XssMatchSetUpdates')
192
+ XssMatchTuple = Shapes::StructureShape.new(name: 'XssMatchTuple')
193
+ XssMatchTuples = Shapes::ListShape.new(name: 'XssMatchTuples')
194
+ errorMessage = Shapes::StringShape.new(name: 'errorMessage')
195
+
196
+ ActivatedRule.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, required: true, location_name: "Priority"))
197
+ ActivatedRule.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
198
+ ActivatedRule.add_member(:action, Shapes::ShapeRef.new(shape: WafAction, required: true, location_name: "Action"))
199
+ ActivatedRule.struct_class = Types::ActivatedRule
200
+
201
+ ActivatedRules.member = Shapes::ShapeRef.new(shape: ActivatedRule)
202
+
203
+ ByteMatchSet.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
204
+ ByteMatchSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
205
+ ByteMatchSet.add_member(:byte_match_tuples, Shapes::ShapeRef.new(shape: ByteMatchTuples, required: true, location_name: "ByteMatchTuples"))
206
+ ByteMatchSet.struct_class = Types::ByteMatchSet
207
+
208
+ ByteMatchSetSummaries.member = Shapes::ShapeRef.new(shape: ByteMatchSetSummary)
209
+
210
+ ByteMatchSetSummary.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
211
+ ByteMatchSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
212
+ ByteMatchSetSummary.struct_class = Types::ByteMatchSetSummary
213
+
214
+ ByteMatchSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
215
+ ByteMatchSetUpdate.add_member(:byte_match_tuple, Shapes::ShapeRef.new(shape: ByteMatchTuple, required: true, location_name: "ByteMatchTuple"))
216
+ ByteMatchSetUpdate.struct_class = Types::ByteMatchSetUpdate
217
+
218
+ ByteMatchSetUpdates.member = Shapes::ShapeRef.new(shape: ByteMatchSetUpdate)
219
+
220
+ ByteMatchTuple.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
221
+ ByteMatchTuple.add_member(:target_string, Shapes::ShapeRef.new(shape: ByteMatchTargetString, required: true, location_name: "TargetString"))
222
+ ByteMatchTuple.add_member(:text_transformation, Shapes::ShapeRef.new(shape: TextTransformation, required: true, location_name: "TextTransformation"))
223
+ ByteMatchTuple.add_member(:positional_constraint, Shapes::ShapeRef.new(shape: PositionalConstraint, required: true, location_name: "PositionalConstraint"))
224
+ ByteMatchTuple.struct_class = Types::ByteMatchTuple
225
+
226
+ ByteMatchTuples.member = Shapes::ShapeRef.new(shape: ByteMatchTuple)
227
+
228
+ CreateByteMatchSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
229
+ CreateByteMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
230
+ CreateByteMatchSetRequest.struct_class = Types::CreateByteMatchSetRequest
231
+
232
+ CreateByteMatchSetResponse.add_member(:byte_match_set, Shapes::ShapeRef.new(shape: ByteMatchSet, location_name: "ByteMatchSet"))
233
+ CreateByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
234
+ CreateByteMatchSetResponse.struct_class = Types::CreateByteMatchSetResponse
235
+
236
+ CreateIPSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
237
+ CreateIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
238
+ CreateIPSetRequest.struct_class = Types::CreateIPSetRequest
239
+
240
+ CreateIPSetResponse.add_member(:ip_set, Shapes::ShapeRef.new(shape: IPSet, location_name: "IPSet"))
241
+ CreateIPSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
242
+ CreateIPSetResponse.struct_class = Types::CreateIPSetResponse
243
+
244
+ CreateRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
245
+ CreateRuleRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
246
+ CreateRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
247
+ CreateRuleRequest.struct_class = Types::CreateRuleRequest
248
+
249
+ CreateRuleResponse.add_member(:rule, Shapes::ShapeRef.new(shape: Rule, location_name: "Rule"))
250
+ CreateRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
251
+ CreateRuleResponse.struct_class = Types::CreateRuleResponse
252
+
253
+ CreateSizeConstraintSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
254
+ CreateSizeConstraintSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
255
+ CreateSizeConstraintSetRequest.struct_class = Types::CreateSizeConstraintSetRequest
256
+
257
+ CreateSizeConstraintSetResponse.add_member(:size_constraint_set, Shapes::ShapeRef.new(shape: SizeConstraintSet, location_name: "SizeConstraintSet"))
258
+ CreateSizeConstraintSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
259
+ CreateSizeConstraintSetResponse.struct_class = Types::CreateSizeConstraintSetResponse
260
+
261
+ CreateSqlInjectionMatchSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
262
+ CreateSqlInjectionMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
263
+ CreateSqlInjectionMatchSetRequest.struct_class = Types::CreateSqlInjectionMatchSetRequest
264
+
265
+ CreateSqlInjectionMatchSetResponse.add_member(:sql_injection_match_set, Shapes::ShapeRef.new(shape: SqlInjectionMatchSet, location_name: "SqlInjectionMatchSet"))
266
+ CreateSqlInjectionMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
267
+ CreateSqlInjectionMatchSetResponse.struct_class = Types::CreateSqlInjectionMatchSetResponse
268
+
269
+ CreateWebACLRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
270
+ CreateWebACLRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
271
+ CreateWebACLRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: WafAction, required: true, location_name: "DefaultAction"))
272
+ CreateWebACLRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
273
+ CreateWebACLRequest.struct_class = Types::CreateWebACLRequest
274
+
275
+ CreateWebACLResponse.add_member(:web_acl, Shapes::ShapeRef.new(shape: WebACL, location_name: "WebACL"))
276
+ CreateWebACLResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
277
+ CreateWebACLResponse.struct_class = Types::CreateWebACLResponse
278
+
279
+ CreateXssMatchSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
280
+ CreateXssMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
281
+ CreateXssMatchSetRequest.struct_class = Types::CreateXssMatchSetRequest
282
+
283
+ CreateXssMatchSetResponse.add_member(:xss_match_set, Shapes::ShapeRef.new(shape: XssMatchSet, location_name: "XssMatchSet"))
284
+ CreateXssMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
285
+ CreateXssMatchSetResponse.struct_class = Types::CreateXssMatchSetResponse
286
+
287
+ DeleteByteMatchSetRequest.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
288
+ DeleteByteMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
289
+ DeleteByteMatchSetRequest.struct_class = Types::DeleteByteMatchSetRequest
290
+
291
+ DeleteByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
292
+ DeleteByteMatchSetResponse.struct_class = Types::DeleteByteMatchSetResponse
293
+
294
+ DeleteIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
295
+ DeleteIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
296
+ DeleteIPSetRequest.struct_class = Types::DeleteIPSetRequest
297
+
298
+ DeleteIPSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
299
+ DeleteIPSetResponse.struct_class = Types::DeleteIPSetResponse
300
+
301
+ DeleteRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
302
+ DeleteRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
303
+ DeleteRuleRequest.struct_class = Types::DeleteRuleRequest
304
+
305
+ DeleteRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
306
+ DeleteRuleResponse.struct_class = Types::DeleteRuleResponse
275
307
 
276
- CreateWebACLResponse.add_member(:web_acl, Shapes::ShapeRef.new(shape: WebACL, location_name: "WebACL"))
277
- CreateWebACLResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
278
- CreateWebACLResponse.struct_class = Types::CreateWebACLResponse
308
+ DeleteSizeConstraintSetRequest.add_member(:size_constraint_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SizeConstraintSetId"))
309
+ DeleteSizeConstraintSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
310
+ DeleteSizeConstraintSetRequest.struct_class = Types::DeleteSizeConstraintSetRequest
279
311
 
280
- CreateXssMatchSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
281
- CreateXssMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
282
- CreateXssMatchSetRequest.struct_class = Types::CreateXssMatchSetRequest
312
+ DeleteSizeConstraintSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
313
+ DeleteSizeConstraintSetResponse.struct_class = Types::DeleteSizeConstraintSetResponse
283
314
 
284
- CreateXssMatchSetResponse.add_member(:xss_match_set, Shapes::ShapeRef.new(shape: XssMatchSet, location_name: "XssMatchSet"))
285
- CreateXssMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
286
- CreateXssMatchSetResponse.struct_class = Types::CreateXssMatchSetResponse
315
+ DeleteSqlInjectionMatchSetRequest.add_member(:sql_injection_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SqlInjectionMatchSetId"))
316
+ DeleteSqlInjectionMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
317
+ DeleteSqlInjectionMatchSetRequest.struct_class = Types::DeleteSqlInjectionMatchSetRequest
287
318
 
288
- DeleteByteMatchSetRequest.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
289
- DeleteByteMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
290
- DeleteByteMatchSetRequest.struct_class = Types::DeleteByteMatchSetRequest
319
+ DeleteSqlInjectionMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
320
+ DeleteSqlInjectionMatchSetResponse.struct_class = Types::DeleteSqlInjectionMatchSetResponse
291
321
 
292
- DeleteByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
293
- DeleteByteMatchSetResponse.struct_class = Types::DeleteByteMatchSetResponse
322
+ DeleteWebACLRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
323
+ DeleteWebACLRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
324
+ DeleteWebACLRequest.struct_class = Types::DeleteWebACLRequest
294
325
 
295
- DeleteIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
296
- DeleteIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
297
- DeleteIPSetRequest.struct_class = Types::DeleteIPSetRequest
326
+ DeleteWebACLResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
327
+ DeleteWebACLResponse.struct_class = Types::DeleteWebACLResponse
298
328
 
299
- DeleteIPSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
300
- DeleteIPSetResponse.struct_class = Types::DeleteIPSetResponse
329
+ DeleteXssMatchSetRequest.add_member(:xss_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "XssMatchSetId"))
330
+ DeleteXssMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
331
+ DeleteXssMatchSetRequest.struct_class = Types::DeleteXssMatchSetRequest
301
332
 
302
- DeleteRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
303
- DeleteRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
304
- DeleteRuleRequest.struct_class = Types::DeleteRuleRequest
333
+ DeleteXssMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
334
+ DeleteXssMatchSetResponse.struct_class = Types::DeleteXssMatchSetResponse
305
335
 
306
- DeleteRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
307
- DeleteRuleResponse.struct_class = Types::DeleteRuleResponse
336
+ FieldToMatch.add_member(:type, Shapes::ShapeRef.new(shape: MatchFieldType, required: true, location_name: "Type"))
337
+ FieldToMatch.add_member(:data, Shapes::ShapeRef.new(shape: MatchFieldData, location_name: "Data"))
338
+ FieldToMatch.struct_class = Types::FieldToMatch
308
339
 
309
- DeleteSizeConstraintSetRequest.add_member(:size_constraint_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SizeConstraintSetId"))
310
- DeleteSizeConstraintSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
311
- DeleteSizeConstraintSetRequest.struct_class = Types::DeleteSizeConstraintSetRequest
340
+ GetByteMatchSetRequest.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
341
+ GetByteMatchSetRequest.struct_class = Types::GetByteMatchSetRequest
312
342
 
313
- DeleteSizeConstraintSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
314
- DeleteSizeConstraintSetResponse.struct_class = Types::DeleteSizeConstraintSetResponse
343
+ GetByteMatchSetResponse.add_member(:byte_match_set, Shapes::ShapeRef.new(shape: ByteMatchSet, location_name: "ByteMatchSet"))
344
+ GetByteMatchSetResponse.struct_class = Types::GetByteMatchSetResponse
315
345
 
316
- DeleteSqlInjectionMatchSetRequest.add_member(:sql_injection_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SqlInjectionMatchSetId"))
317
- DeleteSqlInjectionMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
318
- DeleteSqlInjectionMatchSetRequest.struct_class = Types::DeleteSqlInjectionMatchSetRequest
346
+ GetChangeTokenRequest.struct_class = Types::GetChangeTokenRequest
319
347
 
320
- DeleteSqlInjectionMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
321
- DeleteSqlInjectionMatchSetResponse.struct_class = Types::DeleteSqlInjectionMatchSetResponse
348
+ GetChangeTokenResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
349
+ GetChangeTokenResponse.struct_class = Types::GetChangeTokenResponse
322
350
 
323
- DeleteWebACLRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
324
- DeleteWebACLRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
325
- DeleteWebACLRequest.struct_class = Types::DeleteWebACLRequest
351
+ GetChangeTokenStatusRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
352
+ GetChangeTokenStatusRequest.struct_class = Types::GetChangeTokenStatusRequest
326
353
 
327
- DeleteWebACLResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
328
- DeleteWebACLResponse.struct_class = Types::DeleteWebACLResponse
354
+ GetChangeTokenStatusResponse.add_member(:change_token_status, Shapes::ShapeRef.new(shape: ChangeTokenStatus, location_name: "ChangeTokenStatus"))
355
+ GetChangeTokenStatusResponse.struct_class = Types::GetChangeTokenStatusResponse
329
356
 
330
- DeleteXssMatchSetRequest.add_member(:xss_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "XssMatchSetId"))
331
- DeleteXssMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
332
- DeleteXssMatchSetRequest.struct_class = Types::DeleteXssMatchSetRequest
357
+ GetIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
358
+ GetIPSetRequest.struct_class = Types::GetIPSetRequest
333
359
 
334
- DeleteXssMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
335
- DeleteXssMatchSetResponse.struct_class = Types::DeleteXssMatchSetResponse
360
+ GetIPSetResponse.add_member(:ip_set, Shapes::ShapeRef.new(shape: IPSet, location_name: "IPSet"))
361
+ GetIPSetResponse.struct_class = Types::GetIPSetResponse
336
362
 
337
- FieldToMatch.add_member(:type, Shapes::ShapeRef.new(shape: MatchFieldType, required: true, location_name: "Type"))
338
- FieldToMatch.add_member(:data, Shapes::ShapeRef.new(shape: MatchFieldData, location_name: "Data"))
339
- FieldToMatch.struct_class = Types::FieldToMatch
363
+ GetRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
364
+ GetRuleRequest.struct_class = Types::GetRuleRequest
340
365
 
341
- GetByteMatchSetRequest.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
342
- GetByteMatchSetRequest.struct_class = Types::GetByteMatchSetRequest
366
+ GetRuleResponse.add_member(:rule, Shapes::ShapeRef.new(shape: Rule, location_name: "Rule"))
367
+ GetRuleResponse.struct_class = Types::GetRuleResponse
343
368
 
344
- GetByteMatchSetResponse.add_member(:byte_match_set, Shapes::ShapeRef.new(shape: ByteMatchSet, location_name: "ByteMatchSet"))
345
- GetByteMatchSetResponse.struct_class = Types::GetByteMatchSetResponse
369
+ GetSampledRequestsRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebAclId"))
370
+ GetSampledRequestsRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
371
+ GetSampledRequestsRequest.add_member(:time_window, Shapes::ShapeRef.new(shape: TimeWindow, required: true, location_name: "TimeWindow"))
372
+ GetSampledRequestsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: GetSampledRequestsMaxItems, required: true, location_name: "MaxItems"))
373
+ GetSampledRequestsRequest.struct_class = Types::GetSampledRequestsRequest
346
374
 
347
- GetChangeTokenRequest.struct_class = Types::GetChangeTokenRequest
375
+ GetSampledRequestsResponse.add_member(:sampled_requests, Shapes::ShapeRef.new(shape: SampledHTTPRequests, location_name: "SampledRequests"))
376
+ GetSampledRequestsResponse.add_member(:population_size, Shapes::ShapeRef.new(shape: PopulationSize, location_name: "PopulationSize"))
377
+ GetSampledRequestsResponse.add_member(:time_window, Shapes::ShapeRef.new(shape: TimeWindow, location_name: "TimeWindow"))
378
+ GetSampledRequestsResponse.struct_class = Types::GetSampledRequestsResponse
348
379
 
349
- GetChangeTokenResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
350
- GetChangeTokenResponse.struct_class = Types::GetChangeTokenResponse
380
+ GetSizeConstraintSetRequest.add_member(:size_constraint_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SizeConstraintSetId"))
381
+ GetSizeConstraintSetRequest.struct_class = Types::GetSizeConstraintSetRequest
351
382
 
352
- GetChangeTokenStatusRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
353
- GetChangeTokenStatusRequest.struct_class = Types::GetChangeTokenStatusRequest
383
+ GetSizeConstraintSetResponse.add_member(:size_constraint_set, Shapes::ShapeRef.new(shape: SizeConstraintSet, location_name: "SizeConstraintSet"))
384
+ GetSizeConstraintSetResponse.struct_class = Types::GetSizeConstraintSetResponse
354
385
 
355
- GetChangeTokenStatusResponse.add_member(:change_token_status, Shapes::ShapeRef.new(shape: ChangeTokenStatus, location_name: "ChangeTokenStatus"))
356
- GetChangeTokenStatusResponse.struct_class = Types::GetChangeTokenStatusResponse
386
+ GetSqlInjectionMatchSetRequest.add_member(:sql_injection_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SqlInjectionMatchSetId"))
387
+ GetSqlInjectionMatchSetRequest.struct_class = Types::GetSqlInjectionMatchSetRequest
357
388
 
358
- GetIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
359
- GetIPSetRequest.struct_class = Types::GetIPSetRequest
389
+ GetSqlInjectionMatchSetResponse.add_member(:sql_injection_match_set, Shapes::ShapeRef.new(shape: SqlInjectionMatchSet, location_name: "SqlInjectionMatchSet"))
390
+ GetSqlInjectionMatchSetResponse.struct_class = Types::GetSqlInjectionMatchSetResponse
360
391
 
361
- GetIPSetResponse.add_member(:ip_set, Shapes::ShapeRef.new(shape: IPSet, location_name: "IPSet"))
362
- GetIPSetResponse.struct_class = Types::GetIPSetResponse
392
+ GetWebACLRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
393
+ GetWebACLRequest.struct_class = Types::GetWebACLRequest
363
394
 
364
- GetRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
365
- GetRuleRequest.struct_class = Types::GetRuleRequest
395
+ GetWebACLResponse.add_member(:web_acl, Shapes::ShapeRef.new(shape: WebACL, location_name: "WebACL"))
396
+ GetWebACLResponse.struct_class = Types::GetWebACLResponse
366
397
 
367
- GetRuleResponse.add_member(:rule, Shapes::ShapeRef.new(shape: Rule, location_name: "Rule"))
368
- GetRuleResponse.struct_class = Types::GetRuleResponse
398
+ GetXssMatchSetRequest.add_member(:xss_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "XssMatchSetId"))
399
+ GetXssMatchSetRequest.struct_class = Types::GetXssMatchSetRequest
369
400
 
370
- GetSampledRequestsRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebAclId"))
371
- GetSampledRequestsRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
372
- GetSampledRequestsRequest.add_member(:time_window, Shapes::ShapeRef.new(shape: TimeWindow, required: true, location_name: "TimeWindow"))
373
- GetSampledRequestsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: ListMaxItems, required: true, location_name: "MaxItems"))
374
- GetSampledRequestsRequest.struct_class = Types::GetSampledRequestsRequest
401
+ GetXssMatchSetResponse.add_member(:xss_match_set, Shapes::ShapeRef.new(shape: XssMatchSet, location_name: "XssMatchSet"))
402
+ GetXssMatchSetResponse.struct_class = Types::GetXssMatchSetResponse
375
403
 
376
- GetSampledRequestsResponse.add_member(:sampled_requests, Shapes::ShapeRef.new(shape: SampledHTTPRequests, location_name: "SampledRequests"))
377
- GetSampledRequestsResponse.add_member(:population_size, Shapes::ShapeRef.new(shape: PopulationSize, location_name: "PopulationSize"))
378
- GetSampledRequestsResponse.add_member(:time_window, Shapes::ShapeRef.new(shape: TimeWindow, location_name: "TimeWindow"))
379
- GetSampledRequestsResponse.struct_class = Types::GetSampledRequestsResponse
404
+ HTTPHeader.add_member(:name, Shapes::ShapeRef.new(shape: HeaderName, location_name: "Name"))
405
+ HTTPHeader.add_member(:value, Shapes::ShapeRef.new(shape: HeaderValue, location_name: "Value"))
406
+ HTTPHeader.struct_class = Types::HTTPHeader
380
407
 
381
- GetSizeConstraintSetRequest.add_member(:size_constraint_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SizeConstraintSetId"))
382
- GetSizeConstraintSetRequest.struct_class = Types::GetSizeConstraintSetRequest
408
+ HTTPHeaders.member = Shapes::ShapeRef.new(shape: HTTPHeader)
383
409
 
384
- GetSizeConstraintSetResponse.add_member(:size_constraint_set, Shapes::ShapeRef.new(shape: SizeConstraintSet, location_name: "SizeConstraintSet"))
385
- GetSizeConstraintSetResponse.struct_class = Types::GetSizeConstraintSetResponse
410
+ HTTPRequest.add_member(:client_ip, Shapes::ShapeRef.new(shape: IPString, location_name: "ClientIP"))
411
+ HTTPRequest.add_member(:country, Shapes::ShapeRef.new(shape: Country, location_name: "Country"))
412
+ HTTPRequest.add_member(:uri, Shapes::ShapeRef.new(shape: URIString, location_name: "URI"))
413
+ HTTPRequest.add_member(:method, Shapes::ShapeRef.new(shape: HTTPMethod, location_name: "Method"))
414
+ HTTPRequest.add_member(:http_version, Shapes::ShapeRef.new(shape: HTTPVersion, location_name: "HTTPVersion"))
415
+ HTTPRequest.add_member(:headers, Shapes::ShapeRef.new(shape: HTTPHeaders, location_name: "Headers"))
416
+ HTTPRequest.struct_class = Types::HTTPRequest
386
417
 
387
- GetSqlInjectionMatchSetRequest.add_member(:sql_injection_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SqlInjectionMatchSetId"))
388
- GetSqlInjectionMatchSetRequest.struct_class = Types::GetSqlInjectionMatchSetRequest
418
+ IPSet.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
419
+ IPSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
420
+ IPSet.add_member(:ip_set_descriptors, Shapes::ShapeRef.new(shape: IPSetDescriptors, required: true, location_name: "IPSetDescriptors"))
421
+ IPSet.struct_class = Types::IPSet
389
422
 
390
- GetSqlInjectionMatchSetResponse.add_member(:sql_injection_match_set, Shapes::ShapeRef.new(shape: SqlInjectionMatchSet, location_name: "SqlInjectionMatchSet"))
391
- GetSqlInjectionMatchSetResponse.struct_class = Types::GetSqlInjectionMatchSetResponse
423
+ IPSetDescriptor.add_member(:type, Shapes::ShapeRef.new(shape: IPSetDescriptorType, required: true, location_name: "Type"))
424
+ IPSetDescriptor.add_member(:value, Shapes::ShapeRef.new(shape: IPSetDescriptorValue, required: true, location_name: "Value"))
425
+ IPSetDescriptor.struct_class = Types::IPSetDescriptor
392
426
 
393
- GetWebACLRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
394
- GetWebACLRequest.struct_class = Types::GetWebACLRequest
427
+ IPSetDescriptors.member = Shapes::ShapeRef.new(shape: IPSetDescriptor)
395
428
 
396
- GetWebACLResponse.add_member(:web_acl, Shapes::ShapeRef.new(shape: WebACL, location_name: "WebACL"))
397
- GetWebACLResponse.struct_class = Types::GetWebACLResponse
429
+ IPSetSummaries.member = Shapes::ShapeRef.new(shape: IPSetSummary)
398
430
 
399
- GetXssMatchSetRequest.add_member(:xss_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "XssMatchSetId"))
400
- GetXssMatchSetRequest.struct_class = Types::GetXssMatchSetRequest
431
+ IPSetSummary.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
432
+ IPSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
433
+ IPSetSummary.struct_class = Types::IPSetSummary
401
434
 
402
- GetXssMatchSetResponse.add_member(:xss_match_set, Shapes::ShapeRef.new(shape: XssMatchSet, location_name: "XssMatchSet"))
403
- GetXssMatchSetResponse.struct_class = Types::GetXssMatchSetResponse
435
+ IPSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
436
+ IPSetUpdate.add_member(:ip_set_descriptor, Shapes::ShapeRef.new(shape: IPSetDescriptor, required: true, location_name: "IPSetDescriptor"))
437
+ IPSetUpdate.struct_class = Types::IPSetUpdate
404
438
 
405
- HTTPHeader.add_member(:name, Shapes::ShapeRef.new(shape: HeaderName, location_name: "Name"))
406
- HTTPHeader.add_member(:value, Shapes::ShapeRef.new(shape: HeaderValue, location_name: "Value"))
407
- HTTPHeader.struct_class = Types::HTTPHeader
439
+ IPSetUpdates.member = Shapes::ShapeRef.new(shape: IPSetUpdate)
408
440
 
409
- HTTPHeaders.member = Shapes::ShapeRef.new(shape: HTTPHeader)
441
+ ListByteMatchSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
442
+ ListByteMatchSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
443
+ ListByteMatchSetsRequest.struct_class = Types::ListByteMatchSetsRequest
410
444
 
411
- HTTPRequest.add_member(:client_ip, Shapes::ShapeRef.new(shape: IPString, location_name: "ClientIP"))
412
- HTTPRequest.add_member(:country, Shapes::ShapeRef.new(shape: Country, location_name: "Country"))
413
- HTTPRequest.add_member(:uri, Shapes::ShapeRef.new(shape: URIString, location_name: "URI"))
414
- HTTPRequest.add_member(:method, Shapes::ShapeRef.new(shape: HTTPMethod, location_name: "Method"))
415
- HTTPRequest.add_member(:http_version, Shapes::ShapeRef.new(shape: HTTPVersion, location_name: "HTTPVersion"))
416
- HTTPRequest.add_member(:headers, Shapes::ShapeRef.new(shape: HTTPHeaders, location_name: "Headers"))
417
- HTTPRequest.struct_class = Types::HTTPRequest
445
+ ListByteMatchSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
446
+ ListByteMatchSetsResponse.add_member(:byte_match_sets, Shapes::ShapeRef.new(shape: ByteMatchSetSummaries, location_name: "ByteMatchSets"))
447
+ ListByteMatchSetsResponse.struct_class = Types::ListByteMatchSetsResponse
418
448
 
419
- IPSet.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
420
- IPSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
421
- IPSet.add_member(:ip_set_descriptors, Shapes::ShapeRef.new(shape: IPSetDescriptors, required: true, location_name: "IPSetDescriptors"))
422
- IPSet.struct_class = Types::IPSet
449
+ ListIPSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
450
+ ListIPSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
451
+ ListIPSetsRequest.struct_class = Types::ListIPSetsRequest
423
452
 
424
- IPSetDescriptor.add_member(:type, Shapes::ShapeRef.new(shape: IPSetDescriptorType, required: true, location_name: "Type"))
425
- IPSetDescriptor.add_member(:value, Shapes::ShapeRef.new(shape: IPSetDescriptorValue, required: true, location_name: "Value"))
426
- IPSetDescriptor.struct_class = Types::IPSetDescriptor
453
+ ListIPSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
454
+ ListIPSetsResponse.add_member(:ip_sets, Shapes::ShapeRef.new(shape: IPSetSummaries, location_name: "IPSets"))
455
+ ListIPSetsResponse.struct_class = Types::ListIPSetsResponse
427
456
 
428
- IPSetDescriptors.member = Shapes::ShapeRef.new(shape: IPSetDescriptor)
457
+ ListRulesRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
458
+ ListRulesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
459
+ ListRulesRequest.struct_class = Types::ListRulesRequest
429
460
 
430
- IPSetSummaries.member = Shapes::ShapeRef.new(shape: IPSetSummary)
461
+ ListRulesResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
462
+ ListRulesResponse.add_member(:rules, Shapes::ShapeRef.new(shape: RuleSummaries, location_name: "Rules"))
463
+ ListRulesResponse.struct_class = Types::ListRulesResponse
431
464
 
432
- IPSetSummary.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
433
- IPSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
434
- IPSetSummary.struct_class = Types::IPSetSummary
465
+ ListSizeConstraintSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
466
+ ListSizeConstraintSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
467
+ ListSizeConstraintSetsRequest.struct_class = Types::ListSizeConstraintSetsRequest
435
468
 
436
- IPSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
437
- IPSetUpdate.add_member(:ip_set_descriptor, Shapes::ShapeRef.new(shape: IPSetDescriptor, required: true, location_name: "IPSetDescriptor"))
438
- IPSetUpdate.struct_class = Types::IPSetUpdate
469
+ ListSizeConstraintSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
470
+ ListSizeConstraintSetsResponse.add_member(:size_constraint_sets, Shapes::ShapeRef.new(shape: SizeConstraintSetSummaries, location_name: "SizeConstraintSets"))
471
+ ListSizeConstraintSetsResponse.struct_class = Types::ListSizeConstraintSetsResponse
439
472
 
440
- IPSetUpdates.member = Shapes::ShapeRef.new(shape: IPSetUpdate)
473
+ ListSqlInjectionMatchSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
474
+ ListSqlInjectionMatchSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
475
+ ListSqlInjectionMatchSetsRequest.struct_class = Types::ListSqlInjectionMatchSetsRequest
441
476
 
442
- ListByteMatchSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
443
- ListByteMatchSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
444
- ListByteMatchSetsRequest.struct_class = Types::ListByteMatchSetsRequest
477
+ ListSqlInjectionMatchSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
478
+ ListSqlInjectionMatchSetsResponse.add_member(:sql_injection_match_sets, Shapes::ShapeRef.new(shape: SqlInjectionMatchSetSummaries, location_name: "SqlInjectionMatchSets"))
479
+ ListSqlInjectionMatchSetsResponse.struct_class = Types::ListSqlInjectionMatchSetsResponse
445
480
 
446
- ListByteMatchSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
447
- ListByteMatchSetsResponse.add_member(:byte_match_sets, Shapes::ShapeRef.new(shape: ByteMatchSetSummaries, location_name: "ByteMatchSets"))
448
- ListByteMatchSetsResponse.struct_class = Types::ListByteMatchSetsResponse
481
+ ListWebACLsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
482
+ ListWebACLsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
483
+ ListWebACLsRequest.struct_class = Types::ListWebACLsRequest
449
484
 
450
- ListIPSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
451
- ListIPSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
452
- ListIPSetsRequest.struct_class = Types::ListIPSetsRequest
485
+ ListWebACLsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
486
+ ListWebACLsResponse.add_member(:web_acls, Shapes::ShapeRef.new(shape: WebACLSummaries, location_name: "WebACLs"))
487
+ ListWebACLsResponse.struct_class = Types::ListWebACLsResponse
453
488
 
454
- ListIPSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
455
- ListIPSetsResponse.add_member(:ip_sets, Shapes::ShapeRef.new(shape: IPSetSummaries, location_name: "IPSets"))
456
- ListIPSetsResponse.struct_class = Types::ListIPSetsResponse
489
+ ListXssMatchSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
490
+ ListXssMatchSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
491
+ ListXssMatchSetsRequest.struct_class = Types::ListXssMatchSetsRequest
457
492
 
458
- ListRulesRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
459
- ListRulesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
460
- ListRulesRequest.struct_class = Types::ListRulesRequest
493
+ ListXssMatchSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
494
+ ListXssMatchSetsResponse.add_member(:xss_match_sets, Shapes::ShapeRef.new(shape: XssMatchSetSummaries, location_name: "XssMatchSets"))
495
+ ListXssMatchSetsResponse.struct_class = Types::ListXssMatchSetsResponse
461
496
 
462
- ListRulesResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
463
- ListRulesResponse.add_member(:rules, Shapes::ShapeRef.new(shape: RuleSummaries, location_name: "Rules"))
464
- ListRulesResponse.struct_class = Types::ListRulesResponse
497
+ Predicate.add_member(:negated, Shapes::ShapeRef.new(shape: Negated, required: true, location_name: "Negated"))
498
+ Predicate.add_member(:type, Shapes::ShapeRef.new(shape: PredicateType, required: true, location_name: "Type"))
499
+ Predicate.add_member(:data_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "DataId"))
500
+ Predicate.struct_class = Types::Predicate
465
501
 
466
- ListSizeConstraintSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
467
- ListSizeConstraintSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
468
- ListSizeConstraintSetsRequest.struct_class = Types::ListSizeConstraintSetsRequest
502
+ Predicates.member = Shapes::ShapeRef.new(shape: Predicate)
469
503
 
470
- ListSizeConstraintSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
471
- ListSizeConstraintSetsResponse.add_member(:size_constraint_sets, Shapes::ShapeRef.new(shape: SizeConstraintSetSummaries, location_name: "SizeConstraintSets"))
472
- ListSizeConstraintSetsResponse.struct_class = Types::ListSizeConstraintSetsResponse
504
+ Rule.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
505
+ Rule.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
506
+ Rule.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
507
+ Rule.add_member(:predicates, Shapes::ShapeRef.new(shape: Predicates, required: true, location_name: "Predicates"))
508
+ Rule.struct_class = Types::Rule
473
509
 
474
- ListSqlInjectionMatchSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
475
- ListSqlInjectionMatchSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
476
- ListSqlInjectionMatchSetsRequest.struct_class = Types::ListSqlInjectionMatchSetsRequest
510
+ RuleSummaries.member = Shapes::ShapeRef.new(shape: RuleSummary)
477
511
 
478
- ListSqlInjectionMatchSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
479
- ListSqlInjectionMatchSetsResponse.add_member(:sql_injection_match_sets, Shapes::ShapeRef.new(shape: SqlInjectionMatchSetSummaries, location_name: "SqlInjectionMatchSets"))
480
- ListSqlInjectionMatchSetsResponse.struct_class = Types::ListSqlInjectionMatchSetsResponse
512
+ RuleSummary.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
513
+ RuleSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
514
+ RuleSummary.struct_class = Types::RuleSummary
481
515
 
482
- ListWebACLsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
483
- ListWebACLsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
484
- ListWebACLsRequest.struct_class = Types::ListWebACLsRequest
516
+ RuleUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
517
+ RuleUpdate.add_member(:predicate, Shapes::ShapeRef.new(shape: Predicate, required: true, location_name: "Predicate"))
518
+ RuleUpdate.struct_class = Types::RuleUpdate
485
519
 
486
- ListWebACLsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
487
- ListWebACLsResponse.add_member(:web_acls, Shapes::ShapeRef.new(shape: WebACLSummaries, location_name: "WebACLs"))
488
- ListWebACLsResponse.struct_class = Types::ListWebACLsResponse
520
+ RuleUpdates.member = Shapes::ShapeRef.new(shape: RuleUpdate)
489
521
 
490
- ListXssMatchSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
491
- ListXssMatchSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
492
- ListXssMatchSetsRequest.struct_class = Types::ListXssMatchSetsRequest
522
+ SampledHTTPRequest.add_member(:request, Shapes::ShapeRef.new(shape: HTTPRequest, required: true, location_name: "Request"))
523
+ SampledHTTPRequest.add_member(:weight, Shapes::ShapeRef.new(shape: SampleWeight, required: true, location_name: "Weight"))
524
+ SampledHTTPRequest.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
525
+ SampledHTTPRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "Action"))
526
+ SampledHTTPRequest.struct_class = Types::SampledHTTPRequest
493
527
 
494
- ListXssMatchSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
495
- ListXssMatchSetsResponse.add_member(:xss_match_sets, Shapes::ShapeRef.new(shape: XssMatchSetSummaries, location_name: "XssMatchSets"))
496
- ListXssMatchSetsResponse.struct_class = Types::ListXssMatchSetsResponse
528
+ SampledHTTPRequests.member = Shapes::ShapeRef.new(shape: SampledHTTPRequest)
497
529
 
498
- Predicate.add_member(:negated, Shapes::ShapeRef.new(shape: Negated, required: true, location_name: "Negated"))
499
- Predicate.add_member(:type, Shapes::ShapeRef.new(shape: PredicateType, required: true, location_name: "Type"))
500
- Predicate.add_member(:data_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "DataId"))
501
- Predicate.struct_class = Types::Predicate
530
+ SizeConstraint.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
531
+ SizeConstraint.add_member(:text_transformation, Shapes::ShapeRef.new(shape: TextTransformation, required: true, location_name: "TextTransformation"))
532
+ SizeConstraint.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, required: true, location_name: "ComparisonOperator"))
533
+ SizeConstraint.add_member(:size, Shapes::ShapeRef.new(shape: Size, required: true, location_name: "Size"))
534
+ SizeConstraint.struct_class = Types::SizeConstraint
502
535
 
503
- Predicates.member = Shapes::ShapeRef.new(shape: Predicate)
536
+ SizeConstraintSet.add_member(:size_constraint_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SizeConstraintSetId"))
537
+ SizeConstraintSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
538
+ SizeConstraintSet.add_member(:size_constraints, Shapes::ShapeRef.new(shape: SizeConstraints, required: true, location_name: "SizeConstraints"))
539
+ SizeConstraintSet.struct_class = Types::SizeConstraintSet
504
540
 
505
- Rule.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
506
- Rule.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
507
- Rule.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
508
- Rule.add_member(:predicates, Shapes::ShapeRef.new(shape: Predicates, required: true, location_name: "Predicates"))
509
- Rule.struct_class = Types::Rule
541
+ SizeConstraintSetSummaries.member = Shapes::ShapeRef.new(shape: SizeConstraintSetSummary)
510
542
 
511
- RuleSummaries.member = Shapes::ShapeRef.new(shape: RuleSummary)
543
+ SizeConstraintSetSummary.add_member(:size_constraint_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SizeConstraintSetId"))
544
+ SizeConstraintSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
545
+ SizeConstraintSetSummary.struct_class = Types::SizeConstraintSetSummary
512
546
 
513
- RuleSummary.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
514
- RuleSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
515
- RuleSummary.struct_class = Types::RuleSummary
547
+ SizeConstraintSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
548
+ SizeConstraintSetUpdate.add_member(:size_constraint, Shapes::ShapeRef.new(shape: SizeConstraint, required: true, location_name: "SizeConstraint"))
549
+ SizeConstraintSetUpdate.struct_class = Types::SizeConstraintSetUpdate
516
550
 
517
- RuleUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
518
- RuleUpdate.add_member(:predicate, Shapes::ShapeRef.new(shape: Predicate, required: true, location_name: "Predicate"))
519
- RuleUpdate.struct_class = Types::RuleUpdate
551
+ SizeConstraintSetUpdates.member = Shapes::ShapeRef.new(shape: SizeConstraintSetUpdate)
520
552
 
521
- RuleUpdates.member = Shapes::ShapeRef.new(shape: RuleUpdate)
553
+ SizeConstraints.member = Shapes::ShapeRef.new(shape: SizeConstraint)
522
554
 
523
- SampledHTTPRequest.add_member(:request, Shapes::ShapeRef.new(shape: HTTPRequest, required: true, location_name: "Request"))
524
- SampledHTTPRequest.add_member(:weight, Shapes::ShapeRef.new(shape: SampleWeight, required: true, location_name: "Weight"))
525
- SampledHTTPRequest.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
526
- SampledHTTPRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "Action"))
527
- SampledHTTPRequest.struct_class = Types::SampledHTTPRequest
555
+ SqlInjectionMatchSet.add_member(:sql_injection_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SqlInjectionMatchSetId"))
556
+ SqlInjectionMatchSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
557
+ SqlInjectionMatchSet.add_member(:sql_injection_match_tuples, Shapes::ShapeRef.new(shape: SqlInjectionMatchTuples, required: true, location_name: "SqlInjectionMatchTuples"))
558
+ SqlInjectionMatchSet.struct_class = Types::SqlInjectionMatchSet
528
559
 
529
- SampledHTTPRequests.member = Shapes::ShapeRef.new(shape: SampledHTTPRequest)
560
+ SqlInjectionMatchSetSummaries.member = Shapes::ShapeRef.new(shape: SqlInjectionMatchSetSummary)
530
561
 
531
- SizeConstraint.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
532
- SizeConstraint.add_member(:text_transformation, Shapes::ShapeRef.new(shape: TextTransformation, required: true, location_name: "TextTransformation"))
533
- SizeConstraint.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, required: true, location_name: "ComparisonOperator"))
534
- SizeConstraint.add_member(:size, Shapes::ShapeRef.new(shape: Size, required: true, location_name: "Size"))
535
- SizeConstraint.struct_class = Types::SizeConstraint
562
+ SqlInjectionMatchSetSummary.add_member(:sql_injection_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SqlInjectionMatchSetId"))
563
+ SqlInjectionMatchSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
564
+ SqlInjectionMatchSetSummary.struct_class = Types::SqlInjectionMatchSetSummary
536
565
 
537
- SizeConstraintSet.add_member(:size_constraint_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SizeConstraintSetId"))
538
- SizeConstraintSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
539
- SizeConstraintSet.add_member(:size_constraints, Shapes::ShapeRef.new(shape: SizeConstraints, required: true, location_name: "SizeConstraints"))
540
- SizeConstraintSet.struct_class = Types::SizeConstraintSet
566
+ SqlInjectionMatchSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
567
+ SqlInjectionMatchSetUpdate.add_member(:sql_injection_match_tuple, Shapes::ShapeRef.new(shape: SqlInjectionMatchTuple, required: true, location_name: "SqlInjectionMatchTuple"))
568
+ SqlInjectionMatchSetUpdate.struct_class = Types::SqlInjectionMatchSetUpdate
541
569
 
542
- SizeConstraintSetSummaries.member = Shapes::ShapeRef.new(shape: SizeConstraintSetSummary)
570
+ SqlInjectionMatchSetUpdates.member = Shapes::ShapeRef.new(shape: SqlInjectionMatchSetUpdate)
543
571
 
544
- SizeConstraintSetSummary.add_member(:size_constraint_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SizeConstraintSetId"))
545
- SizeConstraintSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
546
- SizeConstraintSetSummary.struct_class = Types::SizeConstraintSetSummary
572
+ SqlInjectionMatchTuple.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
573
+ SqlInjectionMatchTuple.add_member(:text_transformation, Shapes::ShapeRef.new(shape: TextTransformation, required: true, location_name: "TextTransformation"))
574
+ SqlInjectionMatchTuple.struct_class = Types::SqlInjectionMatchTuple
547
575
 
548
- SizeConstraintSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
549
- SizeConstraintSetUpdate.add_member(:size_constraint, Shapes::ShapeRef.new(shape: SizeConstraint, required: true, location_name: "SizeConstraint"))
550
- SizeConstraintSetUpdate.struct_class = Types::SizeConstraintSetUpdate
576
+ SqlInjectionMatchTuples.member = Shapes::ShapeRef.new(shape: SqlInjectionMatchTuple)
551
577
 
552
- SizeConstraintSetUpdates.member = Shapes::ShapeRef.new(shape: SizeConstraintSetUpdate)
578
+ TimeWindow.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
579
+ TimeWindow.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTime"))
580
+ TimeWindow.struct_class = Types::TimeWindow
553
581
 
554
- SizeConstraints.member = Shapes::ShapeRef.new(shape: SizeConstraint)
582
+ UpdateByteMatchSetRequest.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
583
+ UpdateByteMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
584
+ UpdateByteMatchSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: ByteMatchSetUpdates, required: true, location_name: "Updates"))
585
+ UpdateByteMatchSetRequest.struct_class = Types::UpdateByteMatchSetRequest
555
586
 
556
- SqlInjectionMatchSet.add_member(:sql_injection_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SqlInjectionMatchSetId"))
557
- SqlInjectionMatchSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
558
- SqlInjectionMatchSet.add_member(:sql_injection_match_tuples, Shapes::ShapeRef.new(shape: SqlInjectionMatchTuples, required: true, location_name: "SqlInjectionMatchTuples"))
559
- SqlInjectionMatchSet.struct_class = Types::SqlInjectionMatchSet
587
+ UpdateByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
588
+ UpdateByteMatchSetResponse.struct_class = Types::UpdateByteMatchSetResponse
560
589
 
561
- SqlInjectionMatchSetSummaries.member = Shapes::ShapeRef.new(shape: SqlInjectionMatchSetSummary)
590
+ UpdateIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
591
+ UpdateIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
592
+ UpdateIPSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: IPSetUpdates, required: true, location_name: "Updates"))
593
+ UpdateIPSetRequest.struct_class = Types::UpdateIPSetRequest
562
594
 
563
- SqlInjectionMatchSetSummary.add_member(:sql_injection_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SqlInjectionMatchSetId"))
564
- SqlInjectionMatchSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
565
- SqlInjectionMatchSetSummary.struct_class = Types::SqlInjectionMatchSetSummary
595
+ UpdateIPSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
596
+ UpdateIPSetResponse.struct_class = Types::UpdateIPSetResponse
566
597
 
567
- SqlInjectionMatchSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
568
- SqlInjectionMatchSetUpdate.add_member(:sql_injection_match_tuple, Shapes::ShapeRef.new(shape: SqlInjectionMatchTuple, required: true, location_name: "SqlInjectionMatchTuple"))
569
- SqlInjectionMatchSetUpdate.struct_class = Types::SqlInjectionMatchSetUpdate
598
+ UpdateRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
599
+ UpdateRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
600
+ UpdateRuleRequest.add_member(:updates, Shapes::ShapeRef.new(shape: RuleUpdates, required: true, location_name: "Updates"))
601
+ UpdateRuleRequest.struct_class = Types::UpdateRuleRequest
570
602
 
571
- SqlInjectionMatchSetUpdates.member = Shapes::ShapeRef.new(shape: SqlInjectionMatchSetUpdate)
603
+ UpdateRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
604
+ UpdateRuleResponse.struct_class = Types::UpdateRuleResponse
572
605
 
573
- SqlInjectionMatchTuple.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
574
- SqlInjectionMatchTuple.add_member(:text_transformation, Shapes::ShapeRef.new(shape: TextTransformation, required: true, location_name: "TextTransformation"))
575
- SqlInjectionMatchTuple.struct_class = Types::SqlInjectionMatchTuple
606
+ UpdateSizeConstraintSetRequest.add_member(:size_constraint_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SizeConstraintSetId"))
607
+ UpdateSizeConstraintSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
608
+ UpdateSizeConstraintSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: SizeConstraintSetUpdates, required: true, location_name: "Updates"))
609
+ UpdateSizeConstraintSetRequest.struct_class = Types::UpdateSizeConstraintSetRequest
576
610
 
577
- SqlInjectionMatchTuples.member = Shapes::ShapeRef.new(shape: SqlInjectionMatchTuple)
611
+ UpdateSizeConstraintSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
612
+ UpdateSizeConstraintSetResponse.struct_class = Types::UpdateSizeConstraintSetResponse
578
613
 
579
- TimeWindow.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
580
- TimeWindow.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTime"))
581
- TimeWindow.struct_class = Types::TimeWindow
614
+ UpdateSqlInjectionMatchSetRequest.add_member(:sql_injection_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SqlInjectionMatchSetId"))
615
+ UpdateSqlInjectionMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
616
+ UpdateSqlInjectionMatchSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: SqlInjectionMatchSetUpdates, required: true, location_name: "Updates"))
617
+ UpdateSqlInjectionMatchSetRequest.struct_class = Types::UpdateSqlInjectionMatchSetRequest
582
618
 
583
- UpdateByteMatchSetRequest.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
584
- UpdateByteMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
585
- UpdateByteMatchSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: ByteMatchSetUpdates, required: true, location_name: "Updates"))
586
- UpdateByteMatchSetRequest.struct_class = Types::UpdateByteMatchSetRequest
619
+ UpdateSqlInjectionMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
620
+ UpdateSqlInjectionMatchSetResponse.struct_class = Types::UpdateSqlInjectionMatchSetResponse
587
621
 
588
- UpdateByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
589
- UpdateByteMatchSetResponse.struct_class = Types::UpdateByteMatchSetResponse
622
+ UpdateWebACLRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
623
+ UpdateWebACLRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
624
+ UpdateWebACLRequest.add_member(:updates, Shapes::ShapeRef.new(shape: WebACLUpdates, location_name: "Updates"))
625
+ UpdateWebACLRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: WafAction, location_name: "DefaultAction"))
626
+ UpdateWebACLRequest.struct_class = Types::UpdateWebACLRequest
590
627
 
591
- UpdateIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
592
- UpdateIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
593
- UpdateIPSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: IPSetUpdates, required: true, location_name: "Updates"))
594
- UpdateIPSetRequest.struct_class = Types::UpdateIPSetRequest
628
+ UpdateWebACLResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
629
+ UpdateWebACLResponse.struct_class = Types::UpdateWebACLResponse
595
630
 
596
- UpdateIPSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
597
- UpdateIPSetResponse.struct_class = Types::UpdateIPSetResponse
631
+ UpdateXssMatchSetRequest.add_member(:xss_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "XssMatchSetId"))
632
+ UpdateXssMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
633
+ UpdateXssMatchSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: XssMatchSetUpdates, required: true, location_name: "Updates"))
634
+ UpdateXssMatchSetRequest.struct_class = Types::UpdateXssMatchSetRequest
598
635
 
599
- UpdateRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
600
- UpdateRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
601
- UpdateRuleRequest.add_member(:updates, Shapes::ShapeRef.new(shape: RuleUpdates, required: true, location_name: "Updates"))
602
- UpdateRuleRequest.struct_class = Types::UpdateRuleRequest
636
+ UpdateXssMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
637
+ UpdateXssMatchSetResponse.struct_class = Types::UpdateXssMatchSetResponse
603
638
 
604
- UpdateRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
605
- UpdateRuleResponse.struct_class = Types::UpdateRuleResponse
639
+ WafAction.add_member(:type, Shapes::ShapeRef.new(shape: WafActionType, required: true, location_name: "Type"))
640
+ WafAction.struct_class = Types::WafAction
606
641
 
607
- UpdateSizeConstraintSetRequest.add_member(:size_constraint_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SizeConstraintSetId"))
608
- UpdateSizeConstraintSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
609
- UpdateSizeConstraintSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: SizeConstraintSetUpdates, required: true, location_name: "Updates"))
610
- UpdateSizeConstraintSetRequest.struct_class = Types::UpdateSizeConstraintSetRequest
642
+ WebACL.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
643
+ WebACL.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
644
+ WebACL.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
645
+ WebACL.add_member(:default_action, Shapes::ShapeRef.new(shape: WafAction, required: true, location_name: "DefaultAction"))
646
+ WebACL.add_member(:rules, Shapes::ShapeRef.new(shape: ActivatedRules, required: true, location_name: "Rules"))
647
+ WebACL.struct_class = Types::WebACL
611
648
 
612
- UpdateSizeConstraintSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
613
- UpdateSizeConstraintSetResponse.struct_class = Types::UpdateSizeConstraintSetResponse
649
+ WebACLSummaries.member = Shapes::ShapeRef.new(shape: WebACLSummary)
614
650
 
615
- UpdateSqlInjectionMatchSetRequest.add_member(:sql_injection_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "SqlInjectionMatchSetId"))
616
- UpdateSqlInjectionMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
617
- UpdateSqlInjectionMatchSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: SqlInjectionMatchSetUpdates, required: true, location_name: "Updates"))
618
- UpdateSqlInjectionMatchSetRequest.struct_class = Types::UpdateSqlInjectionMatchSetRequest
651
+ WebACLSummary.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
652
+ WebACLSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
653
+ WebACLSummary.struct_class = Types::WebACLSummary
619
654
 
620
- UpdateSqlInjectionMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
621
- UpdateSqlInjectionMatchSetResponse.struct_class = Types::UpdateSqlInjectionMatchSetResponse
655
+ WebACLUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
656
+ WebACLUpdate.add_member(:activated_rule, Shapes::ShapeRef.new(shape: ActivatedRule, required: true, location_name: "ActivatedRule"))
657
+ WebACLUpdate.struct_class = Types::WebACLUpdate
622
658
 
623
- UpdateWebACLRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
624
- UpdateWebACLRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
625
- UpdateWebACLRequest.add_member(:updates, Shapes::ShapeRef.new(shape: WebACLUpdates, location_name: "Updates"))
626
- UpdateWebACLRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: WafAction, location_name: "DefaultAction"))
627
- UpdateWebACLRequest.struct_class = Types::UpdateWebACLRequest
659
+ WebACLUpdates.member = Shapes::ShapeRef.new(shape: WebACLUpdate)
628
660
 
629
- UpdateWebACLResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
630
- UpdateWebACLResponse.struct_class = Types::UpdateWebACLResponse
631
-
632
- UpdateXssMatchSetRequest.add_member(:xss_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "XssMatchSetId"))
633
- UpdateXssMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
634
- UpdateXssMatchSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: XssMatchSetUpdates, required: true, location_name: "Updates"))
635
- UpdateXssMatchSetRequest.struct_class = Types::UpdateXssMatchSetRequest
636
-
637
- UpdateXssMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
638
- UpdateXssMatchSetResponse.struct_class = Types::UpdateXssMatchSetResponse
639
-
640
- WafAction.add_member(:type, Shapes::ShapeRef.new(shape: WafActionType, required: true, location_name: "Type"))
641
- WafAction.struct_class = Types::WafAction
642
-
643
- WebACL.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
644
- WebACL.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
645
- WebACL.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
646
- WebACL.add_member(:default_action, Shapes::ShapeRef.new(shape: WafAction, required: true, location_name: "DefaultAction"))
647
- WebACL.add_member(:rules, Shapes::ShapeRef.new(shape: ActivatedRules, required: true, location_name: "Rules"))
648
- WebACL.struct_class = Types::WebACL
649
-
650
- WebACLSummaries.member = Shapes::ShapeRef.new(shape: WebACLSummary)
651
-
652
- WebACLSummary.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
653
- WebACLSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
654
- WebACLSummary.struct_class = Types::WebACLSummary
655
-
656
- WebACLUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
657
- WebACLUpdate.add_member(:activated_rule, Shapes::ShapeRef.new(shape: ActivatedRule, required: true, location_name: "ActivatedRule"))
658
- WebACLUpdate.struct_class = Types::WebACLUpdate
659
-
660
- WebACLUpdates.member = Shapes::ShapeRef.new(shape: WebACLUpdate)
661
-
662
- XssMatchSet.add_member(:xss_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "XssMatchSetId"))
663
- XssMatchSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
664
- XssMatchSet.add_member(:xss_match_tuples, Shapes::ShapeRef.new(shape: XssMatchTuples, required: true, location_name: "XssMatchTuples"))
665
- XssMatchSet.struct_class = Types::XssMatchSet
666
-
667
- XssMatchSetSummaries.member = Shapes::ShapeRef.new(shape: XssMatchSetSummary)
668
-
669
- XssMatchSetSummary.add_member(:xss_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "XssMatchSetId"))
670
- XssMatchSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
671
- XssMatchSetSummary.struct_class = Types::XssMatchSetSummary
672
-
673
- XssMatchSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
674
- XssMatchSetUpdate.add_member(:xss_match_tuple, Shapes::ShapeRef.new(shape: XssMatchTuple, required: true, location_name: "XssMatchTuple"))
675
- XssMatchSetUpdate.struct_class = Types::XssMatchSetUpdate
676
-
677
- XssMatchSetUpdates.member = Shapes::ShapeRef.new(shape: XssMatchSetUpdate)
678
-
679
- XssMatchTuple.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
680
- XssMatchTuple.add_member(:text_transformation, Shapes::ShapeRef.new(shape: TextTransformation, required: true, location_name: "TextTransformation"))
681
- XssMatchTuple.struct_class = Types::XssMatchTuple
682
-
683
- XssMatchTuples.member = Shapes::ShapeRef.new(shape: XssMatchTuple)
684
-
685
-
686
- # @api private
687
- API = Seahorse::Model::Api.new.tap do |api|
688
-
689
- api.version = "2015-08-24"
690
-
691
- api.metadata = {
692
- "endpointPrefix" => "waf",
693
- "jsonVersion" => "1.1",
694
- "protocol" => "json",
695
- "serviceFullName" => "AWS WAF",
696
- "signatureVersion" => "v4",
697
- "targetPrefix" => "AWSWAF_20150824",
698
- }
699
-
700
- api.add_operation(:create_byte_match_set, Seahorse::Model::Operation.new.tap do |o|
701
- o.name = "CreateByteMatchSet"
702
- o.http_method = "POST"
703
- o.http_request_uri = "/"
704
- o.input = Shapes::ShapeRef.new(shape: CreateByteMatchSetRequest)
705
- o.output = Shapes::ShapeRef.new(shape: CreateByteMatchSetResponse)
706
- o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
707
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
708
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
709
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
710
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
711
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
712
- end)
713
-
714
- api.add_operation(:create_ip_set, Seahorse::Model::Operation.new.tap do |o|
715
- o.name = "CreateIPSet"
716
- o.http_method = "POST"
717
- o.http_request_uri = "/"
718
- o.input = Shapes::ShapeRef.new(shape: CreateIPSetRequest)
719
- o.output = Shapes::ShapeRef.new(shape: CreateIPSetResponse)
720
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
721
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
722
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
723
- o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
724
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
725
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
726
- end)
727
-
728
- api.add_operation(:create_rule, Seahorse::Model::Operation.new.tap do |o|
729
- o.name = "CreateRule"
730
- o.http_method = "POST"
731
- o.http_request_uri = "/"
732
- o.input = Shapes::ShapeRef.new(shape: CreateRuleRequest)
733
- o.output = Shapes::ShapeRef.new(shape: CreateRuleResponse)
734
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
735
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
736
- o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
737
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
738
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
739
- end)
740
-
741
- api.add_operation(:create_size_constraint_set, Seahorse::Model::Operation.new.tap do |o|
742
- o.name = "CreateSizeConstraintSet"
743
- o.http_method = "POST"
744
- o.http_request_uri = "/"
745
- o.input = Shapes::ShapeRef.new(shape: CreateSizeConstraintSetRequest)
746
- o.output = Shapes::ShapeRef.new(shape: CreateSizeConstraintSetResponse)
747
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
748
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
749
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
750
- o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
751
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
752
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
753
- end)
754
-
755
- api.add_operation(:create_sql_injection_match_set, Seahorse::Model::Operation.new.tap do |o|
756
- o.name = "CreateSqlInjectionMatchSet"
757
- o.http_method = "POST"
758
- o.http_request_uri = "/"
759
- o.input = Shapes::ShapeRef.new(shape: CreateSqlInjectionMatchSetRequest)
760
- o.output = Shapes::ShapeRef.new(shape: CreateSqlInjectionMatchSetResponse)
761
- o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
762
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
763
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
764
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
765
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
766
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
767
- end)
768
-
769
- api.add_operation(:create_web_acl, Seahorse::Model::Operation.new.tap do |o|
770
- o.name = "CreateWebACL"
771
- o.http_method = "POST"
772
- o.http_request_uri = "/"
773
- o.input = Shapes::ShapeRef.new(shape: CreateWebACLRequest)
774
- o.output = Shapes::ShapeRef.new(shape: CreateWebACLResponse)
775
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
776
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
777
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
778
- o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
779
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
780
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
781
- end)
782
-
783
- api.add_operation(:create_xss_match_set, Seahorse::Model::Operation.new.tap do |o|
784
- o.name = "CreateXssMatchSet"
785
- o.http_method = "POST"
786
- o.http_request_uri = "/"
787
- o.input = Shapes::ShapeRef.new(shape: CreateXssMatchSetRequest)
788
- o.output = Shapes::ShapeRef.new(shape: CreateXssMatchSetResponse)
789
- o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
790
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
791
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
792
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
793
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
794
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
795
- end)
796
-
797
- api.add_operation(:delete_byte_match_set, Seahorse::Model::Operation.new.tap do |o|
798
- o.name = "DeleteByteMatchSet"
799
- o.http_method = "POST"
800
- o.http_request_uri = "/"
801
- o.input = Shapes::ShapeRef.new(shape: DeleteByteMatchSetRequest)
802
- o.output = Shapes::ShapeRef.new(shape: DeleteByteMatchSetResponse)
803
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
804
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
805
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
806
- o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
807
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
808
- o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
809
- end)
810
-
811
- api.add_operation(:delete_ip_set, Seahorse::Model::Operation.new.tap do |o|
812
- o.name = "DeleteIPSet"
813
- o.http_method = "POST"
814
- o.http_request_uri = "/"
815
- o.input = Shapes::ShapeRef.new(shape: DeleteIPSetRequest)
816
- o.output = Shapes::ShapeRef.new(shape: DeleteIPSetResponse)
817
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
818
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
819
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
820
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
821
- o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
822
- o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
823
- end)
824
-
825
- api.add_operation(:delete_rule, Seahorse::Model::Operation.new.tap do |o|
826
- o.name = "DeleteRule"
827
- o.http_method = "POST"
828
- o.http_request_uri = "/"
829
- o.input = Shapes::ShapeRef.new(shape: DeleteRuleRequest)
830
- o.output = Shapes::ShapeRef.new(shape: DeleteRuleResponse)
831
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
832
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
833
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
834
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
835
- o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
836
- o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
837
- end)
838
-
839
- api.add_operation(:delete_size_constraint_set, Seahorse::Model::Operation.new.tap do |o|
840
- o.name = "DeleteSizeConstraintSet"
841
- o.http_method = "POST"
842
- o.http_request_uri = "/"
843
- o.input = Shapes::ShapeRef.new(shape: DeleteSizeConstraintSetRequest)
844
- o.output = Shapes::ShapeRef.new(shape: DeleteSizeConstraintSetResponse)
845
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
846
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
847
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
848
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
849
- o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
850
- o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
851
- end)
852
-
853
- api.add_operation(:delete_sql_injection_match_set, Seahorse::Model::Operation.new.tap do |o|
854
- o.name = "DeleteSqlInjectionMatchSet"
855
- o.http_method = "POST"
856
- o.http_request_uri = "/"
857
- o.input = Shapes::ShapeRef.new(shape: DeleteSqlInjectionMatchSetRequest)
858
- o.output = Shapes::ShapeRef.new(shape: DeleteSqlInjectionMatchSetResponse)
859
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
860
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
861
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
862
- o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
863
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
864
- o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
865
- end)
866
-
867
- api.add_operation(:delete_web_acl, Seahorse::Model::Operation.new.tap do |o|
868
- o.name = "DeleteWebACL"
869
- o.http_method = "POST"
870
- o.http_request_uri = "/"
871
- o.input = Shapes::ShapeRef.new(shape: DeleteWebACLRequest)
872
- o.output = Shapes::ShapeRef.new(shape: DeleteWebACLResponse)
873
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
874
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
875
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
876
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
877
- o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
878
- o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
879
- end)
880
-
881
- api.add_operation(:delete_xss_match_set, Seahorse::Model::Operation.new.tap do |o|
882
- o.name = "DeleteXssMatchSet"
883
- o.http_method = "POST"
884
- o.http_request_uri = "/"
885
- o.input = Shapes::ShapeRef.new(shape: DeleteXssMatchSetRequest)
886
- o.output = Shapes::ShapeRef.new(shape: DeleteXssMatchSetResponse)
887
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
888
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
889
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
890
- o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
891
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
892
- o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
893
- end)
894
-
895
- api.add_operation(:get_byte_match_set, Seahorse::Model::Operation.new.tap do |o|
896
- o.name = "GetByteMatchSet"
897
- o.http_method = "POST"
898
- o.http_request_uri = "/"
899
- o.input = Shapes::ShapeRef.new(shape: GetByteMatchSetRequest)
900
- o.output = Shapes::ShapeRef.new(shape: GetByteMatchSetResponse)
901
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
902
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
903
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
904
- end)
905
-
906
- api.add_operation(:get_change_token, Seahorse::Model::Operation.new.tap do |o|
907
- o.name = "GetChangeToken"
908
- o.http_method = "POST"
909
- o.http_request_uri = "/"
910
- o.input = Shapes::ShapeRef.new(shape: GetChangeTokenRequest)
911
- o.output = Shapes::ShapeRef.new(shape: GetChangeTokenResponse)
912
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
913
- end)
914
-
915
- api.add_operation(:get_change_token_status, Seahorse::Model::Operation.new.tap do |o|
916
- o.name = "GetChangeTokenStatus"
917
- o.http_method = "POST"
918
- o.http_request_uri = "/"
919
- o.input = Shapes::ShapeRef.new(shape: GetChangeTokenStatusRequest)
920
- o.output = Shapes::ShapeRef.new(shape: GetChangeTokenStatusResponse)
921
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
922
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
923
- end)
924
-
925
- api.add_operation(:get_ip_set, Seahorse::Model::Operation.new.tap do |o|
926
- o.name = "GetIPSet"
927
- o.http_method = "POST"
928
- o.http_request_uri = "/"
929
- o.input = Shapes::ShapeRef.new(shape: GetIPSetRequest)
930
- o.output = Shapes::ShapeRef.new(shape: GetIPSetResponse)
931
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
932
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
933
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
934
- end)
935
-
936
- api.add_operation(:get_rule, Seahorse::Model::Operation.new.tap do |o|
937
- o.name = "GetRule"
938
- o.http_method = "POST"
939
- o.http_request_uri = "/"
940
- o.input = Shapes::ShapeRef.new(shape: GetRuleRequest)
941
- o.output = Shapes::ShapeRef.new(shape: GetRuleResponse)
942
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
943
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
944
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
945
- end)
946
-
947
- api.add_operation(:get_sampled_requests, Seahorse::Model::Operation.new.tap do |o|
948
- o.name = "GetSampledRequests"
949
- o.http_method = "POST"
950
- o.http_request_uri = "/"
951
- o.input = Shapes::ShapeRef.new(shape: GetSampledRequestsRequest)
952
- o.output = Shapes::ShapeRef.new(shape: GetSampledRequestsResponse)
953
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
954
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
955
- end)
956
-
957
- api.add_operation(:get_size_constraint_set, Seahorse::Model::Operation.new.tap do |o|
958
- o.name = "GetSizeConstraintSet"
959
- o.http_method = "POST"
960
- o.http_request_uri = "/"
961
- o.input = Shapes::ShapeRef.new(shape: GetSizeConstraintSetRequest)
962
- o.output = Shapes::ShapeRef.new(shape: GetSizeConstraintSetResponse)
963
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
964
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
965
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
966
- end)
967
-
968
- api.add_operation(:get_sql_injection_match_set, Seahorse::Model::Operation.new.tap do |o|
969
- o.name = "GetSqlInjectionMatchSet"
970
- o.http_method = "POST"
971
- o.http_request_uri = "/"
972
- o.input = Shapes::ShapeRef.new(shape: GetSqlInjectionMatchSetRequest)
973
- o.output = Shapes::ShapeRef.new(shape: GetSqlInjectionMatchSetResponse)
974
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
975
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
976
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
977
- end)
978
-
979
- api.add_operation(:get_web_acl, Seahorse::Model::Operation.new.tap do |o|
980
- o.name = "GetWebACL"
981
- o.http_method = "POST"
982
- o.http_request_uri = "/"
983
- o.input = Shapes::ShapeRef.new(shape: GetWebACLRequest)
984
- o.output = Shapes::ShapeRef.new(shape: GetWebACLResponse)
985
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
986
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
987
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
988
- end)
989
-
990
- api.add_operation(:get_xss_match_set, Seahorse::Model::Operation.new.tap do |o|
991
- o.name = "GetXssMatchSet"
992
- o.http_method = "POST"
993
- o.http_request_uri = "/"
994
- o.input = Shapes::ShapeRef.new(shape: GetXssMatchSetRequest)
995
- o.output = Shapes::ShapeRef.new(shape: GetXssMatchSetResponse)
996
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
997
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
998
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
999
- end)
1000
-
1001
- api.add_operation(:list_byte_match_sets, Seahorse::Model::Operation.new.tap do |o|
1002
- o.name = "ListByteMatchSets"
1003
- o.http_method = "POST"
1004
- o.http_request_uri = "/"
1005
- o.input = Shapes::ShapeRef.new(shape: ListByteMatchSetsRequest)
1006
- o.output = Shapes::ShapeRef.new(shape: ListByteMatchSetsResponse)
1007
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1008
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1009
- end)
1010
-
1011
- api.add_operation(:list_ip_sets, Seahorse::Model::Operation.new.tap do |o|
1012
- o.name = "ListIPSets"
1013
- o.http_method = "POST"
1014
- o.http_request_uri = "/"
1015
- o.input = Shapes::ShapeRef.new(shape: ListIPSetsRequest)
1016
- o.output = Shapes::ShapeRef.new(shape: ListIPSetsResponse)
1017
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1018
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1019
- end)
1020
-
1021
- api.add_operation(:list_rules, Seahorse::Model::Operation.new.tap do |o|
1022
- o.name = "ListRules"
1023
- o.http_method = "POST"
1024
- o.http_request_uri = "/"
1025
- o.input = Shapes::ShapeRef.new(shape: ListRulesRequest)
1026
- o.output = Shapes::ShapeRef.new(shape: ListRulesResponse)
1027
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1028
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1029
- end)
1030
-
1031
- api.add_operation(:list_size_constraint_sets, Seahorse::Model::Operation.new.tap do |o|
1032
- o.name = "ListSizeConstraintSets"
1033
- o.http_method = "POST"
1034
- o.http_request_uri = "/"
1035
- o.input = Shapes::ShapeRef.new(shape: ListSizeConstraintSetsRequest)
1036
- o.output = Shapes::ShapeRef.new(shape: ListSizeConstraintSetsResponse)
1037
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1038
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1039
- end)
1040
-
1041
- api.add_operation(:list_sql_injection_match_sets, Seahorse::Model::Operation.new.tap do |o|
1042
- o.name = "ListSqlInjectionMatchSets"
1043
- o.http_method = "POST"
1044
- o.http_request_uri = "/"
1045
- o.input = Shapes::ShapeRef.new(shape: ListSqlInjectionMatchSetsRequest)
1046
- o.output = Shapes::ShapeRef.new(shape: ListSqlInjectionMatchSetsResponse)
1047
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1048
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1049
- end)
1050
-
1051
- api.add_operation(:list_web_acls, Seahorse::Model::Operation.new.tap do |o|
1052
- o.name = "ListWebACLs"
1053
- o.http_method = "POST"
1054
- o.http_request_uri = "/"
1055
- o.input = Shapes::ShapeRef.new(shape: ListWebACLsRequest)
1056
- o.output = Shapes::ShapeRef.new(shape: ListWebACLsResponse)
1057
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1058
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1059
- end)
1060
-
1061
- api.add_operation(:list_xss_match_sets, Seahorse::Model::Operation.new.tap do |o|
1062
- o.name = "ListXssMatchSets"
1063
- o.http_method = "POST"
1064
- o.http_request_uri = "/"
1065
- o.input = Shapes::ShapeRef.new(shape: ListXssMatchSetsRequest)
1066
- o.output = Shapes::ShapeRef.new(shape: ListXssMatchSetsResponse)
1067
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1068
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1069
- end)
1070
-
1071
- api.add_operation(:update_byte_match_set, Seahorse::Model::Operation.new.tap do |o|
1072
- o.name = "UpdateByteMatchSet"
1073
- o.http_method = "POST"
1074
- o.http_request_uri = "/"
1075
- o.input = Shapes::ShapeRef.new(shape: UpdateByteMatchSetRequest)
1076
- o.output = Shapes::ShapeRef.new(shape: UpdateByteMatchSetResponse)
1077
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1078
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1079
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1080
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1081
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1082
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1083
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1084
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1085
- end)
1086
-
1087
- api.add_operation(:update_ip_set, Seahorse::Model::Operation.new.tap do |o|
1088
- o.name = "UpdateIPSet"
1089
- o.http_method = "POST"
1090
- o.http_request_uri = "/"
1091
- o.input = Shapes::ShapeRef.new(shape: UpdateIPSetRequest)
1092
- o.output = Shapes::ShapeRef.new(shape: UpdateIPSetResponse)
1093
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1094
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1095
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1096
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1097
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1098
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1099
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1100
- o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1101
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1102
- end)
1103
-
1104
- api.add_operation(:update_rule, Seahorse::Model::Operation.new.tap do |o|
1105
- o.name = "UpdateRule"
1106
- o.http_method = "POST"
1107
- o.http_request_uri = "/"
1108
- o.input = Shapes::ShapeRef.new(shape: UpdateRuleRequest)
1109
- o.output = Shapes::ShapeRef.new(shape: UpdateRuleResponse)
1110
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1111
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1112
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1113
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1114
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1115
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1116
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1117
- o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1118
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1119
- end)
1120
-
1121
- api.add_operation(:update_size_constraint_set, Seahorse::Model::Operation.new.tap do |o|
1122
- o.name = "UpdateSizeConstraintSet"
1123
- o.http_method = "POST"
1124
- o.http_request_uri = "/"
1125
- o.input = Shapes::ShapeRef.new(shape: UpdateSizeConstraintSetRequest)
1126
- o.output = Shapes::ShapeRef.new(shape: UpdateSizeConstraintSetResponse)
1127
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1128
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1129
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1130
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1131
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1132
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1133
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1134
- o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1135
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1136
- end)
1137
-
1138
- api.add_operation(:update_sql_injection_match_set, Seahorse::Model::Operation.new.tap do |o|
1139
- o.name = "UpdateSqlInjectionMatchSet"
1140
- o.http_method = "POST"
1141
- o.http_request_uri = "/"
1142
- o.input = Shapes::ShapeRef.new(shape: UpdateSqlInjectionMatchSetRequest)
1143
- o.output = Shapes::ShapeRef.new(shape: UpdateSqlInjectionMatchSetResponse)
1144
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1145
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1146
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1147
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1148
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1149
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1150
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1151
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1152
- end)
1153
-
1154
- api.add_operation(:update_web_acl, Seahorse::Model::Operation.new.tap do |o|
1155
- o.name = "UpdateWebACL"
1156
- o.http_method = "POST"
1157
- o.http_request_uri = "/"
1158
- o.input = Shapes::ShapeRef.new(shape: UpdateWebACLRequest)
1159
- o.output = Shapes::ShapeRef.new(shape: UpdateWebACLResponse)
1160
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1161
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1162
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1163
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1164
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1165
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1166
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1167
- o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1168
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1169
- end)
1170
-
1171
- api.add_operation(:update_xss_match_set, Seahorse::Model::Operation.new.tap do |o|
1172
- o.name = "UpdateXssMatchSet"
1173
- o.http_method = "POST"
1174
- o.http_request_uri = "/"
1175
- o.input = Shapes::ShapeRef.new(shape: UpdateXssMatchSetRequest)
1176
- o.output = Shapes::ShapeRef.new(shape: UpdateXssMatchSetResponse)
1177
- o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1178
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1179
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1180
- o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1181
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1182
- o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1183
- o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1184
- o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1185
- end)
1186
- end
661
+ XssMatchSet.add_member(:xss_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "XssMatchSetId"))
662
+ XssMatchSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
663
+ XssMatchSet.add_member(:xss_match_tuples, Shapes::ShapeRef.new(shape: XssMatchTuples, required: true, location_name: "XssMatchTuples"))
664
+ XssMatchSet.struct_class = Types::XssMatchSet
1187
665
 
666
+ XssMatchSetSummaries.member = Shapes::ShapeRef.new(shape: XssMatchSetSummary)
667
+
668
+ XssMatchSetSummary.add_member(:xss_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "XssMatchSetId"))
669
+ XssMatchSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
670
+ XssMatchSetSummary.struct_class = Types::XssMatchSetSummary
671
+
672
+ XssMatchSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
673
+ XssMatchSetUpdate.add_member(:xss_match_tuple, Shapes::ShapeRef.new(shape: XssMatchTuple, required: true, location_name: "XssMatchTuple"))
674
+ XssMatchSetUpdate.struct_class = Types::XssMatchSetUpdate
675
+
676
+ XssMatchSetUpdates.member = Shapes::ShapeRef.new(shape: XssMatchSetUpdate)
677
+
678
+ XssMatchTuple.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
679
+ XssMatchTuple.add_member(:text_transformation, Shapes::ShapeRef.new(shape: TextTransformation, required: true, location_name: "TextTransformation"))
680
+ XssMatchTuple.struct_class = Types::XssMatchTuple
681
+
682
+ XssMatchTuples.member = Shapes::ShapeRef.new(shape: XssMatchTuple)
683
+
684
+
685
+ # @api private
686
+ API = Seahorse::Model::Api.new.tap do |api|
687
+
688
+ api.version = "2015-08-24"
689
+
690
+ api.metadata = {
691
+ "endpointPrefix" => "waf",
692
+ "jsonVersion" => "1.1",
693
+ "protocol" => "json",
694
+ "serviceFullName" => "AWS WAF",
695
+ "signatureVersion" => "v4",
696
+ "targetPrefix" => "AWSWAF_20150824",
697
+ }
698
+
699
+ api.add_operation(:create_byte_match_set, Seahorse::Model::Operation.new.tap do |o|
700
+ o.name = "CreateByteMatchSet"
701
+ o.http_method = "POST"
702
+ o.http_request_uri = "/"
703
+ o.input = Shapes::ShapeRef.new(shape: CreateByteMatchSetRequest)
704
+ o.output = Shapes::ShapeRef.new(shape: CreateByteMatchSetResponse)
705
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
706
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
707
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
708
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
709
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
710
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
711
+ end)
712
+
713
+ api.add_operation(:create_ip_set, Seahorse::Model::Operation.new.tap do |o|
714
+ o.name = "CreateIPSet"
715
+ o.http_method = "POST"
716
+ o.http_request_uri = "/"
717
+ o.input = Shapes::ShapeRef.new(shape: CreateIPSetRequest)
718
+ o.output = Shapes::ShapeRef.new(shape: CreateIPSetResponse)
719
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
720
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
721
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
722
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
723
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
724
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
725
+ end)
726
+
727
+ api.add_operation(:create_rule, Seahorse::Model::Operation.new.tap do |o|
728
+ o.name = "CreateRule"
729
+ o.http_method = "POST"
730
+ o.http_request_uri = "/"
731
+ o.input = Shapes::ShapeRef.new(shape: CreateRuleRequest)
732
+ o.output = Shapes::ShapeRef.new(shape: CreateRuleResponse)
733
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
734
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
735
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
736
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
737
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
738
+ end)
739
+
740
+ api.add_operation(:create_size_constraint_set, Seahorse::Model::Operation.new.tap do |o|
741
+ o.name = "CreateSizeConstraintSet"
742
+ o.http_method = "POST"
743
+ o.http_request_uri = "/"
744
+ o.input = Shapes::ShapeRef.new(shape: CreateSizeConstraintSetRequest)
745
+ o.output = Shapes::ShapeRef.new(shape: CreateSizeConstraintSetResponse)
746
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
747
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
748
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
749
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
750
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
751
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
752
+ end)
753
+
754
+ api.add_operation(:create_sql_injection_match_set, Seahorse::Model::Operation.new.tap do |o|
755
+ o.name = "CreateSqlInjectionMatchSet"
756
+ o.http_method = "POST"
757
+ o.http_request_uri = "/"
758
+ o.input = Shapes::ShapeRef.new(shape: CreateSqlInjectionMatchSetRequest)
759
+ o.output = Shapes::ShapeRef.new(shape: CreateSqlInjectionMatchSetResponse)
760
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
761
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
762
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
763
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
764
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
765
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
766
+ end)
767
+
768
+ api.add_operation(:create_web_acl, Seahorse::Model::Operation.new.tap do |o|
769
+ o.name = "CreateWebACL"
770
+ o.http_method = "POST"
771
+ o.http_request_uri = "/"
772
+ o.input = Shapes::ShapeRef.new(shape: CreateWebACLRequest)
773
+ o.output = Shapes::ShapeRef.new(shape: CreateWebACLResponse)
774
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
775
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
776
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
777
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
778
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
779
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
780
+ end)
781
+
782
+ api.add_operation(:create_xss_match_set, Seahorse::Model::Operation.new.tap do |o|
783
+ o.name = "CreateXssMatchSet"
784
+ o.http_method = "POST"
785
+ o.http_request_uri = "/"
786
+ o.input = Shapes::ShapeRef.new(shape: CreateXssMatchSetRequest)
787
+ o.output = Shapes::ShapeRef.new(shape: CreateXssMatchSetResponse)
788
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
789
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
790
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
791
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
792
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
793
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
794
+ end)
795
+
796
+ api.add_operation(:delete_byte_match_set, Seahorse::Model::Operation.new.tap do |o|
797
+ o.name = "DeleteByteMatchSet"
798
+ o.http_method = "POST"
799
+ o.http_request_uri = "/"
800
+ o.input = Shapes::ShapeRef.new(shape: DeleteByteMatchSetRequest)
801
+ o.output = Shapes::ShapeRef.new(shape: DeleteByteMatchSetResponse)
802
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
803
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
804
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
805
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
806
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
807
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
808
+ end)
809
+
810
+ api.add_operation(:delete_ip_set, Seahorse::Model::Operation.new.tap do |o|
811
+ o.name = "DeleteIPSet"
812
+ o.http_method = "POST"
813
+ o.http_request_uri = "/"
814
+ o.input = Shapes::ShapeRef.new(shape: DeleteIPSetRequest)
815
+ o.output = Shapes::ShapeRef.new(shape: DeleteIPSetResponse)
816
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
817
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
818
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
819
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
820
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
821
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
822
+ end)
823
+
824
+ api.add_operation(:delete_rule, Seahorse::Model::Operation.new.tap do |o|
825
+ o.name = "DeleteRule"
826
+ o.http_method = "POST"
827
+ o.http_request_uri = "/"
828
+ o.input = Shapes::ShapeRef.new(shape: DeleteRuleRequest)
829
+ o.output = Shapes::ShapeRef.new(shape: DeleteRuleResponse)
830
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
831
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
832
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
833
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
834
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
835
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
836
+ end)
837
+
838
+ api.add_operation(:delete_size_constraint_set, Seahorse::Model::Operation.new.tap do |o|
839
+ o.name = "DeleteSizeConstraintSet"
840
+ o.http_method = "POST"
841
+ o.http_request_uri = "/"
842
+ o.input = Shapes::ShapeRef.new(shape: DeleteSizeConstraintSetRequest)
843
+ o.output = Shapes::ShapeRef.new(shape: DeleteSizeConstraintSetResponse)
844
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
845
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
846
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
847
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
848
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
849
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
850
+ end)
851
+
852
+ api.add_operation(:delete_sql_injection_match_set, Seahorse::Model::Operation.new.tap do |o|
853
+ o.name = "DeleteSqlInjectionMatchSet"
854
+ o.http_method = "POST"
855
+ o.http_request_uri = "/"
856
+ o.input = Shapes::ShapeRef.new(shape: DeleteSqlInjectionMatchSetRequest)
857
+ o.output = Shapes::ShapeRef.new(shape: DeleteSqlInjectionMatchSetResponse)
858
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
859
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
860
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
861
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
862
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
863
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
864
+ end)
865
+
866
+ api.add_operation(:delete_web_acl, Seahorse::Model::Operation.new.tap do |o|
867
+ o.name = "DeleteWebACL"
868
+ o.http_method = "POST"
869
+ o.http_request_uri = "/"
870
+ o.input = Shapes::ShapeRef.new(shape: DeleteWebACLRequest)
871
+ o.output = Shapes::ShapeRef.new(shape: DeleteWebACLResponse)
872
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
873
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
874
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
875
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
876
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
877
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
878
+ end)
879
+
880
+ api.add_operation(:delete_xss_match_set, Seahorse::Model::Operation.new.tap do |o|
881
+ o.name = "DeleteXssMatchSet"
882
+ o.http_method = "POST"
883
+ o.http_request_uri = "/"
884
+ o.input = Shapes::ShapeRef.new(shape: DeleteXssMatchSetRequest)
885
+ o.output = Shapes::ShapeRef.new(shape: DeleteXssMatchSetResponse)
886
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
887
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
888
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
889
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
890
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
891
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
892
+ end)
893
+
894
+ api.add_operation(:get_byte_match_set, Seahorse::Model::Operation.new.tap do |o|
895
+ o.name = "GetByteMatchSet"
896
+ o.http_method = "POST"
897
+ o.http_request_uri = "/"
898
+ o.input = Shapes::ShapeRef.new(shape: GetByteMatchSetRequest)
899
+ o.output = Shapes::ShapeRef.new(shape: GetByteMatchSetResponse)
900
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
901
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
902
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
903
+ end)
904
+
905
+ api.add_operation(:get_change_token, Seahorse::Model::Operation.new.tap do |o|
906
+ o.name = "GetChangeToken"
907
+ o.http_method = "POST"
908
+ o.http_request_uri = "/"
909
+ o.input = Shapes::ShapeRef.new(shape: GetChangeTokenRequest)
910
+ o.output = Shapes::ShapeRef.new(shape: GetChangeTokenResponse)
911
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
912
+ end)
913
+
914
+ api.add_operation(:get_change_token_status, Seahorse::Model::Operation.new.tap do |o|
915
+ o.name = "GetChangeTokenStatus"
916
+ o.http_method = "POST"
917
+ o.http_request_uri = "/"
918
+ o.input = Shapes::ShapeRef.new(shape: GetChangeTokenStatusRequest)
919
+ o.output = Shapes::ShapeRef.new(shape: GetChangeTokenStatusResponse)
920
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
921
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
922
+ end)
923
+
924
+ api.add_operation(:get_ip_set, Seahorse::Model::Operation.new.tap do |o|
925
+ o.name = "GetIPSet"
926
+ o.http_method = "POST"
927
+ o.http_request_uri = "/"
928
+ o.input = Shapes::ShapeRef.new(shape: GetIPSetRequest)
929
+ o.output = Shapes::ShapeRef.new(shape: GetIPSetResponse)
930
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
931
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
932
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
933
+ end)
934
+
935
+ api.add_operation(:get_rule, Seahorse::Model::Operation.new.tap do |o|
936
+ o.name = "GetRule"
937
+ o.http_method = "POST"
938
+ o.http_request_uri = "/"
939
+ o.input = Shapes::ShapeRef.new(shape: GetRuleRequest)
940
+ o.output = Shapes::ShapeRef.new(shape: GetRuleResponse)
941
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
942
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
943
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
944
+ end)
945
+
946
+ api.add_operation(:get_sampled_requests, Seahorse::Model::Operation.new.tap do |o|
947
+ o.name = "GetSampledRequests"
948
+ o.http_method = "POST"
949
+ o.http_request_uri = "/"
950
+ o.input = Shapes::ShapeRef.new(shape: GetSampledRequestsRequest)
951
+ o.output = Shapes::ShapeRef.new(shape: GetSampledRequestsResponse)
952
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
953
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
954
+ end)
955
+
956
+ api.add_operation(:get_size_constraint_set, Seahorse::Model::Operation.new.tap do |o|
957
+ o.name = "GetSizeConstraintSet"
958
+ o.http_method = "POST"
959
+ o.http_request_uri = "/"
960
+ o.input = Shapes::ShapeRef.new(shape: GetSizeConstraintSetRequest)
961
+ o.output = Shapes::ShapeRef.new(shape: GetSizeConstraintSetResponse)
962
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
963
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
964
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
965
+ end)
966
+
967
+ api.add_operation(:get_sql_injection_match_set, Seahorse::Model::Operation.new.tap do |o|
968
+ o.name = "GetSqlInjectionMatchSet"
969
+ o.http_method = "POST"
970
+ o.http_request_uri = "/"
971
+ o.input = Shapes::ShapeRef.new(shape: GetSqlInjectionMatchSetRequest)
972
+ o.output = Shapes::ShapeRef.new(shape: GetSqlInjectionMatchSetResponse)
973
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
974
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
975
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
976
+ end)
977
+
978
+ api.add_operation(:get_web_acl, Seahorse::Model::Operation.new.tap do |o|
979
+ o.name = "GetWebACL"
980
+ o.http_method = "POST"
981
+ o.http_request_uri = "/"
982
+ o.input = Shapes::ShapeRef.new(shape: GetWebACLRequest)
983
+ o.output = Shapes::ShapeRef.new(shape: GetWebACLResponse)
984
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
985
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
986
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
987
+ end)
988
+
989
+ api.add_operation(:get_xss_match_set, Seahorse::Model::Operation.new.tap do |o|
990
+ o.name = "GetXssMatchSet"
991
+ o.http_method = "POST"
992
+ o.http_request_uri = "/"
993
+ o.input = Shapes::ShapeRef.new(shape: GetXssMatchSetRequest)
994
+ o.output = Shapes::ShapeRef.new(shape: GetXssMatchSetResponse)
995
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
996
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
997
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
998
+ end)
999
+
1000
+ api.add_operation(:list_byte_match_sets, Seahorse::Model::Operation.new.tap do |o|
1001
+ o.name = "ListByteMatchSets"
1002
+ o.http_method = "POST"
1003
+ o.http_request_uri = "/"
1004
+ o.input = Shapes::ShapeRef.new(shape: ListByteMatchSetsRequest)
1005
+ o.output = Shapes::ShapeRef.new(shape: ListByteMatchSetsResponse)
1006
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1008
+ end)
1009
+
1010
+ api.add_operation(:list_ip_sets, Seahorse::Model::Operation.new.tap do |o|
1011
+ o.name = "ListIPSets"
1012
+ o.http_method = "POST"
1013
+ o.http_request_uri = "/"
1014
+ o.input = Shapes::ShapeRef.new(shape: ListIPSetsRequest)
1015
+ o.output = Shapes::ShapeRef.new(shape: ListIPSetsResponse)
1016
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1017
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1018
+ end)
1019
+
1020
+ api.add_operation(:list_rules, Seahorse::Model::Operation.new.tap do |o|
1021
+ o.name = "ListRules"
1022
+ o.http_method = "POST"
1023
+ o.http_request_uri = "/"
1024
+ o.input = Shapes::ShapeRef.new(shape: ListRulesRequest)
1025
+ o.output = Shapes::ShapeRef.new(shape: ListRulesResponse)
1026
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1027
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1028
+ end)
1029
+
1030
+ api.add_operation(:list_size_constraint_sets, Seahorse::Model::Operation.new.tap do |o|
1031
+ o.name = "ListSizeConstraintSets"
1032
+ o.http_method = "POST"
1033
+ o.http_request_uri = "/"
1034
+ o.input = Shapes::ShapeRef.new(shape: ListSizeConstraintSetsRequest)
1035
+ o.output = Shapes::ShapeRef.new(shape: ListSizeConstraintSetsResponse)
1036
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1037
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1038
+ end)
1039
+
1040
+ api.add_operation(:list_sql_injection_match_sets, Seahorse::Model::Operation.new.tap do |o|
1041
+ o.name = "ListSqlInjectionMatchSets"
1042
+ o.http_method = "POST"
1043
+ o.http_request_uri = "/"
1044
+ o.input = Shapes::ShapeRef.new(shape: ListSqlInjectionMatchSetsRequest)
1045
+ o.output = Shapes::ShapeRef.new(shape: ListSqlInjectionMatchSetsResponse)
1046
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1047
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1048
+ end)
1049
+
1050
+ api.add_operation(:list_web_acls, Seahorse::Model::Operation.new.tap do |o|
1051
+ o.name = "ListWebACLs"
1052
+ o.http_method = "POST"
1053
+ o.http_request_uri = "/"
1054
+ o.input = Shapes::ShapeRef.new(shape: ListWebACLsRequest)
1055
+ o.output = Shapes::ShapeRef.new(shape: ListWebACLsResponse)
1056
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1057
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1058
+ end)
1059
+
1060
+ api.add_operation(:list_xss_match_sets, Seahorse::Model::Operation.new.tap do |o|
1061
+ o.name = "ListXssMatchSets"
1062
+ o.http_method = "POST"
1063
+ o.http_request_uri = "/"
1064
+ o.input = Shapes::ShapeRef.new(shape: ListXssMatchSetsRequest)
1065
+ o.output = Shapes::ShapeRef.new(shape: ListXssMatchSetsResponse)
1066
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1067
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1068
+ end)
1069
+
1070
+ api.add_operation(:update_byte_match_set, Seahorse::Model::Operation.new.tap do |o|
1071
+ o.name = "UpdateByteMatchSet"
1072
+ o.http_method = "POST"
1073
+ o.http_request_uri = "/"
1074
+ o.input = Shapes::ShapeRef.new(shape: UpdateByteMatchSetRequest)
1075
+ o.output = Shapes::ShapeRef.new(shape: UpdateByteMatchSetResponse)
1076
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1077
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1079
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1080
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1081
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1084
+ end)
1085
+
1086
+ api.add_operation(:update_ip_set, Seahorse::Model::Operation.new.tap do |o|
1087
+ o.name = "UpdateIPSet"
1088
+ o.http_method = "POST"
1089
+ o.http_request_uri = "/"
1090
+ o.input = Shapes::ShapeRef.new(shape: UpdateIPSetRequest)
1091
+ o.output = Shapes::ShapeRef.new(shape: UpdateIPSetResponse)
1092
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1093
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1094
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1095
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1096
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1097
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1098
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1099
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1100
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1101
+ end)
1102
+
1103
+ api.add_operation(:update_rule, Seahorse::Model::Operation.new.tap do |o|
1104
+ o.name = "UpdateRule"
1105
+ o.http_method = "POST"
1106
+ o.http_request_uri = "/"
1107
+ o.input = Shapes::ShapeRef.new(shape: UpdateRuleRequest)
1108
+ o.output = Shapes::ShapeRef.new(shape: UpdateRuleResponse)
1109
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1110
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1111
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1112
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1115
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1116
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1117
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1118
+ end)
1119
+
1120
+ api.add_operation(:update_size_constraint_set, Seahorse::Model::Operation.new.tap do |o|
1121
+ o.name = "UpdateSizeConstraintSet"
1122
+ o.http_method = "POST"
1123
+ o.http_request_uri = "/"
1124
+ o.input = Shapes::ShapeRef.new(shape: UpdateSizeConstraintSetRequest)
1125
+ o.output = Shapes::ShapeRef.new(shape: UpdateSizeConstraintSetResponse)
1126
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1127
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1128
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1129
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1130
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1131
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1132
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1133
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1134
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1135
+ end)
1136
+
1137
+ api.add_operation(:update_sql_injection_match_set, Seahorse::Model::Operation.new.tap do |o|
1138
+ o.name = "UpdateSqlInjectionMatchSet"
1139
+ o.http_method = "POST"
1140
+ o.http_request_uri = "/"
1141
+ o.input = Shapes::ShapeRef.new(shape: UpdateSqlInjectionMatchSetRequest)
1142
+ o.output = Shapes::ShapeRef.new(shape: UpdateSqlInjectionMatchSetResponse)
1143
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1144
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1145
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1146
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1147
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1148
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1149
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1150
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1151
+ end)
1152
+
1153
+ api.add_operation(:update_web_acl, Seahorse::Model::Operation.new.tap do |o|
1154
+ o.name = "UpdateWebACL"
1155
+ o.http_method = "POST"
1156
+ o.http_request_uri = "/"
1157
+ o.input = Shapes::ShapeRef.new(shape: UpdateWebACLRequest)
1158
+ o.output = Shapes::ShapeRef.new(shape: UpdateWebACLResponse)
1159
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1160
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1161
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1162
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1163
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1164
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1165
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1166
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1168
+ end)
1169
+
1170
+ api.add_operation(:update_xss_match_set, Seahorse::Model::Operation.new.tap do |o|
1171
+ o.name = "UpdateXssMatchSet"
1172
+ o.http_method = "POST"
1173
+ o.http_request_uri = "/"
1174
+ o.input = Shapes::ShapeRef.new(shape: UpdateXssMatchSetRequest)
1175
+ o.output = Shapes::ShapeRef.new(shape: UpdateXssMatchSetResponse)
1176
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1177
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1178
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1181
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1182
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1183
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1184
+ end)
1188
1185
  end
1186
+
1189
1187
  end
1190
1188
  end