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