mypy-boto3-waf-regional 1.28.16__py3-none-any.whl → 1.29.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.

@@ -1,4 +1,5 @@
1
1
  """
2
2
  Source of truth for version.
3
3
  """
4
- __version__ = "1.28.16"
4
+
5
+ __version__ = "1.29.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-waf-regional
3
- Version: 1.28.16
4
- Summary: Type annotations for boto3.WAFRegional 1.28.16 service generated with mypy-boto3-builder 7.17.1
3
+ Version: 1.29.0
4
+ Summary: Type annotations for boto3.WAFRegional 1.29.0 service generated with mypy-boto3-builder 7.20.3
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
@@ -23,13 +23,14 @@ Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
26
27
  Classifier: Programming Language :: Python :: 3 :: Only
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Typing :: Typed
29
30
  Requires-Python: >=3.7
30
31
  Description-Content-Type: text/markdown
31
32
  License-File: LICENSE
32
- Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.9"
33
+ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
33
34
 
34
35
  <a id="mypy-boto3-waf-regional"></a>
35
36
 
@@ -43,7 +44,7 @@ Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.9"
43
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
45
 
45
46
  Type annotations for
46
- [boto3.WAFRegional 1.28.16](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional)
47
+ [boto3.WAFRegional 1.29.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional)
47
48
  service compatible with [VSCode](https://code.visualstudio.com/),
48
49
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
50
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -52,7 +53,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
53
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
54
 
54
55
  Generated by
55
- [mypy-boto3-builder 7.17.1](https://github.com/youtype/mypy_boto3_builder).
56
+ [mypy-boto3-builder 7.20.3](https://github.com/youtype/mypy_boto3_builder).
56
57
 
57
58
  More information can be found on
58
59
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -279,32 +280,14 @@ client: WAFRegionalClient = Session().client("waf-regional")
279
280
  `mypy_boto3_waf_regional.literals` module contains literals extracted from
280
281
  shapes that can be used in user code for type checking.
281
282
 
283
+ Full list of `WAFRegional` Literals can be found in
284
+ [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/literals/).
285
+
282
286
  ```python
283
- from mypy_boto3_waf_regional.literals import (
284
- ChangeActionType,
285
- ChangeTokenStatusType,
286
- ComparisonOperatorType,
287
- GeoMatchConstraintTypeType,
288
- GeoMatchConstraintValueType,
289
- IPSetDescriptorTypeType,
290
- MatchFieldTypeType,
291
- PositionalConstraintType,
292
- PredicateTypeType,
293
- RateKeyType,
294
- ResourceTypeType,
295
- TextTransformationType,
296
- WafActionTypeType,
297
- WafOverrideActionTypeType,
298
- WafRuleTypeType,
299
- WAFRegionalServiceName,
300
- ServiceName,
301
- ResourceServiceName,
302
- RegionName,
303
- )
304
-
305
-
306
- def check_value(value: ChangeActionType) -> bool:
307
- ...
287
+ from mypy_boto3_waf_regional.literals import ChangeActionType
288
+
289
+
290
+ def check_value(value: ChangeActionType) -> bool: ...
308
291
  ```
309
292
 
310
293
  <a id="type-definitions"></a>
@@ -314,227 +297,11 @@ def check_value(value: ChangeActionType) -> bool:
314
297
  `mypy_boto3_waf_regional.type_defs` module contains structures and shapes
315
298
  assembled to typed dictionaries and unions for additional type checking.
316
299
 
300
+ Full list of `WAFRegional` TypeDefs can be found in
301
+ [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/type_defs/).
302
+
317
303
  ```python
318
- from mypy_boto3_waf_regional.type_defs import (
319
- ExcludedRuleTypeDef,
320
- WafActionTypeDef,
321
- WafOverrideActionTypeDef,
322
- AssociateWebACLRequestRequestTypeDef,
323
- BlobTypeDef,
324
- ByteMatchSetSummaryTypeDef,
325
- FieldToMatchTypeDef,
326
- CreateByteMatchSetRequestRequestTypeDef,
327
- ResponseMetadataTypeDef,
328
- CreateGeoMatchSetRequestRequestTypeDef,
329
- CreateIPSetRequestRequestTypeDef,
330
- TagTypeDef,
331
- CreateRegexMatchSetRequestRequestTypeDef,
332
- CreateRegexPatternSetRequestRequestTypeDef,
333
- RegexPatternSetTypeDef,
334
- RuleGroupTypeDef,
335
- CreateSizeConstraintSetRequestRequestTypeDef,
336
- CreateSqlInjectionMatchSetRequestRequestTypeDef,
337
- CreateWebACLMigrationStackRequestRequestTypeDef,
338
- CreateXssMatchSetRequestRequestTypeDef,
339
- DeleteByteMatchSetRequestRequestTypeDef,
340
- DeleteGeoMatchSetRequestRequestTypeDef,
341
- DeleteIPSetRequestRequestTypeDef,
342
- DeleteLoggingConfigurationRequestRequestTypeDef,
343
- DeletePermissionPolicyRequestRequestTypeDef,
344
- DeleteRateBasedRuleRequestRequestTypeDef,
345
- DeleteRegexMatchSetRequestRequestTypeDef,
346
- DeleteRegexPatternSetRequestRequestTypeDef,
347
- DeleteRuleGroupRequestRequestTypeDef,
348
- DeleteRuleRequestRequestTypeDef,
349
- DeleteSizeConstraintSetRequestRequestTypeDef,
350
- DeleteSqlInjectionMatchSetRequestRequestTypeDef,
351
- DeleteWebACLRequestRequestTypeDef,
352
- DeleteXssMatchSetRequestRequestTypeDef,
353
- DisassociateWebACLRequestRequestTypeDef,
354
- GeoMatchConstraintTypeDef,
355
- GeoMatchSetSummaryTypeDef,
356
- GetByteMatchSetRequestRequestTypeDef,
357
- GetChangeTokenStatusRequestRequestTypeDef,
358
- GetGeoMatchSetRequestRequestTypeDef,
359
- GetIPSetRequestRequestTypeDef,
360
- GetLoggingConfigurationRequestRequestTypeDef,
361
- GetPermissionPolicyRequestRequestTypeDef,
362
- GetRateBasedRuleManagedKeysRequestRequestTypeDef,
363
- GetRateBasedRuleRequestRequestTypeDef,
364
- GetRegexMatchSetRequestRequestTypeDef,
365
- GetRegexPatternSetRequestRequestTypeDef,
366
- GetRuleGroupRequestRequestTypeDef,
367
- GetRuleRequestRequestTypeDef,
368
- TimeWindowOutputTypeDef,
369
- GetSizeConstraintSetRequestRequestTypeDef,
370
- GetSqlInjectionMatchSetRequestRequestTypeDef,
371
- GetWebACLForResourceRequestRequestTypeDef,
372
- WebACLSummaryTypeDef,
373
- GetWebACLRequestRequestTypeDef,
374
- GetXssMatchSetRequestRequestTypeDef,
375
- HTTPHeaderTypeDef,
376
- IPSetDescriptorTypeDef,
377
- IPSetSummaryTypeDef,
378
- ListActivatedRulesInRuleGroupRequestRequestTypeDef,
379
- ListByteMatchSetsRequestRequestTypeDef,
380
- ListGeoMatchSetsRequestRequestTypeDef,
381
- ListIPSetsRequestRequestTypeDef,
382
- ListLoggingConfigurationsRequestRequestTypeDef,
383
- ListRateBasedRulesRequestRequestTypeDef,
384
- RuleSummaryTypeDef,
385
- ListRegexMatchSetsRequestRequestTypeDef,
386
- RegexMatchSetSummaryTypeDef,
387
- ListRegexPatternSetsRequestRequestTypeDef,
388
- RegexPatternSetSummaryTypeDef,
389
- ListResourcesForWebACLRequestRequestTypeDef,
390
- ListRuleGroupsRequestRequestTypeDef,
391
- RuleGroupSummaryTypeDef,
392
- ListRulesRequestRequestTypeDef,
393
- ListSizeConstraintSetsRequestRequestTypeDef,
394
- SizeConstraintSetSummaryTypeDef,
395
- ListSqlInjectionMatchSetsRequestRequestTypeDef,
396
- SqlInjectionMatchSetSummaryTypeDef,
397
- ListSubscribedRuleGroupsRequestRequestTypeDef,
398
- SubscribedRuleGroupSummaryTypeDef,
399
- ListTagsForResourceRequestRequestTypeDef,
400
- ListWebACLsRequestRequestTypeDef,
401
- ListXssMatchSetsRequestRequestTypeDef,
402
- XssMatchSetSummaryTypeDef,
403
- PredicateTypeDef,
404
- PutPermissionPolicyRequestRequestTypeDef,
405
- RegexPatternSetUpdateTypeDef,
406
- TimestampTypeDef,
407
- UntagResourceRequestRequestTypeDef,
408
- ActivatedRuleOutputTypeDef,
409
- ActivatedRuleTypeDef,
410
- ByteMatchTupleOutputTypeDef,
411
- ByteMatchTupleTypeDef,
412
- LoggingConfigurationOutputTypeDef,
413
- LoggingConfigurationTypeDef,
414
- RegexMatchTupleTypeDef,
415
- SizeConstraintTypeDef,
416
- SqlInjectionMatchTupleTypeDef,
417
- XssMatchTupleTypeDef,
418
- CreateWebACLMigrationStackResponseTypeDef,
419
- DeleteByteMatchSetResponseTypeDef,
420
- DeleteGeoMatchSetResponseTypeDef,
421
- DeleteIPSetResponseTypeDef,
422
- DeleteRateBasedRuleResponseTypeDef,
423
- DeleteRegexMatchSetResponseTypeDef,
424
- DeleteRegexPatternSetResponseTypeDef,
425
- DeleteRuleGroupResponseTypeDef,
426
- DeleteRuleResponseTypeDef,
427
- DeleteSizeConstraintSetResponseTypeDef,
428
- DeleteSqlInjectionMatchSetResponseTypeDef,
429
- DeleteWebACLResponseTypeDef,
430
- DeleteXssMatchSetResponseTypeDef,
431
- GetChangeTokenResponseTypeDef,
432
- GetChangeTokenStatusResponseTypeDef,
433
- GetPermissionPolicyResponseTypeDef,
434
- GetRateBasedRuleManagedKeysResponseTypeDef,
435
- ListByteMatchSetsResponseTypeDef,
436
- ListResourcesForWebACLResponseTypeDef,
437
- UpdateByteMatchSetResponseTypeDef,
438
- UpdateGeoMatchSetResponseTypeDef,
439
- UpdateIPSetResponseTypeDef,
440
- UpdateRateBasedRuleResponseTypeDef,
441
- UpdateRegexMatchSetResponseTypeDef,
442
- UpdateRegexPatternSetResponseTypeDef,
443
- UpdateRuleGroupResponseTypeDef,
444
- UpdateRuleResponseTypeDef,
445
- UpdateSizeConstraintSetResponseTypeDef,
446
- UpdateSqlInjectionMatchSetResponseTypeDef,
447
- UpdateWebACLResponseTypeDef,
448
- UpdateXssMatchSetResponseTypeDef,
449
- CreateRateBasedRuleRequestRequestTypeDef,
450
- CreateRuleGroupRequestRequestTypeDef,
451
- CreateRuleRequestRequestTypeDef,
452
- CreateWebACLRequestRequestTypeDef,
453
- TagInfoForResourceTypeDef,
454
- TagResourceRequestRequestTypeDef,
455
- CreateRegexPatternSetResponseTypeDef,
456
- GetRegexPatternSetResponseTypeDef,
457
- CreateRuleGroupResponseTypeDef,
458
- GetRuleGroupResponseTypeDef,
459
- GeoMatchSetTypeDef,
460
- GeoMatchSetUpdateTypeDef,
461
- ListGeoMatchSetsResponseTypeDef,
462
- GetWebACLForResourceResponseTypeDef,
463
- ListWebACLsResponseTypeDef,
464
- HTTPRequestTypeDef,
465
- IPSetTypeDef,
466
- IPSetUpdateTypeDef,
467
- ListIPSetsResponseTypeDef,
468
- ListRateBasedRulesResponseTypeDef,
469
- ListRulesResponseTypeDef,
470
- ListRegexMatchSetsResponseTypeDef,
471
- ListRegexPatternSetsResponseTypeDef,
472
- ListRuleGroupsResponseTypeDef,
473
- ListSizeConstraintSetsResponseTypeDef,
474
- ListSqlInjectionMatchSetsResponseTypeDef,
475
- ListSubscribedRuleGroupsResponseTypeDef,
476
- ListXssMatchSetsResponseTypeDef,
477
- RateBasedRuleTypeDef,
478
- RuleTypeDef,
479
- RuleUpdateTypeDef,
480
- UpdateRegexPatternSetRequestRequestTypeDef,
481
- TimeWindowTypeDef,
482
- ListActivatedRulesInRuleGroupResponseTypeDef,
483
- WebACLTypeDef,
484
- RuleGroupUpdateTypeDef,
485
- WebACLUpdateTypeDef,
486
- ByteMatchSetTypeDef,
487
- ByteMatchSetUpdateTypeDef,
488
- GetLoggingConfigurationResponseTypeDef,
489
- ListLoggingConfigurationsResponseTypeDef,
490
- PutLoggingConfigurationResponseTypeDef,
491
- LoggingConfigurationUnionTypeDef,
492
- PutLoggingConfigurationRequestRequestTypeDef,
493
- RegexMatchSetTypeDef,
494
- RegexMatchSetUpdateTypeDef,
495
- SizeConstraintSetTypeDef,
496
- SizeConstraintSetUpdateTypeDef,
497
- SqlInjectionMatchSetTypeDef,
498
- SqlInjectionMatchSetUpdateTypeDef,
499
- XssMatchSetTypeDef,
500
- XssMatchSetUpdateTypeDef,
501
- ListTagsForResourceResponseTypeDef,
502
- CreateGeoMatchSetResponseTypeDef,
503
- GetGeoMatchSetResponseTypeDef,
504
- UpdateGeoMatchSetRequestRequestTypeDef,
505
- SampledHTTPRequestTypeDef,
506
- CreateIPSetResponseTypeDef,
507
- GetIPSetResponseTypeDef,
508
- UpdateIPSetRequestRequestTypeDef,
509
- CreateRateBasedRuleResponseTypeDef,
510
- GetRateBasedRuleResponseTypeDef,
511
- CreateRuleResponseTypeDef,
512
- GetRuleResponseTypeDef,
513
- UpdateRateBasedRuleRequestRequestTypeDef,
514
- UpdateRuleRequestRequestTypeDef,
515
- GetSampledRequestsRequestRequestTypeDef,
516
- TimeWindowUnionTypeDef,
517
- CreateWebACLResponseTypeDef,
518
- GetWebACLResponseTypeDef,
519
- UpdateRuleGroupRequestRequestTypeDef,
520
- UpdateWebACLRequestRequestTypeDef,
521
- CreateByteMatchSetResponseTypeDef,
522
- GetByteMatchSetResponseTypeDef,
523
- UpdateByteMatchSetRequestRequestTypeDef,
524
- CreateRegexMatchSetResponseTypeDef,
525
- GetRegexMatchSetResponseTypeDef,
526
- UpdateRegexMatchSetRequestRequestTypeDef,
527
- CreateSizeConstraintSetResponseTypeDef,
528
- GetSizeConstraintSetResponseTypeDef,
529
- UpdateSizeConstraintSetRequestRequestTypeDef,
530
- CreateSqlInjectionMatchSetResponseTypeDef,
531
- GetSqlInjectionMatchSetResponseTypeDef,
532
- UpdateSqlInjectionMatchSetRequestRequestTypeDef,
533
- CreateXssMatchSetResponseTypeDef,
534
- GetXssMatchSetResponseTypeDef,
535
- UpdateXssMatchSetRequestRequestTypeDef,
536
- GetSampledRequestsResponseTypeDef,
537
- )
304
+ from mypy_boto3_waf_regional.type_defs import ExcludedRuleTypeDef
538
305
 
539
306
 
540
307
  def get_value() -> ExcludedRuleTypeDef:
@@ -0,0 +1,16 @@
1
+ mypy_boto3_waf_regional/__init__.py,sha256=_BshqRa98MYVF9hOnKqGzPRh8D_zJah4ZYo5-5tN2VE,409
2
+ mypy_boto3_waf_regional/__init__.pyi,sha256=t4q47ur09JlRlBSrBJLg-QIJhIWKxTQk4aSt9__GAbQ,408
3
+ mypy_boto3_waf_regional/__main__.py,sha256=4-45OClLjEz5i8S3V8t2HCtPL_dHJsK18eY2DUseoXM,923
4
+ mypy_boto3_waf_regional/client.py,sha256=sg7QddztyBvlJ5TpDov3_gbQfqdP-qKSWls_Y2N6aSE,46214
5
+ mypy_boto3_waf_regional/client.pyi,sha256=StmOfNCCFnlAH6Mya9N_F7JevEdPHKYTmX3DKw4BveE,46210
6
+ mypy_boto3_waf_regional/literals.py,sha256=Atpl2KsDybFYxogucZjP7Hf85qw4Td25nmDO17Z-bmM,12320
7
+ mypy_boto3_waf_regional/literals.pyi,sha256=MpzJzZ2mSd2PYWJCyh9EWwjoqEVkyUgJYFYBJSOLBBI,12318
8
+ mypy_boto3_waf_regional/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ mypy_boto3_waf_regional/type_defs.py,sha256=MX21t-TwxC23ObDm1YyK-GQurCdJ9NRg_UNi5Hj6YBI,49906
10
+ mypy_boto3_waf_regional/type_defs.pyi,sha256=0EzwoMShzdDqNHH_6PKSUtc9SlNIa9UpTHho2gb77tg,49905
11
+ mypy_boto3_waf_regional/version.py,sha256=mNcCytW-69sJJzx3XNhhsfbD50BPuV9MHF1qR-EBBZ0,61
12
+ mypy_boto3_waf_regional-1.29.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
13
+ mypy_boto3_waf_regional-1.29.0.dist-info/METADATA,sha256=6IYFuOUxY5xDjivBfYTz8EcxsUoUMnL2muTiQKjbCXc,12351
14
+ mypy_boto3_waf_regional-1.29.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
15
+ mypy_boto3_waf_regional-1.29.0.dist-info/top_level.txt,sha256=JjdM6Qw2d2OAcuHG7aTcw86B81MzN4HHktN5AMMi4Tg,24
16
+ mypy_boto3_waf_regional-1.29.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.0)
2
+ Generator: bdist_wheel (0.41.3)
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=Ja9Krpcg8jsMeH0l_iOL7CsPE7KfgNXPYVKrSpyjpq0,408
2
- mypy_boto3_waf_regional/__init__.pyi,sha256=pzDX5CXnfHvINWktHr3x9chgh_ZU6syZKzpaKYrRDqs,407
3
- mypy_boto3_waf_regional/__main__.py,sha256=w9n-yLSkif_D4_Eg0D7UoUpJE5wc6Z7_QXcfeb_Rr08,925
4
- mypy_boto3_waf_regional/client.py,sha256=I7Ua4fouJK0geU3exyV69zsdlIMZw5HutuQurVbn-Lc,46228
5
- mypy_boto3_waf_regional/client.pyi,sha256=ttYDEoollvA9ee_PZ1oRHz0TIA9jj54z7u_x2mXzH3Y,46140
6
- mypy_boto3_waf_regional/literals.py,sha256=KssnOzPrA0Wi2Its8G6Pzq_uBwbJNAPh0Si74vEsN_U,12198
7
- mypy_boto3_waf_regional/literals.pyi,sha256=eH83wZZeRhFcCrs9zLokmA4_7yePH4UHV2i1REFsBHE,12196
8
- mypy_boto3_waf_regional/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- mypy_boto3_waf_regional/type_defs.py,sha256=It-p3mXEi23SCQ1R4GD7UkM1cqMDERozdLJ-RdGasXA,57513
10
- mypy_boto3_waf_regional/type_defs.pyi,sha256=RN2TFm2Ib2ViHb1S2rNsGcrQVwl0rBKKzDced4mIvWU,57462
11
- mypy_boto3_waf_regional/version.py,sha256=U4Nyk6u0IVhAYJrhlcsuZD7DSN47rKXZPJeLZmksuE0,61
12
- mypy_boto3_waf_regional-1.28.16.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
13
- mypy_boto3_waf_regional-1.28.16.dist-info/METADATA,sha256=UiW8HaXbZe3chTa5FlRTvenCmCPv7s0byFe83M9PjbM,20708
14
- mypy_boto3_waf_regional-1.28.16.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
15
- mypy_boto3_waf_regional-1.28.16.dist-info/top_level.txt,sha256=JjdM6Qw2d2OAcuHG7aTcw86B81MzN4HHktN5AMMi4Tg,24
16
- mypy_boto3_waf_regional-1.28.16.dist-info/RECORD,,