aws-sdk-wafregional 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,10 +31,16 @@ module Aws::WAFRegional
31
31
  Country = Shapes::StringShape.new(name: 'Country')
32
32
  CreateByteMatchSetRequest = Shapes::StructureShape.new(name: 'CreateByteMatchSetRequest')
33
33
  CreateByteMatchSetResponse = Shapes::StructureShape.new(name: 'CreateByteMatchSetResponse')
34
+ CreateGeoMatchSetRequest = Shapes::StructureShape.new(name: 'CreateGeoMatchSetRequest')
35
+ CreateGeoMatchSetResponse = Shapes::StructureShape.new(name: 'CreateGeoMatchSetResponse')
34
36
  CreateIPSetRequest = Shapes::StructureShape.new(name: 'CreateIPSetRequest')
35
37
  CreateIPSetResponse = Shapes::StructureShape.new(name: 'CreateIPSetResponse')
36
38
  CreateRateBasedRuleRequest = Shapes::StructureShape.new(name: 'CreateRateBasedRuleRequest')
37
39
  CreateRateBasedRuleResponse = Shapes::StructureShape.new(name: 'CreateRateBasedRuleResponse')
40
+ CreateRegexMatchSetRequest = Shapes::StructureShape.new(name: 'CreateRegexMatchSetRequest')
41
+ CreateRegexMatchSetResponse = Shapes::StructureShape.new(name: 'CreateRegexMatchSetResponse')
42
+ CreateRegexPatternSetRequest = Shapes::StructureShape.new(name: 'CreateRegexPatternSetRequest')
43
+ CreateRegexPatternSetResponse = Shapes::StructureShape.new(name: 'CreateRegexPatternSetResponse')
38
44
  CreateRuleRequest = Shapes::StructureShape.new(name: 'CreateRuleRequest')
39
45
  CreateRuleResponse = Shapes::StructureShape.new(name: 'CreateRuleResponse')
40
46
  CreateSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'CreateSizeConstraintSetRequest')
@@ -47,10 +53,16 @@ module Aws::WAFRegional
47
53
  CreateXssMatchSetResponse = Shapes::StructureShape.new(name: 'CreateXssMatchSetResponse')
48
54
  DeleteByteMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteByteMatchSetRequest')
49
55
  DeleteByteMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteByteMatchSetResponse')
56
+ DeleteGeoMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteGeoMatchSetRequest')
57
+ DeleteGeoMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteGeoMatchSetResponse')
50
58
  DeleteIPSetRequest = Shapes::StructureShape.new(name: 'DeleteIPSetRequest')
51
59
  DeleteIPSetResponse = Shapes::StructureShape.new(name: 'DeleteIPSetResponse')
52
60
  DeleteRateBasedRuleRequest = Shapes::StructureShape.new(name: 'DeleteRateBasedRuleRequest')
53
61
  DeleteRateBasedRuleResponse = Shapes::StructureShape.new(name: 'DeleteRateBasedRuleResponse')
62
+ DeleteRegexMatchSetRequest = Shapes::StructureShape.new(name: 'DeleteRegexMatchSetRequest')
63
+ DeleteRegexMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteRegexMatchSetResponse')
64
+ DeleteRegexPatternSetRequest = Shapes::StructureShape.new(name: 'DeleteRegexPatternSetRequest')
65
+ DeleteRegexPatternSetResponse = Shapes::StructureShape.new(name: 'DeleteRegexPatternSetResponse')
54
66
  DeleteRuleRequest = Shapes::StructureShape.new(name: 'DeleteRuleRequest')
55
67
  DeleteRuleResponse = Shapes::StructureShape.new(name: 'DeleteRuleResponse')
56
68
  DeleteSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'DeleteSizeConstraintSetRequest')
@@ -64,18 +76,33 @@ module Aws::WAFRegional
64
76
  DisassociateWebACLRequest = Shapes::StructureShape.new(name: 'DisassociateWebACLRequest')
65
77
  DisassociateWebACLResponse = Shapes::StructureShape.new(name: 'DisassociateWebACLResponse')
66
78
  FieldToMatch = Shapes::StructureShape.new(name: 'FieldToMatch')
79
+ GeoMatchConstraint = Shapes::StructureShape.new(name: 'GeoMatchConstraint')
80
+ GeoMatchConstraintType = Shapes::StringShape.new(name: 'GeoMatchConstraintType')
81
+ GeoMatchConstraintValue = Shapes::StringShape.new(name: 'GeoMatchConstraintValue')
82
+ GeoMatchConstraints = Shapes::ListShape.new(name: 'GeoMatchConstraints')
83
+ GeoMatchSet = Shapes::StructureShape.new(name: 'GeoMatchSet')
84
+ GeoMatchSetSummaries = Shapes::ListShape.new(name: 'GeoMatchSetSummaries')
85
+ GeoMatchSetSummary = Shapes::StructureShape.new(name: 'GeoMatchSetSummary')
86
+ GeoMatchSetUpdate = Shapes::StructureShape.new(name: 'GeoMatchSetUpdate')
87
+ GeoMatchSetUpdates = Shapes::ListShape.new(name: 'GeoMatchSetUpdates')
67
88
  GetByteMatchSetRequest = Shapes::StructureShape.new(name: 'GetByteMatchSetRequest')
68
89
  GetByteMatchSetResponse = Shapes::StructureShape.new(name: 'GetByteMatchSetResponse')
69
90
  GetChangeTokenRequest = Shapes::StructureShape.new(name: 'GetChangeTokenRequest')
70
91
  GetChangeTokenResponse = Shapes::StructureShape.new(name: 'GetChangeTokenResponse')
71
92
  GetChangeTokenStatusRequest = Shapes::StructureShape.new(name: 'GetChangeTokenStatusRequest')
72
93
  GetChangeTokenStatusResponse = Shapes::StructureShape.new(name: 'GetChangeTokenStatusResponse')
94
+ GetGeoMatchSetRequest = Shapes::StructureShape.new(name: 'GetGeoMatchSetRequest')
95
+ GetGeoMatchSetResponse = Shapes::StructureShape.new(name: 'GetGeoMatchSetResponse')
73
96
  GetIPSetRequest = Shapes::StructureShape.new(name: 'GetIPSetRequest')
74
97
  GetIPSetResponse = Shapes::StructureShape.new(name: 'GetIPSetResponse')
75
98
  GetRateBasedRuleManagedKeysRequest = Shapes::StructureShape.new(name: 'GetRateBasedRuleManagedKeysRequest')
76
99
  GetRateBasedRuleManagedKeysResponse = Shapes::StructureShape.new(name: 'GetRateBasedRuleManagedKeysResponse')
77
100
  GetRateBasedRuleRequest = Shapes::StructureShape.new(name: 'GetRateBasedRuleRequest')
78
101
  GetRateBasedRuleResponse = Shapes::StructureShape.new(name: 'GetRateBasedRuleResponse')
102
+ GetRegexMatchSetRequest = Shapes::StructureShape.new(name: 'GetRegexMatchSetRequest')
103
+ GetRegexMatchSetResponse = Shapes::StructureShape.new(name: 'GetRegexMatchSetResponse')
104
+ GetRegexPatternSetRequest = Shapes::StructureShape.new(name: 'GetRegexPatternSetRequest')
105
+ GetRegexPatternSetResponse = Shapes::StructureShape.new(name: 'GetRegexPatternSetResponse')
79
106
  GetRuleRequest = Shapes::StructureShape.new(name: 'GetRuleRequest')
80
107
  GetRuleResponse = Shapes::StructureShape.new(name: 'GetRuleResponse')
81
108
  GetSampledRequestsMaxItems = Shapes::IntegerShape.new(name: 'GetSampledRequestsMaxItems')
@@ -110,10 +137,16 @@ module Aws::WAFRegional
110
137
  IPString = Shapes::StringShape.new(name: 'IPString')
111
138
  ListByteMatchSetsRequest = Shapes::StructureShape.new(name: 'ListByteMatchSetsRequest')
112
139
  ListByteMatchSetsResponse = Shapes::StructureShape.new(name: 'ListByteMatchSetsResponse')
140
+ ListGeoMatchSetsRequest = Shapes::StructureShape.new(name: 'ListGeoMatchSetsRequest')
141
+ ListGeoMatchSetsResponse = Shapes::StructureShape.new(name: 'ListGeoMatchSetsResponse')
113
142
  ListIPSetsRequest = Shapes::StructureShape.new(name: 'ListIPSetsRequest')
114
143
  ListIPSetsResponse = Shapes::StructureShape.new(name: 'ListIPSetsResponse')
115
144
  ListRateBasedRulesRequest = Shapes::StructureShape.new(name: 'ListRateBasedRulesRequest')
116
145
  ListRateBasedRulesResponse = Shapes::StructureShape.new(name: 'ListRateBasedRulesResponse')
146
+ ListRegexMatchSetsRequest = Shapes::StructureShape.new(name: 'ListRegexMatchSetsRequest')
147
+ ListRegexMatchSetsResponse = Shapes::StructureShape.new(name: 'ListRegexMatchSetsResponse')
148
+ ListRegexPatternSetsRequest = Shapes::StructureShape.new(name: 'ListRegexPatternSetsRequest')
149
+ ListRegexPatternSetsResponse = Shapes::StructureShape.new(name: 'ListRegexPatternSetsResponse')
117
150
  ListResourcesForWebACLRequest = Shapes::StructureShape.new(name: 'ListResourcesForWebACLRequest')
118
151
  ListResourcesForWebACLResponse = Shapes::StructureShape.new(name: 'ListResourcesForWebACLResponse')
119
152
  ListRulesRequest = Shapes::StructureShape.new(name: 'ListRulesRequest')
@@ -145,6 +178,20 @@ module Aws::WAFRegional
145
178
  RateBasedRule = Shapes::StructureShape.new(name: 'RateBasedRule')
146
179
  RateKey = Shapes::StringShape.new(name: 'RateKey')
147
180
  RateLimit = Shapes::IntegerShape.new(name: 'RateLimit')
181
+ RegexMatchSet = Shapes::StructureShape.new(name: 'RegexMatchSet')
182
+ RegexMatchSetSummaries = Shapes::ListShape.new(name: 'RegexMatchSetSummaries')
183
+ RegexMatchSetSummary = Shapes::StructureShape.new(name: 'RegexMatchSetSummary')
184
+ RegexMatchSetUpdate = Shapes::StructureShape.new(name: 'RegexMatchSetUpdate')
185
+ RegexMatchSetUpdates = Shapes::ListShape.new(name: 'RegexMatchSetUpdates')
186
+ RegexMatchTuple = Shapes::StructureShape.new(name: 'RegexMatchTuple')
187
+ RegexMatchTuples = Shapes::ListShape.new(name: 'RegexMatchTuples')
188
+ RegexPatternSet = Shapes::StructureShape.new(name: 'RegexPatternSet')
189
+ RegexPatternSetSummaries = Shapes::ListShape.new(name: 'RegexPatternSetSummaries')
190
+ RegexPatternSetSummary = Shapes::StructureShape.new(name: 'RegexPatternSetSummary')
191
+ RegexPatternSetUpdate = Shapes::StructureShape.new(name: 'RegexPatternSetUpdate')
192
+ RegexPatternSetUpdates = Shapes::ListShape.new(name: 'RegexPatternSetUpdates')
193
+ RegexPatternString = Shapes::StringShape.new(name: 'RegexPatternString')
194
+ RegexPatternStrings = Shapes::ListShape.new(name: 'RegexPatternStrings')
148
195
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
149
196
  ResourceArns = Shapes::ListShape.new(name: 'ResourceArns')
150
197
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
@@ -179,10 +226,16 @@ module Aws::WAFRegional
179
226
  URIString = Shapes::StringShape.new(name: 'URIString')
180
227
  UpdateByteMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateByteMatchSetRequest')
181
228
  UpdateByteMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateByteMatchSetResponse')
229
+ UpdateGeoMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateGeoMatchSetRequest')
230
+ UpdateGeoMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateGeoMatchSetResponse')
182
231
  UpdateIPSetRequest = Shapes::StructureShape.new(name: 'UpdateIPSetRequest')
183
232
  UpdateIPSetResponse = Shapes::StructureShape.new(name: 'UpdateIPSetResponse')
184
233
  UpdateRateBasedRuleRequest = Shapes::StructureShape.new(name: 'UpdateRateBasedRuleRequest')
185
234
  UpdateRateBasedRuleResponse = Shapes::StructureShape.new(name: 'UpdateRateBasedRuleResponse')
235
+ UpdateRegexMatchSetRequest = Shapes::StructureShape.new(name: 'UpdateRegexMatchSetRequest')
236
+ UpdateRegexMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateRegexMatchSetResponse')
237
+ UpdateRegexPatternSetRequest = Shapes::StructureShape.new(name: 'UpdateRegexPatternSetRequest')
238
+ UpdateRegexPatternSetResponse = Shapes::StructureShape.new(name: 'UpdateRegexPatternSetResponse')
186
239
  UpdateRuleRequest = Shapes::StructureShape.new(name: 'UpdateRuleRequest')
187
240
  UpdateRuleResponse = Shapes::StructureShape.new(name: 'UpdateRuleResponse')
188
241
  UpdateSizeConstraintSetRequest = Shapes::StructureShape.new(name: 'UpdateSizeConstraintSetRequest')
@@ -198,6 +251,7 @@ module Aws::WAFRegional
198
251
  WAFInvalidAccountException = Shapes::StructureShape.new(name: 'WAFInvalidAccountException')
199
252
  WAFInvalidOperationException = Shapes::StructureShape.new(name: 'WAFInvalidOperationException')
200
253
  WAFInvalidParameterException = Shapes::StructureShape.new(name: 'WAFInvalidParameterException')
254
+ WAFInvalidRegexPatternException = Shapes::StructureShape.new(name: 'WAFInvalidRegexPatternException')
201
255
  WAFLimitsExceededException = Shapes::StructureShape.new(name: 'WAFLimitsExceededException')
202
256
  WAFNonEmptyEntityException = Shapes::StructureShape.new(name: 'WAFNonEmptyEntityException')
203
257
  WAFNonexistentContainerException = Shapes::StructureShape.new(name: 'WAFNonexistentContainerException')
@@ -269,6 +323,14 @@ module Aws::WAFRegional
269
323
  CreateByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
270
324
  CreateByteMatchSetResponse.struct_class = Types::CreateByteMatchSetResponse
271
325
 
326
+ CreateGeoMatchSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
327
+ CreateGeoMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
328
+ CreateGeoMatchSetRequest.struct_class = Types::CreateGeoMatchSetRequest
329
+
330
+ CreateGeoMatchSetResponse.add_member(:geo_match_set, Shapes::ShapeRef.new(shape: GeoMatchSet, location_name: "GeoMatchSet"))
331
+ CreateGeoMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
332
+ CreateGeoMatchSetResponse.struct_class = Types::CreateGeoMatchSetResponse
333
+
272
334
  CreateIPSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
273
335
  CreateIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
274
336
  CreateIPSetRequest.struct_class = Types::CreateIPSetRequest
@@ -288,6 +350,22 @@ module Aws::WAFRegional
288
350
  CreateRateBasedRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
289
351
  CreateRateBasedRuleResponse.struct_class = Types::CreateRateBasedRuleResponse
290
352
 
353
+ CreateRegexMatchSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
354
+ CreateRegexMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
355
+ CreateRegexMatchSetRequest.struct_class = Types::CreateRegexMatchSetRequest
356
+
357
+ CreateRegexMatchSetResponse.add_member(:regex_match_set, Shapes::ShapeRef.new(shape: RegexMatchSet, location_name: "RegexMatchSet"))
358
+ CreateRegexMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
359
+ CreateRegexMatchSetResponse.struct_class = Types::CreateRegexMatchSetResponse
360
+
361
+ CreateRegexPatternSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
362
+ CreateRegexPatternSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
363
+ CreateRegexPatternSetRequest.struct_class = Types::CreateRegexPatternSetRequest
364
+
365
+ CreateRegexPatternSetResponse.add_member(:regex_pattern_set, Shapes::ShapeRef.new(shape: RegexPatternSet, location_name: "RegexPatternSet"))
366
+ CreateRegexPatternSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
367
+ CreateRegexPatternSetResponse.struct_class = Types::CreateRegexPatternSetResponse
368
+
291
369
  CreateRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
292
370
  CreateRuleRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
293
371
  CreateRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
@@ -338,6 +416,13 @@ module Aws::WAFRegional
338
416
  DeleteByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
339
417
  DeleteByteMatchSetResponse.struct_class = Types::DeleteByteMatchSetResponse
340
418
 
419
+ DeleteGeoMatchSetRequest.add_member(:geo_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GeoMatchSetId"))
420
+ DeleteGeoMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
421
+ DeleteGeoMatchSetRequest.struct_class = Types::DeleteGeoMatchSetRequest
422
+
423
+ DeleteGeoMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
424
+ DeleteGeoMatchSetResponse.struct_class = Types::DeleteGeoMatchSetResponse
425
+
341
426
  DeleteIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
342
427
  DeleteIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
343
428
  DeleteIPSetRequest.struct_class = Types::DeleteIPSetRequest
@@ -352,6 +437,20 @@ module Aws::WAFRegional
352
437
  DeleteRateBasedRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
353
438
  DeleteRateBasedRuleResponse.struct_class = Types::DeleteRateBasedRuleResponse
354
439
 
440
+ DeleteRegexMatchSetRequest.add_member(:regex_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexMatchSetId"))
441
+ DeleteRegexMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
442
+ DeleteRegexMatchSetRequest.struct_class = Types::DeleteRegexMatchSetRequest
443
+
444
+ DeleteRegexMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
445
+ DeleteRegexMatchSetResponse.struct_class = Types::DeleteRegexMatchSetResponse
446
+
447
+ DeleteRegexPatternSetRequest.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
448
+ DeleteRegexPatternSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
449
+ DeleteRegexPatternSetRequest.struct_class = Types::DeleteRegexPatternSetRequest
450
+
451
+ DeleteRegexPatternSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
452
+ DeleteRegexPatternSetResponse.struct_class = Types::DeleteRegexPatternSetResponse
453
+
355
454
  DeleteRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
356
455
  DeleteRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
357
456
  DeleteRuleRequest.struct_class = Types::DeleteRuleRequest
@@ -396,6 +495,29 @@ module Aws::WAFRegional
396
495
  FieldToMatch.add_member(:data, Shapes::ShapeRef.new(shape: MatchFieldData, location_name: "Data"))
397
496
  FieldToMatch.struct_class = Types::FieldToMatch
398
497
 
498
+ GeoMatchConstraint.add_member(:type, Shapes::ShapeRef.new(shape: GeoMatchConstraintType, required: true, location_name: "Type"))
499
+ GeoMatchConstraint.add_member(:value, Shapes::ShapeRef.new(shape: GeoMatchConstraintValue, required: true, location_name: "Value"))
500
+ GeoMatchConstraint.struct_class = Types::GeoMatchConstraint
501
+
502
+ GeoMatchConstraints.member = Shapes::ShapeRef.new(shape: GeoMatchConstraint)
503
+
504
+ GeoMatchSet.add_member(:geo_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GeoMatchSetId"))
505
+ GeoMatchSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
506
+ GeoMatchSet.add_member(:geo_match_constraints, Shapes::ShapeRef.new(shape: GeoMatchConstraints, required: true, location_name: "GeoMatchConstraints"))
507
+ GeoMatchSet.struct_class = Types::GeoMatchSet
508
+
509
+ GeoMatchSetSummaries.member = Shapes::ShapeRef.new(shape: GeoMatchSetSummary)
510
+
511
+ GeoMatchSetSummary.add_member(:geo_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GeoMatchSetId"))
512
+ GeoMatchSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
513
+ GeoMatchSetSummary.struct_class = Types::GeoMatchSetSummary
514
+
515
+ GeoMatchSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
516
+ GeoMatchSetUpdate.add_member(:geo_match_constraint, Shapes::ShapeRef.new(shape: GeoMatchConstraint, required: true, location_name: "GeoMatchConstraint"))
517
+ GeoMatchSetUpdate.struct_class = Types::GeoMatchSetUpdate
518
+
519
+ GeoMatchSetUpdates.member = Shapes::ShapeRef.new(shape: GeoMatchSetUpdate)
520
+
399
521
  GetByteMatchSetRequest.add_member(:byte_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ByteMatchSetId"))
400
522
  GetByteMatchSetRequest.struct_class = Types::GetByteMatchSetRequest
401
523
 
@@ -413,6 +535,12 @@ module Aws::WAFRegional
413
535
  GetChangeTokenStatusResponse.add_member(:change_token_status, Shapes::ShapeRef.new(shape: ChangeTokenStatus, location_name: "ChangeTokenStatus"))
414
536
  GetChangeTokenStatusResponse.struct_class = Types::GetChangeTokenStatusResponse
415
537
 
538
+ GetGeoMatchSetRequest.add_member(:geo_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GeoMatchSetId"))
539
+ GetGeoMatchSetRequest.struct_class = Types::GetGeoMatchSetRequest
540
+
541
+ GetGeoMatchSetResponse.add_member(:geo_match_set, Shapes::ShapeRef.new(shape: GeoMatchSet, location_name: "GeoMatchSet"))
542
+ GetGeoMatchSetResponse.struct_class = Types::GetGeoMatchSetResponse
543
+
416
544
  GetIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
417
545
  GetIPSetRequest.struct_class = Types::GetIPSetRequest
418
546
 
@@ -433,6 +561,18 @@ module Aws::WAFRegional
433
561
  GetRateBasedRuleResponse.add_member(:rule, Shapes::ShapeRef.new(shape: RateBasedRule, location_name: "Rule"))
434
562
  GetRateBasedRuleResponse.struct_class = Types::GetRateBasedRuleResponse
435
563
 
564
+ GetRegexMatchSetRequest.add_member(:regex_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexMatchSetId"))
565
+ GetRegexMatchSetRequest.struct_class = Types::GetRegexMatchSetRequest
566
+
567
+ GetRegexMatchSetResponse.add_member(:regex_match_set, Shapes::ShapeRef.new(shape: RegexMatchSet, location_name: "RegexMatchSet"))
568
+ GetRegexMatchSetResponse.struct_class = Types::GetRegexMatchSetResponse
569
+
570
+ GetRegexPatternSetRequest.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
571
+ GetRegexPatternSetRequest.struct_class = Types::GetRegexPatternSetRequest
572
+
573
+ GetRegexPatternSetResponse.add_member(:regex_pattern_set, Shapes::ShapeRef.new(shape: RegexPatternSet, location_name: "RegexPatternSet"))
574
+ GetRegexPatternSetResponse.struct_class = Types::GetRegexPatternSetResponse
575
+
436
576
  GetRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
437
577
  GetRuleRequest.struct_class = Types::GetRuleRequest
438
578
 
@@ -525,6 +665,14 @@ module Aws::WAFRegional
525
665
  ListByteMatchSetsResponse.add_member(:byte_match_sets, Shapes::ShapeRef.new(shape: ByteMatchSetSummaries, location_name: "ByteMatchSets"))
526
666
  ListByteMatchSetsResponse.struct_class = Types::ListByteMatchSetsResponse
527
667
 
668
+ ListGeoMatchSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
669
+ ListGeoMatchSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
670
+ ListGeoMatchSetsRequest.struct_class = Types::ListGeoMatchSetsRequest
671
+
672
+ ListGeoMatchSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
673
+ ListGeoMatchSetsResponse.add_member(:geo_match_sets, Shapes::ShapeRef.new(shape: GeoMatchSetSummaries, location_name: "GeoMatchSets"))
674
+ ListGeoMatchSetsResponse.struct_class = Types::ListGeoMatchSetsResponse
675
+
528
676
  ListIPSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
529
677
  ListIPSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
530
678
  ListIPSetsRequest.struct_class = Types::ListIPSetsRequest
@@ -541,6 +689,22 @@ module Aws::WAFRegional
541
689
  ListRateBasedRulesResponse.add_member(:rules, Shapes::ShapeRef.new(shape: RuleSummaries, location_name: "Rules"))
542
690
  ListRateBasedRulesResponse.struct_class = Types::ListRateBasedRulesResponse
543
691
 
692
+ ListRegexMatchSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
693
+ ListRegexMatchSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
694
+ ListRegexMatchSetsRequest.struct_class = Types::ListRegexMatchSetsRequest
695
+
696
+ ListRegexMatchSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
697
+ ListRegexMatchSetsResponse.add_member(:regex_match_sets, Shapes::ShapeRef.new(shape: RegexMatchSetSummaries, location_name: "RegexMatchSets"))
698
+ ListRegexMatchSetsResponse.struct_class = Types::ListRegexMatchSetsResponse
699
+
700
+ ListRegexPatternSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
701
+ ListRegexPatternSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
702
+ ListRegexPatternSetsRequest.struct_class = Types::ListRegexPatternSetsRequest
703
+
704
+ ListRegexPatternSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
705
+ ListRegexPatternSetsResponse.add_member(:regex_pattern_sets, Shapes::ShapeRef.new(shape: RegexPatternSetSummaries, location_name: "RegexPatternSets"))
706
+ ListRegexPatternSetsResponse.struct_class = Types::ListRegexPatternSetsResponse
707
+
544
708
  ListResourcesForWebACLRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
545
709
  ListResourcesForWebACLRequest.struct_class = Types::ListResourcesForWebACLRequest
546
710
 
@@ -604,6 +768,49 @@ module Aws::WAFRegional
604
768
  RateBasedRule.add_member(:rate_limit, Shapes::ShapeRef.new(shape: RateLimit, required: true, location_name: "RateLimit"))
605
769
  RateBasedRule.struct_class = Types::RateBasedRule
606
770
 
771
+ RegexMatchSet.add_member(:regex_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "RegexMatchSetId"))
772
+ RegexMatchSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
773
+ RegexMatchSet.add_member(:regex_match_tuples, Shapes::ShapeRef.new(shape: RegexMatchTuples, location_name: "RegexMatchTuples"))
774
+ RegexMatchSet.struct_class = Types::RegexMatchSet
775
+
776
+ RegexMatchSetSummaries.member = Shapes::ShapeRef.new(shape: RegexMatchSetSummary)
777
+
778
+ RegexMatchSetSummary.add_member(:regex_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexMatchSetId"))
779
+ RegexMatchSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
780
+ RegexMatchSetSummary.struct_class = Types::RegexMatchSetSummary
781
+
782
+ RegexMatchSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
783
+ RegexMatchSetUpdate.add_member(:regex_match_tuple, Shapes::ShapeRef.new(shape: RegexMatchTuple, required: true, location_name: "RegexMatchTuple"))
784
+ RegexMatchSetUpdate.struct_class = Types::RegexMatchSetUpdate
785
+
786
+ RegexMatchSetUpdates.member = Shapes::ShapeRef.new(shape: RegexMatchSetUpdate)
787
+
788
+ RegexMatchTuple.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
789
+ RegexMatchTuple.add_member(:text_transformation, Shapes::ShapeRef.new(shape: TextTransformation, required: true, location_name: "TextTransformation"))
790
+ RegexMatchTuple.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
791
+ RegexMatchTuple.struct_class = Types::RegexMatchTuple
792
+
793
+ RegexMatchTuples.member = Shapes::ShapeRef.new(shape: RegexMatchTuple)
794
+
795
+ RegexPatternSet.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
796
+ RegexPatternSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
797
+ RegexPatternSet.add_member(:regex_pattern_strings, Shapes::ShapeRef.new(shape: RegexPatternStrings, required: true, location_name: "RegexPatternStrings"))
798
+ RegexPatternSet.struct_class = Types::RegexPatternSet
799
+
800
+ RegexPatternSetSummaries.member = Shapes::ShapeRef.new(shape: RegexPatternSetSummary)
801
+
802
+ RegexPatternSetSummary.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
803
+ RegexPatternSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
804
+ RegexPatternSetSummary.struct_class = Types::RegexPatternSetSummary
805
+
806
+ RegexPatternSetUpdate.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, required: true, location_name: "Action"))
807
+ RegexPatternSetUpdate.add_member(:regex_pattern_string, Shapes::ShapeRef.new(shape: RegexPatternString, required: true, location_name: "RegexPatternString"))
808
+ RegexPatternSetUpdate.struct_class = Types::RegexPatternSetUpdate
809
+
810
+ RegexPatternSetUpdates.member = Shapes::ShapeRef.new(shape: RegexPatternSetUpdate)
811
+
812
+ RegexPatternStrings.member = Shapes::ShapeRef.new(shape: RegexPatternString)
813
+
607
814
  ResourceArns.member = Shapes::ShapeRef.new(shape: ResourceArn)
608
815
 
609
816
  Rule.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
@@ -692,6 +899,14 @@ module Aws::WAFRegional
692
899
  UpdateByteMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
693
900
  UpdateByteMatchSetResponse.struct_class = Types::UpdateByteMatchSetResponse
694
901
 
902
+ UpdateGeoMatchSetRequest.add_member(:geo_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GeoMatchSetId"))
903
+ UpdateGeoMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
904
+ UpdateGeoMatchSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: GeoMatchSetUpdates, required: true, location_name: "Updates"))
905
+ UpdateGeoMatchSetRequest.struct_class = Types::UpdateGeoMatchSetRequest
906
+
907
+ UpdateGeoMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
908
+ UpdateGeoMatchSetResponse.struct_class = Types::UpdateGeoMatchSetResponse
909
+
695
910
  UpdateIPSetRequest.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "IPSetId"))
696
911
  UpdateIPSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
697
912
  UpdateIPSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: IPSetUpdates, required: true, location_name: "Updates"))
@@ -709,6 +924,22 @@ module Aws::WAFRegional
709
924
  UpdateRateBasedRuleResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
710
925
  UpdateRateBasedRuleResponse.struct_class = Types::UpdateRateBasedRuleResponse
711
926
 
927
+ UpdateRegexMatchSetRequest.add_member(:regex_match_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexMatchSetId"))
928
+ UpdateRegexMatchSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: RegexMatchSetUpdates, required: true, location_name: "Updates"))
929
+ UpdateRegexMatchSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
930
+ UpdateRegexMatchSetRequest.struct_class = Types::UpdateRegexMatchSetRequest
931
+
932
+ UpdateRegexMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
933
+ UpdateRegexMatchSetResponse.struct_class = Types::UpdateRegexMatchSetResponse
934
+
935
+ UpdateRegexPatternSetRequest.add_member(:regex_pattern_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RegexPatternSetId"))
936
+ UpdateRegexPatternSetRequest.add_member(:updates, Shapes::ShapeRef.new(shape: RegexPatternSetUpdates, required: true, location_name: "Updates"))
937
+ UpdateRegexPatternSetRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
938
+ UpdateRegexPatternSetRequest.struct_class = Types::UpdateRegexPatternSetRequest
939
+
940
+ UpdateRegexPatternSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
941
+ UpdateRegexPatternSetResponse.struct_class = Types::UpdateRegexPatternSetResponse
942
+
712
943
  UpdateRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "RuleId"))
713
944
  UpdateRuleRequest.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, required: true, location_name: "ChangeToken"))
714
945
  UpdateRuleRequest.add_member(:updates, Shapes::ShapeRef.new(shape: RuleUpdates, required: true, location_name: "Updates"))
@@ -837,6 +1068,20 @@ module Aws::WAFRegional
837
1068
  o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
838
1069
  end)
839
1070
 
1071
+ api.add_operation(:create_geo_match_set, Seahorse::Model::Operation.new.tap do |o|
1072
+ o.name = "CreateGeoMatchSet"
1073
+ o.http_method = "POST"
1074
+ o.http_request_uri = "/"
1075
+ o.input = Shapes::ShapeRef.new(shape: CreateGeoMatchSetRequest)
1076
+ o.output = Shapes::ShapeRef.new(shape: CreateGeoMatchSetResponse)
1077
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1079
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1080
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
1081
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1083
+ end)
1084
+
840
1085
  api.add_operation(:create_ip_set, Seahorse::Model::Operation.new.tap do |o|
841
1086
  o.name = "CreateIPSet"
842
1087
  o.http_method = "POST"
@@ -864,6 +1109,30 @@ module Aws::WAFRegional
864
1109
  o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
865
1110
  end)
866
1111
 
1112
+ api.add_operation(:create_regex_match_set, Seahorse::Model::Operation.new.tap do |o|
1113
+ o.name = "CreateRegexMatchSet"
1114
+ o.http_method = "POST"
1115
+ o.http_request_uri = "/"
1116
+ o.input = Shapes::ShapeRef.new(shape: CreateRegexMatchSetRequest)
1117
+ o.output = Shapes::ShapeRef.new(shape: CreateRegexMatchSetResponse)
1118
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1119
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1120
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
1121
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1122
+ end)
1123
+
1124
+ api.add_operation(:create_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
1125
+ o.name = "CreateRegexPatternSet"
1126
+ o.http_method = "POST"
1127
+ o.http_request_uri = "/"
1128
+ o.input = Shapes::ShapeRef.new(shape: CreateRegexPatternSetRequest)
1129
+ o.output = Shapes::ShapeRef.new(shape: CreateRegexPatternSetResponse)
1130
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1131
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1132
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
1133
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1134
+ end)
1135
+
867
1136
  api.add_operation(:create_rule, Seahorse::Model::Operation.new.tap do |o|
868
1137
  o.name = "CreateRule"
869
1138
  o.http_method = "POST"
@@ -947,6 +1216,20 @@ module Aws::WAFRegional
947
1216
  o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
948
1217
  end)
949
1218
 
1219
+ api.add_operation(:delete_geo_match_set, Seahorse::Model::Operation.new.tap do |o|
1220
+ o.name = "DeleteGeoMatchSet"
1221
+ o.http_method = "POST"
1222
+ o.http_request_uri = "/"
1223
+ o.input = Shapes::ShapeRef.new(shape: DeleteGeoMatchSetRequest)
1224
+ o.output = Shapes::ShapeRef.new(shape: DeleteGeoMatchSetResponse)
1225
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1226
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1227
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1228
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1230
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
1231
+ end)
1232
+
950
1233
  api.add_operation(:delete_ip_set, Seahorse::Model::Operation.new.tap do |o|
951
1234
  o.name = "DeleteIPSet"
952
1235
  o.http_method = "POST"
@@ -975,6 +1258,34 @@ module Aws::WAFRegional
975
1258
  o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
976
1259
  end)
977
1260
 
1261
+ api.add_operation(:delete_regex_match_set, Seahorse::Model::Operation.new.tap do |o|
1262
+ o.name = "DeleteRegexMatchSet"
1263
+ o.http_method = "POST"
1264
+ o.http_request_uri = "/"
1265
+ o.input = Shapes::ShapeRef.new(shape: DeleteRegexMatchSetRequest)
1266
+ o.output = Shapes::ShapeRef.new(shape: DeleteRegexMatchSetResponse)
1267
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1268
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1269
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1270
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1271
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1272
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
1273
+ end)
1274
+
1275
+ api.add_operation(:delete_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
1276
+ o.name = "DeleteRegexPatternSet"
1277
+ o.http_method = "POST"
1278
+ o.http_request_uri = "/"
1279
+ o.input = Shapes::ShapeRef.new(shape: DeleteRegexPatternSetRequest)
1280
+ o.output = Shapes::ShapeRef.new(shape: DeleteRegexPatternSetResponse)
1281
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1282
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1283
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1284
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1285
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1286
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonEmptyEntityException)
1287
+ end)
1288
+
978
1289
  api.add_operation(:delete_rule, Seahorse::Model::Operation.new.tap do |o|
979
1290
  o.name = "DeleteRule"
980
1291
  o.http_method = "POST"
@@ -1087,6 +1398,17 @@ module Aws::WAFRegional
1087
1398
  o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1088
1399
  end)
1089
1400
 
1401
+ api.add_operation(:get_geo_match_set, Seahorse::Model::Operation.new.tap do |o|
1402
+ o.name = "GetGeoMatchSet"
1403
+ o.http_method = "POST"
1404
+ o.http_request_uri = "/"
1405
+ o.input = Shapes::ShapeRef.new(shape: GetGeoMatchSetRequest)
1406
+ o.output = Shapes::ShapeRef.new(shape: GetGeoMatchSetResponse)
1407
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1408
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1409
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1410
+ end)
1411
+
1090
1412
  api.add_operation(:get_ip_set, Seahorse::Model::Operation.new.tap do |o|
1091
1413
  o.name = "GetIPSet"
1092
1414
  o.http_method = "POST"
@@ -1121,6 +1443,28 @@ module Aws::WAFRegional
1121
1443
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1122
1444
  end)
1123
1445
 
1446
+ api.add_operation(:get_regex_match_set, Seahorse::Model::Operation.new.tap do |o|
1447
+ o.name = "GetRegexMatchSet"
1448
+ o.http_method = "POST"
1449
+ o.http_request_uri = "/"
1450
+ o.input = Shapes::ShapeRef.new(shape: GetRegexMatchSetRequest)
1451
+ o.output = Shapes::ShapeRef.new(shape: GetRegexMatchSetResponse)
1452
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1453
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1454
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1455
+ end)
1456
+
1457
+ api.add_operation(:get_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
1458
+ o.name = "GetRegexPatternSet"
1459
+ o.http_method = "POST"
1460
+ o.http_request_uri = "/"
1461
+ o.input = Shapes::ShapeRef.new(shape: GetRegexPatternSetRequest)
1462
+ o.output = Shapes::ShapeRef.new(shape: GetRegexPatternSetResponse)
1463
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1464
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1465
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1466
+ end)
1467
+
1124
1468
  api.add_operation(:get_rule, Seahorse::Model::Operation.new.tap do |o|
1125
1469
  o.name = "GetRule"
1126
1470
  o.http_method = "POST"
@@ -1209,6 +1553,16 @@ module Aws::WAFRegional
1209
1553
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1210
1554
  end)
1211
1555
 
1556
+ api.add_operation(:list_geo_match_sets, Seahorse::Model::Operation.new.tap do |o|
1557
+ o.name = "ListGeoMatchSets"
1558
+ o.http_method = "POST"
1559
+ o.http_request_uri = "/"
1560
+ o.input = Shapes::ShapeRef.new(shape: ListGeoMatchSetsRequest)
1561
+ o.output = Shapes::ShapeRef.new(shape: ListGeoMatchSetsResponse)
1562
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1563
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1564
+ end)
1565
+
1212
1566
  api.add_operation(:list_ip_sets, Seahorse::Model::Operation.new.tap do |o|
1213
1567
  o.name = "ListIPSets"
1214
1568
  o.http_method = "POST"
@@ -1229,6 +1583,26 @@ module Aws::WAFRegional
1229
1583
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1230
1584
  end)
1231
1585
 
1586
+ api.add_operation(:list_regex_match_sets, Seahorse::Model::Operation.new.tap do |o|
1587
+ o.name = "ListRegexMatchSets"
1588
+ o.http_method = "POST"
1589
+ o.http_request_uri = "/"
1590
+ o.input = Shapes::ShapeRef.new(shape: ListRegexMatchSetsRequest)
1591
+ o.output = Shapes::ShapeRef.new(shape: ListRegexMatchSetsResponse)
1592
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1593
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1594
+ end)
1595
+
1596
+ api.add_operation(:list_regex_pattern_sets, Seahorse::Model::Operation.new.tap do |o|
1597
+ o.name = "ListRegexPatternSets"
1598
+ o.http_method = "POST"
1599
+ o.http_request_uri = "/"
1600
+ o.input = Shapes::ShapeRef.new(shape: ListRegexPatternSetsRequest)
1601
+ o.output = Shapes::ShapeRef.new(shape: ListRegexPatternSetsResponse)
1602
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1603
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1604
+ end)
1605
+
1232
1606
  api.add_operation(:list_resources_for_web_acl, Seahorse::Model::Operation.new.tap do |o|
1233
1607
  o.name = "ListResourcesForWebACL"
1234
1608
  o.http_method = "POST"
@@ -1306,6 +1680,23 @@ module Aws::WAFRegional
1306
1680
  o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1307
1681
  end)
1308
1682
 
1683
+ api.add_operation(:update_geo_match_set, Seahorse::Model::Operation.new.tap do |o|
1684
+ o.name = "UpdateGeoMatchSet"
1685
+ o.http_method = "POST"
1686
+ o.http_request_uri = "/"
1687
+ o.input = Shapes::ShapeRef.new(shape: UpdateGeoMatchSetRequest)
1688
+ o.output = Shapes::ShapeRef.new(shape: UpdateGeoMatchSetResponse)
1689
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1690
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1691
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1692
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1693
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1694
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1695
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1696
+ o.errors << Shapes::ShapeRef.new(shape: WAFReferencedItemException)
1697
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1698
+ end)
1699
+
1309
1700
  api.add_operation(:update_ip_set, Seahorse::Model::Operation.new.tap do |o|
1310
1701
  o.name = "UpdateIPSet"
1311
1702
  o.http_method = "POST"
@@ -1340,6 +1731,37 @@ module Aws::WAFRegional
1340
1731
  o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1341
1732
  end)
1342
1733
 
1734
+ api.add_operation(:update_regex_match_set, Seahorse::Model::Operation.new.tap do |o|
1735
+ o.name = "UpdateRegexMatchSet"
1736
+ o.http_method = "POST"
1737
+ o.http_request_uri = "/"
1738
+ o.input = Shapes::ShapeRef.new(shape: UpdateRegexMatchSetRequest)
1739
+ o.output = Shapes::ShapeRef.new(shape: UpdateRegexMatchSetResponse)
1740
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1741
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1742
+ o.errors << Shapes::ShapeRef.new(shape: WAFDisallowedNameException)
1743
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1744
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1745
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1746
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1747
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1748
+ end)
1749
+
1750
+ api.add_operation(:update_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
1751
+ o.name = "UpdateRegexPatternSet"
1752
+ o.http_method = "POST"
1753
+ o.http_request_uri = "/"
1754
+ o.input = Shapes::ShapeRef.new(shape: UpdateRegexPatternSetRequest)
1755
+ o.output = Shapes::ShapeRef.new(shape: UpdateRegexPatternSetResponse)
1756
+ o.errors << Shapes::ShapeRef.new(shape: WAFStaleDataException)
1757
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1758
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1759
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentContainerException)
1760
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1761
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidAccountException)
1762
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidRegexPatternException)
1763
+ end)
1764
+
1343
1765
  api.add_operation(:update_rule, Seahorse::Model::Operation.new.tap do |o|
1344
1766
  o.name = "UpdateRule"
1345
1767
  o.http_method = "POST"