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

@@ -9,8 +9,8 @@ def print_info() -> None:
9
9
  Print package info to stdout.
10
10
  """
11
11
  print(
12
- "Type annotations for boto3.WAFRegional 1.27.0\nVersion: 1.27.0\nBuilder version:"
13
- " 7.14.5\nDocs: "
12
+ "Type annotations for boto3.WAFRegional 1.28.16\nVersion: 1.28.16\nBuilder version:"
13
+ " 7.17.1\nDocs: "
14
14
  " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional//\nBoto3 docs: "
15
15
  " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional\nOther"
16
16
  " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
@@ -22,7 +22,7 @@ def print_version() -> None:
22
22
  """
23
23
  Print package version to stdout.
24
24
  """
25
- print("1.27.0")
25
+ print("1.28.16")
26
26
 
27
27
 
28
28
  def main() -> None:
@@ -84,7 +84,7 @@ from .type_defs import (
84
84
  ListTagsForResourceResponseTypeDef,
85
85
  ListWebACLsResponseTypeDef,
86
86
  ListXssMatchSetsResponseTypeDef,
87
- LoggingConfigurationTypeDef,
87
+ LoggingConfigurationUnionTypeDef,
88
88
  PutLoggingConfigurationResponseTypeDef,
89
89
  RegexMatchSetUpdateTypeDef,
90
90
  RegexPatternSetUpdateTypeDef,
@@ -93,7 +93,7 @@ from .type_defs import (
93
93
  SizeConstraintSetUpdateTypeDef,
94
94
  SqlInjectionMatchSetUpdateTypeDef,
95
95
  TagTypeDef,
96
- TimeWindowTypeDef,
96
+ TimeWindowUnionTypeDef,
97
97
  UpdateByteMatchSetResponseTypeDef,
98
98
  UpdateGeoMatchSetResponseTypeDef,
99
99
  UpdateIPSetResponseTypeDef,
@@ -596,7 +596,7 @@ class WAFRegionalClient(BaseClient):
596
596
  """
597
597
 
598
598
  def get_sampled_requests(
599
- self, *, WebAclId: str, RuleId: str, TimeWindow: TimeWindowTypeDef, MaxItems: int
599
+ self, *, WebAclId: str, RuleId: str, TimeWindow: TimeWindowUnionTypeDef, MaxItems: int
600
600
  ) -> GetSampledRequestsResponseTypeDef:
601
601
  """
602
602
  .
@@ -816,7 +816,7 @@ class WAFRegionalClient(BaseClient):
816
816
  """
817
817
 
818
818
  def put_logging_configuration(
819
- self, *, LoggingConfiguration: LoggingConfigurationTypeDef
819
+ self, *, LoggingConfiguration: LoggingConfigurationUnionTypeDef
820
820
  ) -> PutLoggingConfigurationResponseTypeDef:
821
821
  """
822
822
  .
@@ -84,7 +84,7 @@ from .type_defs import (
84
84
  ListTagsForResourceResponseTypeDef,
85
85
  ListWebACLsResponseTypeDef,
86
86
  ListXssMatchSetsResponseTypeDef,
87
- LoggingConfigurationTypeDef,
87
+ LoggingConfigurationUnionTypeDef,
88
88
  PutLoggingConfigurationResponseTypeDef,
89
89
  RegexMatchSetUpdateTypeDef,
90
90
  RegexPatternSetUpdateTypeDef,
@@ -93,7 +93,7 @@ from .type_defs import (
93
93
  SizeConstraintSetUpdateTypeDef,
94
94
  SqlInjectionMatchSetUpdateTypeDef,
95
95
  TagTypeDef,
96
- TimeWindowTypeDef,
96
+ TimeWindowUnionTypeDef,
97
97
  UpdateByteMatchSetResponseTypeDef,
98
98
  UpdateGeoMatchSetResponseTypeDef,
99
99
  UpdateIPSetResponseTypeDef,
@@ -546,7 +546,7 @@ class WAFRegionalClient(BaseClient):
546
546
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_rule_group)
547
547
  """
548
548
  def get_sampled_requests(
549
- self, *, WebAclId: str, RuleId: str, TimeWindow: TimeWindowTypeDef, MaxItems: int
549
+ self, *, WebAclId: str, RuleId: str, TimeWindow: TimeWindowUnionTypeDef, MaxItems: int
550
550
  ) -> GetSampledRequestsResponseTypeDef:
551
551
  """
552
552
  .
@@ -743,7 +743,7 @@ class WAFRegionalClient(BaseClient):
743
743
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_xss_match_sets)
744
744
  """
745
745
  def put_logging_configuration(
746
- self, *, LoggingConfiguration: LoggingConfigurationTypeDef
746
+ self, *, LoggingConfiguration: LoggingConfigurationUnionTypeDef
747
747
  ) -> PutLoggingConfigurationResponseTypeDef:
748
748
  """
749
749
  .
@@ -441,6 +441,7 @@ ServiceName = Literal[
441
441
  "emr",
442
442
  "emr-containers",
443
443
  "emr-serverless",
444
+ "entityresolution",
444
445
  "es",
445
446
  "events",
446
447
  "evidently",
@@ -527,6 +528,7 @@ ServiceName = Literal[
527
528
  "macie",
528
529
  "macie2",
529
530
  "managedblockchain",
531
+ "managedblockchain-query",
530
532
  "marketplace-catalog",
531
533
  "marketplace-entitlement",
532
534
  "marketplacecommerceanalytics",
@@ -539,6 +541,7 @@ ServiceName = Literal[
539
541
  "mediastore",
540
542
  "mediastore-data",
541
543
  "mediatailor",
544
+ "medical-imaging",
542
545
  "memorydb",
543
546
  "meteringmarketplace",
544
547
  "mgh",
@@ -439,6 +439,7 @@ ServiceName = Literal[
439
439
  "emr",
440
440
  "emr-containers",
441
441
  "emr-serverless",
442
+ "entityresolution",
442
443
  "es",
443
444
  "events",
444
445
  "evidently",
@@ -525,6 +526,7 @@ ServiceName = Literal[
525
526
  "macie",
526
527
  "macie2",
527
528
  "managedblockchain",
529
+ "managedblockchain-query",
528
530
  "marketplace-catalog",
529
531
  "marketplace-entitlement",
530
532
  "marketplacecommerceanalytics",
@@ -537,6 +539,7 @@ ServiceName = Literal[
537
539
  "mediastore",
538
540
  "mediastore-data",
539
541
  "mediatailor",
542
+ "medical-imaging",
540
543
  "memorydb",
541
544
  "meteringmarketplace",
542
545
  "mgh",