mypy-boto3-waf-regional 1.28.15.post1__py3-none-any.whl → 1.28.36__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,4 @@
1
1
  """
2
2
  Source of truth for version.
3
3
  """
4
- __version__ = "1.28.15.post1"
4
+ __version__ = "1.28.36"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-waf-regional
3
- Version: 1.28.15.post1
4
- Summary: Type annotations for boto3.WAFRegional 1.28.15 service generated with mypy-boto3-builder 7.16.2
3
+ Version: 1.28.36
4
+ Summary: Type annotations for boto3.WAFRegional 1.28.36 service generated with mypy-boto3-builder 7.18.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
@@ -9,7 +9,7 @@ License: MIT License
9
9
  Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/
10
10
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
11
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 waf-regional type-annotations boto3-stubs mypy typeshed autocomplete
12
+ Keywords: boto3 waf-regional type-annotations botocore mypy typeshed autocomplete
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
@@ -29,7 +29,7 @@ Classifier: Typing :: Typed
29
29
  Requires-Python: >=3.7
30
30
  Description-Content-Type: text/markdown
31
31
  License-File: LICENSE
32
- Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.9"
32
+ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
33
33
 
34
34
  <a id="mypy-boto3-waf-regional"></a>
35
35
 
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.9"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.WAFRegional 1.28.15](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional)
46
+ [boto3.WAFRegional 1.28.36](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional)
47
47
  service compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 7.16.2](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.18.0](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -78,7 +78,7 @@ See how it helps to find and fix potential bugs:
78
78
  - [Explicit type annotations](#explicit-type-annotations)
79
79
  - [Client annotations](#client-annotations)
80
80
  - [Literals](#literals)
81
- - [Typed dictionaries](#typed-dictionaries)
81
+ - [Type definitions](#type-definitions)
82
82
  - [How it works](#how-it-works)
83
83
  - [What's new](#what's-new)
84
84
  - [Implemented features](#implemented-features)
@@ -279,261 +279,32 @@ client: WAFRegionalClient = Session().client("waf-regional")
279
279
  `mypy_boto3_waf_regional.literals` module contains literals extracted from
280
280
  shapes that can be used in user code for type checking.
281
281
 
282
+ Full list of `WAFRegional` Literals can be found in
283
+ [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/literals/).
284
+
282
285
  ```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
- )
286
+ from mypy_boto3_waf_regional.literals import ChangeActionType
304
287
 
305
288
 
306
289
  def check_value(value: ChangeActionType) -> bool:
307
290
  ...
308
291
  ```
309
292
 
310
- <a id="typed-dictionaries"></a>
293
+ <a id="type-definitions"></a>
311
294
 
312
- ### Typed dictionaries
295
+ ### Type definitions
313
296
 
314
297
  `mypy_boto3_waf_regional.type_defs` module contains structures and shapes
315
- assembled to typed dictionaries for additional type checking.
298
+ assembled to typed dictionaries and unions for additional type checking.
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/).
316
302
 
317
303
  ```python
318
- from mypy_boto3_waf_regional.type_defs import (
319
- ExcludedRuleTypeDef,
320
- WafActionTypeDef,
321
- WafOverrideActionTypeDef,
322
- AssociateWebACLRequestRequestTypeDef,
323
- ByteMatchSetSummaryTypeDef,
324
- FieldToMatchTypeDef,
325
- CreateByteMatchSetRequestRequestTypeDef,
326
- ResponseMetadataTypeDef,
327
- CreateGeoMatchSetRequestRequestTypeDef,
328
- CreateIPSetRequestRequestTypeDef,
329
- TagTypeDef,
330
- CreateRegexMatchSetRequestRequestTypeDef,
331
- CreateRegexPatternSetRequestRequestTypeDef,
332
- RegexPatternSetTypeDef,
333
- RuleGroupTypeDef,
334
- CreateSizeConstraintSetRequestRequestTypeDef,
335
- CreateSqlInjectionMatchSetRequestRequestTypeDef,
336
- CreateWebACLMigrationStackRequestRequestTypeDef,
337
- CreateXssMatchSetRequestRequestTypeDef,
338
- DeleteByteMatchSetRequestRequestTypeDef,
339
- DeleteGeoMatchSetRequestRequestTypeDef,
340
- DeleteIPSetRequestRequestTypeDef,
341
- DeleteLoggingConfigurationRequestRequestTypeDef,
342
- DeletePermissionPolicyRequestRequestTypeDef,
343
- DeleteRateBasedRuleRequestRequestTypeDef,
344
- DeleteRegexMatchSetRequestRequestTypeDef,
345
- DeleteRegexPatternSetRequestRequestTypeDef,
346
- DeleteRuleGroupRequestRequestTypeDef,
347
- DeleteRuleRequestRequestTypeDef,
348
- DeleteSizeConstraintSetRequestRequestTypeDef,
349
- DeleteSqlInjectionMatchSetRequestRequestTypeDef,
350
- DeleteWebACLRequestRequestTypeDef,
351
- DeleteXssMatchSetRequestRequestTypeDef,
352
- DisassociateWebACLRequestRequestTypeDef,
353
- GeoMatchConstraintTypeDef,
354
- GeoMatchSetSummaryTypeDef,
355
- GetByteMatchSetRequestRequestTypeDef,
356
- GetChangeTokenStatusRequestRequestTypeDef,
357
- GetGeoMatchSetRequestRequestTypeDef,
358
- GetIPSetRequestRequestTypeDef,
359
- GetLoggingConfigurationRequestRequestTypeDef,
360
- GetPermissionPolicyRequestRequestTypeDef,
361
- GetRateBasedRuleManagedKeysRequestRequestTypeDef,
362
- GetRateBasedRuleRequestRequestTypeDef,
363
- GetRegexMatchSetRequestRequestTypeDef,
364
- GetRegexPatternSetRequestRequestTypeDef,
365
- GetRuleGroupRequestRequestTypeDef,
366
- GetRuleRequestRequestTypeDef,
367
- TimeWindowTypeDef,
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
- UntagResourceRequestRequestTypeDef,
407
- ActivatedRuleOutputTypeDef,
408
- ActivatedRuleTypeDef,
409
- ByteMatchTupleOutputTypeDef,
410
- ByteMatchTupleTypeDef,
411
- LoggingConfigurationOutputTypeDef,
412
- LoggingConfigurationTypeDef,
413
- RegexMatchTupleTypeDef,
414
- SizeConstraintTypeDef,
415
- SqlInjectionMatchTupleTypeDef,
416
- XssMatchTupleTypeDef,
417
- CreateWebACLMigrationStackResponseTypeDef,
418
- DeleteByteMatchSetResponseTypeDef,
419
- DeleteGeoMatchSetResponseTypeDef,
420
- DeleteIPSetResponseTypeDef,
421
- DeleteRateBasedRuleResponseTypeDef,
422
- DeleteRegexMatchSetResponseTypeDef,
423
- DeleteRegexPatternSetResponseTypeDef,
424
- DeleteRuleGroupResponseTypeDef,
425
- DeleteRuleResponseTypeDef,
426
- DeleteSizeConstraintSetResponseTypeDef,
427
- DeleteSqlInjectionMatchSetResponseTypeDef,
428
- DeleteWebACLResponseTypeDef,
429
- DeleteXssMatchSetResponseTypeDef,
430
- GetChangeTokenResponseTypeDef,
431
- GetChangeTokenStatusResponseTypeDef,
432
- GetPermissionPolicyResponseTypeDef,
433
- GetRateBasedRuleManagedKeysResponseTypeDef,
434
- ListByteMatchSetsResponseTypeDef,
435
- ListResourcesForWebACLResponseTypeDef,
436
- UpdateByteMatchSetResponseTypeDef,
437
- UpdateGeoMatchSetResponseTypeDef,
438
- UpdateIPSetResponseTypeDef,
439
- UpdateRateBasedRuleResponseTypeDef,
440
- UpdateRegexMatchSetResponseTypeDef,
441
- UpdateRegexPatternSetResponseTypeDef,
442
- UpdateRuleGroupResponseTypeDef,
443
- UpdateRuleResponseTypeDef,
444
- UpdateSizeConstraintSetResponseTypeDef,
445
- UpdateSqlInjectionMatchSetResponseTypeDef,
446
- UpdateWebACLResponseTypeDef,
447
- UpdateXssMatchSetResponseTypeDef,
448
- CreateRateBasedRuleRequestRequestTypeDef,
449
- CreateRuleGroupRequestRequestTypeDef,
450
- CreateRuleRequestRequestTypeDef,
451
- CreateWebACLRequestRequestTypeDef,
452
- TagInfoForResourceTypeDef,
453
- TagResourceRequestRequestTypeDef,
454
- CreateRegexPatternSetResponseTypeDef,
455
- GetRegexPatternSetResponseTypeDef,
456
- CreateRuleGroupResponseTypeDef,
457
- GetRuleGroupResponseTypeDef,
458
- GeoMatchSetTypeDef,
459
- GeoMatchSetUpdateTypeDef,
460
- ListGeoMatchSetsResponseTypeDef,
461
- GetSampledRequestsRequestRequestTypeDef,
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
- ListActivatedRulesInRuleGroupResponseTypeDef,
482
- WebACLTypeDef,
483
- RuleGroupUpdateTypeDef,
484
- WebACLUpdateTypeDef,
485
- ByteMatchSetTypeDef,
486
- ByteMatchSetUpdateTypeDef,
487
- GetLoggingConfigurationResponseTypeDef,
488
- ListLoggingConfigurationsResponseTypeDef,
489
- PutLoggingConfigurationResponseTypeDef,
490
- PutLoggingConfigurationRequestRequestTypeDef,
491
- RegexMatchSetTypeDef,
492
- RegexMatchSetUpdateTypeDef,
493
- SizeConstraintSetTypeDef,
494
- SizeConstraintSetUpdateTypeDef,
495
- SqlInjectionMatchSetTypeDef,
496
- SqlInjectionMatchSetUpdateTypeDef,
497
- XssMatchSetTypeDef,
498
- XssMatchSetUpdateTypeDef,
499
- ListTagsForResourceResponseTypeDef,
500
- CreateGeoMatchSetResponseTypeDef,
501
- GetGeoMatchSetResponseTypeDef,
502
- UpdateGeoMatchSetRequestRequestTypeDef,
503
- SampledHTTPRequestTypeDef,
504
- CreateIPSetResponseTypeDef,
505
- GetIPSetResponseTypeDef,
506
- UpdateIPSetRequestRequestTypeDef,
507
- CreateRateBasedRuleResponseTypeDef,
508
- GetRateBasedRuleResponseTypeDef,
509
- CreateRuleResponseTypeDef,
510
- GetRuleResponseTypeDef,
511
- UpdateRateBasedRuleRequestRequestTypeDef,
512
- UpdateRuleRequestRequestTypeDef,
513
- CreateWebACLResponseTypeDef,
514
- GetWebACLResponseTypeDef,
515
- UpdateRuleGroupRequestRequestTypeDef,
516
- UpdateWebACLRequestRequestTypeDef,
517
- CreateByteMatchSetResponseTypeDef,
518
- GetByteMatchSetResponseTypeDef,
519
- UpdateByteMatchSetRequestRequestTypeDef,
520
- CreateRegexMatchSetResponseTypeDef,
521
- GetRegexMatchSetResponseTypeDef,
522
- UpdateRegexMatchSetRequestRequestTypeDef,
523
- CreateSizeConstraintSetResponseTypeDef,
524
- GetSizeConstraintSetResponseTypeDef,
525
- UpdateSizeConstraintSetRequestRequestTypeDef,
526
- CreateSqlInjectionMatchSetResponseTypeDef,
527
- GetSqlInjectionMatchSetResponseTypeDef,
528
- UpdateSqlInjectionMatchSetRequestRequestTypeDef,
529
- CreateXssMatchSetResponseTypeDef,
530
- GetXssMatchSetResponseTypeDef,
531
- UpdateXssMatchSetRequestRequestTypeDef,
532
- GetSampledRequestsResponseTypeDef,
533
- )
534
-
535
-
536
- def get_structure() -> ExcludedRuleTypeDef:
304
+ from mypy_boto3_waf_regional.type_defs import ExcludedRuleTypeDef
305
+
306
+
307
+ def get_value() -> ExcludedRuleTypeDef:
537
308
  return {...}
538
309
  ```
539
310
 
@@ -0,0 +1,16 @@
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=OhSOqw9PAwpTo24SwYSdNVS8RALWTFDLUaVgZhAvxvk,925
4
+ mypy_boto3_waf_regional/client.py,sha256=odJ4XSFue8yTCZ618-cqHk4beQ9KmUccHtrl3fcuPXY,46209
5
+ mypy_boto3_waf_regional/client.pyi,sha256=rBUO6OPOiCWCIpOSJWICXrodwF3z4DZp6Dael_CsOvM,46121
6
+ mypy_boto3_waf_regional/literals.py,sha256=jZswykziKGEzVoF-koKsX4zNmx0Xa6HnJHmjEhjyVtE,12219
7
+ mypy_boto3_waf_regional/literals.pyi,sha256=99gUUAw8U40zl-FNzPPoamym_gNAyOHGTRz7P2etx4k,12217
8
+ mypy_boto3_waf_regional/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ mypy_boto3_waf_regional/type_defs.py,sha256=AlWKnWfmOkWIGtnSjopzTbW4RgJ50pd2AfvABoffmlA,50114
10
+ mypy_boto3_waf_regional/type_defs.pyi,sha256=5sEoLPuOKcAeIEgoVgHs3VHZXxdnhQvyMWc5HbgyGGs,50113
11
+ mypy_boto3_waf_regional/version.py,sha256=TdNWFUlWkV5vJyEpme0YDjjJMYoshLhRdAlC_WfMfAo,61
12
+ mypy_boto3_waf_regional-1.28.36.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
13
+ mypy_boto3_waf_regional-1.28.36.dist-info/METADATA,sha256=uUSsGf-k54HiwmFEizXIDrxlz_lQOV7teWGlxzSfSKg,12307
14
+ mypy_boto3_waf_regional-1.28.36.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
15
+ mypy_boto3_waf_regional-1.28.36.dist-info/top_level.txt,sha256=JjdM6Qw2d2OAcuHG7aTcw86B81MzN4HHktN5AMMi4Tg,24
16
+ mypy_boto3_waf_regional-1.28.36.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.2)
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=wDqjfcw607UPxInNHt4gAdvbryWLsYRouuod1dey3lY,937
4
- mypy_boto3_waf_regional/client.py,sha256=Ev1eouSJ4oTka7d7J4LevBKh7h2xbdAs8bLHXJC4r7s,46413
5
- mypy_boto3_waf_regional/client.pyi,sha256=hi5bXe55xGdu8C0Zk523uHS7DboI2XUWuKJp1TfqZ24,46325
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=B8DZ4zYd7T4u21EiwvancapOcvtmv5ojg4rIXudGHfo,57158
10
- mypy_boto3_waf_regional/type_defs.pyi,sha256=-0gzxUFwri3EpDWaCq6zULHT9I3syC9nRNqgog0CAkk,57107
11
- mypy_boto3_waf_regional/version.py,sha256=r8FecTF_mU12tcaFlh_rWegIHI_YLM7zyv624C7W3XM,67
12
- mypy_boto3_waf_regional-1.28.15.post1.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
13
- mypy_boto3_waf_regional-1.28.15.post1.dist-info/METADATA,sha256=qSV17cwqh1iBTdrqYHc0qxnERpEs1ezajpUN53OnfII,20613
14
- mypy_boto3_waf_regional-1.28.15.post1.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
15
- mypy_boto3_waf_regional-1.28.15.post1.dist-info/top_level.txt,sha256=JjdM6Qw2d2OAcuHG7aTcw86B81MzN4HHktN5AMMi4Tg,24
16
- mypy_boto3_waf_regional-1.28.15.post1.dist-info/RECORD,,