aws-sdk-core 2.10.64 → 2.10.65

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,23 @@
29
29
  {"shape":"WAFLimitsExceededException"}
30
30
  ]
31
31
  },
32
+ "CreateGeoMatchSet":{
33
+ "name":"CreateGeoMatchSet",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/"
37
+ },
38
+ "input":{"shape":"CreateGeoMatchSetRequest"},
39
+ "output":{"shape":"CreateGeoMatchSetResponse"},
40
+ "errors":[
41
+ {"shape":"WAFStaleDataException"},
42
+ {"shape":"WAFInternalErrorException"},
43
+ {"shape":"WAFInvalidAccountException"},
44
+ {"shape":"WAFDisallowedNameException"},
45
+ {"shape":"WAFInvalidParameterException"},
46
+ {"shape":"WAFLimitsExceededException"}
47
+ ]
48
+ },
32
49
  "CreateIPSet":{
33
50
  "name":"CreateIPSet",
34
51
  "http":{
@@ -62,6 +79,36 @@
62
79
  {"shape":"WAFLimitsExceededException"}
63
80
  ]
64
81
  },
82
+ "CreateRegexMatchSet":{
83
+ "name":"CreateRegexMatchSet",
84
+ "http":{
85
+ "method":"POST",
86
+ "requestUri":"/"
87
+ },
88
+ "input":{"shape":"CreateRegexMatchSetRequest"},
89
+ "output":{"shape":"CreateRegexMatchSetResponse"},
90
+ "errors":[
91
+ {"shape":"WAFStaleDataException"},
92
+ {"shape":"WAFInternalErrorException"},
93
+ {"shape":"WAFDisallowedNameException"},
94
+ {"shape":"WAFLimitsExceededException"}
95
+ ]
96
+ },
97
+ "CreateRegexPatternSet":{
98
+ "name":"CreateRegexPatternSet",
99
+ "http":{
100
+ "method":"POST",
101
+ "requestUri":"/"
102
+ },
103
+ "input":{"shape":"CreateRegexPatternSetRequest"},
104
+ "output":{"shape":"CreateRegexPatternSetResponse"},
105
+ "errors":[
106
+ {"shape":"WAFStaleDataException"},
107
+ {"shape":"WAFInternalErrorException"},
108
+ {"shape":"WAFDisallowedNameException"},
109
+ {"shape":"WAFLimitsExceededException"}
110
+ ]
111
+ },
65
112
  "CreateRule":{
66
113
  "name":"CreateRule",
67
114
  "http":{
@@ -163,6 +210,23 @@
163
210
  {"shape":"WAFNonEmptyEntityException"}
164
211
  ]
165
212
  },
213
+ "DeleteGeoMatchSet":{
214
+ "name":"DeleteGeoMatchSet",
215
+ "http":{
216
+ "method":"POST",
217
+ "requestUri":"/"
218
+ },
219
+ "input":{"shape":"DeleteGeoMatchSetRequest"},
220
+ "output":{"shape":"DeleteGeoMatchSetResponse"},
221
+ "errors":[
222
+ {"shape":"WAFStaleDataException"},
223
+ {"shape":"WAFInternalErrorException"},
224
+ {"shape":"WAFInvalidAccountException"},
225
+ {"shape":"WAFNonexistentItemException"},
226
+ {"shape":"WAFReferencedItemException"},
227
+ {"shape":"WAFNonEmptyEntityException"}
228
+ ]
229
+ },
166
230
  "DeleteIPSet":{
167
231
  "name":"DeleteIPSet",
168
232
  "http":{
@@ -197,6 +261,40 @@
197
261
  {"shape":"WAFNonEmptyEntityException"}
198
262
  ]
199
263
  },
264
+ "DeleteRegexMatchSet":{
265
+ "name":"DeleteRegexMatchSet",
266
+ "http":{
267
+ "method":"POST",
268
+ "requestUri":"/"
269
+ },
270
+ "input":{"shape":"DeleteRegexMatchSetRequest"},
271
+ "output":{"shape":"DeleteRegexMatchSetResponse"},
272
+ "errors":[
273
+ {"shape":"WAFInternalErrorException"},
274
+ {"shape":"WAFInvalidAccountException"},
275
+ {"shape":"WAFNonexistentItemException"},
276
+ {"shape":"WAFReferencedItemException"},
277
+ {"shape":"WAFStaleDataException"},
278
+ {"shape":"WAFNonEmptyEntityException"}
279
+ ]
280
+ },
281
+ "DeleteRegexPatternSet":{
282
+ "name":"DeleteRegexPatternSet",
283
+ "http":{
284
+ "method":"POST",
285
+ "requestUri":"/"
286
+ },
287
+ "input":{"shape":"DeleteRegexPatternSetRequest"},
288
+ "output":{"shape":"DeleteRegexPatternSetResponse"},
289
+ "errors":[
290
+ {"shape":"WAFInternalErrorException"},
291
+ {"shape":"WAFInvalidAccountException"},
292
+ {"shape":"WAFNonexistentItemException"},
293
+ {"shape":"WAFReferencedItemException"},
294
+ {"shape":"WAFStaleDataException"},
295
+ {"shape":"WAFNonEmptyEntityException"}
296
+ ]
297
+ },
200
298
  "DeleteRule":{
201
299
  "name":"DeleteRule",
202
300
  "http":{
@@ -321,6 +419,20 @@
321
419
  {"shape":"WAFInternalErrorException"}
322
420
  ]
323
421
  },
422
+ "GetGeoMatchSet":{
423
+ "name":"GetGeoMatchSet",
424
+ "http":{
425
+ "method":"POST",
426
+ "requestUri":"/"
427
+ },
428
+ "input":{"shape":"GetGeoMatchSetRequest"},
429
+ "output":{"shape":"GetGeoMatchSetResponse"},
430
+ "errors":[
431
+ {"shape":"WAFInternalErrorException"},
432
+ {"shape":"WAFInvalidAccountException"},
433
+ {"shape":"WAFNonexistentItemException"}
434
+ ]
435
+ },
324
436
  "GetIPSet":{
325
437
  "name":"GetIPSet",
326
438
  "http":{
@@ -364,6 +476,34 @@
364
476
  {"shape":"WAFInvalidParameterException"}
365
477
  ]
366
478
  },
479
+ "GetRegexMatchSet":{
480
+ "name":"GetRegexMatchSet",
481
+ "http":{
482
+ "method":"POST",
483
+ "requestUri":"/"
484
+ },
485
+ "input":{"shape":"GetRegexMatchSetRequest"},
486
+ "output":{"shape":"GetRegexMatchSetResponse"},
487
+ "errors":[
488
+ {"shape":"WAFInternalErrorException"},
489
+ {"shape":"WAFInvalidAccountException"},
490
+ {"shape":"WAFNonexistentItemException"}
491
+ ]
492
+ },
493
+ "GetRegexPatternSet":{
494
+ "name":"GetRegexPatternSet",
495
+ "http":{
496
+ "method":"POST",
497
+ "requestUri":"/"
498
+ },
499
+ "input":{"shape":"GetRegexPatternSetRequest"},
500
+ "output":{"shape":"GetRegexPatternSetResponse"},
501
+ "errors":[
502
+ {"shape":"WAFInternalErrorException"},
503
+ {"shape":"WAFInvalidAccountException"},
504
+ {"shape":"WAFNonexistentItemException"}
505
+ ]
506
+ },
367
507
  "GetRule":{
368
508
  "name":"GetRule",
369
509
  "http":{
@@ -460,6 +600,19 @@
460
600
  {"shape":"WAFInvalidAccountException"}
461
601
  ]
462
602
  },
603
+ "ListGeoMatchSets":{
604
+ "name":"ListGeoMatchSets",
605
+ "http":{
606
+ "method":"POST",
607
+ "requestUri":"/"
608
+ },
609
+ "input":{"shape":"ListGeoMatchSetsRequest"},
610
+ "output":{"shape":"ListGeoMatchSetsResponse"},
611
+ "errors":[
612
+ {"shape":"WAFInternalErrorException"},
613
+ {"shape":"WAFInvalidAccountException"}
614
+ ]
615
+ },
463
616
  "ListIPSets":{
464
617
  "name":"ListIPSets",
465
618
  "http":{
@@ -486,6 +639,32 @@
486
639
  {"shape":"WAFInvalidAccountException"}
487
640
  ]
488
641
  },
642
+ "ListRegexMatchSets":{
643
+ "name":"ListRegexMatchSets",
644
+ "http":{
645
+ "method":"POST",
646
+ "requestUri":"/"
647
+ },
648
+ "input":{"shape":"ListRegexMatchSetsRequest"},
649
+ "output":{"shape":"ListRegexMatchSetsResponse"},
650
+ "errors":[
651
+ {"shape":"WAFInternalErrorException"},
652
+ {"shape":"WAFInvalidAccountException"}
653
+ ]
654
+ },
655
+ "ListRegexPatternSets":{
656
+ "name":"ListRegexPatternSets",
657
+ "http":{
658
+ "method":"POST",
659
+ "requestUri":"/"
660
+ },
661
+ "input":{"shape":"ListRegexPatternSetsRequest"},
662
+ "output":{"shape":"ListRegexPatternSetsResponse"},
663
+ "errors":[
664
+ {"shape":"WAFInternalErrorException"},
665
+ {"shape":"WAFInvalidAccountException"}
666
+ ]
667
+ },
489
668
  "ListRules":{
490
669
  "name":"ListRules",
491
670
  "http":{
@@ -570,6 +749,26 @@
570
749
  {"shape":"WAFLimitsExceededException"}
571
750
  ]
572
751
  },
752
+ "UpdateGeoMatchSet":{
753
+ "name":"UpdateGeoMatchSet",
754
+ "http":{
755
+ "method":"POST",
756
+ "requestUri":"/"
757
+ },
758
+ "input":{"shape":"UpdateGeoMatchSetRequest"},
759
+ "output":{"shape":"UpdateGeoMatchSetResponse"},
760
+ "errors":[
761
+ {"shape":"WAFStaleDataException"},
762
+ {"shape":"WAFInternalErrorException"},
763
+ {"shape":"WAFInvalidAccountException"},
764
+ {"shape":"WAFInvalidOperationException"},
765
+ {"shape":"WAFInvalidParameterException"},
766
+ {"shape":"WAFNonexistentContainerException"},
767
+ {"shape":"WAFNonexistentItemException"},
768
+ {"shape":"WAFReferencedItemException"},
769
+ {"shape":"WAFLimitsExceededException"}
770
+ ]
771
+ },
573
772
  "UpdateIPSet":{
574
773
  "name":"UpdateIPSet",
575
774
  "http":{
@@ -610,6 +809,43 @@
610
809
  {"shape":"WAFLimitsExceededException"}
611
810
  ]
612
811
  },
812
+ "UpdateRegexMatchSet":{
813
+ "name":"UpdateRegexMatchSet",
814
+ "http":{
815
+ "method":"POST",
816
+ "requestUri":"/"
817
+ },
818
+ "input":{"shape":"UpdateRegexMatchSetRequest"},
819
+ "output":{"shape":"UpdateRegexMatchSetResponse"},
820
+ "errors":[
821
+ {"shape":"WAFStaleDataException"},
822
+ {"shape":"WAFInternalErrorException"},
823
+ {"shape":"WAFDisallowedNameException"},
824
+ {"shape":"WAFLimitsExceededException"},
825
+ {"shape":"WAFNonexistentItemException"},
826
+ {"shape":"WAFNonexistentContainerException"},
827
+ {"shape":"WAFInvalidOperationException"},
828
+ {"shape":"WAFInvalidAccountException"}
829
+ ]
830
+ },
831
+ "UpdateRegexPatternSet":{
832
+ "name":"UpdateRegexPatternSet",
833
+ "http":{
834
+ "method":"POST",
835
+ "requestUri":"/"
836
+ },
837
+ "input":{"shape":"UpdateRegexPatternSetRequest"},
838
+ "output":{"shape":"UpdateRegexPatternSetResponse"},
839
+ "errors":[
840
+ {"shape":"WAFStaleDataException"},
841
+ {"shape":"WAFInternalErrorException"},
842
+ {"shape":"WAFLimitsExceededException"},
843
+ {"shape":"WAFNonexistentContainerException"},
844
+ {"shape":"WAFInvalidOperationException"},
845
+ {"shape":"WAFInvalidAccountException"},
846
+ {"shape":"WAFInvalidRegexPatternException"}
847
+ ]
848
+ },
613
849
  "UpdateRule":{
614
850
  "name":"UpdateRule",
615
851
  "http":{
@@ -769,7 +1005,8 @@
769
1005
  },
770
1006
  "ByteMatchSetUpdates":{
771
1007
  "type":"list",
772
- "member":{"shape":"ByteMatchSetUpdate"}
1008
+ "member":{"shape":"ByteMatchSetUpdate"},
1009
+ "min":1
773
1010
  },
774
1011
  "ByteMatchTargetString":{"type":"blob"},
775
1012
  "ByteMatchTuple":{
@@ -840,6 +1077,24 @@
840
1077
  "ChangeToken":{"shape":"ChangeToken"}
841
1078
  }
842
1079
  },
1080
+ "CreateGeoMatchSetRequest":{
1081
+ "type":"structure",
1082
+ "required":[
1083
+ "Name",
1084
+ "ChangeToken"
1085
+ ],
1086
+ "members":{
1087
+ "Name":{"shape":"ResourceName"},
1088
+ "ChangeToken":{"shape":"ChangeToken"}
1089
+ }
1090
+ },
1091
+ "CreateGeoMatchSetResponse":{
1092
+ "type":"structure",
1093
+ "members":{
1094
+ "GeoMatchSet":{"shape":"GeoMatchSet"},
1095
+ "ChangeToken":{"shape":"ChangeToken"}
1096
+ }
1097
+ },
843
1098
  "CreateIPSetRequest":{
844
1099
  "type":"structure",
845
1100
  "required":[
@@ -882,6 +1137,42 @@
882
1137
  "ChangeToken":{"shape":"ChangeToken"}
883
1138
  }
884
1139
  },
1140
+ "CreateRegexMatchSetRequest":{
1141
+ "type":"structure",
1142
+ "required":[
1143
+ "Name",
1144
+ "ChangeToken"
1145
+ ],
1146
+ "members":{
1147
+ "Name":{"shape":"ResourceName"},
1148
+ "ChangeToken":{"shape":"ChangeToken"}
1149
+ }
1150
+ },
1151
+ "CreateRegexMatchSetResponse":{
1152
+ "type":"structure",
1153
+ "members":{
1154
+ "RegexMatchSet":{"shape":"RegexMatchSet"},
1155
+ "ChangeToken":{"shape":"ChangeToken"}
1156
+ }
1157
+ },
1158
+ "CreateRegexPatternSetRequest":{
1159
+ "type":"structure",
1160
+ "required":[
1161
+ "Name",
1162
+ "ChangeToken"
1163
+ ],
1164
+ "members":{
1165
+ "Name":{"shape":"ResourceName"},
1166
+ "ChangeToken":{"shape":"ChangeToken"}
1167
+ }
1168
+ },
1169
+ "CreateRegexPatternSetResponse":{
1170
+ "type":"structure",
1171
+ "members":{
1172
+ "RegexPatternSet":{"shape":"RegexPatternSet"},
1173
+ "ChangeToken":{"shape":"ChangeToken"}
1174
+ }
1175
+ },
885
1176
  "CreateRuleRequest":{
886
1177
  "type":"structure",
887
1178
  "required":[
@@ -995,6 +1286,23 @@
995
1286
  "ChangeToken":{"shape":"ChangeToken"}
996
1287
  }
997
1288
  },
1289
+ "DeleteGeoMatchSetRequest":{
1290
+ "type":"structure",
1291
+ "required":[
1292
+ "GeoMatchSetId",
1293
+ "ChangeToken"
1294
+ ],
1295
+ "members":{
1296
+ "GeoMatchSetId":{"shape":"ResourceId"},
1297
+ "ChangeToken":{"shape":"ChangeToken"}
1298
+ }
1299
+ },
1300
+ "DeleteGeoMatchSetResponse":{
1301
+ "type":"structure",
1302
+ "members":{
1303
+ "ChangeToken":{"shape":"ChangeToken"}
1304
+ }
1305
+ },
998
1306
  "DeleteIPSetRequest":{
999
1307
  "type":"structure",
1000
1308
  "required":[
@@ -1029,6 +1337,40 @@
1029
1337
  "ChangeToken":{"shape":"ChangeToken"}
1030
1338
  }
1031
1339
  },
1340
+ "DeleteRegexMatchSetRequest":{
1341
+ "type":"structure",
1342
+ "required":[
1343
+ "RegexMatchSetId",
1344
+ "ChangeToken"
1345
+ ],
1346
+ "members":{
1347
+ "RegexMatchSetId":{"shape":"ResourceId"},
1348
+ "ChangeToken":{"shape":"ChangeToken"}
1349
+ }
1350
+ },
1351
+ "DeleteRegexMatchSetResponse":{
1352
+ "type":"structure",
1353
+ "members":{
1354
+ "ChangeToken":{"shape":"ChangeToken"}
1355
+ }
1356
+ },
1357
+ "DeleteRegexPatternSetRequest":{
1358
+ "type":"structure",
1359
+ "required":[
1360
+ "RegexPatternSetId",
1361
+ "ChangeToken"
1362
+ ],
1363
+ "members":{
1364
+ "RegexPatternSetId":{"shape":"ResourceId"},
1365
+ "ChangeToken":{"shape":"ChangeToken"}
1366
+ }
1367
+ },
1368
+ "DeleteRegexPatternSetResponse":{
1369
+ "type":"structure",
1370
+ "members":{
1371
+ "ChangeToken":{"shape":"ChangeToken"}
1372
+ }
1373
+ },
1032
1374
  "DeleteRuleRequest":{
1033
1375
  "type":"structure",
1034
1376
  "required":[
@@ -1122,6 +1464,322 @@
1122
1464
  "Data":{"shape":"MatchFieldData"}
1123
1465
  }
1124
1466
  },
1467
+ "GeoMatchConstraint":{
1468
+ "type":"structure",
1469
+ "required":[
1470
+ "Type",
1471
+ "Value"
1472
+ ],
1473
+ "members":{
1474
+ "Type":{"shape":"GeoMatchConstraintType"},
1475
+ "Value":{"shape":"GeoMatchConstraintValue"}
1476
+ }
1477
+ },
1478
+ "GeoMatchConstraintType":{
1479
+ "type":"string",
1480
+ "enum":["Country"]
1481
+ },
1482
+ "GeoMatchConstraintValue":{
1483
+ "type":"string",
1484
+ "enum":[
1485
+ "AF",
1486
+ "AX",
1487
+ "AL",
1488
+ "DZ",
1489
+ "AS",
1490
+ "AD",
1491
+ "AO",
1492
+ "AI",
1493
+ "AQ",
1494
+ "AG",
1495
+ "AR",
1496
+ "AM",
1497
+ "AW",
1498
+ "AU",
1499
+ "AT",
1500
+ "AZ",
1501
+ "BS",
1502
+ "BH",
1503
+ "BD",
1504
+ "BB",
1505
+ "BY",
1506
+ "BE",
1507
+ "BZ",
1508
+ "BJ",
1509
+ "BM",
1510
+ "BT",
1511
+ "BO",
1512
+ "BQ",
1513
+ "BA",
1514
+ "BW",
1515
+ "BV",
1516
+ "BR",
1517
+ "IO",
1518
+ "BN",
1519
+ "BG",
1520
+ "BF",
1521
+ "BI",
1522
+ "KH",
1523
+ "CM",
1524
+ "CA",
1525
+ "CV",
1526
+ "KY",
1527
+ "CF",
1528
+ "TD",
1529
+ "CL",
1530
+ "CN",
1531
+ "CX",
1532
+ "CC",
1533
+ "CO",
1534
+ "KM",
1535
+ "CG",
1536
+ "CD",
1537
+ "CK",
1538
+ "CR",
1539
+ "CI",
1540
+ "HR",
1541
+ "CU",
1542
+ "CW",
1543
+ "CY",
1544
+ "CZ",
1545
+ "DK",
1546
+ "DJ",
1547
+ "DM",
1548
+ "DO",
1549
+ "EC",
1550
+ "EG",
1551
+ "SV",
1552
+ "GQ",
1553
+ "ER",
1554
+ "EE",
1555
+ "ET",
1556
+ "FK",
1557
+ "FO",
1558
+ "FJ",
1559
+ "FI",
1560
+ "FR",
1561
+ "GF",
1562
+ "PF",
1563
+ "TF",
1564
+ "GA",
1565
+ "GM",
1566
+ "GE",
1567
+ "DE",
1568
+ "GH",
1569
+ "GI",
1570
+ "GR",
1571
+ "GL",
1572
+ "GD",
1573
+ "GP",
1574
+ "GU",
1575
+ "GT",
1576
+ "GG",
1577
+ "GN",
1578
+ "GW",
1579
+ "GY",
1580
+ "HT",
1581
+ "HM",
1582
+ "VA",
1583
+ "HN",
1584
+ "HK",
1585
+ "HU",
1586
+ "IS",
1587
+ "IN",
1588
+ "ID",
1589
+ "IR",
1590
+ "IQ",
1591
+ "IE",
1592
+ "IM",
1593
+ "IL",
1594
+ "IT",
1595
+ "JM",
1596
+ "JP",
1597
+ "JE",
1598
+ "JO",
1599
+ "KZ",
1600
+ "KE",
1601
+ "KI",
1602
+ "KP",
1603
+ "KR",
1604
+ "KW",
1605
+ "KG",
1606
+ "LA",
1607
+ "LV",
1608
+ "LB",
1609
+ "LS",
1610
+ "LR",
1611
+ "LY",
1612
+ "LI",
1613
+ "LT",
1614
+ "LU",
1615
+ "MO",
1616
+ "MK",
1617
+ "MG",
1618
+ "MW",
1619
+ "MY",
1620
+ "MV",
1621
+ "ML",
1622
+ "MT",
1623
+ "MH",
1624
+ "MQ",
1625
+ "MR",
1626
+ "MU",
1627
+ "YT",
1628
+ "MX",
1629
+ "FM",
1630
+ "MD",
1631
+ "MC",
1632
+ "MN",
1633
+ "ME",
1634
+ "MS",
1635
+ "MA",
1636
+ "MZ",
1637
+ "MM",
1638
+ "NA",
1639
+ "NR",
1640
+ "NP",
1641
+ "NL",
1642
+ "NC",
1643
+ "NZ",
1644
+ "NI",
1645
+ "NE",
1646
+ "NG",
1647
+ "NU",
1648
+ "NF",
1649
+ "MP",
1650
+ "NO",
1651
+ "OM",
1652
+ "PK",
1653
+ "PW",
1654
+ "PS",
1655
+ "PA",
1656
+ "PG",
1657
+ "PY",
1658
+ "PE",
1659
+ "PH",
1660
+ "PN",
1661
+ "PL",
1662
+ "PT",
1663
+ "PR",
1664
+ "QA",
1665
+ "RE",
1666
+ "RO",
1667
+ "RU",
1668
+ "RW",
1669
+ "BL",
1670
+ "SH",
1671
+ "KN",
1672
+ "LC",
1673
+ "MF",
1674
+ "PM",
1675
+ "VC",
1676
+ "WS",
1677
+ "SM",
1678
+ "ST",
1679
+ "SA",
1680
+ "SN",
1681
+ "RS",
1682
+ "SC",
1683
+ "SL",
1684
+ "SG",
1685
+ "SX",
1686
+ "SK",
1687
+ "SI",
1688
+ "SB",
1689
+ "SO",
1690
+ "ZA",
1691
+ "GS",
1692
+ "SS",
1693
+ "ES",
1694
+ "LK",
1695
+ "SD",
1696
+ "SR",
1697
+ "SJ",
1698
+ "SZ",
1699
+ "SE",
1700
+ "CH",
1701
+ "SY",
1702
+ "TW",
1703
+ "TJ",
1704
+ "TZ",
1705
+ "TH",
1706
+ "TL",
1707
+ "TG",
1708
+ "TK",
1709
+ "TO",
1710
+ "TT",
1711
+ "TN",
1712
+ "TR",
1713
+ "TM",
1714
+ "TC",
1715
+ "TV",
1716
+ "UG",
1717
+ "UA",
1718
+ "AE",
1719
+ "GB",
1720
+ "US",
1721
+ "UM",
1722
+ "UY",
1723
+ "UZ",
1724
+ "VU",
1725
+ "VE",
1726
+ "VN",
1727
+ "VG",
1728
+ "VI",
1729
+ "WF",
1730
+ "EH",
1731
+ "YE",
1732
+ "ZM",
1733
+ "ZW"
1734
+ ]
1735
+ },
1736
+ "GeoMatchConstraints":{
1737
+ "type":"list",
1738
+ "member":{"shape":"GeoMatchConstraint"}
1739
+ },
1740
+ "GeoMatchSet":{
1741
+ "type":"structure",
1742
+ "required":[
1743
+ "GeoMatchSetId",
1744
+ "GeoMatchConstraints"
1745
+ ],
1746
+ "members":{
1747
+ "GeoMatchSetId":{"shape":"ResourceId"},
1748
+ "Name":{"shape":"ResourceName"},
1749
+ "GeoMatchConstraints":{"shape":"GeoMatchConstraints"}
1750
+ }
1751
+ },
1752
+ "GeoMatchSetSummaries":{
1753
+ "type":"list",
1754
+ "member":{"shape":"GeoMatchSetSummary"}
1755
+ },
1756
+ "GeoMatchSetSummary":{
1757
+ "type":"structure",
1758
+ "required":[
1759
+ "GeoMatchSetId",
1760
+ "Name"
1761
+ ],
1762
+ "members":{
1763
+ "GeoMatchSetId":{"shape":"ResourceId"},
1764
+ "Name":{"shape":"ResourceName"}
1765
+ }
1766
+ },
1767
+ "GeoMatchSetUpdate":{
1768
+ "type":"structure",
1769
+ "required":[
1770
+ "Action",
1771
+ "GeoMatchConstraint"
1772
+ ],
1773
+ "members":{
1774
+ "Action":{"shape":"ChangeAction"},
1775
+ "GeoMatchConstraint":{"shape":"GeoMatchConstraint"}
1776
+ }
1777
+ },
1778
+ "GeoMatchSetUpdates":{
1779
+ "type":"list",
1780
+ "member":{"shape":"GeoMatchSetUpdate"},
1781
+ "min":1
1782
+ },
1125
1783
  "GetByteMatchSetRequest":{
1126
1784
  "type":"structure",
1127
1785
  "required":["ByteMatchSetId"],
@@ -1159,6 +1817,19 @@
1159
1817
  "ChangeTokenStatus":{"shape":"ChangeTokenStatus"}
1160
1818
  }
1161
1819
  },
1820
+ "GetGeoMatchSetRequest":{
1821
+ "type":"structure",
1822
+ "required":["GeoMatchSetId"],
1823
+ "members":{
1824
+ "GeoMatchSetId":{"shape":"ResourceId"}
1825
+ }
1826
+ },
1827
+ "GetGeoMatchSetResponse":{
1828
+ "type":"structure",
1829
+ "members":{
1830
+ "GeoMatchSet":{"shape":"GeoMatchSet"}
1831
+ }
1832
+ },
1162
1833
  "GetIPSetRequest":{
1163
1834
  "type":"structure",
1164
1835
  "required":["IPSetId"],
@@ -1200,6 +1871,32 @@
1200
1871
  "Rule":{"shape":"RateBasedRule"}
1201
1872
  }
1202
1873
  },
1874
+ "GetRegexMatchSetRequest":{
1875
+ "type":"structure",
1876
+ "required":["RegexMatchSetId"],
1877
+ "members":{
1878
+ "RegexMatchSetId":{"shape":"ResourceId"}
1879
+ }
1880
+ },
1881
+ "GetRegexMatchSetResponse":{
1882
+ "type":"structure",
1883
+ "members":{
1884
+ "RegexMatchSet":{"shape":"RegexMatchSet"}
1885
+ }
1886
+ },
1887
+ "GetRegexPatternSetRequest":{
1888
+ "type":"structure",
1889
+ "required":["RegexPatternSetId"],
1890
+ "members":{
1891
+ "RegexPatternSetId":{"shape":"ResourceId"}
1892
+ }
1893
+ },
1894
+ "GetRegexPatternSetResponse":{
1895
+ "type":"structure",
1896
+ "members":{
1897
+ "RegexPatternSet":{"shape":"RegexPatternSet"}
1898
+ }
1899
+ },
1203
1900
  "GetRuleRequest":{
1204
1901
  "type":"structure",
1205
1902
  "required":["RuleId"],
@@ -1382,7 +2079,8 @@
1382
2079
  },
1383
2080
  "IPSetUpdates":{
1384
2081
  "type":"list",
1385
- "member":{"shape":"IPSetUpdate"}
2082
+ "member":{"shape":"IPSetUpdate"},
2083
+ "min":1
1386
2084
  },
1387
2085
  "IPString":{"type":"string"},
1388
2086
  "ListByteMatchSetsRequest":{
@@ -1399,6 +2097,20 @@
1399
2097
  "ByteMatchSets":{"shape":"ByteMatchSetSummaries"}
1400
2098
  }
1401
2099
  },
2100
+ "ListGeoMatchSetsRequest":{
2101
+ "type":"structure",
2102
+ "members":{
2103
+ "NextMarker":{"shape":"NextMarker"},
2104
+ "Limit":{"shape":"PaginationLimit"}
2105
+ }
2106
+ },
2107
+ "ListGeoMatchSetsResponse":{
2108
+ "type":"structure",
2109
+ "members":{
2110
+ "NextMarker":{"shape":"NextMarker"},
2111
+ "GeoMatchSets":{"shape":"GeoMatchSetSummaries"}
2112
+ }
2113
+ },
1402
2114
  "ListIPSetsRequest":{
1403
2115
  "type":"structure",
1404
2116
  "members":{
@@ -1427,6 +2139,34 @@
1427
2139
  "Rules":{"shape":"RuleSummaries"}
1428
2140
  }
1429
2141
  },
2142
+ "ListRegexMatchSetsRequest":{
2143
+ "type":"structure",
2144
+ "members":{
2145
+ "NextMarker":{"shape":"NextMarker"},
2146
+ "Limit":{"shape":"PaginationLimit"}
2147
+ }
2148
+ },
2149
+ "ListRegexMatchSetsResponse":{
2150
+ "type":"structure",
2151
+ "members":{
2152
+ "NextMarker":{"shape":"NextMarker"},
2153
+ "RegexMatchSets":{"shape":"RegexMatchSetSummaries"}
2154
+ }
2155
+ },
2156
+ "ListRegexPatternSetsRequest":{
2157
+ "type":"structure",
2158
+ "members":{
2159
+ "NextMarker":{"shape":"NextMarker"},
2160
+ "Limit":{"shape":"PaginationLimit"}
2161
+ }
2162
+ },
2163
+ "ListRegexPatternSetsResponse":{
2164
+ "type":"structure",
2165
+ "members":{
2166
+ "NextMarker":{"shape":"NextMarker"},
2167
+ "RegexPatternSets":{"shape":"RegexPatternSetSummaries"}
2168
+ }
2169
+ },
1430
2170
  "ListRulesRequest":{
1431
2171
  "type":"structure",
1432
2172
  "members":{
@@ -1536,6 +2276,8 @@
1536
2276
  "BYTE_MATCH_TEXT_TRANSFORMATION",
1537
2277
  "BYTE_MATCH_POSITIONAL_CONSTRAINT",
1538
2278
  "SIZE_CONSTRAINT_COMPARISON_OPERATOR",
2279
+ "GEO_MATCH_LOCATION_TYPE",
2280
+ "GEO_MATCH_LOCATION_VALUE",
1539
2281
  "RATE_KEY",
1540
2282
  "RULE_TYPE",
1541
2283
  "NEXT_MARKER"
@@ -1582,8 +2324,10 @@
1582
2324
  "IPMatch",
1583
2325
  "ByteMatch",
1584
2326
  "SqlInjectionMatch",
2327
+ "GeoMatch",
1585
2328
  "SizeConstraint",
1586
- "XssMatch"
2329
+ "XssMatch",
2330
+ "RegexMatch"
1587
2331
  ]
1588
2332
  },
1589
2333
  "Predicates":{
@@ -1615,6 +2359,114 @@
1615
2359
  "type":"long",
1616
2360
  "min":2000
1617
2361
  },
2362
+ "RegexMatchSet":{
2363
+ "type":"structure",
2364
+ "members":{
2365
+ "RegexMatchSetId":{"shape":"ResourceId"},
2366
+ "Name":{"shape":"ResourceName"},
2367
+ "RegexMatchTuples":{"shape":"RegexMatchTuples"}
2368
+ }
2369
+ },
2370
+ "RegexMatchSetSummaries":{
2371
+ "type":"list",
2372
+ "member":{"shape":"RegexMatchSetSummary"}
2373
+ },
2374
+ "RegexMatchSetSummary":{
2375
+ "type":"structure",
2376
+ "required":[
2377
+ "RegexMatchSetId",
2378
+ "Name"
2379
+ ],
2380
+ "members":{
2381
+ "RegexMatchSetId":{"shape":"ResourceId"},
2382
+ "Name":{"shape":"ResourceName"}
2383
+ }
2384
+ },
2385
+ "RegexMatchSetUpdate":{
2386
+ "type":"structure",
2387
+ "required":[
2388
+ "Action",
2389
+ "RegexMatchTuple"
2390
+ ],
2391
+ "members":{
2392
+ "Action":{"shape":"ChangeAction"},
2393
+ "RegexMatchTuple":{"shape":"RegexMatchTuple"}
2394
+ }
2395
+ },
2396
+ "RegexMatchSetUpdates":{
2397
+ "type":"list",
2398
+ "member":{"shape":"RegexMatchSetUpdate"},
2399
+ "min":1
2400
+ },
2401
+ "RegexMatchTuple":{
2402
+ "type":"structure",
2403
+ "required":[
2404
+ "FieldToMatch",
2405
+ "TextTransformation",
2406
+ "RegexPatternSetId"
2407
+ ],
2408
+ "members":{
2409
+ "FieldToMatch":{"shape":"FieldToMatch"},
2410
+ "TextTransformation":{"shape":"TextTransformation"},
2411
+ "RegexPatternSetId":{"shape":"ResourceId"}
2412
+ }
2413
+ },
2414
+ "RegexMatchTuples":{
2415
+ "type":"list",
2416
+ "member":{"shape":"RegexMatchTuple"}
2417
+ },
2418
+ "RegexPatternSet":{
2419
+ "type":"structure",
2420
+ "required":[
2421
+ "RegexPatternSetId",
2422
+ "RegexPatternStrings"
2423
+ ],
2424
+ "members":{
2425
+ "RegexPatternSetId":{"shape":"ResourceId"},
2426
+ "Name":{"shape":"ResourceName"},
2427
+ "RegexPatternStrings":{"shape":"RegexPatternStrings"}
2428
+ }
2429
+ },
2430
+ "RegexPatternSetSummaries":{
2431
+ "type":"list",
2432
+ "member":{"shape":"RegexPatternSetSummary"}
2433
+ },
2434
+ "RegexPatternSetSummary":{
2435
+ "type":"structure",
2436
+ "required":[
2437
+ "RegexPatternSetId",
2438
+ "Name"
2439
+ ],
2440
+ "members":{
2441
+ "RegexPatternSetId":{"shape":"ResourceId"},
2442
+ "Name":{"shape":"ResourceName"}
2443
+ }
2444
+ },
2445
+ "RegexPatternSetUpdate":{
2446
+ "type":"structure",
2447
+ "required":[
2448
+ "Action",
2449
+ "RegexPatternString"
2450
+ ],
2451
+ "members":{
2452
+ "Action":{"shape":"ChangeAction"},
2453
+ "RegexPatternString":{"shape":"RegexPatternString"}
2454
+ }
2455
+ },
2456
+ "RegexPatternSetUpdates":{
2457
+ "type":"list",
2458
+ "member":{"shape":"RegexPatternSetUpdate"},
2459
+ "min":1
2460
+ },
2461
+ "RegexPatternString":{
2462
+ "type":"string",
2463
+ "min":1
2464
+ },
2465
+ "RegexPatternStrings":{
2466
+ "type":"list",
2467
+ "member":{"shape":"RegexPatternString"},
2468
+ "max":10
2469
+ },
1618
2470
  "ResourceId":{
1619
2471
  "type":"string",
1620
2472
  "max":128,
@@ -1750,7 +2602,8 @@
1750
2602
  },
1751
2603
  "SizeConstraintSetUpdates":{
1752
2604
  "type":"list",
1753
- "member":{"shape":"SizeConstraintSetUpdate"}
2605
+ "member":{"shape":"SizeConstraintSetUpdate"},
2606
+ "min":1
1754
2607
  },
1755
2608
  "SizeConstraints":{
1756
2609
  "type":"list",
@@ -1796,7 +2649,8 @@
1796
2649
  },
1797
2650
  "SqlInjectionMatchSetUpdates":{
1798
2651
  "type":"list",
1799
- "member":{"shape":"SqlInjectionMatchSetUpdate"}
2652
+ "member":{"shape":"SqlInjectionMatchSetUpdate"},
2653
+ "min":1
1800
2654
  },
1801
2655
  "SqlInjectionMatchTuple":{
1802
2656
  "type":"structure",
@@ -1856,6 +2710,25 @@
1856
2710
  "ChangeToken":{"shape":"ChangeToken"}
1857
2711
  }
1858
2712
  },
2713
+ "UpdateGeoMatchSetRequest":{
2714
+ "type":"structure",
2715
+ "required":[
2716
+ "GeoMatchSetId",
2717
+ "ChangeToken",
2718
+ "Updates"
2719
+ ],
2720
+ "members":{
2721
+ "GeoMatchSetId":{"shape":"ResourceId"},
2722
+ "ChangeToken":{"shape":"ChangeToken"},
2723
+ "Updates":{"shape":"GeoMatchSetUpdates"}
2724
+ }
2725
+ },
2726
+ "UpdateGeoMatchSetResponse":{
2727
+ "type":"structure",
2728
+ "members":{
2729
+ "ChangeToken":{"shape":"ChangeToken"}
2730
+ }
2731
+ },
1859
2732
  "UpdateIPSetRequest":{
1860
2733
  "type":"structure",
1861
2734
  "required":[
@@ -1896,6 +2769,44 @@
1896
2769
  "ChangeToken":{"shape":"ChangeToken"}
1897
2770
  }
1898
2771
  },
2772
+ "UpdateRegexMatchSetRequest":{
2773
+ "type":"structure",
2774
+ "required":[
2775
+ "RegexMatchSetId",
2776
+ "Updates",
2777
+ "ChangeToken"
2778
+ ],
2779
+ "members":{
2780
+ "RegexMatchSetId":{"shape":"ResourceId"},
2781
+ "Updates":{"shape":"RegexMatchSetUpdates"},
2782
+ "ChangeToken":{"shape":"ChangeToken"}
2783
+ }
2784
+ },
2785
+ "UpdateRegexMatchSetResponse":{
2786
+ "type":"structure",
2787
+ "members":{
2788
+ "ChangeToken":{"shape":"ChangeToken"}
2789
+ }
2790
+ },
2791
+ "UpdateRegexPatternSetRequest":{
2792
+ "type":"structure",
2793
+ "required":[
2794
+ "RegexPatternSetId",
2795
+ "Updates",
2796
+ "ChangeToken"
2797
+ ],
2798
+ "members":{
2799
+ "RegexPatternSetId":{"shape":"ResourceId"},
2800
+ "Updates":{"shape":"RegexPatternSetUpdates"},
2801
+ "ChangeToken":{"shape":"ChangeToken"}
2802
+ }
2803
+ },
2804
+ "UpdateRegexPatternSetResponse":{
2805
+ "type":"structure",
2806
+ "members":{
2807
+ "ChangeToken":{"shape":"ChangeToken"}
2808
+ }
2809
+ },
1899
2810
  "UpdateRuleRequest":{
1900
2811
  "type":"structure",
1901
2812
  "required":[
@@ -2028,6 +2939,13 @@
2028
2939
  },
2029
2940
  "exception":true
2030
2941
  },
2942
+ "WAFInvalidRegexPatternException":{
2943
+ "type":"structure",
2944
+ "members":{
2945
+ "message":{"shape":"errorMessage"}
2946
+ },
2947
+ "exception":true
2948
+ },
2031
2949
  "WAFLimitsExceededException":{
2032
2950
  "type":"structure",
2033
2951
  "members":{
@@ -2177,7 +3095,8 @@
2177
3095
  },
2178
3096
  "XssMatchSetUpdates":{
2179
3097
  "type":"list",
2180
- "member":{"shape":"XssMatchSetUpdate"}
3098
+ "member":{"shape":"XssMatchSetUpdate"},
3099
+ "min":1
2181
3100
  },
2182
3101
  "XssMatchTuple":{
2183
3102
  "type":"structure",