mypy-boto3-waf-regional 1.37.0__py3-none-any.whl → 1.38.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/__main__.py +4 -4
- mypy_boto3_waf_regional/literals.py +2 -0
- mypy_boto3_waf_regional/literals.pyi +2 -0
- mypy_boto3_waf_regional/version.py +1 -1
- {mypy_boto3_waf_regional-1.37.0.dist-info → mypy_boto3_waf_regional-1.38.0.dist-info}/METADATA +7 -6
- mypy_boto3_waf_regional-1.38.0.dist-info/RECORD +16 -0
- {mypy_boto3_waf_regional-1.37.0.dist-info → mypy_boto3_waf_regional-1.38.0.dist-info}/WHEEL +1 -1
- mypy_boto3_waf_regional-1.37.0.dist-info/RECORD +0 -16
- {mypy_boto3_waf_regional-1.37.0.dist-info → mypy_boto3_waf_regional-1.38.0.dist-info/licenses}/LICENSE +0 -0
- {mypy_boto3_waf_regional-1.37.0.dist-info → mypy_boto3_waf_regional-1.38.0.dist-info}/top_level.txt +0 -0
|
@@ -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.38.0\n"
|
|
16
|
+
"Version: 1.38.0\n"
|
|
17
|
+
"Builder version: 8.10.1\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.38.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -481,6 +481,7 @@ ServiceName = Literal[
|
|
|
481
481
|
"freetier",
|
|
482
482
|
"fsx",
|
|
483
483
|
"gamelift",
|
|
484
|
+
"gameliftstreams",
|
|
484
485
|
"geo-maps",
|
|
485
486
|
"geo-places",
|
|
486
487
|
"geo-routes",
|
|
@@ -506,6 +507,7 @@ ServiceName = Literal[
|
|
|
506
507
|
"iot",
|
|
507
508
|
"iot-data",
|
|
508
509
|
"iot-jobs-data",
|
|
510
|
+
"iot-managed-integrations",
|
|
509
511
|
"iotanalytics",
|
|
510
512
|
"iotdeviceadvisor",
|
|
511
513
|
"iotevents",
|
|
@@ -479,6 +479,7 @@ ServiceName = Literal[
|
|
|
479
479
|
"freetier",
|
|
480
480
|
"fsx",
|
|
481
481
|
"gamelift",
|
|
482
|
+
"gameliftstreams",
|
|
482
483
|
"geo-maps",
|
|
483
484
|
"geo-places",
|
|
484
485
|
"geo-routes",
|
|
@@ -504,6 +505,7 @@ ServiceName = Literal[
|
|
|
504
505
|
"iot",
|
|
505
506
|
"iot-data",
|
|
506
507
|
"iot-jobs-data",
|
|
508
|
+
"iot-managed-integrations",
|
|
507
509
|
"iotanalytics",
|
|
508
510
|
"iotdeviceadvisor",
|
|
509
511
|
"iotevents",
|
{mypy_boto3_waf_regional-1.37.0.dist-info → mypy_boto3_waf_regional-1.38.0.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-waf-regional
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 WAFRegional 1.
|
|
3
|
+
Version: 1.38.0
|
|
4
|
+
Summary: Type annotations for boto3 WAFRegional 1.38.0 service generated with mypy-boto3-builder 8.10.1
|
|
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
|
|
@@ -39,6 +39,7 @@ Dynamic: description-content-type
|
|
|
39
39
|
Dynamic: home-page
|
|
40
40
|
Dynamic: keywords
|
|
41
41
|
Dynamic: license
|
|
42
|
+
Dynamic: license-file
|
|
42
43
|
Dynamic: project-url
|
|
43
44
|
Dynamic: requires-dist
|
|
44
45
|
Dynamic: requires-python
|
|
@@ -56,7 +57,7 @@ Dynamic: summary
|
|
|
56
57
|

|
|
57
58
|
|
|
58
59
|
Type annotations for
|
|
59
|
-
[boto3 WAFRegional 1.
|
|
60
|
+
[boto3 WAFRegional 1.38.0](https://pypi.org/project/boto3/) compatible with
|
|
60
61
|
[VSCode](https://code.visualstudio.com/),
|
|
61
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +66,7 @@ Type annotations for
|
|
|
65
66
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
67
|
|
|
67
68
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
69
|
+
[mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
|
|
69
70
|
|
|
70
71
|
More information can be found on
|
|
71
72
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -117,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
117
118
|
isolation.
|
|
118
119
|
|
|
119
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
120
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.38.0' mypy-boto3-builder`
|
|
121
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
122
123
|
3. Add `WAFRegional` service.
|
|
123
124
|
4. Use provided commands to install generated packages.
|
|
@@ -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=7HMvsjw2KAcq5MGeRGwUp2hvFHY4dNr7X6O2mJT8eUo,999
|
|
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=JK-q59zhYe6fNpO5zpn8oeZIQcYc6IATK6hT7xhVGnc,13384
|
|
7
|
+
mypy_boto3_waf_regional/literals.pyi,sha256=ffFkC07HBfuC29VyrLF3EBlBYwfmtSxaQ6MHPOcQIRk,13382
|
|
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=chIm161Dw81Gs3vO6CH1PT2nlb-lCUhY_igz_jcxAO8,92
|
|
12
|
+
mypy_boto3_waf_regional-1.38.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
13
|
+
mypy_boto3_waf_regional-1.38.0.dist-info/METADATA,sha256=GJigqBVuis3s29XxCfnmM-qqAWzOdOUzqc2LIKIi5nA,14511
|
|
14
|
+
mypy_boto3_waf_regional-1.38.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
15
|
+
mypy_boto3_waf_regional-1.38.0.dist-info/top_level.txt,sha256=JjdM6Qw2d2OAcuHG7aTcw86B81MzN4HHktN5AMMi4Tg,24
|
|
16
|
+
mypy_boto3_waf_regional-1.38.0.dist-info/RECORD,,
|
|
@@ -1,16 +0,0 @@
|
|
|
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,,
|
|
File without changes
|
{mypy_boto3_waf_regional-1.37.0.dist-info → mypy_boto3_waf_regional-1.38.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|