mypy-boto3-waf-regional 1.28.12__py3-none-any.whl → 1.28.15.post1__py3-none-any.whl
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.
Potentially problematic release.
This version of mypy-boto3-waf-regional might be problematic. Click here for more details.
- mypy_boto3_waf_regional/__main__.py +3 -3
- mypy_boto3_waf_regional/client.py +12 -3
- mypy_boto3_waf_regional/client.pyi +12 -3
- mypy_boto3_waf_regional/type_defs.py +130 -252
- mypy_boto3_waf_regional/type_defs.pyi +130 -250
- mypy_boto3_waf_regional/version.py +1 -1
- {mypy_boto3_waf_regional-1.28.12.dist-info → mypy_boto3_waf_regional-1.28.15.post1.dist-info}/METADATA +17 -29
- mypy_boto3_waf_regional-1.28.15.post1.dist-info/RECORD +16 -0
- mypy_boto3_waf_regional-1.28.12.dist-info/RECORD +0 -16
- {mypy_boto3_waf_regional-1.28.12.dist-info → mypy_boto3_waf_regional-1.28.15.post1.dist-info}/LICENSE +0 -0
- {mypy_boto3_waf_regional-1.28.12.dist-info → mypy_boto3_waf_regional-1.28.15.post1.dist-info}/WHEEL +0 -0
- {mypy_boto3_waf_regional-1.28.12.dist-info → mypy_boto3_waf_regional-1.28.15.post1.dist-info}/top_level.txt +0 -0
|
@@ -6,9 +6,9 @@ Type annotations for waf-regional service type definitions.
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
8
8
|
```python
|
|
9
|
-
from mypy_boto3_waf_regional.type_defs import
|
|
9
|
+
from mypy_boto3_waf_regional.type_defs import ExcludedRuleTypeDef
|
|
10
10
|
|
|
11
|
-
data:
|
|
11
|
+
data: ExcludedRuleTypeDef = {...}
|
|
12
12
|
```
|
|
13
13
|
"""
|
|
14
14
|
import sys
|
|
@@ -43,15 +43,11 @@ else:
|
|
|
43
43
|
from typing_extensions import TypedDict
|
|
44
44
|
|
|
45
45
|
__all__ = (
|
|
46
|
-
"ExcludedRuleOutputTypeDef",
|
|
47
|
-
"WafActionOutputTypeDef",
|
|
48
|
-
"WafOverrideActionOutputTypeDef",
|
|
49
46
|
"ExcludedRuleTypeDef",
|
|
50
47
|
"WafActionTypeDef",
|
|
51
48
|
"WafOverrideActionTypeDef",
|
|
52
49
|
"AssociateWebACLRequestRequestTypeDef",
|
|
53
50
|
"ByteMatchSetSummaryTypeDef",
|
|
54
|
-
"FieldToMatchOutputTypeDef",
|
|
55
51
|
"FieldToMatchTypeDef",
|
|
56
52
|
"CreateByteMatchSetRequestRequestTypeDef",
|
|
57
53
|
"ResponseMetadataTypeDef",
|
|
@@ -81,7 +77,6 @@ __all__ = (
|
|
|
81
77
|
"DeleteWebACLRequestRequestTypeDef",
|
|
82
78
|
"DeleteXssMatchSetRequestRequestTypeDef",
|
|
83
79
|
"DisassociateWebACLRequestRequestTypeDef",
|
|
84
|
-
"GeoMatchConstraintOutputTypeDef",
|
|
85
80
|
"GeoMatchConstraintTypeDef",
|
|
86
81
|
"GeoMatchSetSummaryTypeDef",
|
|
87
82
|
"GetByteMatchSetRequestRequestTypeDef",
|
|
@@ -105,7 +100,6 @@ __all__ = (
|
|
|
105
100
|
"GetWebACLRequestRequestTypeDef",
|
|
106
101
|
"GetXssMatchSetRequestRequestTypeDef",
|
|
107
102
|
"HTTPHeaderTypeDef",
|
|
108
|
-
"IPSetDescriptorOutputTypeDef",
|
|
109
103
|
"IPSetDescriptorTypeDef",
|
|
110
104
|
"IPSetSummaryTypeDef",
|
|
111
105
|
"ListActivatedRulesInRuleGroupRequestRequestTypeDef",
|
|
@@ -133,21 +127,15 @@ __all__ = (
|
|
|
133
127
|
"ListWebACLsRequestRequestTypeDef",
|
|
134
128
|
"ListXssMatchSetsRequestRequestTypeDef",
|
|
135
129
|
"XssMatchSetSummaryTypeDef",
|
|
136
|
-
"PredicateOutputTypeDef",
|
|
137
130
|
"PredicateTypeDef",
|
|
138
131
|
"PutPermissionPolicyRequestRequestTypeDef",
|
|
139
132
|
"RegexPatternSetUpdateTypeDef",
|
|
140
|
-
"TagOutputTypeDef",
|
|
141
133
|
"UntagResourceRequestRequestTypeDef",
|
|
142
134
|
"ActivatedRuleOutputTypeDef",
|
|
143
135
|
"ActivatedRuleTypeDef",
|
|
144
136
|
"ByteMatchTupleOutputTypeDef",
|
|
145
|
-
"LoggingConfigurationOutputTypeDef",
|
|
146
|
-
"RegexMatchTupleOutputTypeDef",
|
|
147
|
-
"SizeConstraintOutputTypeDef",
|
|
148
|
-
"SqlInjectionMatchTupleOutputTypeDef",
|
|
149
|
-
"XssMatchTupleOutputTypeDef",
|
|
150
137
|
"ByteMatchTupleTypeDef",
|
|
138
|
+
"LoggingConfigurationOutputTypeDef",
|
|
151
139
|
"LoggingConfigurationTypeDef",
|
|
152
140
|
"RegexMatchTupleTypeDef",
|
|
153
141
|
"SizeConstraintTypeDef",
|
|
@@ -188,6 +176,7 @@ __all__ = (
|
|
|
188
176
|
"CreateRuleGroupRequestRequestTypeDef",
|
|
189
177
|
"CreateRuleRequestRequestTypeDef",
|
|
190
178
|
"CreateWebACLRequestRequestTypeDef",
|
|
179
|
+
"TagInfoForResourceTypeDef",
|
|
191
180
|
"TagResourceRequestRequestTypeDef",
|
|
192
181
|
"CreateRegexPatternSetResponseTypeDef",
|
|
193
182
|
"GetRegexPatternSetResponseTypeDef",
|
|
@@ -216,25 +205,25 @@ __all__ = (
|
|
|
216
205
|
"RuleTypeDef",
|
|
217
206
|
"RuleUpdateTypeDef",
|
|
218
207
|
"UpdateRegexPatternSetRequestRequestTypeDef",
|
|
219
|
-
"TagInfoForResourceTypeDef",
|
|
220
208
|
"ListActivatedRulesInRuleGroupResponseTypeDef",
|
|
221
209
|
"WebACLTypeDef",
|
|
222
210
|
"RuleGroupUpdateTypeDef",
|
|
223
211
|
"WebACLUpdateTypeDef",
|
|
224
212
|
"ByteMatchSetTypeDef",
|
|
213
|
+
"ByteMatchSetUpdateTypeDef",
|
|
225
214
|
"GetLoggingConfigurationResponseTypeDef",
|
|
226
215
|
"ListLoggingConfigurationsResponseTypeDef",
|
|
227
216
|
"PutLoggingConfigurationResponseTypeDef",
|
|
228
|
-
"RegexMatchSetTypeDef",
|
|
229
|
-
"SizeConstraintSetTypeDef",
|
|
230
|
-
"SqlInjectionMatchSetTypeDef",
|
|
231
|
-
"XssMatchSetTypeDef",
|
|
232
|
-
"ByteMatchSetUpdateTypeDef",
|
|
233
217
|
"PutLoggingConfigurationRequestRequestTypeDef",
|
|
218
|
+
"RegexMatchSetTypeDef",
|
|
234
219
|
"RegexMatchSetUpdateTypeDef",
|
|
220
|
+
"SizeConstraintSetTypeDef",
|
|
235
221
|
"SizeConstraintSetUpdateTypeDef",
|
|
222
|
+
"SqlInjectionMatchSetTypeDef",
|
|
236
223
|
"SqlInjectionMatchSetUpdateTypeDef",
|
|
224
|
+
"XssMatchSetTypeDef",
|
|
237
225
|
"XssMatchSetUpdateTypeDef",
|
|
226
|
+
"ListTagsForResourceResponseTypeDef",
|
|
238
227
|
"CreateGeoMatchSetResponseTypeDef",
|
|
239
228
|
"GetGeoMatchSetResponseTypeDef",
|
|
240
229
|
"UpdateGeoMatchSetRequestRequestTypeDef",
|
|
@@ -248,50 +237,28 @@ __all__ = (
|
|
|
248
237
|
"GetRuleResponseTypeDef",
|
|
249
238
|
"UpdateRateBasedRuleRequestRequestTypeDef",
|
|
250
239
|
"UpdateRuleRequestRequestTypeDef",
|
|
251
|
-
"ListTagsForResourceResponseTypeDef",
|
|
252
240
|
"CreateWebACLResponseTypeDef",
|
|
253
241
|
"GetWebACLResponseTypeDef",
|
|
254
242
|
"UpdateRuleGroupRequestRequestTypeDef",
|
|
255
243
|
"UpdateWebACLRequestRequestTypeDef",
|
|
256
244
|
"CreateByteMatchSetResponseTypeDef",
|
|
257
245
|
"GetByteMatchSetResponseTypeDef",
|
|
246
|
+
"UpdateByteMatchSetRequestRequestTypeDef",
|
|
258
247
|
"CreateRegexMatchSetResponseTypeDef",
|
|
259
248
|
"GetRegexMatchSetResponseTypeDef",
|
|
249
|
+
"UpdateRegexMatchSetRequestRequestTypeDef",
|
|
260
250
|
"CreateSizeConstraintSetResponseTypeDef",
|
|
261
251
|
"GetSizeConstraintSetResponseTypeDef",
|
|
252
|
+
"UpdateSizeConstraintSetRequestRequestTypeDef",
|
|
262
253
|
"CreateSqlInjectionMatchSetResponseTypeDef",
|
|
263
254
|
"GetSqlInjectionMatchSetResponseTypeDef",
|
|
255
|
+
"UpdateSqlInjectionMatchSetRequestRequestTypeDef",
|
|
264
256
|
"CreateXssMatchSetResponseTypeDef",
|
|
265
257
|
"GetXssMatchSetResponseTypeDef",
|
|
266
|
-
"UpdateByteMatchSetRequestRequestTypeDef",
|
|
267
|
-
"UpdateRegexMatchSetRequestRequestTypeDef",
|
|
268
|
-
"UpdateSizeConstraintSetRequestRequestTypeDef",
|
|
269
|
-
"UpdateSqlInjectionMatchSetRequestRequestTypeDef",
|
|
270
258
|
"UpdateXssMatchSetRequestRequestTypeDef",
|
|
271
259
|
"GetSampledRequestsResponseTypeDef",
|
|
272
260
|
)
|
|
273
261
|
|
|
274
|
-
ExcludedRuleOutputTypeDef = TypedDict(
|
|
275
|
-
"ExcludedRuleOutputTypeDef",
|
|
276
|
-
{
|
|
277
|
-
"RuleId": str,
|
|
278
|
-
},
|
|
279
|
-
)
|
|
280
|
-
|
|
281
|
-
WafActionOutputTypeDef = TypedDict(
|
|
282
|
-
"WafActionOutputTypeDef",
|
|
283
|
-
{
|
|
284
|
-
"Type": WafActionTypeType,
|
|
285
|
-
},
|
|
286
|
-
)
|
|
287
|
-
|
|
288
|
-
WafOverrideActionOutputTypeDef = TypedDict(
|
|
289
|
-
"WafOverrideActionOutputTypeDef",
|
|
290
|
-
{
|
|
291
|
-
"Type": WafOverrideActionTypeType,
|
|
292
|
-
},
|
|
293
|
-
)
|
|
294
|
-
|
|
295
262
|
ExcludedRuleTypeDef = TypedDict(
|
|
296
263
|
"ExcludedRuleTypeDef",
|
|
297
264
|
{
|
|
@@ -329,25 +296,6 @@ ByteMatchSetSummaryTypeDef = TypedDict(
|
|
|
329
296
|
},
|
|
330
297
|
)
|
|
331
298
|
|
|
332
|
-
_RequiredFieldToMatchOutputTypeDef = TypedDict(
|
|
333
|
-
"_RequiredFieldToMatchOutputTypeDef",
|
|
334
|
-
{
|
|
335
|
-
"Type": MatchFieldTypeType,
|
|
336
|
-
},
|
|
337
|
-
)
|
|
338
|
-
_OptionalFieldToMatchOutputTypeDef = TypedDict(
|
|
339
|
-
"_OptionalFieldToMatchOutputTypeDef",
|
|
340
|
-
{
|
|
341
|
-
"Data": str,
|
|
342
|
-
},
|
|
343
|
-
total=False,
|
|
344
|
-
)
|
|
345
|
-
|
|
346
|
-
class FieldToMatchOutputTypeDef(
|
|
347
|
-
_RequiredFieldToMatchOutputTypeDef, _OptionalFieldToMatchOutputTypeDef
|
|
348
|
-
):
|
|
349
|
-
pass
|
|
350
|
-
|
|
351
299
|
_RequiredFieldToMatchTypeDef = TypedDict(
|
|
352
300
|
"_RequiredFieldToMatchTypeDef",
|
|
353
301
|
{
|
|
@@ -610,14 +558,6 @@ DisassociateWebACLRequestRequestTypeDef = TypedDict(
|
|
|
610
558
|
},
|
|
611
559
|
)
|
|
612
560
|
|
|
613
|
-
GeoMatchConstraintOutputTypeDef = TypedDict(
|
|
614
|
-
"GeoMatchConstraintOutputTypeDef",
|
|
615
|
-
{
|
|
616
|
-
"Type": Literal["Country"],
|
|
617
|
-
"Value": GeoMatchConstraintValueType,
|
|
618
|
-
},
|
|
619
|
-
)
|
|
620
|
-
|
|
621
561
|
GeoMatchConstraintTypeDef = TypedDict(
|
|
622
562
|
"GeoMatchConstraintTypeDef",
|
|
623
563
|
{
|
|
@@ -799,14 +739,6 @@ HTTPHeaderTypeDef = TypedDict(
|
|
|
799
739
|
total=False,
|
|
800
740
|
)
|
|
801
741
|
|
|
802
|
-
IPSetDescriptorOutputTypeDef = TypedDict(
|
|
803
|
-
"IPSetDescriptorOutputTypeDef",
|
|
804
|
-
{
|
|
805
|
-
"Type": IPSetDescriptorTypeType,
|
|
806
|
-
"Value": str,
|
|
807
|
-
},
|
|
808
|
-
)
|
|
809
|
-
|
|
810
742
|
IPSetDescriptorTypeDef = TypedDict(
|
|
811
743
|
"IPSetDescriptorTypeDef",
|
|
812
744
|
{
|
|
@@ -1065,15 +997,6 @@ XssMatchSetSummaryTypeDef = TypedDict(
|
|
|
1065
997
|
},
|
|
1066
998
|
)
|
|
1067
999
|
|
|
1068
|
-
PredicateOutputTypeDef = TypedDict(
|
|
1069
|
-
"PredicateOutputTypeDef",
|
|
1070
|
-
{
|
|
1071
|
-
"Negated": bool,
|
|
1072
|
-
"Type": PredicateTypeType,
|
|
1073
|
-
"DataId": str,
|
|
1074
|
-
},
|
|
1075
|
-
)
|
|
1076
|
-
|
|
1077
1000
|
PredicateTypeDef = TypedDict(
|
|
1078
1001
|
"PredicateTypeDef",
|
|
1079
1002
|
{
|
|
@@ -1099,14 +1022,6 @@ RegexPatternSetUpdateTypeDef = TypedDict(
|
|
|
1099
1022
|
},
|
|
1100
1023
|
)
|
|
1101
1024
|
|
|
1102
|
-
TagOutputTypeDef = TypedDict(
|
|
1103
|
-
"TagOutputTypeDef",
|
|
1104
|
-
{
|
|
1105
|
-
"Key": str,
|
|
1106
|
-
"Value": str,
|
|
1107
|
-
},
|
|
1108
|
-
)
|
|
1109
|
-
|
|
1110
1025
|
UntagResourceRequestRequestTypeDef = TypedDict(
|
|
1111
1026
|
"UntagResourceRequestRequestTypeDef",
|
|
1112
1027
|
{
|
|
@@ -1125,10 +1040,10 @@ _RequiredActivatedRuleOutputTypeDef = TypedDict(
|
|
|
1125
1040
|
_OptionalActivatedRuleOutputTypeDef = TypedDict(
|
|
1126
1041
|
"_OptionalActivatedRuleOutputTypeDef",
|
|
1127
1042
|
{
|
|
1128
|
-
"Action":
|
|
1129
|
-
"OverrideAction":
|
|
1043
|
+
"Action": WafActionTypeDef,
|
|
1044
|
+
"OverrideAction": WafOverrideActionTypeDef,
|
|
1130
1045
|
"Type": WafRuleTypeType,
|
|
1131
|
-
"ExcludedRules": List[
|
|
1046
|
+
"ExcludedRules": List[ExcludedRuleTypeDef],
|
|
1132
1047
|
},
|
|
1133
1048
|
total=False,
|
|
1134
1049
|
)
|
|
@@ -1162,13 +1077,23 @@ class ActivatedRuleTypeDef(_RequiredActivatedRuleTypeDef, _OptionalActivatedRule
|
|
|
1162
1077
|
ByteMatchTupleOutputTypeDef = TypedDict(
|
|
1163
1078
|
"ByteMatchTupleOutputTypeDef",
|
|
1164
1079
|
{
|
|
1165
|
-
"FieldToMatch":
|
|
1080
|
+
"FieldToMatch": FieldToMatchTypeDef,
|
|
1166
1081
|
"TargetString": bytes,
|
|
1167
1082
|
"TextTransformation": TextTransformationType,
|
|
1168
1083
|
"PositionalConstraint": PositionalConstraintType,
|
|
1169
1084
|
},
|
|
1170
1085
|
)
|
|
1171
1086
|
|
|
1087
|
+
ByteMatchTupleTypeDef = TypedDict(
|
|
1088
|
+
"ByteMatchTupleTypeDef",
|
|
1089
|
+
{
|
|
1090
|
+
"FieldToMatch": FieldToMatchTypeDef,
|
|
1091
|
+
"TargetString": Union[str, bytes, IO[Any], StreamingBody],
|
|
1092
|
+
"TextTransformation": TextTransformationType,
|
|
1093
|
+
"PositionalConstraint": PositionalConstraintType,
|
|
1094
|
+
},
|
|
1095
|
+
)
|
|
1096
|
+
|
|
1172
1097
|
_RequiredLoggingConfigurationOutputTypeDef = TypedDict(
|
|
1173
1098
|
"_RequiredLoggingConfigurationOutputTypeDef",
|
|
1174
1099
|
{
|
|
@@ -1179,7 +1104,7 @@ _RequiredLoggingConfigurationOutputTypeDef = TypedDict(
|
|
|
1179
1104
|
_OptionalLoggingConfigurationOutputTypeDef = TypedDict(
|
|
1180
1105
|
"_OptionalLoggingConfigurationOutputTypeDef",
|
|
1181
1106
|
{
|
|
1182
|
-
"RedactedFields": List[
|
|
1107
|
+
"RedactedFields": List[FieldToMatchTypeDef],
|
|
1183
1108
|
},
|
|
1184
1109
|
total=False,
|
|
1185
1110
|
)
|
|
@@ -1189,51 +1114,6 @@ class LoggingConfigurationOutputTypeDef(
|
|
|
1189
1114
|
):
|
|
1190
1115
|
pass
|
|
1191
1116
|
|
|
1192
|
-
RegexMatchTupleOutputTypeDef = TypedDict(
|
|
1193
|
-
"RegexMatchTupleOutputTypeDef",
|
|
1194
|
-
{
|
|
1195
|
-
"FieldToMatch": FieldToMatchOutputTypeDef,
|
|
1196
|
-
"TextTransformation": TextTransformationType,
|
|
1197
|
-
"RegexPatternSetId": str,
|
|
1198
|
-
},
|
|
1199
|
-
)
|
|
1200
|
-
|
|
1201
|
-
SizeConstraintOutputTypeDef = TypedDict(
|
|
1202
|
-
"SizeConstraintOutputTypeDef",
|
|
1203
|
-
{
|
|
1204
|
-
"FieldToMatch": FieldToMatchOutputTypeDef,
|
|
1205
|
-
"TextTransformation": TextTransformationType,
|
|
1206
|
-
"ComparisonOperator": ComparisonOperatorType,
|
|
1207
|
-
"Size": int,
|
|
1208
|
-
},
|
|
1209
|
-
)
|
|
1210
|
-
|
|
1211
|
-
SqlInjectionMatchTupleOutputTypeDef = TypedDict(
|
|
1212
|
-
"SqlInjectionMatchTupleOutputTypeDef",
|
|
1213
|
-
{
|
|
1214
|
-
"FieldToMatch": FieldToMatchOutputTypeDef,
|
|
1215
|
-
"TextTransformation": TextTransformationType,
|
|
1216
|
-
},
|
|
1217
|
-
)
|
|
1218
|
-
|
|
1219
|
-
XssMatchTupleOutputTypeDef = TypedDict(
|
|
1220
|
-
"XssMatchTupleOutputTypeDef",
|
|
1221
|
-
{
|
|
1222
|
-
"FieldToMatch": FieldToMatchOutputTypeDef,
|
|
1223
|
-
"TextTransformation": TextTransformationType,
|
|
1224
|
-
},
|
|
1225
|
-
)
|
|
1226
|
-
|
|
1227
|
-
ByteMatchTupleTypeDef = TypedDict(
|
|
1228
|
-
"ByteMatchTupleTypeDef",
|
|
1229
|
-
{
|
|
1230
|
-
"FieldToMatch": FieldToMatchTypeDef,
|
|
1231
|
-
"TargetString": Union[str, bytes, IO[Any], StreamingBody],
|
|
1232
|
-
"TextTransformation": TextTransformationType,
|
|
1233
|
-
"PositionalConstraint": PositionalConstraintType,
|
|
1234
|
-
},
|
|
1235
|
-
)
|
|
1236
|
-
|
|
1237
1117
|
_RequiredLoggingConfigurationTypeDef = TypedDict(
|
|
1238
1118
|
"_RequiredLoggingConfigurationTypeDef",
|
|
1239
1119
|
{
|
|
@@ -1627,6 +1507,15 @@ class CreateWebACLRequestRequestTypeDef(
|
|
|
1627
1507
|
):
|
|
1628
1508
|
pass
|
|
1629
1509
|
|
|
1510
|
+
TagInfoForResourceTypeDef = TypedDict(
|
|
1511
|
+
"TagInfoForResourceTypeDef",
|
|
1512
|
+
{
|
|
1513
|
+
"ResourceARN": str,
|
|
1514
|
+
"TagList": List[TagTypeDef],
|
|
1515
|
+
},
|
|
1516
|
+
total=False,
|
|
1517
|
+
)
|
|
1518
|
+
|
|
1630
1519
|
TagResourceRequestRequestTypeDef = TypedDict(
|
|
1631
1520
|
"TagResourceRequestRequestTypeDef",
|
|
1632
1521
|
{
|
|
@@ -1673,7 +1562,7 @@ _RequiredGeoMatchSetTypeDef = TypedDict(
|
|
|
1673
1562
|
"_RequiredGeoMatchSetTypeDef",
|
|
1674
1563
|
{
|
|
1675
1564
|
"GeoMatchSetId": str,
|
|
1676
|
-
"GeoMatchConstraints": List[
|
|
1565
|
+
"GeoMatchConstraints": List[GeoMatchConstraintTypeDef],
|
|
1677
1566
|
},
|
|
1678
1567
|
)
|
|
1679
1568
|
_OptionalGeoMatchSetTypeDef = TypedDict(
|
|
@@ -1748,7 +1637,7 @@ _RequiredIPSetTypeDef = TypedDict(
|
|
|
1748
1637
|
"_RequiredIPSetTypeDef",
|
|
1749
1638
|
{
|
|
1750
1639
|
"IPSetId": str,
|
|
1751
|
-
"IPSetDescriptors": List[
|
|
1640
|
+
"IPSetDescriptors": List[IPSetDescriptorTypeDef],
|
|
1752
1641
|
},
|
|
1753
1642
|
)
|
|
1754
1643
|
_OptionalIPSetTypeDef = TypedDict(
|
|
@@ -1864,7 +1753,7 @@ _RequiredRateBasedRuleTypeDef = TypedDict(
|
|
|
1864
1753
|
"_RequiredRateBasedRuleTypeDef",
|
|
1865
1754
|
{
|
|
1866
1755
|
"RuleId": str,
|
|
1867
|
-
"MatchPredicates": List[
|
|
1756
|
+
"MatchPredicates": List[PredicateTypeDef],
|
|
1868
1757
|
"RateKey": Literal["IP"],
|
|
1869
1758
|
"RateLimit": int,
|
|
1870
1759
|
},
|
|
@@ -1885,7 +1774,7 @@ _RequiredRuleTypeDef = TypedDict(
|
|
|
1885
1774
|
"_RequiredRuleTypeDef",
|
|
1886
1775
|
{
|
|
1887
1776
|
"RuleId": str,
|
|
1888
|
-
"Predicates": List[
|
|
1777
|
+
"Predicates": List[PredicateTypeDef],
|
|
1889
1778
|
},
|
|
1890
1779
|
)
|
|
1891
1780
|
_OptionalRuleTypeDef = TypedDict(
|
|
@@ -1917,15 +1806,6 @@ UpdateRegexPatternSetRequestRequestTypeDef = TypedDict(
|
|
|
1917
1806
|
},
|
|
1918
1807
|
)
|
|
1919
1808
|
|
|
1920
|
-
TagInfoForResourceTypeDef = TypedDict(
|
|
1921
|
-
"TagInfoForResourceTypeDef",
|
|
1922
|
-
{
|
|
1923
|
-
"ResourceARN": str,
|
|
1924
|
-
"TagList": List[TagOutputTypeDef],
|
|
1925
|
-
},
|
|
1926
|
-
total=False,
|
|
1927
|
-
)
|
|
1928
|
-
|
|
1929
1809
|
ListActivatedRulesInRuleGroupResponseTypeDef = TypedDict(
|
|
1930
1810
|
"ListActivatedRulesInRuleGroupResponseTypeDef",
|
|
1931
1811
|
{
|
|
@@ -1939,7 +1819,7 @@ _RequiredWebACLTypeDef = TypedDict(
|
|
|
1939
1819
|
"_RequiredWebACLTypeDef",
|
|
1940
1820
|
{
|
|
1941
1821
|
"WebACLId": str,
|
|
1942
|
-
"DefaultAction":
|
|
1822
|
+
"DefaultAction": WafActionTypeDef,
|
|
1943
1823
|
"Rules": List[ActivatedRuleOutputTypeDef],
|
|
1944
1824
|
},
|
|
1945
1825
|
)
|
|
@@ -1990,6 +1870,14 @@ _OptionalByteMatchSetTypeDef = TypedDict(
|
|
|
1990
1870
|
class ByteMatchSetTypeDef(_RequiredByteMatchSetTypeDef, _OptionalByteMatchSetTypeDef):
|
|
1991
1871
|
pass
|
|
1992
1872
|
|
|
1873
|
+
ByteMatchSetUpdateTypeDef = TypedDict(
|
|
1874
|
+
"ByteMatchSetUpdateTypeDef",
|
|
1875
|
+
{
|
|
1876
|
+
"Action": ChangeActionType,
|
|
1877
|
+
"ByteMatchTuple": ByteMatchTupleTypeDef,
|
|
1878
|
+
},
|
|
1879
|
+
)
|
|
1880
|
+
|
|
1993
1881
|
GetLoggingConfigurationResponseTypeDef = TypedDict(
|
|
1994
1882
|
"GetLoggingConfigurationResponseTypeDef",
|
|
1995
1883
|
{
|
|
@@ -2015,21 +1903,36 @@ PutLoggingConfigurationResponseTypeDef = TypedDict(
|
|
|
2015
1903
|
},
|
|
2016
1904
|
)
|
|
2017
1905
|
|
|
1906
|
+
PutLoggingConfigurationRequestRequestTypeDef = TypedDict(
|
|
1907
|
+
"PutLoggingConfigurationRequestRequestTypeDef",
|
|
1908
|
+
{
|
|
1909
|
+
"LoggingConfiguration": LoggingConfigurationTypeDef,
|
|
1910
|
+
},
|
|
1911
|
+
)
|
|
1912
|
+
|
|
2018
1913
|
RegexMatchSetTypeDef = TypedDict(
|
|
2019
1914
|
"RegexMatchSetTypeDef",
|
|
2020
1915
|
{
|
|
2021
1916
|
"RegexMatchSetId": str,
|
|
2022
1917
|
"Name": str,
|
|
2023
|
-
"RegexMatchTuples": List[
|
|
1918
|
+
"RegexMatchTuples": List[RegexMatchTupleTypeDef],
|
|
2024
1919
|
},
|
|
2025
1920
|
total=False,
|
|
2026
1921
|
)
|
|
2027
1922
|
|
|
1923
|
+
RegexMatchSetUpdateTypeDef = TypedDict(
|
|
1924
|
+
"RegexMatchSetUpdateTypeDef",
|
|
1925
|
+
{
|
|
1926
|
+
"Action": ChangeActionType,
|
|
1927
|
+
"RegexMatchTuple": RegexMatchTupleTypeDef,
|
|
1928
|
+
},
|
|
1929
|
+
)
|
|
1930
|
+
|
|
2028
1931
|
_RequiredSizeConstraintSetTypeDef = TypedDict(
|
|
2029
1932
|
"_RequiredSizeConstraintSetTypeDef",
|
|
2030
1933
|
{
|
|
2031
1934
|
"SizeConstraintSetId": str,
|
|
2032
|
-
"SizeConstraints": List[
|
|
1935
|
+
"SizeConstraints": List[SizeConstraintTypeDef],
|
|
2033
1936
|
},
|
|
2034
1937
|
)
|
|
2035
1938
|
_OptionalSizeConstraintSetTypeDef = TypedDict(
|
|
@@ -2045,11 +1948,19 @@ class SizeConstraintSetTypeDef(
|
|
|
2045
1948
|
):
|
|
2046
1949
|
pass
|
|
2047
1950
|
|
|
1951
|
+
SizeConstraintSetUpdateTypeDef = TypedDict(
|
|
1952
|
+
"SizeConstraintSetUpdateTypeDef",
|
|
1953
|
+
{
|
|
1954
|
+
"Action": ChangeActionType,
|
|
1955
|
+
"SizeConstraint": SizeConstraintTypeDef,
|
|
1956
|
+
},
|
|
1957
|
+
)
|
|
1958
|
+
|
|
2048
1959
|
_RequiredSqlInjectionMatchSetTypeDef = TypedDict(
|
|
2049
1960
|
"_RequiredSqlInjectionMatchSetTypeDef",
|
|
2050
1961
|
{
|
|
2051
1962
|
"SqlInjectionMatchSetId": str,
|
|
2052
|
-
"SqlInjectionMatchTuples": List[
|
|
1963
|
+
"SqlInjectionMatchTuples": List[SqlInjectionMatchTupleTypeDef],
|
|
2053
1964
|
},
|
|
2054
1965
|
)
|
|
2055
1966
|
_OptionalSqlInjectionMatchSetTypeDef = TypedDict(
|
|
@@ -2065,11 +1976,19 @@ class SqlInjectionMatchSetTypeDef(
|
|
|
2065
1976
|
):
|
|
2066
1977
|
pass
|
|
2067
1978
|
|
|
1979
|
+
SqlInjectionMatchSetUpdateTypeDef = TypedDict(
|
|
1980
|
+
"SqlInjectionMatchSetUpdateTypeDef",
|
|
1981
|
+
{
|
|
1982
|
+
"Action": ChangeActionType,
|
|
1983
|
+
"SqlInjectionMatchTuple": SqlInjectionMatchTupleTypeDef,
|
|
1984
|
+
},
|
|
1985
|
+
)
|
|
1986
|
+
|
|
2068
1987
|
_RequiredXssMatchSetTypeDef = TypedDict(
|
|
2069
1988
|
"_RequiredXssMatchSetTypeDef",
|
|
2070
1989
|
{
|
|
2071
1990
|
"XssMatchSetId": str,
|
|
2072
|
-
"XssMatchTuples": List[
|
|
1991
|
+
"XssMatchTuples": List[XssMatchTupleTypeDef],
|
|
2073
1992
|
},
|
|
2074
1993
|
)
|
|
2075
1994
|
_OptionalXssMatchSetTypeDef = TypedDict(
|
|
@@ -2083,50 +2002,20 @@ _OptionalXssMatchSetTypeDef = TypedDict(
|
|
|
2083
2002
|
class XssMatchSetTypeDef(_RequiredXssMatchSetTypeDef, _OptionalXssMatchSetTypeDef):
|
|
2084
2003
|
pass
|
|
2085
2004
|
|
|
2086
|
-
|
|
2087
|
-
"
|
|
2088
|
-
{
|
|
2089
|
-
"Action": ChangeActionType,
|
|
2090
|
-
"ByteMatchTuple": ByteMatchTupleTypeDef,
|
|
2091
|
-
},
|
|
2092
|
-
)
|
|
2093
|
-
|
|
2094
|
-
PutLoggingConfigurationRequestRequestTypeDef = TypedDict(
|
|
2095
|
-
"PutLoggingConfigurationRequestRequestTypeDef",
|
|
2096
|
-
{
|
|
2097
|
-
"LoggingConfiguration": LoggingConfigurationTypeDef,
|
|
2098
|
-
},
|
|
2099
|
-
)
|
|
2100
|
-
|
|
2101
|
-
RegexMatchSetUpdateTypeDef = TypedDict(
|
|
2102
|
-
"RegexMatchSetUpdateTypeDef",
|
|
2103
|
-
{
|
|
2104
|
-
"Action": ChangeActionType,
|
|
2105
|
-
"RegexMatchTuple": RegexMatchTupleTypeDef,
|
|
2106
|
-
},
|
|
2107
|
-
)
|
|
2108
|
-
|
|
2109
|
-
SizeConstraintSetUpdateTypeDef = TypedDict(
|
|
2110
|
-
"SizeConstraintSetUpdateTypeDef",
|
|
2111
|
-
{
|
|
2112
|
-
"Action": ChangeActionType,
|
|
2113
|
-
"SizeConstraint": SizeConstraintTypeDef,
|
|
2114
|
-
},
|
|
2115
|
-
)
|
|
2116
|
-
|
|
2117
|
-
SqlInjectionMatchSetUpdateTypeDef = TypedDict(
|
|
2118
|
-
"SqlInjectionMatchSetUpdateTypeDef",
|
|
2005
|
+
XssMatchSetUpdateTypeDef = TypedDict(
|
|
2006
|
+
"XssMatchSetUpdateTypeDef",
|
|
2119
2007
|
{
|
|
2120
2008
|
"Action": ChangeActionType,
|
|
2121
|
-
"
|
|
2009
|
+
"XssMatchTuple": XssMatchTupleTypeDef,
|
|
2122
2010
|
},
|
|
2123
2011
|
)
|
|
2124
2012
|
|
|
2125
|
-
|
|
2126
|
-
"
|
|
2013
|
+
ListTagsForResourceResponseTypeDef = TypedDict(
|
|
2014
|
+
"ListTagsForResourceResponseTypeDef",
|
|
2127
2015
|
{
|
|
2128
|
-
"
|
|
2129
|
-
"
|
|
2016
|
+
"NextMarker": str,
|
|
2017
|
+
"TagInfoForResource": TagInfoForResourceTypeDef,
|
|
2018
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2130
2019
|
},
|
|
2131
2020
|
)
|
|
2132
2021
|
|
|
@@ -2257,15 +2146,6 @@ UpdateRuleRequestRequestTypeDef = TypedDict(
|
|
|
2257
2146
|
},
|
|
2258
2147
|
)
|
|
2259
2148
|
|
|
2260
|
-
ListTagsForResourceResponseTypeDef = TypedDict(
|
|
2261
|
-
"ListTagsForResourceResponseTypeDef",
|
|
2262
|
-
{
|
|
2263
|
-
"NextMarker": str,
|
|
2264
|
-
"TagInfoForResource": TagInfoForResourceTypeDef,
|
|
2265
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2266
|
-
},
|
|
2267
|
-
)
|
|
2268
|
-
|
|
2269
2149
|
CreateWebACLResponseTypeDef = TypedDict(
|
|
2270
2150
|
"CreateWebACLResponseTypeDef",
|
|
2271
2151
|
{
|
|
@@ -2330,6 +2210,15 @@ GetByteMatchSetResponseTypeDef = TypedDict(
|
|
|
2330
2210
|
},
|
|
2331
2211
|
)
|
|
2332
2212
|
|
|
2213
|
+
UpdateByteMatchSetRequestRequestTypeDef = TypedDict(
|
|
2214
|
+
"UpdateByteMatchSetRequestRequestTypeDef",
|
|
2215
|
+
{
|
|
2216
|
+
"ByteMatchSetId": str,
|
|
2217
|
+
"ChangeToken": str,
|
|
2218
|
+
"Updates": Sequence[ByteMatchSetUpdateTypeDef],
|
|
2219
|
+
},
|
|
2220
|
+
)
|
|
2221
|
+
|
|
2333
2222
|
CreateRegexMatchSetResponseTypeDef = TypedDict(
|
|
2334
2223
|
"CreateRegexMatchSetResponseTypeDef",
|
|
2335
2224
|
{
|
|
@@ -2347,6 +2236,15 @@ GetRegexMatchSetResponseTypeDef = TypedDict(
|
|
|
2347
2236
|
},
|
|
2348
2237
|
)
|
|
2349
2238
|
|
|
2239
|
+
UpdateRegexMatchSetRequestRequestTypeDef = TypedDict(
|
|
2240
|
+
"UpdateRegexMatchSetRequestRequestTypeDef",
|
|
2241
|
+
{
|
|
2242
|
+
"RegexMatchSetId": str,
|
|
2243
|
+
"Updates": Sequence[RegexMatchSetUpdateTypeDef],
|
|
2244
|
+
"ChangeToken": str,
|
|
2245
|
+
},
|
|
2246
|
+
)
|
|
2247
|
+
|
|
2350
2248
|
CreateSizeConstraintSetResponseTypeDef = TypedDict(
|
|
2351
2249
|
"CreateSizeConstraintSetResponseTypeDef",
|
|
2352
2250
|
{
|
|
@@ -2364,6 +2262,15 @@ GetSizeConstraintSetResponseTypeDef = TypedDict(
|
|
|
2364
2262
|
},
|
|
2365
2263
|
)
|
|
2366
2264
|
|
|
2265
|
+
UpdateSizeConstraintSetRequestRequestTypeDef = TypedDict(
|
|
2266
|
+
"UpdateSizeConstraintSetRequestRequestTypeDef",
|
|
2267
|
+
{
|
|
2268
|
+
"SizeConstraintSetId": str,
|
|
2269
|
+
"ChangeToken": str,
|
|
2270
|
+
"Updates": Sequence[SizeConstraintSetUpdateTypeDef],
|
|
2271
|
+
},
|
|
2272
|
+
)
|
|
2273
|
+
|
|
2367
2274
|
CreateSqlInjectionMatchSetResponseTypeDef = TypedDict(
|
|
2368
2275
|
"CreateSqlInjectionMatchSetResponseTypeDef",
|
|
2369
2276
|
{
|
|
@@ -2381,6 +2288,15 @@ GetSqlInjectionMatchSetResponseTypeDef = TypedDict(
|
|
|
2381
2288
|
},
|
|
2382
2289
|
)
|
|
2383
2290
|
|
|
2291
|
+
UpdateSqlInjectionMatchSetRequestRequestTypeDef = TypedDict(
|
|
2292
|
+
"UpdateSqlInjectionMatchSetRequestRequestTypeDef",
|
|
2293
|
+
{
|
|
2294
|
+
"SqlInjectionMatchSetId": str,
|
|
2295
|
+
"ChangeToken": str,
|
|
2296
|
+
"Updates": Sequence[SqlInjectionMatchSetUpdateTypeDef],
|
|
2297
|
+
},
|
|
2298
|
+
)
|
|
2299
|
+
|
|
2384
2300
|
CreateXssMatchSetResponseTypeDef = TypedDict(
|
|
2385
2301
|
"CreateXssMatchSetResponseTypeDef",
|
|
2386
2302
|
{
|
|
@@ -2398,42 +2314,6 @@ GetXssMatchSetResponseTypeDef = TypedDict(
|
|
|
2398
2314
|
},
|
|
2399
2315
|
)
|
|
2400
2316
|
|
|
2401
|
-
UpdateByteMatchSetRequestRequestTypeDef = TypedDict(
|
|
2402
|
-
"UpdateByteMatchSetRequestRequestTypeDef",
|
|
2403
|
-
{
|
|
2404
|
-
"ByteMatchSetId": str,
|
|
2405
|
-
"ChangeToken": str,
|
|
2406
|
-
"Updates": Sequence[ByteMatchSetUpdateTypeDef],
|
|
2407
|
-
},
|
|
2408
|
-
)
|
|
2409
|
-
|
|
2410
|
-
UpdateRegexMatchSetRequestRequestTypeDef = TypedDict(
|
|
2411
|
-
"UpdateRegexMatchSetRequestRequestTypeDef",
|
|
2412
|
-
{
|
|
2413
|
-
"RegexMatchSetId": str,
|
|
2414
|
-
"Updates": Sequence[RegexMatchSetUpdateTypeDef],
|
|
2415
|
-
"ChangeToken": str,
|
|
2416
|
-
},
|
|
2417
|
-
)
|
|
2418
|
-
|
|
2419
|
-
UpdateSizeConstraintSetRequestRequestTypeDef = TypedDict(
|
|
2420
|
-
"UpdateSizeConstraintSetRequestRequestTypeDef",
|
|
2421
|
-
{
|
|
2422
|
-
"SizeConstraintSetId": str,
|
|
2423
|
-
"ChangeToken": str,
|
|
2424
|
-
"Updates": Sequence[SizeConstraintSetUpdateTypeDef],
|
|
2425
|
-
},
|
|
2426
|
-
)
|
|
2427
|
-
|
|
2428
|
-
UpdateSqlInjectionMatchSetRequestRequestTypeDef = TypedDict(
|
|
2429
|
-
"UpdateSqlInjectionMatchSetRequestRequestTypeDef",
|
|
2430
|
-
{
|
|
2431
|
-
"SqlInjectionMatchSetId": str,
|
|
2432
|
-
"ChangeToken": str,
|
|
2433
|
-
"Updates": Sequence[SqlInjectionMatchSetUpdateTypeDef],
|
|
2434
|
-
},
|
|
2435
|
-
)
|
|
2436
|
-
|
|
2437
2317
|
UpdateXssMatchSetRequestRequestTypeDef = TypedDict(
|
|
2438
2318
|
"UpdateXssMatchSetRequestRequestTypeDef",
|
|
2439
2319
|
{
|