mypy-boto3-waf-regional 1.28.16__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.
- mypy_boto3_waf_regional/__main__.py +3 -3
- mypy_boto3_waf_regional/client.py +5 -5
- mypy_boto3_waf_regional/client.pyi +5 -5
- mypy_boto3_waf_regional/literals.py +2 -1
- mypy_boto3_waf_regional/literals.pyi +2 -1
- mypy_boto3_waf_regional/type_defs.py +163 -538
- mypy_boto3_waf_regional/type_defs.pyi +163 -488
- mypy_boto3_waf_regional/version.py +1 -1
- {mypy_boto3_waf_regional-1.28.16.dist-info → mypy_boto3_waf_regional-1.28.36.dist-info}/METADATA +13 -246
- mypy_boto3_waf_regional-1.28.36.dist-info/RECORD +16 -0
- {mypy_boto3_waf_regional-1.28.16.dist-info → mypy_boto3_waf_regional-1.28.36.dist-info}/WHEEL +1 -1
- mypy_boto3_waf_regional-1.28.16.dist-info/RECORD +0 -16
- {mypy_boto3_waf_regional-1.28.16.dist-info → mypy_boto3_waf_regional-1.28.36.dist-info}/LICENSE +0 -0
- {mypy_boto3_waf_regional-1.28.16.dist-info → mypy_boto3_waf_regional-1.28.36.dist-info}/top_level.txt +0 -0
|
@@ -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.28.
|
|
13
|
-
" 7.
|
|
12
|
+
"Type annotations for boto3.WAFRegional 1.28.36\nVersion: 1.28.36\nBuilder version:"
|
|
13
|
+
" 7.18.0\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.28.
|
|
25
|
+
print("1.28.36")
|
|
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
|
-
|
|
87
|
+
LoggingConfigurationTypeDef,
|
|
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
|
-
|
|
96
|
+
TimeWindowTypeDef,
|
|
97
97
|
UpdateByteMatchSetResponseTypeDef,
|
|
98
98
|
UpdateGeoMatchSetResponseTypeDef,
|
|
99
99
|
UpdateIPSetResponseTypeDef,
|
|
@@ -111,7 +111,7 @@ from .type_defs import (
|
|
|
111
111
|
XssMatchSetUpdateTypeDef,
|
|
112
112
|
)
|
|
113
113
|
|
|
114
|
-
if sys.version_info >= (3,
|
|
114
|
+
if sys.version_info >= (3, 12):
|
|
115
115
|
from typing import Literal
|
|
116
116
|
else:
|
|
117
117
|
from typing_extensions import Literal
|
|
@@ -596,7 +596,7 @@ class WAFRegionalClient(BaseClient):
|
|
|
596
596
|
"""
|
|
597
597
|
|
|
598
598
|
def get_sampled_requests(
|
|
599
|
-
self, *, WebAclId: str, RuleId: str, TimeWindow:
|
|
599
|
+
self, *, WebAclId: str, RuleId: str, TimeWindow: TimeWindowTypeDef, 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:
|
|
819
|
+
self, *, LoggingConfiguration: LoggingConfigurationTypeDef
|
|
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
|
-
|
|
87
|
+
LoggingConfigurationTypeDef,
|
|
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
|
-
|
|
96
|
+
TimeWindowTypeDef,
|
|
97
97
|
UpdateByteMatchSetResponseTypeDef,
|
|
98
98
|
UpdateGeoMatchSetResponseTypeDef,
|
|
99
99
|
UpdateIPSetResponseTypeDef,
|
|
@@ -111,7 +111,7 @@ from .type_defs import (
|
|
|
111
111
|
XssMatchSetUpdateTypeDef,
|
|
112
112
|
)
|
|
113
113
|
|
|
114
|
-
if sys.version_info >= (3,
|
|
114
|
+
if sys.version_info >= (3, 12):
|
|
115
115
|
from typing import Literal
|
|
116
116
|
else:
|
|
117
117
|
from typing_extensions import Literal
|
|
@@ -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:
|
|
549
|
+
self, *, WebAclId: str, RuleId: str, TimeWindow: TimeWindowTypeDef, 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:
|
|
746
|
+
self, *, LoggingConfiguration: LoggingConfigurationTypeDef
|
|
747
747
|
) -> PutLoggingConfigurationResponseTypeDef:
|
|
748
748
|
"""
|
|
749
749
|
.
|
|
@@ -13,7 +13,7 @@ Usage::
|
|
|
13
13
|
"""
|
|
14
14
|
import sys
|
|
15
15
|
|
|
16
|
-
if sys.version_info >= (3,
|
|
16
|
+
if sys.version_info >= (3, 12):
|
|
17
17
|
from typing import Literal
|
|
18
18
|
else:
|
|
19
19
|
from typing_extensions import Literal
|
|
@@ -710,6 +710,7 @@ RegionName = Literal[
|
|
|
710
710
|
"eu-west-1",
|
|
711
711
|
"eu-west-2",
|
|
712
712
|
"eu-west-3",
|
|
713
|
+
"il-central-1",
|
|
713
714
|
"me-central-1",
|
|
714
715
|
"me-south-1",
|
|
715
716
|
"sa-east-1",
|
|
@@ -13,7 +13,7 @@ Usage::
|
|
|
13
13
|
"""
|
|
14
14
|
import sys
|
|
15
15
|
|
|
16
|
-
if sys.version_info >= (3,
|
|
16
|
+
if sys.version_info >= (3, 12):
|
|
17
17
|
from typing import Literal
|
|
18
18
|
else:
|
|
19
19
|
from typing_extensions import Literal
|
|
@@ -708,6 +708,7 @@ RegionName = Literal[
|
|
|
708
708
|
"eu-west-1",
|
|
709
709
|
"eu-west-2",
|
|
710
710
|
"eu-west-3",
|
|
711
|
+
"il-central-1",
|
|
711
712
|
"me-central-1",
|
|
712
713
|
"me-south-1",
|
|
713
714
|
"sa-east-1",
|