mypy-boto3-waf-regional 1.40.0__tar.gz → 1.40.60__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.40.0 → mypy_boto3_waf_regional-1.40.60}/PKG-INFO +4 -4
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/README.md +2 -2
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/__main__.py +3 -3
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/literals.py +5 -13
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/literals.pyi +5 -13
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/version.py +1 -1
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional.egg-info/PKG-INFO +4 -4
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/setup.py +2 -2
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/LICENSE +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/__init__.py +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/__init__.pyi +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/client.py +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/client.pyi +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/py.typed +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/type_defs.py +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/type_defs.pyi +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional.egg-info/not-zip-safe +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional.egg-info/requires.txt +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional.egg-info/top_level.txt +0 -0
- {mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-waf-regional
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 WAFRegional 1.40.
|
|
3
|
+
Version: 1.40.60
|
|
4
|
+
Summary: Type annotations for boto3 WAFRegional 1.40.60 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.40.
|
|
60
|
+
[boto3 WAFRegional 1.40.60](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.40.
|
|
121
|
+
`uvx --with 'boto3==1.40.60' 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.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 WAFRegional 1.40.
|
|
13
|
+
[boto3 WAFRegional 1.40.60](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/),
|
|
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
71
71
|
isolation.
|
|
72
72
|
|
|
73
73
|
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
-
`uvx --with 'boto3==1.40.
|
|
74
|
+
`uvx --with 'boto3==1.40.60' 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.
|
|
@@ -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.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 WAFRegional 1.40.60\n"
|
|
16
|
+
"Version: 1.40.60\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.40.
|
|
29
|
+
sys.stdout.write("1.40.60\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -352,6 +352,7 @@ ServiceName = Literal[
|
|
|
352
352
|
"appstream",
|
|
353
353
|
"appsync",
|
|
354
354
|
"apptest",
|
|
355
|
+
"arc-region-switch",
|
|
355
356
|
"arc-zonal-shift",
|
|
356
357
|
"artifact",
|
|
357
358
|
"athena",
|
|
@@ -363,8 +364,10 @@ ServiceName = Literal[
|
|
|
363
364
|
"backup-gateway",
|
|
364
365
|
"backupsearch",
|
|
365
366
|
"batch",
|
|
367
|
+
"bcm-dashboards",
|
|
366
368
|
"bcm-data-exports",
|
|
367
369
|
"bcm-pricing-calculator",
|
|
370
|
+
"bcm-recommended-actions",
|
|
368
371
|
"bedrock",
|
|
369
372
|
"bedrock-agent",
|
|
370
373
|
"bedrock-agent-runtime",
|
|
@@ -606,8 +609,6 @@ ServiceName = Literal[
|
|
|
606
609
|
"omics",
|
|
607
610
|
"opensearch",
|
|
608
611
|
"opensearchserverless",
|
|
609
|
-
"opsworks",
|
|
610
|
-
"opsworkscm",
|
|
611
612
|
"organizations",
|
|
612
613
|
"osis",
|
|
613
614
|
"outposts",
|
|
@@ -658,6 +659,7 @@ ServiceName = Literal[
|
|
|
658
659
|
"route53domains",
|
|
659
660
|
"route53profiles",
|
|
660
661
|
"route53resolver",
|
|
662
|
+
"rtbfabric",
|
|
661
663
|
"rum",
|
|
662
664
|
"s3",
|
|
663
665
|
"s3control",
|
|
@@ -689,7 +691,6 @@ ServiceName = Literal[
|
|
|
689
691
|
"shield",
|
|
690
692
|
"signer",
|
|
691
693
|
"simspaceweaver",
|
|
692
|
-
"sms",
|
|
693
694
|
"snow-device-management",
|
|
694
695
|
"snowball",
|
|
695
696
|
"sns",
|
|
@@ -740,16 +741,7 @@ ServiceName = Literal[
|
|
|
740
741
|
"xray",
|
|
741
742
|
]
|
|
742
743
|
ResourceServiceName = Literal[
|
|
743
|
-
"cloudformation",
|
|
744
|
-
"cloudwatch",
|
|
745
|
-
"dynamodb",
|
|
746
|
-
"ec2",
|
|
747
|
-
"glacier",
|
|
748
|
-
"iam",
|
|
749
|
-
"opsworks",
|
|
750
|
-
"s3",
|
|
751
|
-
"sns",
|
|
752
|
-
"sqs",
|
|
744
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
753
745
|
]
|
|
754
746
|
RegionName = Literal[
|
|
755
747
|
"af-south-1",
|
|
@@ -350,6 +350,7 @@ ServiceName = Literal[
|
|
|
350
350
|
"appstream",
|
|
351
351
|
"appsync",
|
|
352
352
|
"apptest",
|
|
353
|
+
"arc-region-switch",
|
|
353
354
|
"arc-zonal-shift",
|
|
354
355
|
"artifact",
|
|
355
356
|
"athena",
|
|
@@ -361,8 +362,10 @@ ServiceName = Literal[
|
|
|
361
362
|
"backup-gateway",
|
|
362
363
|
"backupsearch",
|
|
363
364
|
"batch",
|
|
365
|
+
"bcm-dashboards",
|
|
364
366
|
"bcm-data-exports",
|
|
365
367
|
"bcm-pricing-calculator",
|
|
368
|
+
"bcm-recommended-actions",
|
|
366
369
|
"bedrock",
|
|
367
370
|
"bedrock-agent",
|
|
368
371
|
"bedrock-agent-runtime",
|
|
@@ -604,8 +607,6 @@ ServiceName = Literal[
|
|
|
604
607
|
"omics",
|
|
605
608
|
"opensearch",
|
|
606
609
|
"opensearchserverless",
|
|
607
|
-
"opsworks",
|
|
608
|
-
"opsworkscm",
|
|
609
610
|
"organizations",
|
|
610
611
|
"osis",
|
|
611
612
|
"outposts",
|
|
@@ -656,6 +657,7 @@ ServiceName = Literal[
|
|
|
656
657
|
"route53domains",
|
|
657
658
|
"route53profiles",
|
|
658
659
|
"route53resolver",
|
|
660
|
+
"rtbfabric",
|
|
659
661
|
"rum",
|
|
660
662
|
"s3",
|
|
661
663
|
"s3control",
|
|
@@ -687,7 +689,6 @@ ServiceName = Literal[
|
|
|
687
689
|
"shield",
|
|
688
690
|
"signer",
|
|
689
691
|
"simspaceweaver",
|
|
690
|
-
"sms",
|
|
691
692
|
"snow-device-management",
|
|
692
693
|
"snowball",
|
|
693
694
|
"sns",
|
|
@@ -738,16 +739,7 @@ ServiceName = Literal[
|
|
|
738
739
|
"xray",
|
|
739
740
|
]
|
|
740
741
|
ResourceServiceName = Literal[
|
|
741
|
-
"cloudformation",
|
|
742
|
-
"cloudwatch",
|
|
743
|
-
"dynamodb",
|
|
744
|
-
"ec2",
|
|
745
|
-
"glacier",
|
|
746
|
-
"iam",
|
|
747
|
-
"opsworks",
|
|
748
|
-
"s3",
|
|
749
|
-
"sns",
|
|
750
|
-
"sqs",
|
|
742
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
751
743
|
]
|
|
752
744
|
RegionName = Literal[
|
|
753
745
|
"af-south-1",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-waf-regional
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 WAFRegional 1.40.
|
|
3
|
+
Version: 1.40.60
|
|
4
|
+
Summary: Type annotations for boto3 WAFRegional 1.40.60 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.40.
|
|
60
|
+
[boto3 WAFRegional 1.40.60](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.40.
|
|
121
|
+
`uvx --with 'boto3==1.40.60' 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.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="mypy-boto3-waf-regional",
|
|
16
|
-
version="1.40.
|
|
16
|
+
version="1.40.60",
|
|
17
17
|
packages=["mypy_boto3_waf_regional"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 WAFRegional 1.40.
|
|
22
|
+
description="Type annotations for boto3 WAFRegional 1.40.60 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_waf_regional-1.40.0 → mypy_boto3_waf_regional-1.40.60}/mypy_boto3_waf_regional/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|