mypy-boto3-waf-regional 1.35.93__py3-none-any.whl → 1.37.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 +4 -2
- mypy_boto3_waf_regional/__init__.pyi +4 -2
- mypy_boto3_waf_regional/__main__.py +4 -4
- mypy_boto3_waf_regional/client.py +162 -180
- mypy_boto3_waf_regional/client.pyi +162 -180
- mypy_boto3_waf_regional/literals.py +2 -5
- mypy_boto3_waf_regional/literals.pyi +2 -5
- mypy_boto3_waf_regional/type_defs.py +177 -167
- mypy_boto3_waf_regional/type_defs.pyi +175 -167
- mypy_boto3_waf_regional/version.py +1 -1
- {mypy_boto3_waf_regional-1.35.93.dist-info → mypy_boto3_waf_regional-1.37.0.dist-info}/METADATA +25 -9
- mypy_boto3_waf_regional-1.37.0.dist-info/RECORD +16 -0
- {mypy_boto3_waf_regional-1.35.93.dist-info → mypy_boto3_waf_regional-1.37.0.dist-info}/WHEEL +1 -1
- mypy_boto3_waf_regional-1.35.93.dist-info/RECORD +0 -16
- {mypy_boto3_waf_regional-1.35.93.dist-info → mypy_boto3_waf_regional-1.37.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_waf_regional-1.35.93.dist-info → mypy_boto3_waf_regional-1.37.0.dist-info}/top_level.txt +0 -0
{mypy_boto3_waf_regional-1.35.93.dist-info → mypy_boto3_waf_regional-1.37.0.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: mypy-boto3-waf-regional
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 WAFRegional 1.
|
|
3
|
+
Version: 1.37.0
|
|
4
|
+
Summary: Type annotations for boto3 WAFRegional 1.37.0 service generated with mypy-boto3-builder 8.9.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
|
|
@@ -31,6 +31,18 @@ Requires-Python: >=3.8
|
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
33
|
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
+
Dynamic: author
|
|
35
|
+
Dynamic: author-email
|
|
36
|
+
Dynamic: classifier
|
|
37
|
+
Dynamic: description
|
|
38
|
+
Dynamic: description-content-type
|
|
39
|
+
Dynamic: home-page
|
|
40
|
+
Dynamic: keywords
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: project-url
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
34
46
|
|
|
35
47
|
<a id="mypy-boto3-waf-regional"></a>
|
|
36
48
|
|
|
@@ -44,7 +56,7 @@ Requires-Dist: typing-extensions; python_version < "3.12"
|
|
|
44
56
|

|
|
45
57
|
|
|
46
58
|
Type annotations for
|
|
47
|
-
[boto3 WAFRegional 1.
|
|
59
|
+
[boto3 WAFRegional 1.37.0](https://pypi.org/project/boto3/) compatible with
|
|
48
60
|
[VSCode](https://code.visualstudio.com/),
|
|
49
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -53,7 +65,7 @@ Type annotations for
|
|
|
53
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
66
|
|
|
55
67
|
Generated with
|
|
56
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
|
|
57
69
|
|
|
58
70
|
More information can be found on
|
|
59
71
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -100,12 +112,12 @@ See how it helps you find and fix potential bugs:
|
|
|
100
112
|
### Generate locally (recommended)
|
|
101
113
|
|
|
102
114
|
You can generate type annotations for `boto3` package locally with
|
|
103
|
-
`
|
|
115
|
+
`mypy-boto3-builder`. Use
|
|
104
116
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
105
117
|
isolation.
|
|
106
118
|
|
|
107
119
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.
|
|
120
|
+
`uvx --with 'boto3==1.37.0' mypy-boto3-builder`
|
|
109
121
|
2. Select `boto3-stubs` AWS SDK.
|
|
110
122
|
3. Add `WAFRegional` service.
|
|
111
123
|
4. Use provided commands to install generated packages.
|
|
@@ -356,11 +368,14 @@ Full list of `WAFRegional` TypeDefs can be found in
|
|
|
356
368
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/type_defs/).
|
|
357
369
|
|
|
358
370
|
```python
|
|
371
|
+
# TypedDict usage example
|
|
359
372
|
from mypy_boto3_waf_regional.type_defs import ExcludedRuleTypeDef
|
|
360
373
|
|
|
361
374
|
|
|
362
375
|
def get_value() -> ExcludedRuleTypeDef:
|
|
363
|
-
return {
|
|
376
|
+
return {
|
|
377
|
+
"RuleId": ...,
|
|
378
|
+
}
|
|
364
379
|
```
|
|
365
380
|
|
|
366
381
|
<a id="how-it-works"></a>
|
|
@@ -414,7 +429,8 @@ Builder changelog can be found in
|
|
|
414
429
|
## Versioning
|
|
415
430
|
|
|
416
431
|
`mypy-boto3-waf-regional` version is the same as related `boto3` version and
|
|
417
|
-
follows
|
|
432
|
+
follows
|
|
433
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
418
434
|
|
|
419
435
|
<a id="thank-you"></a>
|
|
420
436
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
mypy_boto3_waf_regional/__init__.py,sha256=acF5FoL4k9josXW_gyCNainKsxzfkZ6u3zljejP-RVo,526
|
|
2
|
+
mypy_boto3_waf_regional/__init__.pyi,sha256=spVHt9KGH0H-JadkI-b57br6N3HmASbzS7RXCDXkIHI,525
|
|
3
|
+
mypy_boto3_waf_regional/__main__.py,sha256=aNXFJjQbWhXdwQFfOtNjmka-NAqPGs1M81xwoyv2qnE,998
|
|
4
|
+
mypy_boto3_waf_regional/client.py,sha256=MvJ-9lXMITlXIAtcU7wdNp3tTxwpx5SIRvK2bihsKDI,51160
|
|
5
|
+
mypy_boto3_waf_regional/client.pyi,sha256=xTwdG0feJLD0Odh8QV6R1R2-11PIX2AYmfbxTBvFpAY,51157
|
|
6
|
+
mypy_boto3_waf_regional/literals.py,sha256=t-L-UFxs4Uggr2UaKvUKwrkpnvhnBROjCF9FIqIKeMQ,13329
|
|
7
|
+
mypy_boto3_waf_regional/literals.pyi,sha256=L1wBZnp2P3LwMQ0uMpEit6H36moIa4kjyrY8oaIxFdw,13327
|
|
8
|
+
mypy_boto3_waf_regional/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
+
mypy_boto3_waf_regional/type_defs.py,sha256=ifypgmZqxd-QvGfrA4hnG9F798weyt9uZlemVMd6cak,37340
|
|
10
|
+
mypy_boto3_waf_regional/type_defs.pyi,sha256=YPsF_p8l2BqVSBgxT_CqpscOMiQxitdIEMHo6K93Yhw,37121
|
|
11
|
+
mypy_boto3_waf_regional/version.py,sha256=7dplwNyKC_M1NmYn8gNT0u-MAPuLyVgQc5Z98LiK1wM,92
|
|
12
|
+
mypy_boto3_waf_regional-1.37.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
13
|
+
mypy_boto3_waf_regional-1.37.0.dist-info/METADATA,sha256=WYtMwdYt4RtDvDINpCm2EtqiHCJ1FbLm_9HUbI7QWAw,14487
|
|
14
|
+
mypy_boto3_waf_regional-1.37.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
15
|
+
mypy_boto3_waf_regional-1.37.0.dist-info/top_level.txt,sha256=JjdM6Qw2d2OAcuHG7aTcw86B81MzN4HHktN5AMMi4Tg,24
|
|
16
|
+
mypy_boto3_waf_regional-1.37.0.dist-info/RECORD,,
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
mypy_boto3_waf_regional/__init__.py,sha256=CroCINbB3cgDk9jRl6tAlom_2-QEhuEDLKZUw14XZJY,440
|
|
2
|
-
mypy_boto3_waf_regional/__init__.pyi,sha256=RKhnbiuT9fnSjtDHTp_QKuuRjlbZH4a_4BmPcBobERk,439
|
|
3
|
-
mypy_boto3_waf_regional/__main__.py,sha256=nVamEsGM8airs3gsN_r_zc5rgZzqwZg8cqDwXieHY1c,1001
|
|
4
|
-
mypy_boto3_waf_regional/client.py,sha256=7X9IKRbN1awb3Gm5DgzSdDiggqLfsYhQ0R6DWxUwa8s,52406
|
|
5
|
-
mypy_boto3_waf_regional/client.pyi,sha256=8Psl4ooaB4ZynQFXmoCV1VGOwe4A3T-BQhKzpQwXazI,52403
|
|
6
|
-
mypy_boto3_waf_regional/literals.py,sha256=kz_c36bD3yLoVSr3AYJ6WONuek3O0DH40VzpcxAanak,13405
|
|
7
|
-
mypy_boto3_waf_regional/literals.pyi,sha256=4ofkiMQC8fIKSRqwcTgbgEBUOwaH3Yw59hjCe2xWk00,13403
|
|
8
|
-
mypy_boto3_waf_regional/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
mypy_boto3_waf_regional/type_defs.py,sha256=GKOgBGwtGa1Dt8G-38SrqTpRFpXxG41E8TtaDK00QVA,38190
|
|
10
|
-
mypy_boto3_waf_regional/type_defs.pyi,sha256=7QDN5rUXhRcRRd4X9RnXxlPgqsgtP2akL_sXKP78Bq8,37973
|
|
11
|
-
mypy_boto3_waf_regional/version.py,sha256=n6wyMBvI3Tp0INYol4fUJ84y0BqM9ti-SkLRGfsif5s,93
|
|
12
|
-
mypy_boto3_waf_regional-1.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
13
|
-
mypy_boto3_waf_regional-1.35.93.dist-info/METADATA,sha256=0AowYIMWmnIV7Xta1TGCJvS-S4YKsyrXdU8xwq5RFrk,14134
|
|
14
|
-
mypy_boto3_waf_regional-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
|
15
|
-
mypy_boto3_waf_regional-1.35.93.dist-info/top_level.txt,sha256=JjdM6Qw2d2OAcuHG7aTcw86B81MzN4HHktN5AMMi4Tg,24
|
|
16
|
-
mypy_boto3_waf_regional-1.35.93.dist-info/RECORD,,
|
{mypy_boto3_waf_regional-1.35.93.dist-info → mypy_boto3_waf_regional-1.37.0.dist-info}/LICENSE
RENAMED
|
File without changes
|
{mypy_boto3_waf_regional-1.35.93.dist-info → mypy_boto3_waf_regional-1.37.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|