mypy-boto3-waf-regional 1.36.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.

@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.36.0"
7
+ __version__ = "1.38.0"
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: mypy-boto3-waf-regional
3
- Version: 1.36.0
4
- Summary: Type annotations for boto3 WAFRegional 1.36.0 service generated with mypy-boto3-builder 8.8.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
58
 
58
59
  Type annotations for
59
- [boto3 WAFRegional 1.36.0](https://pypi.org/project/boto3/) compatible with
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.8.0](https://github.com/youtype/mypy_boto3_builder).
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
@@ -112,12 +113,12 @@ See how it helps you find and fix potential bugs:
112
113
  ### Generate locally (recommended)
113
114
 
114
115
  You can generate type annotations for `boto3` package locally with
115
- `mypy_boto3_builder`. Use
116
+ `mypy-boto3-builder`. Use
116
117
  [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
117
118
  isolation.
118
119
 
119
120
  1. Run mypy-boto3-builder in your package root directory:
120
- `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
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.
@@ -368,11 +369,14 @@ Full list of `WAFRegional` TypeDefs can be found in
368
369
  [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/type_defs/).
369
370
 
370
371
  ```python
372
+ # TypedDict usage example
371
373
  from mypy_boto3_waf_regional.type_defs import ExcludedRuleTypeDef
372
374
 
373
375
 
374
376
  def get_value() -> ExcludedRuleTypeDef:
375
- return {...}
377
+ return {
378
+ "RuleId": ...,
379
+ }
376
380
  ```
377
381
 
378
382
  <a id="how-it-works"></a>
@@ -426,7 +430,8 @@ Builder changelog can be found in
426
430
  ## Versioning
427
431
 
428
432
  `mypy-boto3-waf-regional` version is the same as related `boto3` version and
429
- follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
433
+ follows
434
+ [Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
430
435
 
431
436
  <a id="thank-you"></a>
432
437
 
@@ -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,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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=d374J-fak9ATKr9O5vDF7bUz90IpAc5Fg0jVxtyzeuQ,998
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=VhQSdbTCSwy0G2abzvkMyYjFLh8Fvf6I4pEqF4fr9fc,13354
7
- mypy_boto3_waf_regional/literals.pyi,sha256=kiIpaP5QdzKXH4iqqyCCAFXYgEThWqC3S9CAJlyMd6E,13352
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=XqBLww9Ajk9GRr5oc1Ak2757Fsir4zxoRCWswSKh8Ro,92
12
- mypy_boto3_waf_regional-1.36.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
13
- mypy_boto3_waf_regional-1.36.0.dist-info/METADATA,sha256=4ljibyGjTTXYREi1_b-o7VLNoZ2nFqdkQiSvlt2W5G4,14383
14
- mypy_boto3_waf_regional-1.36.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
15
- mypy_boto3_waf_regional-1.36.0.dist-info/top_level.txt,sha256=JjdM6Qw2d2OAcuHG7aTcw86B81MzN4HHktN5AMMi4Tg,24
16
- mypy_boto3_waf_regional-1.36.0.dist-info/RECORD,,