mypy-boto3-waf-regional 1.28.36__py3-none-any.whl → 1.29.0__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/__init__.py +1 -0
- mypy_boto3_waf_regional/__init__.pyi +1 -0
- mypy_boto3_waf_regional/__main__.py +4 -3
- mypy_boto3_waf_regional/client.py +4 -2
- mypy_boto3_waf_regional/client.pyi +88 -2
- mypy_boto3_waf_regional/literals.py +7 -1
- mypy_boto3_waf_regional/literals.pyi +7 -1
- mypy_boto3_waf_regional/type_defs.py +1 -209
- mypy_boto3_waf_regional/type_defs.pyi +1 -209
- mypy_boto3_waf_regional/version.py +2 -1
- {mypy_boto3_waf_regional-1.28.36.dist-info → mypy_boto3_waf_regional-1.29.0.dist-info}/METADATA +6 -6
- mypy_boto3_waf_regional-1.29.0.dist-info/RECORD +16 -0
- {mypy_boto3_waf_regional-1.28.36.dist-info → mypy_boto3_waf_regional-1.29.0.dist-info}/WHEEL +1 -1
- mypy_boto3_waf_regional-1.28.36.dist-info/RECORD +0 -16
- {mypy_boto3_waf_regional-1.28.36.dist-info → mypy_boto3_waf_regional-1.29.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_waf_regional-1.28.36.dist-info → mypy_boto3_waf_regional-1.29.0.dist-info}/top_level.txt +0 -0
|
@@ -13,6 +13,7 @@ Usage::
|
|
|
13
13
|
client: WAFRegionalClient = session.client("waf-regional")
|
|
14
14
|
```
|
|
15
15
|
"""
|
|
16
|
+
|
|
16
17
|
import sys
|
|
17
18
|
from typing import Any, Dict, Mapping, Sequence, Type
|
|
18
19
|
|
|
@@ -118,7 +119,7 @@ else:
|
|
|
118
119
|
|
|
119
120
|
__all__ = ("WAFRegionalClient",)
|
|
120
121
|
|
|
121
|
-
class BotocoreClientError(
|
|
122
|
+
class BotocoreClientError(Exception):
|
|
122
123
|
MSG_TEMPLATE: str
|
|
123
124
|
|
|
124
125
|
def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
|
|
@@ -164,6 +165,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
164
165
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.exceptions)
|
|
165
166
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#exceptions)
|
|
166
167
|
"""
|
|
168
|
+
|
|
167
169
|
def associate_web_acl(self, *, WebACLId: str, ResourceArn: str) -> Dict[str, Any]:
|
|
168
170
|
"""
|
|
169
171
|
.
|
|
@@ -171,6 +173,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
171
173
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.associate_web_acl)
|
|
172
174
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#associate_web_acl)
|
|
173
175
|
"""
|
|
176
|
+
|
|
174
177
|
def can_paginate(self, operation_name: str) -> bool:
|
|
175
178
|
"""
|
|
176
179
|
Check if an operation can be paginated.
|
|
@@ -178,6 +181,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
178
181
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.can_paginate)
|
|
179
182
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#can_paginate)
|
|
180
183
|
"""
|
|
184
|
+
|
|
181
185
|
def close(self) -> None:
|
|
182
186
|
"""
|
|
183
187
|
Closes underlying endpoint connections.
|
|
@@ -185,6 +189,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
185
189
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.close)
|
|
186
190
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#close)
|
|
187
191
|
"""
|
|
192
|
+
|
|
188
193
|
def create_byte_match_set(
|
|
189
194
|
self, *, Name: str, ChangeToken: str
|
|
190
195
|
) -> CreateByteMatchSetResponseTypeDef:
|
|
@@ -194,6 +199,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
194
199
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_byte_match_set)
|
|
195
200
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_byte_match_set)
|
|
196
201
|
"""
|
|
202
|
+
|
|
197
203
|
def create_geo_match_set(
|
|
198
204
|
self, *, Name: str, ChangeToken: str
|
|
199
205
|
) -> CreateGeoMatchSetResponseTypeDef:
|
|
@@ -203,6 +209,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
203
209
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_geo_match_set)
|
|
204
210
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_geo_match_set)
|
|
205
211
|
"""
|
|
212
|
+
|
|
206
213
|
def create_ip_set(self, *, Name: str, ChangeToken: str) -> CreateIPSetResponseTypeDef:
|
|
207
214
|
"""
|
|
208
215
|
.
|
|
@@ -210,6 +217,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
210
217
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_ip_set)
|
|
211
218
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_ip_set)
|
|
212
219
|
"""
|
|
220
|
+
|
|
213
221
|
def create_rate_based_rule(
|
|
214
222
|
self,
|
|
215
223
|
*,
|
|
@@ -226,6 +234,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
226
234
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_rate_based_rule)
|
|
227
235
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_rate_based_rule)
|
|
228
236
|
"""
|
|
237
|
+
|
|
229
238
|
def create_regex_match_set(
|
|
230
239
|
self, *, Name: str, ChangeToken: str
|
|
231
240
|
) -> CreateRegexMatchSetResponseTypeDef:
|
|
@@ -235,6 +244,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
235
244
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_regex_match_set)
|
|
236
245
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_regex_match_set)
|
|
237
246
|
"""
|
|
247
|
+
|
|
238
248
|
def create_regex_pattern_set(
|
|
239
249
|
self, *, Name: str, ChangeToken: str
|
|
240
250
|
) -> CreateRegexPatternSetResponseTypeDef:
|
|
@@ -244,6 +254,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
244
254
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_regex_pattern_set)
|
|
245
255
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_regex_pattern_set)
|
|
246
256
|
"""
|
|
257
|
+
|
|
247
258
|
def create_rule(
|
|
248
259
|
self, *, Name: str, MetricName: str, ChangeToken: str, Tags: Sequence[TagTypeDef] = ...
|
|
249
260
|
) -> CreateRuleResponseTypeDef:
|
|
@@ -253,6 +264,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
253
264
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_rule)
|
|
254
265
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_rule)
|
|
255
266
|
"""
|
|
267
|
+
|
|
256
268
|
def create_rule_group(
|
|
257
269
|
self, *, Name: str, MetricName: str, ChangeToken: str, Tags: Sequence[TagTypeDef] = ...
|
|
258
270
|
) -> CreateRuleGroupResponseTypeDef:
|
|
@@ -262,6 +274,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
262
274
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_rule_group)
|
|
263
275
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_rule_group)
|
|
264
276
|
"""
|
|
277
|
+
|
|
265
278
|
def create_size_constraint_set(
|
|
266
279
|
self, *, Name: str, ChangeToken: str
|
|
267
280
|
) -> CreateSizeConstraintSetResponseTypeDef:
|
|
@@ -271,6 +284,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
271
284
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_size_constraint_set)
|
|
272
285
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_size_constraint_set)
|
|
273
286
|
"""
|
|
287
|
+
|
|
274
288
|
def create_sql_injection_match_set(
|
|
275
289
|
self, *, Name: str, ChangeToken: str
|
|
276
290
|
) -> CreateSqlInjectionMatchSetResponseTypeDef:
|
|
@@ -280,6 +294,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
280
294
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_sql_injection_match_set)
|
|
281
295
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_sql_injection_match_set)
|
|
282
296
|
"""
|
|
297
|
+
|
|
283
298
|
def create_web_acl(
|
|
284
299
|
self,
|
|
285
300
|
*,
|
|
@@ -295,16 +310,19 @@ class WAFRegionalClient(BaseClient):
|
|
|
295
310
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_web_acl)
|
|
296
311
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_web_acl)
|
|
297
312
|
"""
|
|
313
|
+
|
|
298
314
|
def create_web_acl_migration_stack(
|
|
299
315
|
self, *, WebACLId: str, S3BucketName: str, IgnoreUnsupportedType: bool
|
|
300
316
|
) -> CreateWebACLMigrationStackResponseTypeDef:
|
|
301
317
|
"""
|
|
302
318
|
Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the
|
|
303
|
-
specified Amazon S3
|
|
319
|
+
specified Amazon S3
|
|
320
|
+
bucket.
|
|
304
321
|
|
|
305
322
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_web_acl_migration_stack)
|
|
306
323
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_web_acl_migration_stack)
|
|
307
324
|
"""
|
|
325
|
+
|
|
308
326
|
def create_xss_match_set(
|
|
309
327
|
self, *, Name: str, ChangeToken: str
|
|
310
328
|
) -> CreateXssMatchSetResponseTypeDef:
|
|
@@ -314,6 +332,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
314
332
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.create_xss_match_set)
|
|
315
333
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_xss_match_set)
|
|
316
334
|
"""
|
|
335
|
+
|
|
317
336
|
def delete_byte_match_set(
|
|
318
337
|
self, *, ByteMatchSetId: str, ChangeToken: str
|
|
319
338
|
) -> DeleteByteMatchSetResponseTypeDef:
|
|
@@ -323,6 +342,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
323
342
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_byte_match_set)
|
|
324
343
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_byte_match_set)
|
|
325
344
|
"""
|
|
345
|
+
|
|
326
346
|
def delete_geo_match_set(
|
|
327
347
|
self, *, GeoMatchSetId: str, ChangeToken: str
|
|
328
348
|
) -> DeleteGeoMatchSetResponseTypeDef:
|
|
@@ -332,6 +352,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
332
352
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_geo_match_set)
|
|
333
353
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_geo_match_set)
|
|
334
354
|
"""
|
|
355
|
+
|
|
335
356
|
def delete_ip_set(self, *, IPSetId: str, ChangeToken: str) -> DeleteIPSetResponseTypeDef:
|
|
336
357
|
"""
|
|
337
358
|
.
|
|
@@ -339,6 +360,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
339
360
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_ip_set)
|
|
340
361
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_ip_set)
|
|
341
362
|
"""
|
|
363
|
+
|
|
342
364
|
def delete_logging_configuration(self, *, ResourceArn: str) -> Dict[str, Any]:
|
|
343
365
|
"""
|
|
344
366
|
.
|
|
@@ -346,6 +368,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
346
368
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_logging_configuration)
|
|
347
369
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_logging_configuration)
|
|
348
370
|
"""
|
|
371
|
+
|
|
349
372
|
def delete_permission_policy(self, *, ResourceArn: str) -> Dict[str, Any]:
|
|
350
373
|
"""
|
|
351
374
|
.
|
|
@@ -353,6 +376,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
353
376
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_permission_policy)
|
|
354
377
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_permission_policy)
|
|
355
378
|
"""
|
|
379
|
+
|
|
356
380
|
def delete_rate_based_rule(
|
|
357
381
|
self, *, RuleId: str, ChangeToken: str
|
|
358
382
|
) -> DeleteRateBasedRuleResponseTypeDef:
|
|
@@ -362,6 +386,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
362
386
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_rate_based_rule)
|
|
363
387
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_rate_based_rule)
|
|
364
388
|
"""
|
|
389
|
+
|
|
365
390
|
def delete_regex_match_set(
|
|
366
391
|
self, *, RegexMatchSetId: str, ChangeToken: str
|
|
367
392
|
) -> DeleteRegexMatchSetResponseTypeDef:
|
|
@@ -371,6 +396,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
371
396
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_regex_match_set)
|
|
372
397
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_regex_match_set)
|
|
373
398
|
"""
|
|
399
|
+
|
|
374
400
|
def delete_regex_pattern_set(
|
|
375
401
|
self, *, RegexPatternSetId: str, ChangeToken: str
|
|
376
402
|
) -> DeleteRegexPatternSetResponseTypeDef:
|
|
@@ -380,6 +406,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
380
406
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_regex_pattern_set)
|
|
381
407
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_regex_pattern_set)
|
|
382
408
|
"""
|
|
409
|
+
|
|
383
410
|
def delete_rule(self, *, RuleId: str, ChangeToken: str) -> DeleteRuleResponseTypeDef:
|
|
384
411
|
"""
|
|
385
412
|
.
|
|
@@ -387,6 +414,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
387
414
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_rule)
|
|
388
415
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_rule)
|
|
389
416
|
"""
|
|
417
|
+
|
|
390
418
|
def delete_rule_group(
|
|
391
419
|
self, *, RuleGroupId: str, ChangeToken: str
|
|
392
420
|
) -> DeleteRuleGroupResponseTypeDef:
|
|
@@ -396,6 +424,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
396
424
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_rule_group)
|
|
397
425
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_rule_group)
|
|
398
426
|
"""
|
|
427
|
+
|
|
399
428
|
def delete_size_constraint_set(
|
|
400
429
|
self, *, SizeConstraintSetId: str, ChangeToken: str
|
|
401
430
|
) -> DeleteSizeConstraintSetResponseTypeDef:
|
|
@@ -405,6 +434,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
405
434
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_size_constraint_set)
|
|
406
435
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_size_constraint_set)
|
|
407
436
|
"""
|
|
437
|
+
|
|
408
438
|
def delete_sql_injection_match_set(
|
|
409
439
|
self, *, SqlInjectionMatchSetId: str, ChangeToken: str
|
|
410
440
|
) -> DeleteSqlInjectionMatchSetResponseTypeDef:
|
|
@@ -414,6 +444,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
414
444
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_sql_injection_match_set)
|
|
415
445
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_sql_injection_match_set)
|
|
416
446
|
"""
|
|
447
|
+
|
|
417
448
|
def delete_web_acl(self, *, WebACLId: str, ChangeToken: str) -> DeleteWebACLResponseTypeDef:
|
|
418
449
|
"""
|
|
419
450
|
.
|
|
@@ -421,6 +452,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
421
452
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_web_acl)
|
|
422
453
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_web_acl)
|
|
423
454
|
"""
|
|
455
|
+
|
|
424
456
|
def delete_xss_match_set(
|
|
425
457
|
self, *, XssMatchSetId: str, ChangeToken: str
|
|
426
458
|
) -> DeleteXssMatchSetResponseTypeDef:
|
|
@@ -430,6 +462,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
430
462
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.delete_xss_match_set)
|
|
431
463
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_xss_match_set)
|
|
432
464
|
"""
|
|
465
|
+
|
|
433
466
|
def disassociate_web_acl(self, *, ResourceArn: str) -> Dict[str, Any]:
|
|
434
467
|
"""
|
|
435
468
|
.
|
|
@@ -437,6 +470,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
437
470
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.disassociate_web_acl)
|
|
438
471
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#disassociate_web_acl)
|
|
439
472
|
"""
|
|
473
|
+
|
|
440
474
|
def generate_presigned_url(
|
|
441
475
|
self,
|
|
442
476
|
ClientMethod: str,
|
|
@@ -450,6 +484,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
450
484
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.generate_presigned_url)
|
|
451
485
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#generate_presigned_url)
|
|
452
486
|
"""
|
|
487
|
+
|
|
453
488
|
def get_byte_match_set(self, *, ByteMatchSetId: str) -> GetByteMatchSetResponseTypeDef:
|
|
454
489
|
"""
|
|
455
490
|
.
|
|
@@ -457,6 +492,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
457
492
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_byte_match_set)
|
|
458
493
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_byte_match_set)
|
|
459
494
|
"""
|
|
495
|
+
|
|
460
496
|
def get_change_token(self) -> GetChangeTokenResponseTypeDef:
|
|
461
497
|
"""
|
|
462
498
|
.
|
|
@@ -464,6 +500,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
464
500
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_change_token)
|
|
465
501
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_change_token)
|
|
466
502
|
"""
|
|
503
|
+
|
|
467
504
|
def get_change_token_status(self, *, ChangeToken: str) -> GetChangeTokenStatusResponseTypeDef:
|
|
468
505
|
"""
|
|
469
506
|
.
|
|
@@ -471,6 +508,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
471
508
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_change_token_status)
|
|
472
509
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_change_token_status)
|
|
473
510
|
"""
|
|
511
|
+
|
|
474
512
|
def get_geo_match_set(self, *, GeoMatchSetId: str) -> GetGeoMatchSetResponseTypeDef:
|
|
475
513
|
"""
|
|
476
514
|
.
|
|
@@ -478,6 +516,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
478
516
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_geo_match_set)
|
|
479
517
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_geo_match_set)
|
|
480
518
|
"""
|
|
519
|
+
|
|
481
520
|
def get_ip_set(self, *, IPSetId: str) -> GetIPSetResponseTypeDef:
|
|
482
521
|
"""
|
|
483
522
|
.
|
|
@@ -485,6 +524,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
485
524
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_ip_set)
|
|
486
525
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_ip_set)
|
|
487
526
|
"""
|
|
527
|
+
|
|
488
528
|
def get_logging_configuration(
|
|
489
529
|
self, *, ResourceArn: str
|
|
490
530
|
) -> GetLoggingConfigurationResponseTypeDef:
|
|
@@ -494,6 +534,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
494
534
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_logging_configuration)
|
|
495
535
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_logging_configuration)
|
|
496
536
|
"""
|
|
537
|
+
|
|
497
538
|
def get_permission_policy(self, *, ResourceArn: str) -> GetPermissionPolicyResponseTypeDef:
|
|
498
539
|
"""
|
|
499
540
|
.
|
|
@@ -501,6 +542,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
501
542
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_permission_policy)
|
|
502
543
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_permission_policy)
|
|
503
544
|
"""
|
|
545
|
+
|
|
504
546
|
def get_rate_based_rule(self, *, RuleId: str) -> GetRateBasedRuleResponseTypeDef:
|
|
505
547
|
"""
|
|
506
548
|
.
|
|
@@ -508,6 +550,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
508
550
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_rate_based_rule)
|
|
509
551
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_rate_based_rule)
|
|
510
552
|
"""
|
|
553
|
+
|
|
511
554
|
def get_rate_based_rule_managed_keys(
|
|
512
555
|
self, *, RuleId: str, NextMarker: str = ...
|
|
513
556
|
) -> GetRateBasedRuleManagedKeysResponseTypeDef:
|
|
@@ -517,6 +560,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
517
560
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_rate_based_rule_managed_keys)
|
|
518
561
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_rate_based_rule_managed_keys)
|
|
519
562
|
"""
|
|
563
|
+
|
|
520
564
|
def get_regex_match_set(self, *, RegexMatchSetId: str) -> GetRegexMatchSetResponseTypeDef:
|
|
521
565
|
"""
|
|
522
566
|
.
|
|
@@ -524,6 +568,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
524
568
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_regex_match_set)
|
|
525
569
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_regex_match_set)
|
|
526
570
|
"""
|
|
571
|
+
|
|
527
572
|
def get_regex_pattern_set(self, *, RegexPatternSetId: str) -> GetRegexPatternSetResponseTypeDef:
|
|
528
573
|
"""
|
|
529
574
|
.
|
|
@@ -531,6 +576,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
531
576
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_regex_pattern_set)
|
|
532
577
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_regex_pattern_set)
|
|
533
578
|
"""
|
|
579
|
+
|
|
534
580
|
def get_rule(self, *, RuleId: str) -> GetRuleResponseTypeDef:
|
|
535
581
|
"""
|
|
536
582
|
.
|
|
@@ -538,6 +584,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
538
584
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_rule)
|
|
539
585
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_rule)
|
|
540
586
|
"""
|
|
587
|
+
|
|
541
588
|
def get_rule_group(self, *, RuleGroupId: str) -> GetRuleGroupResponseTypeDef:
|
|
542
589
|
"""
|
|
543
590
|
.
|
|
@@ -545,6 +592,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
545
592
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_rule_group)
|
|
546
593
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_rule_group)
|
|
547
594
|
"""
|
|
595
|
+
|
|
548
596
|
def get_sampled_requests(
|
|
549
597
|
self, *, WebAclId: str, RuleId: str, TimeWindow: TimeWindowTypeDef, MaxItems: int
|
|
550
598
|
) -> GetSampledRequestsResponseTypeDef:
|
|
@@ -554,6 +602,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
554
602
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_sampled_requests)
|
|
555
603
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_sampled_requests)
|
|
556
604
|
"""
|
|
605
|
+
|
|
557
606
|
def get_size_constraint_set(
|
|
558
607
|
self, *, SizeConstraintSetId: str
|
|
559
608
|
) -> GetSizeConstraintSetResponseTypeDef:
|
|
@@ -563,6 +612,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
563
612
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_size_constraint_set)
|
|
564
613
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_size_constraint_set)
|
|
565
614
|
"""
|
|
615
|
+
|
|
566
616
|
def get_sql_injection_match_set(
|
|
567
617
|
self, *, SqlInjectionMatchSetId: str
|
|
568
618
|
) -> GetSqlInjectionMatchSetResponseTypeDef:
|
|
@@ -572,6 +622,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
572
622
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_sql_injection_match_set)
|
|
573
623
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_sql_injection_match_set)
|
|
574
624
|
"""
|
|
625
|
+
|
|
575
626
|
def get_web_acl(self, *, WebACLId: str) -> GetWebACLResponseTypeDef:
|
|
576
627
|
"""
|
|
577
628
|
.
|
|
@@ -579,6 +630,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
579
630
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_web_acl)
|
|
580
631
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_web_acl)
|
|
581
632
|
"""
|
|
633
|
+
|
|
582
634
|
def get_web_acl_for_resource(self, *, ResourceArn: str) -> GetWebACLForResourceResponseTypeDef:
|
|
583
635
|
"""
|
|
584
636
|
.
|
|
@@ -586,6 +638,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
586
638
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_web_acl_for_resource)
|
|
587
639
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_web_acl_for_resource)
|
|
588
640
|
"""
|
|
641
|
+
|
|
589
642
|
def get_xss_match_set(self, *, XssMatchSetId: str) -> GetXssMatchSetResponseTypeDef:
|
|
590
643
|
"""
|
|
591
644
|
.
|
|
@@ -593,6 +646,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
593
646
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_xss_match_set)
|
|
594
647
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_xss_match_set)
|
|
595
648
|
"""
|
|
649
|
+
|
|
596
650
|
def list_activated_rules_in_rule_group(
|
|
597
651
|
self, *, RuleGroupId: str = ..., NextMarker: str = ..., Limit: int = ...
|
|
598
652
|
) -> ListActivatedRulesInRuleGroupResponseTypeDef:
|
|
@@ -602,6 +656,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
602
656
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_activated_rules_in_rule_group)
|
|
603
657
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_activated_rules_in_rule_group)
|
|
604
658
|
"""
|
|
659
|
+
|
|
605
660
|
def list_byte_match_sets(
|
|
606
661
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
607
662
|
) -> ListByteMatchSetsResponseTypeDef:
|
|
@@ -611,6 +666,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
611
666
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_byte_match_sets)
|
|
612
667
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_byte_match_sets)
|
|
613
668
|
"""
|
|
669
|
+
|
|
614
670
|
def list_geo_match_sets(
|
|
615
671
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
616
672
|
) -> ListGeoMatchSetsResponseTypeDef:
|
|
@@ -620,6 +676,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
620
676
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_geo_match_sets)
|
|
621
677
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_geo_match_sets)
|
|
622
678
|
"""
|
|
679
|
+
|
|
623
680
|
def list_ip_sets(self, *, NextMarker: str = ..., Limit: int = ...) -> ListIPSetsResponseTypeDef:
|
|
624
681
|
"""
|
|
625
682
|
.
|
|
@@ -627,6 +684,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
627
684
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_ip_sets)
|
|
628
685
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_ip_sets)
|
|
629
686
|
"""
|
|
687
|
+
|
|
630
688
|
def list_logging_configurations(
|
|
631
689
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
632
690
|
) -> ListLoggingConfigurationsResponseTypeDef:
|
|
@@ -636,6 +694,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
636
694
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_logging_configurations)
|
|
637
695
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_logging_configurations)
|
|
638
696
|
"""
|
|
697
|
+
|
|
639
698
|
def list_rate_based_rules(
|
|
640
699
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
641
700
|
) -> ListRateBasedRulesResponseTypeDef:
|
|
@@ -645,6 +704,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
645
704
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_rate_based_rules)
|
|
646
705
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_rate_based_rules)
|
|
647
706
|
"""
|
|
707
|
+
|
|
648
708
|
def list_regex_match_sets(
|
|
649
709
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
650
710
|
) -> ListRegexMatchSetsResponseTypeDef:
|
|
@@ -654,6 +714,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
654
714
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_regex_match_sets)
|
|
655
715
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_regex_match_sets)
|
|
656
716
|
"""
|
|
717
|
+
|
|
657
718
|
def list_regex_pattern_sets(
|
|
658
719
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
659
720
|
) -> ListRegexPatternSetsResponseTypeDef:
|
|
@@ -663,6 +724,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
663
724
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_regex_pattern_sets)
|
|
664
725
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_regex_pattern_sets)
|
|
665
726
|
"""
|
|
727
|
+
|
|
666
728
|
def list_resources_for_web_acl(
|
|
667
729
|
self, *, WebACLId: str, ResourceType: ResourceTypeType = ...
|
|
668
730
|
) -> ListResourcesForWebACLResponseTypeDef:
|
|
@@ -672,6 +734,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
672
734
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_resources_for_web_acl)
|
|
673
735
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_resources_for_web_acl)
|
|
674
736
|
"""
|
|
737
|
+
|
|
675
738
|
def list_rule_groups(
|
|
676
739
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
677
740
|
) -> ListRuleGroupsResponseTypeDef:
|
|
@@ -681,6 +744,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
681
744
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_rule_groups)
|
|
682
745
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_rule_groups)
|
|
683
746
|
"""
|
|
747
|
+
|
|
684
748
|
def list_rules(self, *, NextMarker: str = ..., Limit: int = ...) -> ListRulesResponseTypeDef:
|
|
685
749
|
"""
|
|
686
750
|
.
|
|
@@ -688,6 +752,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
688
752
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_rules)
|
|
689
753
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_rules)
|
|
690
754
|
"""
|
|
755
|
+
|
|
691
756
|
def list_size_constraint_sets(
|
|
692
757
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
693
758
|
) -> ListSizeConstraintSetsResponseTypeDef:
|
|
@@ -697,6 +762,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
697
762
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_size_constraint_sets)
|
|
698
763
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_size_constraint_sets)
|
|
699
764
|
"""
|
|
765
|
+
|
|
700
766
|
def list_sql_injection_match_sets(
|
|
701
767
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
702
768
|
) -> ListSqlInjectionMatchSetsResponseTypeDef:
|
|
@@ -706,6 +772,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
706
772
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_sql_injection_match_sets)
|
|
707
773
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_sql_injection_match_sets)
|
|
708
774
|
"""
|
|
775
|
+
|
|
709
776
|
def list_subscribed_rule_groups(
|
|
710
777
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
711
778
|
) -> ListSubscribedRuleGroupsResponseTypeDef:
|
|
@@ -715,6 +782,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
715
782
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_subscribed_rule_groups)
|
|
716
783
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_subscribed_rule_groups)
|
|
717
784
|
"""
|
|
785
|
+
|
|
718
786
|
def list_tags_for_resource(
|
|
719
787
|
self, *, ResourceARN: str, NextMarker: str = ..., Limit: int = ...
|
|
720
788
|
) -> ListTagsForResourceResponseTypeDef:
|
|
@@ -724,6 +792,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
724
792
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_tags_for_resource)
|
|
725
793
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_tags_for_resource)
|
|
726
794
|
"""
|
|
795
|
+
|
|
727
796
|
def list_web_acls(
|
|
728
797
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
729
798
|
) -> ListWebACLsResponseTypeDef:
|
|
@@ -733,6 +802,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
733
802
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_web_acls)
|
|
734
803
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_web_acls)
|
|
735
804
|
"""
|
|
805
|
+
|
|
736
806
|
def list_xss_match_sets(
|
|
737
807
|
self, *, NextMarker: str = ..., Limit: int = ...
|
|
738
808
|
) -> ListXssMatchSetsResponseTypeDef:
|
|
@@ -742,6 +812,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
742
812
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.list_xss_match_sets)
|
|
743
813
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_xss_match_sets)
|
|
744
814
|
"""
|
|
815
|
+
|
|
745
816
|
def put_logging_configuration(
|
|
746
817
|
self, *, LoggingConfiguration: LoggingConfigurationTypeDef
|
|
747
818
|
) -> PutLoggingConfigurationResponseTypeDef:
|
|
@@ -751,6 +822,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
751
822
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.put_logging_configuration)
|
|
752
823
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#put_logging_configuration)
|
|
753
824
|
"""
|
|
825
|
+
|
|
754
826
|
def put_permission_policy(self, *, ResourceArn: str, Policy: str) -> Dict[str, Any]:
|
|
755
827
|
"""
|
|
756
828
|
.
|
|
@@ -758,6 +830,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
758
830
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.put_permission_policy)
|
|
759
831
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#put_permission_policy)
|
|
760
832
|
"""
|
|
833
|
+
|
|
761
834
|
def tag_resource(self, *, ResourceARN: str, Tags: Sequence[TagTypeDef]) -> Dict[str, Any]:
|
|
762
835
|
"""
|
|
763
836
|
.
|
|
@@ -765,6 +838,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
765
838
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.tag_resource)
|
|
766
839
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#tag_resource)
|
|
767
840
|
"""
|
|
841
|
+
|
|
768
842
|
def untag_resource(self, *, ResourceARN: str, TagKeys: Sequence[str]) -> Dict[str, Any]:
|
|
769
843
|
"""
|
|
770
844
|
.
|
|
@@ -772,6 +846,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
772
846
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.untag_resource)
|
|
773
847
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#untag_resource)
|
|
774
848
|
"""
|
|
849
|
+
|
|
775
850
|
def update_byte_match_set(
|
|
776
851
|
self, *, ByteMatchSetId: str, ChangeToken: str, Updates: Sequence[ByteMatchSetUpdateTypeDef]
|
|
777
852
|
) -> UpdateByteMatchSetResponseTypeDef:
|
|
@@ -781,6 +856,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
781
856
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.update_byte_match_set)
|
|
782
857
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_byte_match_set)
|
|
783
858
|
"""
|
|
859
|
+
|
|
784
860
|
def update_geo_match_set(
|
|
785
861
|
self, *, GeoMatchSetId: str, ChangeToken: str, Updates: Sequence[GeoMatchSetUpdateTypeDef]
|
|
786
862
|
) -> UpdateGeoMatchSetResponseTypeDef:
|
|
@@ -790,6 +866,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
790
866
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.update_geo_match_set)
|
|
791
867
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_geo_match_set)
|
|
792
868
|
"""
|
|
869
|
+
|
|
793
870
|
def update_ip_set(
|
|
794
871
|
self, *, IPSetId: str, ChangeToken: str, Updates: Sequence[IPSetUpdateTypeDef]
|
|
795
872
|
) -> UpdateIPSetResponseTypeDef:
|
|
@@ -799,6 +876,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
799
876
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.update_ip_set)
|
|
800
877
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_ip_set)
|
|
801
878
|
"""
|
|
879
|
+
|
|
802
880
|
def update_rate_based_rule(
|
|
803
881
|
self, *, RuleId: str, ChangeToken: str, Updates: Sequence[RuleUpdateTypeDef], RateLimit: int
|
|
804
882
|
) -> UpdateRateBasedRuleResponseTypeDef:
|
|
@@ -808,6 +886,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
808
886
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.update_rate_based_rule)
|
|
809
887
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_rate_based_rule)
|
|
810
888
|
"""
|
|
889
|
+
|
|
811
890
|
def update_regex_match_set(
|
|
812
891
|
self,
|
|
813
892
|
*,
|
|
@@ -821,6 +900,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
821
900
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.update_regex_match_set)
|
|
822
901
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_regex_match_set)
|
|
823
902
|
"""
|
|
903
|
+
|
|
824
904
|
def update_regex_pattern_set(
|
|
825
905
|
self,
|
|
826
906
|
*,
|
|
@@ -834,6 +914,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
834
914
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.update_regex_pattern_set)
|
|
835
915
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_regex_pattern_set)
|
|
836
916
|
"""
|
|
917
|
+
|
|
837
918
|
def update_rule(
|
|
838
919
|
self, *, RuleId: str, ChangeToken: str, Updates: Sequence[RuleUpdateTypeDef]
|
|
839
920
|
) -> UpdateRuleResponseTypeDef:
|
|
@@ -843,6 +924,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
843
924
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.update_rule)
|
|
844
925
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_rule)
|
|
845
926
|
"""
|
|
927
|
+
|
|
846
928
|
def update_rule_group(
|
|
847
929
|
self, *, RuleGroupId: str, Updates: Sequence[RuleGroupUpdateTypeDef], ChangeToken: str
|
|
848
930
|
) -> UpdateRuleGroupResponseTypeDef:
|
|
@@ -852,6 +934,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
852
934
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.update_rule_group)
|
|
853
935
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_rule_group)
|
|
854
936
|
"""
|
|
937
|
+
|
|
855
938
|
def update_size_constraint_set(
|
|
856
939
|
self,
|
|
857
940
|
*,
|
|
@@ -865,6 +948,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
865
948
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.update_size_constraint_set)
|
|
866
949
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_size_constraint_set)
|
|
867
950
|
"""
|
|
951
|
+
|
|
868
952
|
def update_sql_injection_match_set(
|
|
869
953
|
self,
|
|
870
954
|
*,
|
|
@@ -878,6 +962,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
878
962
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.update_sql_injection_match_set)
|
|
879
963
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_sql_injection_match_set)
|
|
880
964
|
"""
|
|
965
|
+
|
|
881
966
|
def update_web_acl(
|
|
882
967
|
self,
|
|
883
968
|
*,
|
|
@@ -892,6 +977,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
892
977
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.update_web_acl)
|
|
893
978
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_web_acl)
|
|
894
979
|
"""
|
|
980
|
+
|
|
895
981
|
def update_xss_match_set(
|
|
896
982
|
self, *, XssMatchSetId: str, ChangeToken: str, Updates: Sequence[XssMatchSetUpdateTypeDef]
|
|
897
983
|
) -> UpdateXssMatchSetResponseTypeDef:
|