aws-sdk-waf 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,10 +29,16 @@ module Aws::WAF
29
29
  Country = Shapes::StringShape.new(name: 'Country')
30
30
  CreateByteMatchSetRequest = Shapes::StructureShape.new(name: 'CreateByteMatchSetRequest')
31
31
  CreateByteMatchSetResponse = Shapes::StructureShape.new(name: 'CreateByteMatchSetResponse')
32
+ CreateGeoMatchSetRequest = Shapes::StructureShape.new(name: 'CreateGeoMatchSetRequest')
33
+ CreateGeoMatchSetResponse = Shapes::StructureShape.new(name: 'CreateGeoMatchSetResponse')
32
34
  CreateIPSetRequest = Shapes::StructureShape.new(name: 'CreateIPSetRequest')
33
35
  CreateIPSetResponse = Shapes::StructureShape.new(name: 'CreateIPSetResponse')
34
36
  CreateRateBasedRuleRequest = Shapes::StructureShape.new(name: 'CreateRateBasedRuleRequest')
35
37
  CreateRateBasedRuleResponse = Shapes::StructureShape.new(name: 'CreateRateBasedRuleResponse')
38
+ CreateRegexMatchSetRequest = Shapes::StructureShape.new(name: 'CreateRegexMatchSetRequest')
39
+ CreateRegexMatchSetResponse = Shapes::StructureShape.new(name: 'CreateRegexMatchSetResponse')
40
+ CreateRegexPatternSetRequest = Shapes::StructureShape.new(name: 'CreateRegexPatternSetRequest')
41
+ CreateRegexPatternSetResponse = Shapes::StructureShape.new(name: 'CreateRegexPatternSetResponse')
36
42
  CreateRuleRequest = Shapes::StructureShape.new(name: 'CreateRuleRequest')
37
43
  CreateRuleResponse = Shapes::StructureShape.new(name: 'CreateRuleResponse')
38
44
  CreateSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'CreateSizeConstraintSetRequest')
@@ -45,10 +51,16 @@ module Aws::WAF
45
51
  CreateXssMatchSetResponse = Shapes::StructureShape.new(name: 'CreateXssMatchSetResponse')
46
52
  DeleteByteMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteByteMatchSetRequest')
47
53
  DeleteByteMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteByteMatchSetResponse')
54
+ DeleteGeoMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteGeoMatchSetRequest')
55
+ DeleteGeoMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteGeoMatchSetResponse')
48
56
  DeleteIPSetRequest = Shapes::StructureShape.new(name: 'DeleteIPSetRequest')
49
57
  DeleteIPSetResponse = Shapes::StructureShape.new(name: 'DeleteIPSetResponse')
50
58
  DeleteRateBasedRuleRequest = Shapes::StructureShape.new(name: 'DeleteRateBasedRuleRequest')
51
59
  DeleteRateBasedRuleResponse = Shapes::StructureShape.new(name: 'DeleteRateBasedRuleResponse')
60
+ DeleteRegexMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteRegexMatchSetRequest')
61
+ DeleteRegexMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteRegexMatchSetResponse')
62
+ DeleteRegexPatternSetRequest = Shapes::StructureShape.new(name: 'DeleteRegexPatternSetRequest')
63
+ DeleteRegexPatternSetResponse = Shapes::StructureShape.new(name: 'DeleteRegexPatternSetResponse')
52
64
  DeleteRuleRequest = Shapes::StructureShape.new(name: 'DeleteRuleRequest')
53
65
  DeleteRuleResponse = Shapes::StructureShape.new(name: 'DeleteRuleResponse')
54
66
  DeleteSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'DeleteSizeConstraintSetRequest')
@@ -60,18 +72,33 @@ module Aws::WAF
60
72
  DeleteXssMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteXssMatchSetRequest')
61
73
  DeleteXssMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteXssMatchSetResponse')
62
74
  FieldToMatch = Shapes::StructureShape.new(name: 'FieldToMatch')
75
+ GeoMatchConstraint = Shapes::StructureShape.new(name: 'GeoMatchConstraint')
76
+ GeoMatchConstraintType = Shapes::StringShape.new(name: 'GeoMatchConstraintType')
77
+ GeoMatchConstraintValue = Shapes::StringShape.new(name: 'GeoMatchConstraintValue')
78
+ GeoMatchConstraints = Shapes::ListShape.new(name: 'GeoMatchConstraints')
79
+ GeoMatchSet = Shapes::StructureShape.new(name: 'GeoMatchSet')
80
+ GeoMatchSetSummaries = Shapes::ListShape.new(name: 'GeoMatchSetSummaries')
81
+ GeoMatchSetSummary = Shapes::StructureShape.new(name: 'GeoMatchSetSummary')
82
+ GeoMatchSetUpdate = Shapes::StructureShape.new(name: 'GeoMatchSetUpdate')
83
+ GeoMatchSetUpdates = Shapes::ListShape.new(name: 'GeoMatchSetUpdates')
63
84
  GetByteMatchSetRequest = Shapes::StructureShape.new(name: 'GetByteMatchSetRequest')
64
85
  GetByteMatchSetResponse = Shapes::StructureShape.new(name: 'GetByteMatchSetResponse')
65
86
  GetChangeTokenRequest = Shapes::StructureShape.new(name: 'GetChangeTokenRequest')
66
87
  GetChangeTokenResponse = Shapes::StructureShape.new(name: 'GetChangeTokenResponse')
67
88
  GetChangeTokenStatusRequest = Shapes::StructureShape.new(name: 'GetChangeTokenStatusRequest')
68
89
  GetChangeTokenStatusResponse = Shapes::StructureShape.new(name: 'GetChangeTokenStatusResponse')
90
+ GetGeoMatchSetRequest = Shapes::StructureShape.new(name: 'GetGeoMatchSetRequest')
91
+ GetGeoMatchSetResponse = Shapes::StructureShape.new(name: 'GetGeoMatchSetResponse')
69
92
  GetIPSetRequest = Shapes::StructureShape.new(name: 'GetIPSetRequest')
70
93
  GetIPSetResponse = Shapes::StructureShape.new(name: 'GetIPSetResponse')
71
94
  GetRateBasedRuleManagedKeysRequest = Shapes::StructureShape.new(name: 'GetRateBasedRuleManagedKeysRequest')
72
95
  GetRateBasedRuleManagedKeysResponse = Shapes::StructureShape.new(name: 'GetRateBasedRuleManagedKeysResponse')
73
96
  GetRateBasedRuleRequest = Shapes::StructureShape.new(name: 'GetRateBasedRuleRequest')
74
97
  GetRateBasedRuleResponse = Shapes::StructureShape.new(name: 'GetRateBasedRuleResponse')
98
+ GetRegexMatchSetRequest = Shapes::StructureShape.new(name: 'GetRegexMatchSetRequest')
99
+ GetRegexMatchSetResponse = Shapes::StructureShape.new(name: 'GetRegexMatchSetResponse')
100
+ GetRegexPatternSetRequest = Shapes::StructureShape.new(name: 'GetRegexPatternSetRequest')
101
+ GetRegexPatternSetResponse = Shapes::StructureShape.new(name: 'GetRegexPatternSetResponse')
75
102
  GetRuleRequest = Shapes::StructureShape.new(name: 'GetRuleRequest')
76
103
  GetRuleResponse = Shapes::StructureShape.new(name: 'GetRuleResponse')
77
104
  GetSampledRequestsMaxItems = Shapes::IntegerShape.new(name: 'GetSampledRequestsMaxItems')
@@ -104,10 +131,16 @@ module Aws::WAF
104
131
  IPString = Shapes::StringShape.new(name: 'IPString')
105
132
  ListByteMatchSetsRequest = Shapes::StructureShape.new(name: 'ListByteMatchSetsRequest')
106
133
  ListByteMatchSetsResponse = Shapes::StructureShape.new(name: 'ListByteMatchSetsResponse')
134
+ ListGeoMatchSetsRequest = Shapes::StructureShape.new(name: 'ListGeoMatchSetsRequest')
135
+ ListGeoMatchSetsResponse = Shapes::StructureShape.new(name: 'ListGeoMatchSetsResponse')
107
136
  ListIPSetsRequest = Shapes::StructureShape.new(name: 'ListIPSetsRequest')
108
137
  ListIPSetsResponse = Shapes::StructureShape.new(name: 'ListIPSetsResponse')
109
138
  ListRateBasedRulesRequest = Shapes::StructureShape.new(name: 'ListRateBasedRulesRequest')
110
139
  ListRateBasedRulesResponse = Shapes::StructureShape.new(name: 'ListRateBasedRulesResponse')
140
+ ListRegexMatchSetsRequest = Shapes::StructureShape.new(name: 'ListRegexMatchSetsRequest')
141
+ ListRegexMatchSetsResponse = Shapes::StructureShape.new(name: 'ListRegexMatchSetsResponse')
142
+ ListRegexPatternSetsRequest = Shapes::StructureShape.new(name: 'ListRegexPatternSetsRequest')
143
+ ListRegexPatternSetsResponse = Shapes::StructureShape.new(name: 'ListRegexPatternSetsResponse')
111
144
  ListRulesRequest = Shapes::StructureShape.new(name: 'ListRulesRequest')
112
145
  ListRulesResponse = Shapes::StructureShape.new(name: 'ListRulesResponse')
113
146
  ListSizeConstraintSetsRequest = Shapes::StructureShape.new(name: 'ListSizeConstraintSetsRequest')
@@ -137,6 +170,20 @@ module Aws::WAF
137
170
  RateBasedRule = Shapes::StructureShape.new(name: 'RateBasedRule')
138
171
  RateKey = Shapes::StringShape.new(name: 'RateKey')
139
172
  RateLimit = Shapes::IntegerShape.new(name: 'RateLimit')
173
+ RegexMatchSet = Shapes::StructureShape.new(name: 'RegexMatchSet')
174
+ RegexMatchSetSummaries = Shapes::ListShape.new(name: 'RegexMatchSetSummaries')
175
+ RegexMatchSetSummary = Shapes::StructureShape.new(name: 'RegexMatchSetSummary')
176
+ RegexMatchSetUpdate = Shapes::StructureShape.new(name: 'RegexMatchSetUpdate')
177
+ RegexMatchSetUpdates = Shapes::ListShape.new(name: 'RegexMatchSetUpdates')
178
+ RegexMatchTuple = Shapes::StructureShape.new(name: 'RegexMatchTuple')
179
+ RegexMatchTuples = Shapes::ListShape.new(name: 'RegexMatchTuples')
180
+ RegexPatternSet = Shapes::StructureShape.new(name: 'RegexPatternSet')
181
+ RegexPatternSetSummaries = Shapes::ListShape.new(name: 'RegexPatternSetSummaries')
182
+ RegexPatternSetSummary = Shapes::StructureShape.new(name: 'RegexPatternSetSummary')
183
+ RegexPatternSetUpdate = Shapes::StructureShape.new(name: 'RegexPatternSetUpdate')
184
+ RegexPatternSetUpdates = Shapes::ListShape.new(name: 'RegexPatternSetUpdates')
185
+ RegexPatternString = Shapes::StringShape.new(name: 'RegexPatternString')
186
+ RegexPatternStrings = Shapes::ListShape.new(name: 'RegexPatternStrings')
140
187
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
141
188
  ResourceName = Shapes::StringShape.new(name: 'ResourceName')
142
189
  Rule = Shapes::StructureShape.new(name: 'Rule')
@@ -169,10 +216,16 @@ module Aws::WAF
169
216
  URIString = Shapes::StringShape.new(name: 'URIString')
170
217
  UpdateByteMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateByteMatchSetRequest')
171
218
  UpdateByteMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateByteMatchSetResponse')
219
+ UpdateGeoMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateGeoMatchSetRequest')
220
+ UpdateGeoMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateGeoMatchSetResponse')
172
221
  UpdateIPSetRequest = Shapes::StructureShape.new(name: 'UpdateIPSetRequest')
173
222
  UpdateIPSetResponse = Shapes::StructureShape.new(name: 'UpdateIPSetResponse')
174
223
  UpdateRateBasedRuleRequest = Shapes::StructureShape.new(name: 'UpdateRateBasedRuleRequest')
175
224
  UpdateRateBasedRuleResponse = Shapes::StructureShape.new(name: 'UpdateRateBasedRuleResponse')
225
+ UpdateRegexMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateRegexMatchSetRequest')
226
+ UpdateRegexMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateRegexMatchSetResponse')
227
+ UpdateRegexPatternSetRequest = Shapes::StructureShape.new(name: 'UpdateRegexPatternSetRequest')
228
+ UpdateRegexPatternSetResponse = Shapes::StructureShape.new(name: 'UpdateRegexPatternSetResponse')
176
229
  UpdateRuleRequest = Shapes::StructureShape.new(name: 'UpdateRuleRequest')
177
230
  UpdateRuleResponse = Shapes::StructureShape.new(name: 'UpdateRuleResponse')
178
231
  UpdateSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'UpdateSizeConstraintSetRequest')
@@ -188,6 +241,7 @@ module Aws::WAF
188
241
  WAFInvalidAccountException = Shapes::StructureShape.new(name: 'WAFInvalidAccountException')
189
242
  WAFInvalidOperationException = Shapes::StructureShape.new(name: 'WAFInvalidOperationException')
190
243
  WAFInvalidParameterException = Shapes::StructureShape.new(name: 'WAFInvalidParameterException')
244
+ WAFInvalidRegexPatternException = Shapes::StructureShape.new(name: 'WAFInvalidRegexPatternException')
191
245
  WAFLimitsExceededException = Shapes::StructureShape.new(name: 'WAFLimitsExceededException')
192
246
  WAFNonEmptyEntityException = Shapes::StructureShape.new(name: 'WAFNonEmptyEntityException')
193
247
  WAFNonexistentContainerException = Shapes::StructureShape.new(name: 'WAFNonexistentContainerException')
@@ -252,6 +306,14 @@ module Aws::WAF
252
306
  CreateByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
253
307
  CreateByteMatchSetResponse.struct_class = Types::CreateByteMatchSetResponse
254
308
 
309
+ CreateGeoMatchSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
310
+ CreateGeoMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
311
+ CreateGeoMatchSetRequest.struct_class = Types::CreateGeoMatchSetRequest
312
+
313
+ CreateGeoMatchSetResponse.add_member(:geo_match_set, Shapes::ShapeRef.new(shape: GeoMatchSet, location_name: "GeoMatchSet"))
314
+ CreateGeoMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
315
+ CreateGeoMatchSetResponse.struct_class = Types::CreateGeoMatchSetResponse
316
+
255
317
  CreateIPSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
256
318
  CreateIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
257
319
  CreateIPSetRequest.struct_class = Types::CreateIPSetRequest
@@ -271,6 +333,22 @@ module Aws::WAF
271
333
  CreateRateBasedRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
272
334
  CreateRateBasedRuleResponse.struct_class = Types::CreateRateBasedRuleResponse
273
335
 
336
+ CreateRegexMatchSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
337
+ CreateRegexMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
338
+ CreateRegexMatchSetRequest.struct_class = Types::CreateRegexMatchSetRequest
339
+
340
+ CreateRegexMatchSetResponse.add_member(:regex_match_set, Shapes::ShapeRef.new(shape: RegexMatchSet, location_name: "RegexMatchSet"))
341
+ CreateRegexMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
342
+ CreateRegexMatchSetResponse.struct_class = Types::CreateRegexMatchSetResponse
343
+
344
+ CreateRegexPatternSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
345
+ CreateRegexPatternSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
346
+ CreateRegexPatternSetRequest.struct_class = Types::CreateRegexPatternSetRequest
347
+
348
+ CreateRegexPatternSetResponse.add_member(:regex_pattern_set, Shapes::ShapeRef.new(shape: RegexPatternSet, location_name: "RegexPatternSet"))
349
+ CreateRegexPatternSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
350
+ CreateRegexPatternSetResponse.struct_class = Types::CreateRegexPatternSetResponse
351
+
274
352
  CreateRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
275
353
  CreateRuleRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
276
354
  CreateRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
@@ -321,6 +399,13 @@ module Aws::WAF
321
399
  DeleteByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
322
400
  DeleteByteMatchSetResponse.struct_class = Types::DeleteByteMatchSetResponse
323
401
 
402
+ DeleteGeoMatchSetRequest.add_member(:geo_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GeoMatchSetId"))
403
+ DeleteGeoMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
404
+ DeleteGeoMatchSetRequest.struct_class = Types::DeleteGeoMatchSetRequest
405
+
406
+ DeleteGeoMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
407
+ DeleteGeoMatchSetResponse.struct_class = Types::DeleteGeoMatchSetResponse
408
+
324
409
  DeleteIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
325
410
  DeleteIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
326
411
  DeleteIPSetRequest.struct_class = Types::DeleteIPSetRequest
@@ -335,6 +420,20 @@ module Aws::WAF
335
420
  DeleteRateBasedRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
336
421
  DeleteRateBasedRuleResponse.struct_class = Types::DeleteRateBasedRuleResponse
337
422
 
423
+ DeleteRegexMatchSetRequest.add_member(:regex_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexMatchSetId"))
424
+ DeleteRegexMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
425
+ DeleteRegexMatchSetRequest.struct_class = Types::DeleteRegexMatchSetRequest
426
+
427
+ DeleteRegexMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
428
+ DeleteRegexMatchSetResponse.struct_class = Types::DeleteRegexMatchSetResponse
429
+
430
+ DeleteRegexPatternSetRequest.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
431
+ DeleteRegexPatternSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
432
+ DeleteRegexPatternSetRequest.struct_class = Types::DeleteRegexPatternSetRequest
433
+
434
+ DeleteRegexPatternSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
435
+ DeleteRegexPatternSetResponse.struct_class = Types::DeleteRegexPatternSetResponse
436
+
338
437
  DeleteRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
339
438
  DeleteRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
340
439
  DeleteRuleRequest.struct_class = Types::DeleteRuleRequest
@@ -374,6 +473,29 @@ module Aws::WAF
374
473
  FieldToMatch.add_member(:data, Shapes::ShapeRef.new(shape: MatchFieldData, location_name: "Data"))
375
474
  FieldToMatch.struct_class = Types::FieldToMatch
376
475
 
476
+ GeoMatchConstraint.add_member(:type, Shapes::ShapeRef.new(shape: GeoMatchConstraintType, required: true, location_name: "Type"))
477
+ GeoMatchConstraint.add_member(:value, Shapes::ShapeRef.new(shape: GeoMatchConstraintValue, required: true, location_name: "Value"))
478
+ GeoMatchConstraint.struct_class = Types::GeoMatchConstraint
479
+
480
+ GeoMatchConstraints.member = Shapes::ShapeRef.new(shape: GeoMatchConstraint)
481
+
482
+ GeoMatchSet.add_member(:geo_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GeoMatchSetId"))
483
+ GeoMatchSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
484
+ GeoMatchSet.add_member(:geo_match_constraints, Shapes::ShapeRef.new(shape: GeoMatchConstraints, required: true, location_name: "GeoMatchConstraints"))
485
+ GeoMatchSet.struct_class = Types::GeoMatchSet
486
+
487
+ GeoMatchSetSummaries.member = Shapes::ShapeRef.new(shape: GeoMatchSetSummary)
488
+
489
+ GeoMatchSetSummary.add_member(:geo_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GeoMatchSetId"))
490
+ GeoMatchSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
491
+ GeoMatchSetSummary.struct_class = Types::GeoMatchSetSummary
492
+
493
+ GeoMatchSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
494
+ GeoMatchSetUpdate.add_member(:geo_match_constraint, Shapes::ShapeRef.new(shape: GeoMatchConstraint, required: true, location_name: "GeoMatchConstraint"))
495
+ GeoMatchSetUpdate.struct_class = Types::GeoMatchSetUpdate
496
+
497
+ GeoMatchSetUpdates.member = Shapes::ShapeRef.new(shape: GeoMatchSetUpdate)
498
+
377
499
  GetByteMatchSetRequest.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
378
500
  GetByteMatchSetRequest.struct_class = Types::GetByteMatchSetRequest
379
501
 
@@ -391,6 +513,12 @@ module Aws::WAF
391
513
  GetChangeTokenStatusResponse.add_member(:change_token_status, Shapes::ShapeRef.new(shape: ChangeTokenStatus, location_name: "ChangeTokenStatus"))
392
514
  GetChangeTokenStatusResponse.struct_class = Types::GetChangeTokenStatusResponse
393
515
 
516
+ GetGeoMatchSetRequest.add_member(:geo_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GeoMatchSetId"))
517
+ GetGeoMatchSetRequest.struct_class = Types::GetGeoMatchSetRequest
518
+
519
+ GetGeoMatchSetResponse.add_member(:geo_match_set, Shapes::ShapeRef.new(shape: GeoMatchSet, location_name: "GeoMatchSet"))
520
+ GetGeoMatchSetResponse.struct_class = Types::GetGeoMatchSetResponse
521
+
394
522
  GetIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
395
523
  GetIPSetRequest.struct_class = Types::GetIPSetRequest
396
524
 
@@ -411,6 +539,18 @@ module Aws::WAF
411
539
  GetRateBasedRuleResponse.add_member(:rule, Shapes::ShapeRef.new(shape: RateBasedRule, location_name: "Rule"))
412
540
  GetRateBasedRuleResponse.struct_class = Types::GetRateBasedRuleResponse
413
541
 
542
+ GetRegexMatchSetRequest.add_member(:regex_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexMatchSetId"))
543
+ GetRegexMatchSetRequest.struct_class = Types::GetRegexMatchSetRequest
544
+
545
+ GetRegexMatchSetResponse.add_member(:regex_match_set, Shapes::ShapeRef.new(shape: RegexMatchSet, location_name: "RegexMatchSet"))
546
+ GetRegexMatchSetResponse.struct_class = Types::GetRegexMatchSetResponse
547
+
548
+ GetRegexPatternSetRequest.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
549
+ GetRegexPatternSetRequest.struct_class = Types::GetRegexPatternSetRequest
550
+
551
+ GetRegexPatternSetResponse.add_member(:regex_pattern_set, Shapes::ShapeRef.new(shape: RegexPatternSet, location_name: "RegexPatternSet"))
552
+ GetRegexPatternSetResponse.struct_class = Types::GetRegexPatternSetResponse
553
+
414
554
  GetRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
415
555
  GetRuleRequest.struct_class = Types::GetRuleRequest
416
556
 
@@ -497,6 +637,14 @@ module Aws::WAF
497
637
  ListByteMatchSetsResponse.add_member(:byte_match_sets, Shapes::ShapeRef.new(shape: ByteMatchSetSummaries, location_name: "ByteMatchSets"))
498
638
  ListByteMatchSetsResponse.struct_class = Types::ListByteMatchSetsResponse
499
639
 
640
+ ListGeoMatchSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
641
+ ListGeoMatchSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
642
+ ListGeoMatchSetsRequest.struct_class = Types::ListGeoMatchSetsRequest
643
+
644
+ ListGeoMatchSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
645
+ ListGeoMatchSetsResponse.add_member(:geo_match_sets, Shapes::ShapeRef.new(shape: GeoMatchSetSummaries, location_name: "GeoMatchSets"))
646
+ ListGeoMatchSetsResponse.struct_class = Types::ListGeoMatchSetsResponse
647
+
500
648
  ListIPSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
501
649
  ListIPSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
502
650
  ListIPSetsRequest.struct_class = Types::ListIPSetsRequest
@@ -513,6 +661,22 @@ module Aws::WAF
513
661
  ListRateBasedRulesResponse.add_member(:rules, Shapes::ShapeRef.new(shape: RuleSummaries, location_name: "Rules"))
514
662
  ListRateBasedRulesResponse.struct_class = Types::ListRateBasedRulesResponse
515
663
 
664
+ ListRegexMatchSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
665
+ ListRegexMatchSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
666
+ ListRegexMatchSetsRequest.struct_class = Types::ListRegexMatchSetsRequest
667
+
668
+ ListRegexMatchSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
669
+ ListRegexMatchSetsResponse.add_member(:regex_match_sets, Shapes::ShapeRef.new(shape: RegexMatchSetSummaries, location_name: "RegexMatchSets"))
670
+ ListRegexMatchSetsResponse.struct_class = Types::ListRegexMatchSetsResponse
671
+
672
+ ListRegexPatternSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
673
+ ListRegexPatternSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
674
+ ListRegexPatternSetsRequest.struct_class = Types::ListRegexPatternSetsRequest
675
+
676
+ ListRegexPatternSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
677
+ ListRegexPatternSetsResponse.add_member(:regex_pattern_sets, Shapes::ShapeRef.new(shape: RegexPatternSetSummaries, location_name: "RegexPatternSets"))
678
+ ListRegexPatternSetsResponse.struct_class = Types::ListRegexPatternSetsResponse
679
+
516
680
  ListRulesRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
517
681
  ListRulesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
518
682
  ListRulesRequest.struct_class = Types::ListRulesRequest
@@ -570,6 +734,49 @@ module Aws::WAF
570
734
  RateBasedRule.add_member(:rate_limit, Shapes::ShapeRef.new(shape: RateLimit, required: true, location_name: "RateLimit"))
571
735
  RateBasedRule.struct_class = Types::RateBasedRule
572
736
 
737
+ RegexMatchSet.add_member(:regex_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "RegexMatchSetId"))
738
+ RegexMatchSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
739
+ RegexMatchSet.add_member(:regex_match_tuples, Shapes::ShapeRef.new(shape: RegexMatchTuples, location_name: "RegexMatchTuples"))
740
+ RegexMatchSet.struct_class = Types::RegexMatchSet
741
+
742
+ RegexMatchSetSummaries.member = Shapes::ShapeRef.new(shape: RegexMatchSetSummary)
743
+
744
+ RegexMatchSetSummary.add_member(:regex_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexMatchSetId"))
745
+ RegexMatchSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
746
+ RegexMatchSetSummary.struct_class = Types::RegexMatchSetSummary
747
+
748
+ RegexMatchSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
749
+ RegexMatchSetUpdate.add_member(:regex_match_tuple, Shapes::ShapeRef.new(shape: RegexMatchTuple, required: true, location_name: "RegexMatchTuple"))
750
+ RegexMatchSetUpdate.struct_class = Types::RegexMatchSetUpdate
751
+
752
+ RegexMatchSetUpdates.member = Shapes::ShapeRef.new(shape: RegexMatchSetUpdate)
753
+
754
+ RegexMatchTuple.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
755
+ RegexMatchTuple.add_member(:text_transformation, Shapes::ShapeRef.new(shape: TextTransformation, required: true, location_name: "TextTransformation"))
756
+ RegexMatchTuple.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
757
+ RegexMatchTuple.struct_class = Types::RegexMatchTuple
758
+
759
+ RegexMatchTuples.member = Shapes::ShapeRef.new(shape: RegexMatchTuple)
760
+
761
+ RegexPatternSet.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
762
+ RegexPatternSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
763
+ RegexPatternSet.add_member(:regex_pattern_strings, Shapes::ShapeRef.new(shape: RegexPatternStrings, required: true, location_name: "RegexPatternStrings"))
764
+ RegexPatternSet.struct_class = Types::RegexPatternSet
765
+
766
+ RegexPatternSetSummaries.member = Shapes::ShapeRef.new(shape: RegexPatternSetSummary)
767
+
768
+ RegexPatternSetSummary.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
769
+ RegexPatternSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
770
+ RegexPatternSetSummary.struct_class = Types::RegexPatternSetSummary
771
+
772
+ RegexPatternSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
773
+ RegexPatternSetUpdate.add_member(:regex_pattern_string, Shapes::ShapeRef.new(shape: RegexPatternString, required: true, location_name: "RegexPatternString"))
774
+ RegexPatternSetUpdate.struct_class = Types::RegexPatternSetUpdate
775
+
776
+ RegexPatternSetUpdates.member = Shapes::ShapeRef.new(shape: RegexPatternSetUpdate)
777
+
778
+ RegexPatternStrings.member = Shapes::ShapeRef.new(shape: RegexPatternString)
779
+
573
780
  Rule.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
574
781
  Rule.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
575
782
  Rule.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
@@ -656,6 +863,14 @@ module Aws::WAF
656
863
  UpdateByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
657
864
  UpdateByteMatchSetResponse.struct_class = Types::UpdateByteMatchSetResponse
658
865
 
866
+ UpdateGeoMatchSetRequest.add_member(:geo_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GeoMatchSetId"))
867
+ UpdateGeoMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
868
+ UpdateGeoMatchSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: GeoMatchSetUpdates, required: true, location_name: "Updates"))
869
+ UpdateGeoMatchSetRequest.struct_class = Types::UpdateGeoMatchSetRequest
870
+
871
+ UpdateGeoMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
872
+ UpdateGeoMatchSetResponse.struct_class = Types::UpdateGeoMatchSetResponse
873
+
659
874
  UpdateIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
660
875
  UpdateIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
661
876
  UpdateIPSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: IPSetUpdates, required: true, location_name: "Updates"))
@@ -673,6 +888,22 @@ module Aws::WAF
673
888
  UpdateRateBasedRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
674
889
  UpdateRateBasedRuleResponse.struct_class = Types::UpdateRateBasedRuleResponse
675
890
 
891
+ UpdateRegexMatchSetRequest.add_member(:regex_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexMatchSetId"))
892
+ UpdateRegexMatchSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: RegexMatchSetUpdates, required: true, location_name: "Updates"))
893
+ UpdateRegexMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
894
+ UpdateRegexMatchSetRequest.struct_class = Types::UpdateRegexMatchSetRequest
895
+
896
+ UpdateRegexMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
897
+ UpdateRegexMatchSetResponse.struct_class = Types::UpdateRegexMatchSetResponse
898
+
899
+ UpdateRegexPatternSetRequest.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
900
+ UpdateRegexPatternSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: RegexPatternSetUpdates, required: true, location_name: "Updates"))
901
+ UpdateRegexPatternSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
902
+ UpdateRegexPatternSetRequest.struct_class = Types::UpdateRegexPatternSetRequest
903
+
904
+ UpdateRegexPatternSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
905
+ UpdateRegexPatternSetResponse.struct_class = Types::UpdateRegexPatternSetResponse
906
+
676
907
  UpdateRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
677
908
  UpdateRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
678
909
  UpdateRuleRequest.add_member(:updates, Shapes::ShapeRef.new(shape: RuleUpdates, required: true, location_name: "Updates"))
@@ -788,6 +1019,20 @@ module Aws::WAF
788
1019
  o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
789
1020
  end)
790
1021
 
1022
+ api.add_operation(:create_geo_match_set, Seahorse::Model::Operation.new.tap do |o|
1023
+ o.name = "CreateGeoMatchSet"
1024
+ o.http_method = "POST"
1025
+ o.http_request_uri = "/"
1026
+ o.input = Shapes::ShapeRef.new(shape: CreateGeoMatchSetRequest)
1027
+ o.output = Shapes::ShapeRef.new(shape: CreateGeoMatchSetResponse)
1028
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1029
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1030
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1031
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
1032
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1033
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1034
+ end)
1035
+
791
1036
  api.add_operation(:create_ip_set, Seahorse::Model::Operation.new.tap do |o|
792
1037
  o.name = "CreateIPSet"
793
1038
  o.http_method = "POST"
@@ -815,6 +1060,30 @@ module Aws::WAF
815
1060
  o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
816
1061
  end)
817
1062
 
1063
+ api.add_operation(:create_regex_match_set, Seahorse::Model::Operation.new.tap do |o|
1064
+ o.name = "CreateRegexMatchSet"
1065
+ o.http_method = "POST"
1066
+ o.http_request_uri = "/"
1067
+ o.input = Shapes::ShapeRef.new(shape: CreateRegexMatchSetRequest)
1068
+ o.output = Shapes::ShapeRef.new(shape: CreateRegexMatchSetResponse)
1069
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1070
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
1072
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1073
+ end)
1074
+
1075
+ api.add_operation(:create_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
1076
+ o.name = "CreateRegexPatternSet"
1077
+ o.http_method = "POST"
1078
+ o.http_request_uri = "/"
1079
+ o.input = Shapes::ShapeRef.new(shape: CreateRegexPatternSetRequest)
1080
+ o.output = Shapes::ShapeRef.new(shape: CreateRegexPatternSetResponse)
1081
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
1084
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1085
+ end)
1086
+
818
1087
  api.add_operation(:create_rule, Seahorse::Model::Operation.new.tap do |o|
819
1088
  o.name = "CreateRule"
820
1089
  o.http_method = "POST"
@@ -898,6 +1167,20 @@ module Aws::WAF
898
1167
  o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
899
1168
  end)
900
1169
 
1170
+ api.add_operation(:delete_geo_match_set, Seahorse::Model::Operation.new.tap do |o|
1171
+ o.name = "DeleteGeoMatchSet"
1172
+ o.http_method = "POST"
1173
+ o.http_request_uri = "/"
1174
+ o.input = Shapes::ShapeRef.new(shape: DeleteGeoMatchSetRequest)
1175
+ o.output = Shapes::ShapeRef.new(shape: DeleteGeoMatchSetResponse)
1176
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1177
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1178
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1181
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
1182
+ end)
1183
+
901
1184
  api.add_operation(:delete_ip_set, Seahorse::Model::Operation.new.tap do |o|
902
1185
  o.name = "DeleteIPSet"
903
1186
  o.http_method = "POST"
@@ -926,6 +1209,34 @@ module Aws::WAF
926
1209
  o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
927
1210
  end)
928
1211
 
1212
+ api.add_operation(:delete_regex_match_set, Seahorse::Model::Operation.new.tap do |o|
1213
+ o.name = "DeleteRegexMatchSet"
1214
+ o.http_method = "POST"
1215
+ o.http_request_uri = "/"
1216
+ o.input = Shapes::ShapeRef.new(shape: DeleteRegexMatchSetRequest)
1217
+ o.output = Shapes::ShapeRef.new(shape: DeleteRegexMatchSetResponse)
1218
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1219
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1220
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1221
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1222
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1223
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
1224
+ end)
1225
+
1226
+ api.add_operation(:delete_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
1227
+ o.name = "DeleteRegexPatternSet"
1228
+ o.http_method = "POST"
1229
+ o.http_request_uri = "/"
1230
+ o.input = Shapes::ShapeRef.new(shape: DeleteRegexPatternSetRequest)
1231
+ o.output = Shapes::ShapeRef.new(shape: DeleteRegexPatternSetResponse)
1232
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1233
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1234
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1235
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1236
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1237
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
1238
+ end)
1239
+
929
1240
  api.add_operation(:delete_rule, Seahorse::Model::Operation.new.tap do |o|
930
1241
  o.name = "DeleteRule"
931
1242
  o.http_method = "POST"
@@ -1026,6 +1337,17 @@ module Aws::WAF
1026
1337
  o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1027
1338
  end)
1028
1339
 
1340
+ api.add_operation(:get_geo_match_set, Seahorse::Model::Operation.new.tap do |o|
1341
+ o.name = "GetGeoMatchSet"
1342
+ o.http_method = "POST"
1343
+ o.http_request_uri = "/"
1344
+ o.input = Shapes::ShapeRef.new(shape: GetGeoMatchSetRequest)
1345
+ o.output = Shapes::ShapeRef.new(shape: GetGeoMatchSetResponse)
1346
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1347
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1348
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1349
+ end)
1350
+
1029
1351
  api.add_operation(:get_ip_set, Seahorse::Model::Operation.new.tap do |o|
1030
1352
  o.name = "GetIPSet"
1031
1353
  o.http_method = "POST"
@@ -1060,6 +1382,28 @@ module Aws::WAF
1060
1382
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1061
1383
  end)
1062
1384
 
1385
+ api.add_operation(:get_regex_match_set, Seahorse::Model::Operation.new.tap do |o|
1386
+ o.name = "GetRegexMatchSet"
1387
+ o.http_method = "POST"
1388
+ o.http_request_uri = "/"
1389
+ o.input = Shapes::ShapeRef.new(shape: GetRegexMatchSetRequest)
1390
+ o.output = Shapes::ShapeRef.new(shape: GetRegexMatchSetResponse)
1391
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1392
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1393
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1394
+ end)
1395
+
1396
+ api.add_operation(:get_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
1397
+ o.name = "GetRegexPatternSet"
1398
+ o.http_method = "POST"
1399
+ o.http_request_uri = "/"
1400
+ o.input = Shapes::ShapeRef.new(shape: GetRegexPatternSetRequest)
1401
+ o.output = Shapes::ShapeRef.new(shape: GetRegexPatternSetResponse)
1402
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1403
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1404
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1405
+ end)
1406
+
1063
1407
  api.add_operation(:get_rule, Seahorse::Model::Operation.new.tap do |o|
1064
1408
  o.name = "GetRule"
1065
1409
  o.http_method = "POST"
@@ -1135,6 +1479,16 @@ module Aws::WAF
1135
1479
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1136
1480
  end)
1137
1481
 
1482
+ api.add_operation(:list_geo_match_sets, Seahorse::Model::Operation.new.tap do |o|
1483
+ o.name = "ListGeoMatchSets"
1484
+ o.http_method = "POST"
1485
+ o.http_request_uri = "/"
1486
+ o.input = Shapes::ShapeRef.new(shape: ListGeoMatchSetsRequest)
1487
+ o.output = Shapes::ShapeRef.new(shape: ListGeoMatchSetsResponse)
1488
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1489
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1490
+ end)
1491
+
1138
1492
  api.add_operation(:list_ip_sets, Seahorse::Model::Operation.new.tap do |o|
1139
1493
  o.name = "ListIPSets"
1140
1494
  o.http_method = "POST"
@@ -1155,6 +1509,26 @@ module Aws::WAF
1155
1509
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1156
1510
  end)
1157
1511
 
1512
+ api.add_operation(:list_regex_match_sets, Seahorse::Model::Operation.new.tap do |o|
1513
+ o.name = "ListRegexMatchSets"
1514
+ o.http_method = "POST"
1515
+ o.http_request_uri = "/"
1516
+ o.input = Shapes::ShapeRef.new(shape: ListRegexMatchSetsRequest)
1517
+ o.output = Shapes::ShapeRef.new(shape: ListRegexMatchSetsResponse)
1518
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1519
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1520
+ end)
1521
+
1522
+ api.add_operation(:list_regex_pattern_sets, Seahorse::Model::Operation.new.tap do |o|
1523
+ o.name = "ListRegexPatternSets"
1524
+ o.http_method = "POST"
1525
+ o.http_request_uri = "/"
1526
+ o.input = Shapes::ShapeRef.new(shape: ListRegexPatternSetsRequest)
1527
+ o.output = Shapes::ShapeRef.new(shape: ListRegexPatternSetsResponse)
1528
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1529
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1530
+ end)
1531
+
1158
1532
  api.add_operation(:list_rules, Seahorse::Model::Operation.new.tap do |o|
1159
1533
  o.name = "ListRules"
1160
1534
  o.http_method = "POST"
@@ -1221,6 +1595,23 @@ module Aws::WAF
1221
1595
  o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1222
1596
  end)
1223
1597
 
1598
+ api.add_operation(:update_geo_match_set, Seahorse::Model::Operation.new.tap do |o|
1599
+ o.name = "UpdateGeoMatchSet"
1600
+ o.http_method = "POST"
1601
+ o.http_request_uri = "/"
1602
+ o.input = Shapes::ShapeRef.new(shape: UpdateGeoMatchSetRequest)
1603
+ o.output = Shapes::ShapeRef.new(shape: UpdateGeoMatchSetResponse)
1604
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1605
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1606
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1607
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1608
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1609
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1610
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1611
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1612
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1613
+ end)
1614
+
1224
1615
  api.add_operation(:update_ip_set, Seahorse::Model::Operation.new.tap do |o|
1225
1616
  o.name = "UpdateIPSet"
1226
1617
  o.http_method = "POST"
@@ -1255,6 +1646,37 @@ module Aws::WAF
1255
1646
  o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1256
1647
  end)
1257
1648
 
1649
+ api.add_operation(:update_regex_match_set, Seahorse::Model::Operation.new.tap do |o|
1650
+ o.name = "UpdateRegexMatchSet"
1651
+ o.http_method = "POST"
1652
+ o.http_request_uri = "/"
1653
+ o.input = Shapes::ShapeRef.new(shape: UpdateRegexMatchSetRequest)
1654
+ o.output = Shapes::ShapeRef.new(shape: UpdateRegexMatchSetResponse)
1655
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1656
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1657
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1659
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1660
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1661
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1662
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1663
+ end)
1664
+
1665
+ api.add_operation(:update_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
1666
+ o.name = "UpdateRegexPatternSet"
1667
+ o.http_method = "POST"
1668
+ o.http_request_uri = "/"
1669
+ o.input = Shapes::ShapeRef.new(shape: UpdateRegexPatternSetRequest)
1670
+ o.output = Shapes::ShapeRef.new(shape: UpdateRegexPatternSetResponse)
1671
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1672
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1673
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1674
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1675
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1676
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1677
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidRegexPatternException)
1678
+ end)
1679
+
1258
1680
  api.add_operation(:update_rule, Seahorse::Model::Operation.new.tap do |o|
1259
1681
  o.name = "UpdateRule"
1260
1682
  o.http_method = "POST"