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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-waf-regional
|
|
3
|
-
Version: 1.28.
|
|
4
|
-
Summary: Type annotations for boto3.WAFRegional 1.28.
|
|
3
|
+
Version: 1.28.15.post1
|
|
4
|
+
Summary: Type annotations for boto3.WAFRegional 1.28.15 service generated with mypy-boto3-builder 7.16.2
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.9"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.WAFRegional 1.28.
|
|
46
|
+
[boto3.WAFRegional 1.28.15](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.16.2](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -316,15 +316,11 @@ assembled to typed dictionaries for additional type checking.
|
|
|
316
316
|
|
|
317
317
|
```python
|
|
318
318
|
from mypy_boto3_waf_regional.type_defs import (
|
|
319
|
-
ExcludedRuleOutputTypeDef,
|
|
320
|
-
WafActionOutputTypeDef,
|
|
321
|
-
WafOverrideActionOutputTypeDef,
|
|
322
319
|
ExcludedRuleTypeDef,
|
|
323
320
|
WafActionTypeDef,
|
|
324
321
|
WafOverrideActionTypeDef,
|
|
325
322
|
AssociateWebACLRequestRequestTypeDef,
|
|
326
323
|
ByteMatchSetSummaryTypeDef,
|
|
327
|
-
FieldToMatchOutputTypeDef,
|
|
328
324
|
FieldToMatchTypeDef,
|
|
329
325
|
CreateByteMatchSetRequestRequestTypeDef,
|
|
330
326
|
ResponseMetadataTypeDef,
|
|
@@ -354,7 +350,6 @@ from mypy_boto3_waf_regional.type_defs import (
|
|
|
354
350
|
DeleteWebACLRequestRequestTypeDef,
|
|
355
351
|
DeleteXssMatchSetRequestRequestTypeDef,
|
|
356
352
|
DisassociateWebACLRequestRequestTypeDef,
|
|
357
|
-
GeoMatchConstraintOutputTypeDef,
|
|
358
353
|
GeoMatchConstraintTypeDef,
|
|
359
354
|
GeoMatchSetSummaryTypeDef,
|
|
360
355
|
GetByteMatchSetRequestRequestTypeDef,
|
|
@@ -378,7 +373,6 @@ from mypy_boto3_waf_regional.type_defs import (
|
|
|
378
373
|
GetWebACLRequestRequestTypeDef,
|
|
379
374
|
GetXssMatchSetRequestRequestTypeDef,
|
|
380
375
|
HTTPHeaderTypeDef,
|
|
381
|
-
IPSetDescriptorOutputTypeDef,
|
|
382
376
|
IPSetDescriptorTypeDef,
|
|
383
377
|
IPSetSummaryTypeDef,
|
|
384
378
|
ListActivatedRulesInRuleGroupRequestRequestTypeDef,
|
|
@@ -406,21 +400,15 @@ from mypy_boto3_waf_regional.type_defs import (
|
|
|
406
400
|
ListWebACLsRequestRequestTypeDef,
|
|
407
401
|
ListXssMatchSetsRequestRequestTypeDef,
|
|
408
402
|
XssMatchSetSummaryTypeDef,
|
|
409
|
-
PredicateOutputTypeDef,
|
|
410
403
|
PredicateTypeDef,
|
|
411
404
|
PutPermissionPolicyRequestRequestTypeDef,
|
|
412
405
|
RegexPatternSetUpdateTypeDef,
|
|
413
|
-
TagOutputTypeDef,
|
|
414
406
|
UntagResourceRequestRequestTypeDef,
|
|
415
407
|
ActivatedRuleOutputTypeDef,
|
|
416
408
|
ActivatedRuleTypeDef,
|
|
417
409
|
ByteMatchTupleOutputTypeDef,
|
|
418
|
-
LoggingConfigurationOutputTypeDef,
|
|
419
|
-
RegexMatchTupleOutputTypeDef,
|
|
420
|
-
SizeConstraintOutputTypeDef,
|
|
421
|
-
SqlInjectionMatchTupleOutputTypeDef,
|
|
422
|
-
XssMatchTupleOutputTypeDef,
|
|
423
410
|
ByteMatchTupleTypeDef,
|
|
411
|
+
LoggingConfigurationOutputTypeDef,
|
|
424
412
|
LoggingConfigurationTypeDef,
|
|
425
413
|
RegexMatchTupleTypeDef,
|
|
426
414
|
SizeConstraintTypeDef,
|
|
@@ -461,6 +449,7 @@ from mypy_boto3_waf_regional.type_defs import (
|
|
|
461
449
|
CreateRuleGroupRequestRequestTypeDef,
|
|
462
450
|
CreateRuleRequestRequestTypeDef,
|
|
463
451
|
CreateWebACLRequestRequestTypeDef,
|
|
452
|
+
TagInfoForResourceTypeDef,
|
|
464
453
|
TagResourceRequestRequestTypeDef,
|
|
465
454
|
CreateRegexPatternSetResponseTypeDef,
|
|
466
455
|
GetRegexPatternSetResponseTypeDef,
|
|
@@ -489,25 +478,25 @@ from mypy_boto3_waf_regional.type_defs import (
|
|
|
489
478
|
RuleTypeDef,
|
|
490
479
|
RuleUpdateTypeDef,
|
|
491
480
|
UpdateRegexPatternSetRequestRequestTypeDef,
|
|
492
|
-
TagInfoForResourceTypeDef,
|
|
493
481
|
ListActivatedRulesInRuleGroupResponseTypeDef,
|
|
494
482
|
WebACLTypeDef,
|
|
495
483
|
RuleGroupUpdateTypeDef,
|
|
496
484
|
WebACLUpdateTypeDef,
|
|
497
485
|
ByteMatchSetTypeDef,
|
|
486
|
+
ByteMatchSetUpdateTypeDef,
|
|
498
487
|
GetLoggingConfigurationResponseTypeDef,
|
|
499
488
|
ListLoggingConfigurationsResponseTypeDef,
|
|
500
489
|
PutLoggingConfigurationResponseTypeDef,
|
|
501
|
-
RegexMatchSetTypeDef,
|
|
502
|
-
SizeConstraintSetTypeDef,
|
|
503
|
-
SqlInjectionMatchSetTypeDef,
|
|
504
|
-
XssMatchSetTypeDef,
|
|
505
|
-
ByteMatchSetUpdateTypeDef,
|
|
506
490
|
PutLoggingConfigurationRequestRequestTypeDef,
|
|
491
|
+
RegexMatchSetTypeDef,
|
|
507
492
|
RegexMatchSetUpdateTypeDef,
|
|
493
|
+
SizeConstraintSetTypeDef,
|
|
508
494
|
SizeConstraintSetUpdateTypeDef,
|
|
495
|
+
SqlInjectionMatchSetTypeDef,
|
|
509
496
|
SqlInjectionMatchSetUpdateTypeDef,
|
|
497
|
+
XssMatchSetTypeDef,
|
|
510
498
|
XssMatchSetUpdateTypeDef,
|
|
499
|
+
ListTagsForResourceResponseTypeDef,
|
|
511
500
|
CreateGeoMatchSetResponseTypeDef,
|
|
512
501
|
GetGeoMatchSetResponseTypeDef,
|
|
513
502
|
UpdateGeoMatchSetRequestRequestTypeDef,
|
|
@@ -521,31 +510,30 @@ from mypy_boto3_waf_regional.type_defs import (
|
|
|
521
510
|
GetRuleResponseTypeDef,
|
|
522
511
|
UpdateRateBasedRuleRequestRequestTypeDef,
|
|
523
512
|
UpdateRuleRequestRequestTypeDef,
|
|
524
|
-
ListTagsForResourceResponseTypeDef,
|
|
525
513
|
CreateWebACLResponseTypeDef,
|
|
526
514
|
GetWebACLResponseTypeDef,
|
|
527
515
|
UpdateRuleGroupRequestRequestTypeDef,
|
|
528
516
|
UpdateWebACLRequestRequestTypeDef,
|
|
529
517
|
CreateByteMatchSetResponseTypeDef,
|
|
530
518
|
GetByteMatchSetResponseTypeDef,
|
|
519
|
+
UpdateByteMatchSetRequestRequestTypeDef,
|
|
531
520
|
CreateRegexMatchSetResponseTypeDef,
|
|
532
521
|
GetRegexMatchSetResponseTypeDef,
|
|
522
|
+
UpdateRegexMatchSetRequestRequestTypeDef,
|
|
533
523
|
CreateSizeConstraintSetResponseTypeDef,
|
|
534
524
|
GetSizeConstraintSetResponseTypeDef,
|
|
525
|
+
UpdateSizeConstraintSetRequestRequestTypeDef,
|
|
535
526
|
CreateSqlInjectionMatchSetResponseTypeDef,
|
|
536
527
|
GetSqlInjectionMatchSetResponseTypeDef,
|
|
528
|
+
UpdateSqlInjectionMatchSetRequestRequestTypeDef,
|
|
537
529
|
CreateXssMatchSetResponseTypeDef,
|
|
538
530
|
GetXssMatchSetResponseTypeDef,
|
|
539
|
-
UpdateByteMatchSetRequestRequestTypeDef,
|
|
540
|
-
UpdateRegexMatchSetRequestRequestTypeDef,
|
|
541
|
-
UpdateSizeConstraintSetRequestRequestTypeDef,
|
|
542
|
-
UpdateSqlInjectionMatchSetRequestRequestTypeDef,
|
|
543
531
|
UpdateXssMatchSetRequestRequestTypeDef,
|
|
544
532
|
GetSampledRequestsResponseTypeDef,
|
|
545
533
|
)
|
|
546
534
|
|
|
547
535
|
|
|
548
|
-
def get_structure() ->
|
|
536
|
+
def get_structure() -> ExcludedRuleTypeDef:
|
|
549
537
|
return {...}
|
|
550
538
|
```
|
|
551
539
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
mypy_boto3_waf_regional/__init__.py,sha256=Ja9Krpcg8jsMeH0l_iOL7CsPE7KfgNXPYVKrSpyjpq0,408
|
|
2
|
+
mypy_boto3_waf_regional/__init__.pyi,sha256=pzDX5CXnfHvINWktHr3x9chgh_ZU6syZKzpaKYrRDqs,407
|
|
3
|
+
mypy_boto3_waf_regional/__main__.py,sha256=wDqjfcw607UPxInNHt4gAdvbryWLsYRouuod1dey3lY,937
|
|
4
|
+
mypy_boto3_waf_regional/client.py,sha256=Ev1eouSJ4oTka7d7J4LevBKh7h2xbdAs8bLHXJC4r7s,46413
|
|
5
|
+
mypy_boto3_waf_regional/client.pyi,sha256=hi5bXe55xGdu8C0Zk523uHS7DboI2XUWuKJp1TfqZ24,46325
|
|
6
|
+
mypy_boto3_waf_regional/literals.py,sha256=KssnOzPrA0Wi2Its8G6Pzq_uBwbJNAPh0Si74vEsN_U,12198
|
|
7
|
+
mypy_boto3_waf_regional/literals.pyi,sha256=eH83wZZeRhFcCrs9zLokmA4_7yePH4UHV2i1REFsBHE,12196
|
|
8
|
+
mypy_boto3_waf_regional/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
+
mypy_boto3_waf_regional/type_defs.py,sha256=B8DZ4zYd7T4u21EiwvancapOcvtmv5ojg4rIXudGHfo,57158
|
|
10
|
+
mypy_boto3_waf_regional/type_defs.pyi,sha256=-0gzxUFwri3EpDWaCq6zULHT9I3syC9nRNqgog0CAkk,57107
|
|
11
|
+
mypy_boto3_waf_regional/version.py,sha256=r8FecTF_mU12tcaFlh_rWegIHI_YLM7zyv624C7W3XM,67
|
|
12
|
+
mypy_boto3_waf_regional-1.28.15.post1.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
13
|
+
mypy_boto3_waf_regional-1.28.15.post1.dist-info/METADATA,sha256=qSV17cwqh1iBTdrqYHc0qxnERpEs1ezajpUN53OnfII,20613
|
|
14
|
+
mypy_boto3_waf_regional-1.28.15.post1.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
|
|
15
|
+
mypy_boto3_waf_regional-1.28.15.post1.dist-info/top_level.txt,sha256=JjdM6Qw2d2OAcuHG7aTcw86B81MzN4HHktN5AMMi4Tg,24
|
|
16
|
+
mypy_boto3_waf_regional-1.28.15.post1.dist-info/RECORD,,
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
mypy_boto3_waf_regional/__init__.py,sha256=Ja9Krpcg8jsMeH0l_iOL7CsPE7KfgNXPYVKrSpyjpq0,408
|
|
2
|
-
mypy_boto3_waf_regional/__init__.pyi,sha256=pzDX5CXnfHvINWktHr3x9chgh_ZU6syZKzpaKYrRDqs,407
|
|
3
|
-
mypy_boto3_waf_regional/__main__.py,sha256=_UVOxuHdyGaoViwx3VC6sHnzWgD-sNahyZ0XmUsiIN4,925
|
|
4
|
-
mypy_boto3_waf_regional/client.py,sha256=COpiA9q6JsYwh3ghsg0EYgiQu_8qgEmuinL8LX1tLNs,46208
|
|
5
|
-
mypy_boto3_waf_regional/client.pyi,sha256=Puoruj-gDUdF-NYOcPXUCX38uVWcDDFLQrDrkGe7Tio,46120
|
|
6
|
-
mypy_boto3_waf_regional/literals.py,sha256=KssnOzPrA0Wi2Its8G6Pzq_uBwbJNAPh0Si74vEsN_U,12198
|
|
7
|
-
mypy_boto3_waf_regional/literals.pyi,sha256=eH83wZZeRhFcCrs9zLokmA4_7yePH4UHV2i1REFsBHE,12196
|
|
8
|
-
mypy_boto3_waf_regional/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
mypy_boto3_waf_regional/type_defs.py,sha256=sIZIIraOVPNetSdIVCiGRUv4HIuHScQLoTIiFSYG5hM,59977
|
|
10
|
-
mypy_boto3_waf_regional/type_defs.pyi,sha256=xu4KHuPOehXDCgQvQwkCAC9aHplYk51ofhPQ7DJit0w,59924
|
|
11
|
-
mypy_boto3_waf_regional/version.py,sha256=UiBalbw8LWlMTR_GULVobg4_cRScJUfv4mb9HUVXQ9Q,61
|
|
12
|
-
mypy_boto3_waf_regional-1.28.12.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
13
|
-
mypy_boto3_waf_regional-1.28.12.dist-info/METADATA,sha256=Gtzb42ZYM4Ph2DoE9QXrzWGTb_KYeZCzZek3D3b5Bx8,21000
|
|
14
|
-
mypy_boto3_waf_regional-1.28.12.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
|
|
15
|
-
mypy_boto3_waf_regional-1.28.12.dist-info/top_level.txt,sha256=JjdM6Qw2d2OAcuHG7aTcw86B81MzN4HHktN5AMMi4Tg,24
|
|
16
|
-
mypy_boto3_waf_regional-1.28.12.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_waf_regional-1.28.12.dist-info → mypy_boto3_waf_regional-1.28.15.post1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|