mypy-boto3-waf-regional 1.35.93__tar.gz → 1.37.0__tar.gz
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-1.35.93 → mypy_boto3_waf_regional-1.37.0}/PKG-INFO +25 -9
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/README.md +10 -6
- mypy_boto3_waf_regional-1.35.93/mypy_boto3_waf_regional/__init__.pyi → mypy_boto3_waf_regional-1.37.0/mypy_boto3_waf_regional/__init__.py +5 -2
- mypy_boto3_waf_regional-1.35.93/mypy_boto3_waf_regional/__init__.py → mypy_boto3_waf_regional-1.37.0/mypy_boto3_waf_regional/__init__.pyi +4 -3
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional/__main__.py +4 -4
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional/client.py +162 -180
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional/client.pyi +162 -180
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional/literals.py +2 -5
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional/literals.pyi +2 -5
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional/type_defs.py +177 -167
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional/type_defs.pyi +175 -167
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional/version.py +1 -1
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional.egg-info/PKG-INFO +25 -9
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/setup.py +2 -2
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/LICENSE +0 -0
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional/py.typed +0 -0
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional.egg-info/not-zip-safe +0 -0
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional.egg-info/requires.txt +0 -0
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/mypy_boto3_waf_regional.egg-info/top_level.txt +0 -0
- {mypy_boto3_waf_regional-1.35.93 → mypy_boto3_waf_regional-1.37.0}/setup.cfg +0 -0
|
@@ -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
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 WAFRegional 1.
|
|
13
|
+
[boto3 WAFRegional 1.37.0](https://pypi.org/project/boto3/) compatible with
|
|
14
14
|
[VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ Type annotations for
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated with
|
|
22
|
-
[mypy-boto3-builder 8.
|
|
22
|
+
[mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -66,12 +66,12 @@ See how it helps you find and fix potential bugs:
|
|
|
66
66
|
### Generate locally (recommended)
|
|
67
67
|
|
|
68
68
|
You can generate type annotations for `boto3` package locally with
|
|
69
|
-
`
|
|
69
|
+
`mypy-boto3-builder`. Use
|
|
70
70
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
71
71
|
isolation.
|
|
72
72
|
|
|
73
73
|
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
-
`uvx --with 'boto3==1.
|
|
74
|
+
`uvx --with 'boto3==1.37.0' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3-stubs` AWS SDK.
|
|
76
76
|
3. Add `WAFRegional` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -322,11 +322,14 @@ Full list of `WAFRegional` TypeDefs can be found in
|
|
|
322
322
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/type_defs/).
|
|
323
323
|
|
|
324
324
|
```python
|
|
325
|
+
# TypedDict usage example
|
|
325
326
|
from mypy_boto3_waf_regional.type_defs import ExcludedRuleTypeDef
|
|
326
327
|
|
|
327
328
|
|
|
328
329
|
def get_value() -> ExcludedRuleTypeDef:
|
|
329
|
-
return {
|
|
330
|
+
return {
|
|
331
|
+
"RuleId": ...,
|
|
332
|
+
}
|
|
330
333
|
```
|
|
331
334
|
|
|
332
335
|
<a id="how-it-works"></a>
|
|
@@ -380,7 +383,8 @@ Builder changelog can be found in
|
|
|
380
383
|
## Versioning
|
|
381
384
|
|
|
382
385
|
`mypy-boto3-waf-regional` version is the same as related `boto3` version and
|
|
383
|
-
follows
|
|
386
|
+
follows
|
|
387
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
384
388
|
|
|
385
389
|
<a id="thank-you"></a>
|
|
386
390
|
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for waf-regional service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -13,12 +17,11 @@ Usage::
|
|
|
13
17
|
session = Session()
|
|
14
18
|
client: WAFRegionalClient = session.client("waf-regional")
|
|
15
19
|
```
|
|
16
|
-
|
|
17
|
-
Copyright 2025 Vlad Emelianov
|
|
18
20
|
"""
|
|
19
21
|
|
|
20
22
|
from .client import WAFRegionalClient
|
|
21
23
|
|
|
22
24
|
Client = WAFRegionalClient
|
|
23
25
|
|
|
26
|
+
|
|
24
27
|
__all__ = ("Client", "WAFRegionalClient")
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for waf-regional service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -13,13 +17,10 @@ Usage::
|
|
|
13
17
|
session = Session()
|
|
14
18
|
client: WAFRegionalClient = session.client("waf-regional")
|
|
15
19
|
```
|
|
16
|
-
|
|
17
|
-
Copyright 2025 Vlad Emelianov
|
|
18
20
|
"""
|
|
19
21
|
|
|
20
22
|
from .client import WAFRegionalClient
|
|
21
23
|
|
|
22
24
|
Client = WAFRegionalClient
|
|
23
25
|
|
|
24
|
-
|
|
25
26
|
__all__ = ("Client", "WAFRegionalClient")
|
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 WAFRegional 1.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 WAFRegional 1.37.0\n"
|
|
16
|
+
"Version: 1.37.0\n"
|
|
17
|
+
"Builder version: 8.9.2\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#wafregional\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.37.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|