mypy-boto3-waf-regional 1.39.0__py3-none-any.whl → 1.40.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 +3 -3
- mypy_boto3_waf_regional/literals.py +4 -0
- mypy_boto3_waf_regional/literals.pyi +4 -0
- mypy_boto3_waf_regional/version.py +1 -1
- {mypy_boto3_waf_regional-1.39.0.dist-info → mypy_boto3_waf_regional-1.40.0.dist-info}/METADATA +4 -4
- {mypy_boto3_waf_regional-1.39.0.dist-info → mypy_boto3_waf_regional-1.40.0.dist-info}/RECORD +9 -9
- {mypy_boto3_waf_regional-1.39.0.dist-info → mypy_boto3_waf_regional-1.40.0.dist-info}/WHEEL +0 -0
- {mypy_boto3_waf_regional-1.39.0.dist-info → mypy_boto3_waf_regional-1.40.0.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_waf_regional-1.39.0.dist-info → mypy_boto3_waf_regional-1.40.0.dist-info}/top_level.txt +0 -0
|
@@ -12,8 +12,8 @@ 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.
|
|
15
|
+
"Type annotations for boto3 WAFRegional 1.40.0\n"
|
|
16
|
+
"Version: 1.40.0\n"
|
|
17
17
|
"Builder version: 8.11.0\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"
|
|
@@ -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.40.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -368,6 +368,8 @@ ServiceName = Literal[
|
|
|
368
368
|
"bedrock",
|
|
369
369
|
"bedrock-agent",
|
|
370
370
|
"bedrock-agent-runtime",
|
|
371
|
+
"bedrock-agentcore",
|
|
372
|
+
"bedrock-agentcore-control",
|
|
371
373
|
"bedrock-data-automation",
|
|
372
374
|
"bedrock-data-automation-runtime",
|
|
373
375
|
"bedrock-runtime",
|
|
@@ -600,6 +602,7 @@ ServiceName = Literal[
|
|
|
600
602
|
"notificationscontacts",
|
|
601
603
|
"oam",
|
|
602
604
|
"observabilityadmin",
|
|
605
|
+
"odb",
|
|
603
606
|
"omics",
|
|
604
607
|
"opensearch",
|
|
605
608
|
"opensearchserverless",
|
|
@@ -660,6 +663,7 @@ ServiceName = Literal[
|
|
|
660
663
|
"s3control",
|
|
661
664
|
"s3outposts",
|
|
662
665
|
"s3tables",
|
|
666
|
+
"s3vectors",
|
|
663
667
|
"sagemaker",
|
|
664
668
|
"sagemaker-a2i-runtime",
|
|
665
669
|
"sagemaker-edge",
|
|
@@ -366,6 +366,8 @@ ServiceName = Literal[
|
|
|
366
366
|
"bedrock",
|
|
367
367
|
"bedrock-agent",
|
|
368
368
|
"bedrock-agent-runtime",
|
|
369
|
+
"bedrock-agentcore",
|
|
370
|
+
"bedrock-agentcore-control",
|
|
369
371
|
"bedrock-data-automation",
|
|
370
372
|
"bedrock-data-automation-runtime",
|
|
371
373
|
"bedrock-runtime",
|
|
@@ -598,6 +600,7 @@ ServiceName = Literal[
|
|
|
598
600
|
"notificationscontacts",
|
|
599
601
|
"oam",
|
|
600
602
|
"observabilityadmin",
|
|
603
|
+
"odb",
|
|
601
604
|
"omics",
|
|
602
605
|
"opensearch",
|
|
603
606
|
"opensearchserverless",
|
|
@@ -658,6 +661,7 @@ ServiceName = Literal[
|
|
|
658
661
|
"s3control",
|
|
659
662
|
"s3outposts",
|
|
660
663
|
"s3tables",
|
|
664
|
+
"s3vectors",
|
|
661
665
|
"sagemaker",
|
|
662
666
|
"sagemaker-a2i-runtime",
|
|
663
667
|
"sagemaker-edge",
|
{mypy_boto3_waf_regional-1.39.0.dist-info → mypy_boto3_waf_regional-1.40.0.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
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.40.0
|
|
4
|
+
Summary: Type annotations for boto3 WAFRegional 1.40.0 service generated with mypy-boto3-builder 8.11.0
|
|
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
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 WAFRegional 1.
|
|
60
|
+
[boto3 WAFRegional 1.40.0](https://pypi.org/project/boto3/) compatible with
|
|
61
61
|
[VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.40.0' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `WAFRegional` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
{mypy_boto3_waf_regional-1.39.0.dist-info → mypy_boto3_waf_regional-1.40.0.dist-info}/RECORD
RENAMED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
mypy_boto3_waf_regional/__init__.py,sha256=acF5FoL4k9josXW_gyCNainKsxzfkZ6u3zljejP-RVo,526
|
|
2
2
|
mypy_boto3_waf_regional/__init__.pyi,sha256=spVHt9KGH0H-JadkI-b57br6N3HmASbzS7RXCDXkIHI,525
|
|
3
|
-
mypy_boto3_waf_regional/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_waf_regional/__main__.py,sha256=OvwNUQ-2t30yYLdOKH2f-xawsJzOvdmaMZh8cQY-fmc,999
|
|
4
4
|
mypy_boto3_waf_regional/client.py,sha256=MvJ-9lXMITlXIAtcU7wdNp3tTxwpx5SIRvK2bihsKDI,51160
|
|
5
5
|
mypy_boto3_waf_regional/client.pyi,sha256=xTwdG0feJLD0Odh8QV6R1R2-11PIX2AYmfbxTBvFpAY,51157
|
|
6
|
-
mypy_boto3_waf_regional/literals.py,sha256=
|
|
7
|
-
mypy_boto3_waf_regional/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_waf_regional/literals.py,sha256=_7EzYfhWCf68kyfHcCMXN5O7iZvUB7jLZXYoYQ3Cl-M,13539
|
|
7
|
+
mypy_boto3_waf_regional/literals.pyi,sha256=oRcudJs66XELGAZhHgR_LowGOwgiPy5HGRupG7Fbgb0,13537
|
|
8
8
|
mypy_boto3_waf_regional/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
mypy_boto3_waf_regional/type_defs.py,sha256=ifypgmZqxd-QvGfrA4hnG9F798weyt9uZlemVMd6cak,37340
|
|
10
10
|
mypy_boto3_waf_regional/type_defs.pyi,sha256=YPsF_p8l2BqVSBgxT_CqpscOMiQxitdIEMHo6K93Yhw,37121
|
|
11
|
-
mypy_boto3_waf_regional/version.py,sha256=
|
|
12
|
-
mypy_boto3_waf_regional-1.
|
|
13
|
-
mypy_boto3_waf_regional-1.
|
|
14
|
-
mypy_boto3_waf_regional-1.
|
|
15
|
-
mypy_boto3_waf_regional-1.
|
|
16
|
-
mypy_boto3_waf_regional-1.
|
|
11
|
+
mypy_boto3_waf_regional/version.py,sha256=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,92
|
|
12
|
+
mypy_boto3_waf_regional-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
13
|
+
mypy_boto3_waf_regional-1.40.0.dist-info/METADATA,sha256=LvB2eS1zayN9d7z4Jnw3VeFEMd6DtWxVnQgLdXim4pE,14511
|
|
14
|
+
mypy_boto3_waf_regional-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
mypy_boto3_waf_regional-1.40.0.dist-info/top_level.txt,sha256=JjdM6Qw2d2OAcuHG7aTcw86B81MzN4HHktN5AMMi4Tg,24
|
|
16
|
+
mypy_boto3_waf_regional-1.40.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_waf_regional-1.39.0.dist-info → mypy_boto3_waf_regional-1.40.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|