mypy-boto3-waf-regional 1.34.153__py3-none-any.whl → 1.35.93__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/__init__.py +3 -0
- mypy_boto3_waf_regional/__init__.pyi +2 -0
- mypy_boto3_waf_regional/__main__.py +11 -8
- mypy_boto3_waf_regional/client.py +403 -333
- mypy_boto3_waf_regional/client.pyi +402 -332
- mypy_boto3_waf_regional/literals.py +31 -8
- mypy_boto3_waf_regional/literals.pyi +29 -8
- mypy_boto3_waf_regional/type_defs.py +1304 -1696
- mypy_boto3_waf_regional/type_defs.pyi +1084 -1693
- mypy_boto3_waf_regional/version.py +3 -1
- {mypy_boto3_waf_regional-1.34.153.dist-info → mypy_boto3_waf_regional-1.35.93.dist-info}/LICENSE +1 -1
- {mypy_boto3_waf_regional-1.34.153.dist-info → mypy_boto3_waf_regional-1.35.93.dist-info}/METADATA +80 -25
- mypy_boto3_waf_regional-1.35.93.dist-info/RECORD +16 -0
- {mypy_boto3_waf_regional-1.34.153.dist-info → mypy_boto3_waf_regional-1.35.93.dist-info}/WHEEL +1 -1
- mypy_boto3_waf_regional-1.34.153.dist-info/RECORD +0 -16
- {mypy_boto3_waf_regional-1.34.153.dist-info → mypy_boto3_waf_regional-1.35.93.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Type annotations for waf-regional service
|
|
2
|
+
Type annotations for waf-regional service Client.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -12,123 +12,192 @@ Usage::
|
|
|
12
12
|
session = Session()
|
|
13
13
|
client: WAFRegionalClient = session.client("waf-regional")
|
|
14
14
|
```
|
|
15
|
+
|
|
16
|
+
Copyright 2025 Vlad Emelianov
|
|
15
17
|
"""
|
|
16
18
|
|
|
19
|
+
from __future__ import annotations
|
|
20
|
+
|
|
17
21
|
import sys
|
|
18
|
-
from typing import Any
|
|
22
|
+
from typing import Any
|
|
19
23
|
|
|
20
24
|
from botocore.client import BaseClient, ClientMeta
|
|
25
|
+
from botocore.errorfactory import BaseClientExceptions
|
|
26
|
+
from botocore.exceptions import ClientError as BotocoreClientError
|
|
21
27
|
|
|
22
|
-
from .literals import ResourceTypeType
|
|
23
28
|
from .type_defs import (
|
|
24
|
-
|
|
29
|
+
AssociateWebACLRequestRequestTypeDef,
|
|
30
|
+
CreateByteMatchSetRequestRequestTypeDef,
|
|
25
31
|
CreateByteMatchSetResponseTypeDef,
|
|
32
|
+
CreateGeoMatchSetRequestRequestTypeDef,
|
|
26
33
|
CreateGeoMatchSetResponseTypeDef,
|
|
34
|
+
CreateIPSetRequestRequestTypeDef,
|
|
27
35
|
CreateIPSetResponseTypeDef,
|
|
36
|
+
CreateRateBasedRuleRequestRequestTypeDef,
|
|
28
37
|
CreateRateBasedRuleResponseTypeDef,
|
|
38
|
+
CreateRegexMatchSetRequestRequestTypeDef,
|
|
29
39
|
CreateRegexMatchSetResponseTypeDef,
|
|
40
|
+
CreateRegexPatternSetRequestRequestTypeDef,
|
|
30
41
|
CreateRegexPatternSetResponseTypeDef,
|
|
42
|
+
CreateRuleGroupRequestRequestTypeDef,
|
|
31
43
|
CreateRuleGroupResponseTypeDef,
|
|
44
|
+
CreateRuleRequestRequestTypeDef,
|
|
32
45
|
CreateRuleResponseTypeDef,
|
|
46
|
+
CreateSizeConstraintSetRequestRequestTypeDef,
|
|
33
47
|
CreateSizeConstraintSetResponseTypeDef,
|
|
48
|
+
CreateSqlInjectionMatchSetRequestRequestTypeDef,
|
|
34
49
|
CreateSqlInjectionMatchSetResponseTypeDef,
|
|
50
|
+
CreateWebACLMigrationStackRequestRequestTypeDef,
|
|
35
51
|
CreateWebACLMigrationStackResponseTypeDef,
|
|
52
|
+
CreateWebACLRequestRequestTypeDef,
|
|
36
53
|
CreateWebACLResponseTypeDef,
|
|
54
|
+
CreateXssMatchSetRequestRequestTypeDef,
|
|
37
55
|
CreateXssMatchSetResponseTypeDef,
|
|
56
|
+
DeleteByteMatchSetRequestRequestTypeDef,
|
|
38
57
|
DeleteByteMatchSetResponseTypeDef,
|
|
58
|
+
DeleteGeoMatchSetRequestRequestTypeDef,
|
|
39
59
|
DeleteGeoMatchSetResponseTypeDef,
|
|
60
|
+
DeleteIPSetRequestRequestTypeDef,
|
|
40
61
|
DeleteIPSetResponseTypeDef,
|
|
62
|
+
DeleteLoggingConfigurationRequestRequestTypeDef,
|
|
63
|
+
DeletePermissionPolicyRequestRequestTypeDef,
|
|
64
|
+
DeleteRateBasedRuleRequestRequestTypeDef,
|
|
41
65
|
DeleteRateBasedRuleResponseTypeDef,
|
|
66
|
+
DeleteRegexMatchSetRequestRequestTypeDef,
|
|
42
67
|
DeleteRegexMatchSetResponseTypeDef,
|
|
68
|
+
DeleteRegexPatternSetRequestRequestTypeDef,
|
|
43
69
|
DeleteRegexPatternSetResponseTypeDef,
|
|
70
|
+
DeleteRuleGroupRequestRequestTypeDef,
|
|
44
71
|
DeleteRuleGroupResponseTypeDef,
|
|
72
|
+
DeleteRuleRequestRequestTypeDef,
|
|
45
73
|
DeleteRuleResponseTypeDef,
|
|
74
|
+
DeleteSizeConstraintSetRequestRequestTypeDef,
|
|
46
75
|
DeleteSizeConstraintSetResponseTypeDef,
|
|
76
|
+
DeleteSqlInjectionMatchSetRequestRequestTypeDef,
|
|
47
77
|
DeleteSqlInjectionMatchSetResponseTypeDef,
|
|
78
|
+
DeleteWebACLRequestRequestTypeDef,
|
|
48
79
|
DeleteWebACLResponseTypeDef,
|
|
80
|
+
DeleteXssMatchSetRequestRequestTypeDef,
|
|
49
81
|
DeleteXssMatchSetResponseTypeDef,
|
|
50
|
-
|
|
82
|
+
DisassociateWebACLRequestRequestTypeDef,
|
|
83
|
+
GetByteMatchSetRequestRequestTypeDef,
|
|
51
84
|
GetByteMatchSetResponseTypeDef,
|
|
52
85
|
GetChangeTokenResponseTypeDef,
|
|
86
|
+
GetChangeTokenStatusRequestRequestTypeDef,
|
|
53
87
|
GetChangeTokenStatusResponseTypeDef,
|
|
88
|
+
GetGeoMatchSetRequestRequestTypeDef,
|
|
54
89
|
GetGeoMatchSetResponseTypeDef,
|
|
90
|
+
GetIPSetRequestRequestTypeDef,
|
|
55
91
|
GetIPSetResponseTypeDef,
|
|
92
|
+
GetLoggingConfigurationRequestRequestTypeDef,
|
|
56
93
|
GetLoggingConfigurationResponseTypeDef,
|
|
94
|
+
GetPermissionPolicyRequestRequestTypeDef,
|
|
57
95
|
GetPermissionPolicyResponseTypeDef,
|
|
96
|
+
GetRateBasedRuleManagedKeysRequestRequestTypeDef,
|
|
58
97
|
GetRateBasedRuleManagedKeysResponseTypeDef,
|
|
98
|
+
GetRateBasedRuleRequestRequestTypeDef,
|
|
59
99
|
GetRateBasedRuleResponseTypeDef,
|
|
100
|
+
GetRegexMatchSetRequestRequestTypeDef,
|
|
60
101
|
GetRegexMatchSetResponseTypeDef,
|
|
102
|
+
GetRegexPatternSetRequestRequestTypeDef,
|
|
61
103
|
GetRegexPatternSetResponseTypeDef,
|
|
104
|
+
GetRuleGroupRequestRequestTypeDef,
|
|
62
105
|
GetRuleGroupResponseTypeDef,
|
|
106
|
+
GetRuleRequestRequestTypeDef,
|
|
63
107
|
GetRuleResponseTypeDef,
|
|
108
|
+
GetSampledRequestsRequestRequestTypeDef,
|
|
64
109
|
GetSampledRequestsResponseTypeDef,
|
|
110
|
+
GetSizeConstraintSetRequestRequestTypeDef,
|
|
65
111
|
GetSizeConstraintSetResponseTypeDef,
|
|
112
|
+
GetSqlInjectionMatchSetRequestRequestTypeDef,
|
|
66
113
|
GetSqlInjectionMatchSetResponseTypeDef,
|
|
114
|
+
GetWebACLForResourceRequestRequestTypeDef,
|
|
67
115
|
GetWebACLForResourceResponseTypeDef,
|
|
116
|
+
GetWebACLRequestRequestTypeDef,
|
|
68
117
|
GetWebACLResponseTypeDef,
|
|
118
|
+
GetXssMatchSetRequestRequestTypeDef,
|
|
69
119
|
GetXssMatchSetResponseTypeDef,
|
|
70
|
-
|
|
120
|
+
ListActivatedRulesInRuleGroupRequestRequestTypeDef,
|
|
71
121
|
ListActivatedRulesInRuleGroupResponseTypeDef,
|
|
122
|
+
ListByteMatchSetsRequestRequestTypeDef,
|
|
72
123
|
ListByteMatchSetsResponseTypeDef,
|
|
124
|
+
ListGeoMatchSetsRequestRequestTypeDef,
|
|
73
125
|
ListGeoMatchSetsResponseTypeDef,
|
|
126
|
+
ListIPSetsRequestRequestTypeDef,
|
|
74
127
|
ListIPSetsResponseTypeDef,
|
|
128
|
+
ListLoggingConfigurationsRequestRequestTypeDef,
|
|
75
129
|
ListLoggingConfigurationsResponseTypeDef,
|
|
130
|
+
ListRateBasedRulesRequestRequestTypeDef,
|
|
76
131
|
ListRateBasedRulesResponseTypeDef,
|
|
132
|
+
ListRegexMatchSetsRequestRequestTypeDef,
|
|
77
133
|
ListRegexMatchSetsResponseTypeDef,
|
|
134
|
+
ListRegexPatternSetsRequestRequestTypeDef,
|
|
78
135
|
ListRegexPatternSetsResponseTypeDef,
|
|
136
|
+
ListResourcesForWebACLRequestRequestTypeDef,
|
|
79
137
|
ListResourcesForWebACLResponseTypeDef,
|
|
138
|
+
ListRuleGroupsRequestRequestTypeDef,
|
|
80
139
|
ListRuleGroupsResponseTypeDef,
|
|
140
|
+
ListRulesRequestRequestTypeDef,
|
|
81
141
|
ListRulesResponseTypeDef,
|
|
142
|
+
ListSizeConstraintSetsRequestRequestTypeDef,
|
|
82
143
|
ListSizeConstraintSetsResponseTypeDef,
|
|
144
|
+
ListSqlInjectionMatchSetsRequestRequestTypeDef,
|
|
83
145
|
ListSqlInjectionMatchSetsResponseTypeDef,
|
|
146
|
+
ListSubscribedRuleGroupsRequestRequestTypeDef,
|
|
84
147
|
ListSubscribedRuleGroupsResponseTypeDef,
|
|
148
|
+
ListTagsForResourceRequestRequestTypeDef,
|
|
85
149
|
ListTagsForResourceResponseTypeDef,
|
|
150
|
+
ListWebACLsRequestRequestTypeDef,
|
|
86
151
|
ListWebACLsResponseTypeDef,
|
|
152
|
+
ListXssMatchSetsRequestRequestTypeDef,
|
|
87
153
|
ListXssMatchSetsResponseTypeDef,
|
|
88
|
-
|
|
154
|
+
PutLoggingConfigurationRequestRequestTypeDef,
|
|
89
155
|
PutLoggingConfigurationResponseTypeDef,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
SizeConstraintSetUpdateTypeDef,
|
|
95
|
-
SqlInjectionMatchSetUpdateTypeDef,
|
|
96
|
-
TagTypeDef,
|
|
97
|
-
TimeWindowUnionTypeDef,
|
|
156
|
+
PutPermissionPolicyRequestRequestTypeDef,
|
|
157
|
+
TagResourceRequestRequestTypeDef,
|
|
158
|
+
UntagResourceRequestRequestTypeDef,
|
|
159
|
+
UpdateByteMatchSetRequestRequestTypeDef,
|
|
98
160
|
UpdateByteMatchSetResponseTypeDef,
|
|
161
|
+
UpdateGeoMatchSetRequestRequestTypeDef,
|
|
99
162
|
UpdateGeoMatchSetResponseTypeDef,
|
|
163
|
+
UpdateIPSetRequestRequestTypeDef,
|
|
100
164
|
UpdateIPSetResponseTypeDef,
|
|
165
|
+
UpdateRateBasedRuleRequestRequestTypeDef,
|
|
101
166
|
UpdateRateBasedRuleResponseTypeDef,
|
|
167
|
+
UpdateRegexMatchSetRequestRequestTypeDef,
|
|
102
168
|
UpdateRegexMatchSetResponseTypeDef,
|
|
169
|
+
UpdateRegexPatternSetRequestRequestTypeDef,
|
|
103
170
|
UpdateRegexPatternSetResponseTypeDef,
|
|
171
|
+
UpdateRuleGroupRequestRequestTypeDef,
|
|
104
172
|
UpdateRuleGroupResponseTypeDef,
|
|
173
|
+
UpdateRuleRequestRequestTypeDef,
|
|
105
174
|
UpdateRuleResponseTypeDef,
|
|
175
|
+
UpdateSizeConstraintSetRequestRequestTypeDef,
|
|
106
176
|
UpdateSizeConstraintSetResponseTypeDef,
|
|
177
|
+
UpdateSqlInjectionMatchSetRequestRequestTypeDef,
|
|
107
178
|
UpdateSqlInjectionMatchSetResponseTypeDef,
|
|
179
|
+
UpdateWebACLRequestRequestTypeDef,
|
|
108
180
|
UpdateWebACLResponseTypeDef,
|
|
181
|
+
UpdateXssMatchSetRequestRequestTypeDef,
|
|
109
182
|
UpdateXssMatchSetResponseTypeDef,
|
|
110
|
-
WafActionTypeDef,
|
|
111
|
-
WebACLUpdateTypeDef,
|
|
112
|
-
XssMatchSetUpdateTypeDef,
|
|
113
183
|
)
|
|
114
184
|
|
|
185
|
+
if sys.version_info >= (3, 9):
|
|
186
|
+
from builtins import dict as Dict
|
|
187
|
+
from builtins import type as Type
|
|
188
|
+
from collections.abc import Mapping
|
|
189
|
+
else:
|
|
190
|
+
from typing import Dict, Mapping, Type
|
|
115
191
|
if sys.version_info >= (3, 12):
|
|
116
|
-
from typing import
|
|
192
|
+
from typing import Unpack
|
|
117
193
|
else:
|
|
118
|
-
from typing_extensions import
|
|
119
|
-
|
|
120
|
-
__all__ = ("WAFRegionalClient",)
|
|
121
|
-
|
|
194
|
+
from typing_extensions import Unpack
|
|
122
195
|
|
|
123
|
-
class BotocoreClientError(Exception):
|
|
124
|
-
MSG_TEMPLATE: str
|
|
125
196
|
|
|
126
|
-
|
|
127
|
-
self.response: Dict[str, Any]
|
|
128
|
-
self.operation_name: str
|
|
197
|
+
__all__ = ("WAFRegionalClient",)
|
|
129
198
|
|
|
130
199
|
|
|
131
|
-
class Exceptions:
|
|
200
|
+
class Exceptions(BaseClientExceptions):
|
|
132
201
|
ClientError: Type[BotocoreClientError]
|
|
133
202
|
WAFBadRequestException: Type[BotocoreClientError]
|
|
134
203
|
WAFDisallowedNameException: Type[BotocoreClientError]
|
|
@@ -165,828 +234,829 @@ class WAFRegionalClient(BaseClient):
|
|
|
165
234
|
"""
|
|
166
235
|
WAFRegionalClient exceptions.
|
|
167
236
|
|
|
168
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client
|
|
237
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client)
|
|
169
238
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#exceptions)
|
|
170
239
|
"""
|
|
171
240
|
|
|
172
|
-
def
|
|
241
|
+
def can_paginate(self, operation_name: str) -> bool:
|
|
173
242
|
"""
|
|
174
|
-
.
|
|
175
|
-
|
|
176
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.associate_web_acl)
|
|
177
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#associate_web_acl)
|
|
243
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/can_paginate.html)
|
|
244
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#can_paginate)
|
|
178
245
|
"""
|
|
179
246
|
|
|
180
|
-
def
|
|
247
|
+
def generate_presigned_url(
|
|
248
|
+
self,
|
|
249
|
+
ClientMethod: str,
|
|
250
|
+
Params: Mapping[str, Any] = ...,
|
|
251
|
+
ExpiresIn: int = 3600,
|
|
252
|
+
HttpMethod: str = ...,
|
|
253
|
+
) -> str:
|
|
181
254
|
"""
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.can_paginate)
|
|
185
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#can_paginate)
|
|
255
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/generate_presigned_url.html)
|
|
256
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#generate_presigned_url)
|
|
186
257
|
"""
|
|
187
258
|
|
|
188
|
-
def
|
|
259
|
+
def associate_web_acl(
|
|
260
|
+
self, **kwargs: Unpack[AssociateWebACLRequestRequestTypeDef]
|
|
261
|
+
) -> Dict[str, Any]:
|
|
189
262
|
"""
|
|
190
|
-
|
|
263
|
+
This is <b>AWS WAF Classic Regional</b> documentation.
|
|
191
264
|
|
|
192
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
193
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#
|
|
265
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/associate_web_acl.html)
|
|
266
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#associate_web_acl)
|
|
194
267
|
"""
|
|
195
268
|
|
|
196
269
|
def create_byte_match_set(
|
|
197
|
-
self,
|
|
270
|
+
self, **kwargs: Unpack[CreateByteMatchSetRequestRequestTypeDef]
|
|
198
271
|
) -> CreateByteMatchSetResponseTypeDef:
|
|
199
272
|
"""
|
|
200
|
-
.
|
|
273
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
201
274
|
|
|
202
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
275
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_byte_match_set.html)
|
|
203
276
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_byte_match_set)
|
|
204
277
|
"""
|
|
205
278
|
|
|
206
279
|
def create_geo_match_set(
|
|
207
|
-
self,
|
|
280
|
+
self, **kwargs: Unpack[CreateGeoMatchSetRequestRequestTypeDef]
|
|
208
281
|
) -> CreateGeoMatchSetResponseTypeDef:
|
|
209
282
|
"""
|
|
210
|
-
.
|
|
283
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
211
284
|
|
|
212
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
285
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_geo_match_set.html)
|
|
213
286
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_geo_match_set)
|
|
214
287
|
"""
|
|
215
288
|
|
|
216
|
-
def create_ip_set(
|
|
289
|
+
def create_ip_set(
|
|
290
|
+
self, **kwargs: Unpack[CreateIPSetRequestRequestTypeDef]
|
|
291
|
+
) -> CreateIPSetResponseTypeDef:
|
|
217
292
|
"""
|
|
218
|
-
.
|
|
293
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
219
294
|
|
|
220
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
295
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_ip_set.html)
|
|
221
296
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_ip_set)
|
|
222
297
|
"""
|
|
223
298
|
|
|
224
299
|
def create_rate_based_rule(
|
|
225
|
-
self,
|
|
226
|
-
*,
|
|
227
|
-
Name: str,
|
|
228
|
-
MetricName: str,
|
|
229
|
-
RateKey: Literal["IP"],
|
|
230
|
-
RateLimit: int,
|
|
231
|
-
ChangeToken: str,
|
|
232
|
-
Tags: Sequence[TagTypeDef] = ...,
|
|
300
|
+
self, **kwargs: Unpack[CreateRateBasedRuleRequestRequestTypeDef]
|
|
233
301
|
) -> CreateRateBasedRuleResponseTypeDef:
|
|
234
302
|
"""
|
|
235
|
-
.
|
|
303
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
236
304
|
|
|
237
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
305
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_rate_based_rule.html)
|
|
238
306
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_rate_based_rule)
|
|
239
307
|
"""
|
|
240
308
|
|
|
241
309
|
def create_regex_match_set(
|
|
242
|
-
self,
|
|
310
|
+
self, **kwargs: Unpack[CreateRegexMatchSetRequestRequestTypeDef]
|
|
243
311
|
) -> CreateRegexMatchSetResponseTypeDef:
|
|
244
312
|
"""
|
|
245
|
-
.
|
|
313
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
246
314
|
|
|
247
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
315
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_regex_match_set.html)
|
|
248
316
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_regex_match_set)
|
|
249
317
|
"""
|
|
250
318
|
|
|
251
319
|
def create_regex_pattern_set(
|
|
252
|
-
self,
|
|
320
|
+
self, **kwargs: Unpack[CreateRegexPatternSetRequestRequestTypeDef]
|
|
253
321
|
) -> CreateRegexPatternSetResponseTypeDef:
|
|
254
322
|
"""
|
|
255
|
-
.
|
|
323
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
256
324
|
|
|
257
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
325
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_regex_pattern_set.html)
|
|
258
326
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_regex_pattern_set)
|
|
259
327
|
"""
|
|
260
328
|
|
|
261
329
|
def create_rule(
|
|
262
|
-
self,
|
|
330
|
+
self, **kwargs: Unpack[CreateRuleRequestRequestTypeDef]
|
|
263
331
|
) -> CreateRuleResponseTypeDef:
|
|
264
332
|
"""
|
|
265
|
-
.
|
|
333
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
266
334
|
|
|
267
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
335
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_rule.html)
|
|
268
336
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_rule)
|
|
269
337
|
"""
|
|
270
338
|
|
|
271
339
|
def create_rule_group(
|
|
272
|
-
self,
|
|
340
|
+
self, **kwargs: Unpack[CreateRuleGroupRequestRequestTypeDef]
|
|
273
341
|
) -> CreateRuleGroupResponseTypeDef:
|
|
274
342
|
"""
|
|
275
|
-
.
|
|
343
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
276
344
|
|
|
277
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
345
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_rule_group.html)
|
|
278
346
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_rule_group)
|
|
279
347
|
"""
|
|
280
348
|
|
|
281
349
|
def create_size_constraint_set(
|
|
282
|
-
self,
|
|
350
|
+
self, **kwargs: Unpack[CreateSizeConstraintSetRequestRequestTypeDef]
|
|
283
351
|
) -> CreateSizeConstraintSetResponseTypeDef:
|
|
284
352
|
"""
|
|
285
|
-
.
|
|
353
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
286
354
|
|
|
287
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
355
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_size_constraint_set.html)
|
|
288
356
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_size_constraint_set)
|
|
289
357
|
"""
|
|
290
358
|
|
|
291
359
|
def create_sql_injection_match_set(
|
|
292
|
-
self,
|
|
360
|
+
self, **kwargs: Unpack[CreateSqlInjectionMatchSetRequestRequestTypeDef]
|
|
293
361
|
) -> CreateSqlInjectionMatchSetResponseTypeDef:
|
|
294
362
|
"""
|
|
295
|
-
.
|
|
363
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
296
364
|
|
|
297
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
365
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_sql_injection_match_set.html)
|
|
298
366
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_sql_injection_match_set)
|
|
299
367
|
"""
|
|
300
368
|
|
|
301
369
|
def create_web_acl(
|
|
302
|
-
self,
|
|
303
|
-
*,
|
|
304
|
-
Name: str,
|
|
305
|
-
MetricName: str,
|
|
306
|
-
DefaultAction: WafActionTypeDef,
|
|
307
|
-
ChangeToken: str,
|
|
308
|
-
Tags: Sequence[TagTypeDef] = ...,
|
|
370
|
+
self, **kwargs: Unpack[CreateWebACLRequestRequestTypeDef]
|
|
309
371
|
) -> CreateWebACLResponseTypeDef:
|
|
310
372
|
"""
|
|
311
|
-
.
|
|
373
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
312
374
|
|
|
313
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
375
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_web_acl.html)
|
|
314
376
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_web_acl)
|
|
315
377
|
"""
|
|
316
378
|
|
|
317
379
|
def create_web_acl_migration_stack(
|
|
318
|
-
self,
|
|
380
|
+
self, **kwargs: Unpack[CreateWebACLMigrationStackRequestRequestTypeDef]
|
|
319
381
|
) -> CreateWebACLMigrationStackResponseTypeDef:
|
|
320
382
|
"""
|
|
321
383
|
Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the
|
|
322
|
-
specified Amazon S3
|
|
323
|
-
bucket.
|
|
384
|
+
specified Amazon S3 bucket.
|
|
324
385
|
|
|
325
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
386
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_web_acl_migration_stack.html)
|
|
326
387
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_web_acl_migration_stack)
|
|
327
388
|
"""
|
|
328
389
|
|
|
329
390
|
def create_xss_match_set(
|
|
330
|
-
self,
|
|
391
|
+
self, **kwargs: Unpack[CreateXssMatchSetRequestRequestTypeDef]
|
|
331
392
|
) -> CreateXssMatchSetResponseTypeDef:
|
|
332
393
|
"""
|
|
333
|
-
.
|
|
394
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
334
395
|
|
|
335
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
396
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/create_xss_match_set.html)
|
|
336
397
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#create_xss_match_set)
|
|
337
398
|
"""
|
|
338
399
|
|
|
339
400
|
def delete_byte_match_set(
|
|
340
|
-
self,
|
|
401
|
+
self, **kwargs: Unpack[DeleteByteMatchSetRequestRequestTypeDef]
|
|
341
402
|
) -> DeleteByteMatchSetResponseTypeDef:
|
|
342
403
|
"""
|
|
343
|
-
.
|
|
404
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
344
405
|
|
|
345
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
406
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_byte_match_set.html)
|
|
346
407
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_byte_match_set)
|
|
347
408
|
"""
|
|
348
409
|
|
|
349
410
|
def delete_geo_match_set(
|
|
350
|
-
self,
|
|
411
|
+
self, **kwargs: Unpack[DeleteGeoMatchSetRequestRequestTypeDef]
|
|
351
412
|
) -> DeleteGeoMatchSetResponseTypeDef:
|
|
352
413
|
"""
|
|
353
|
-
.
|
|
414
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
354
415
|
|
|
355
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
416
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_geo_match_set.html)
|
|
356
417
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_geo_match_set)
|
|
357
418
|
"""
|
|
358
419
|
|
|
359
|
-
def delete_ip_set(
|
|
420
|
+
def delete_ip_set(
|
|
421
|
+
self, **kwargs: Unpack[DeleteIPSetRequestRequestTypeDef]
|
|
422
|
+
) -> DeleteIPSetResponseTypeDef:
|
|
360
423
|
"""
|
|
361
|
-
.
|
|
424
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
362
425
|
|
|
363
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
426
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_ip_set.html)
|
|
364
427
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_ip_set)
|
|
365
428
|
"""
|
|
366
429
|
|
|
367
|
-
def delete_logging_configuration(
|
|
430
|
+
def delete_logging_configuration(
|
|
431
|
+
self, **kwargs: Unpack[DeleteLoggingConfigurationRequestRequestTypeDef]
|
|
432
|
+
) -> Dict[str, Any]:
|
|
368
433
|
"""
|
|
369
|
-
.
|
|
434
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
370
435
|
|
|
371
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
436
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_logging_configuration.html)
|
|
372
437
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_logging_configuration)
|
|
373
438
|
"""
|
|
374
439
|
|
|
375
|
-
def delete_permission_policy(
|
|
440
|
+
def delete_permission_policy(
|
|
441
|
+
self, **kwargs: Unpack[DeletePermissionPolicyRequestRequestTypeDef]
|
|
442
|
+
) -> Dict[str, Any]:
|
|
376
443
|
"""
|
|
377
|
-
.
|
|
444
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
378
445
|
|
|
379
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
446
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_permission_policy.html)
|
|
380
447
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_permission_policy)
|
|
381
448
|
"""
|
|
382
449
|
|
|
383
450
|
def delete_rate_based_rule(
|
|
384
|
-
self,
|
|
451
|
+
self, **kwargs: Unpack[DeleteRateBasedRuleRequestRequestTypeDef]
|
|
385
452
|
) -> DeleteRateBasedRuleResponseTypeDef:
|
|
386
453
|
"""
|
|
387
|
-
.
|
|
454
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
388
455
|
|
|
389
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
456
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_rate_based_rule.html)
|
|
390
457
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_rate_based_rule)
|
|
391
458
|
"""
|
|
392
459
|
|
|
393
460
|
def delete_regex_match_set(
|
|
394
|
-
self,
|
|
461
|
+
self, **kwargs: Unpack[DeleteRegexMatchSetRequestRequestTypeDef]
|
|
395
462
|
) -> DeleteRegexMatchSetResponseTypeDef:
|
|
396
463
|
"""
|
|
397
|
-
.
|
|
464
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
398
465
|
|
|
399
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
466
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_regex_match_set.html)
|
|
400
467
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_regex_match_set)
|
|
401
468
|
"""
|
|
402
469
|
|
|
403
470
|
def delete_regex_pattern_set(
|
|
404
|
-
self,
|
|
471
|
+
self, **kwargs: Unpack[DeleteRegexPatternSetRequestRequestTypeDef]
|
|
405
472
|
) -> DeleteRegexPatternSetResponseTypeDef:
|
|
406
473
|
"""
|
|
407
|
-
.
|
|
474
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
408
475
|
|
|
409
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
476
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_regex_pattern_set.html)
|
|
410
477
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_regex_pattern_set)
|
|
411
478
|
"""
|
|
412
479
|
|
|
413
|
-
def delete_rule(
|
|
480
|
+
def delete_rule(
|
|
481
|
+
self, **kwargs: Unpack[DeleteRuleRequestRequestTypeDef]
|
|
482
|
+
) -> DeleteRuleResponseTypeDef:
|
|
414
483
|
"""
|
|
415
|
-
.
|
|
484
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
416
485
|
|
|
417
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
486
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_rule.html)
|
|
418
487
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_rule)
|
|
419
488
|
"""
|
|
420
489
|
|
|
421
490
|
def delete_rule_group(
|
|
422
|
-
self,
|
|
491
|
+
self, **kwargs: Unpack[DeleteRuleGroupRequestRequestTypeDef]
|
|
423
492
|
) -> DeleteRuleGroupResponseTypeDef:
|
|
424
493
|
"""
|
|
425
|
-
.
|
|
494
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
426
495
|
|
|
427
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
496
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_rule_group.html)
|
|
428
497
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_rule_group)
|
|
429
498
|
"""
|
|
430
499
|
|
|
431
500
|
def delete_size_constraint_set(
|
|
432
|
-
self,
|
|
501
|
+
self, **kwargs: Unpack[DeleteSizeConstraintSetRequestRequestTypeDef]
|
|
433
502
|
) -> DeleteSizeConstraintSetResponseTypeDef:
|
|
434
503
|
"""
|
|
435
|
-
.
|
|
504
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
436
505
|
|
|
437
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
506
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_size_constraint_set.html)
|
|
438
507
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_size_constraint_set)
|
|
439
508
|
"""
|
|
440
509
|
|
|
441
510
|
def delete_sql_injection_match_set(
|
|
442
|
-
self,
|
|
511
|
+
self, **kwargs: Unpack[DeleteSqlInjectionMatchSetRequestRequestTypeDef]
|
|
443
512
|
) -> DeleteSqlInjectionMatchSetResponseTypeDef:
|
|
444
513
|
"""
|
|
445
|
-
.
|
|
514
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
446
515
|
|
|
447
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
516
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_sql_injection_match_set.html)
|
|
448
517
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_sql_injection_match_set)
|
|
449
518
|
"""
|
|
450
519
|
|
|
451
|
-
def delete_web_acl(
|
|
520
|
+
def delete_web_acl(
|
|
521
|
+
self, **kwargs: Unpack[DeleteWebACLRequestRequestTypeDef]
|
|
522
|
+
) -> DeleteWebACLResponseTypeDef:
|
|
452
523
|
"""
|
|
453
|
-
.
|
|
524
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
454
525
|
|
|
455
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
526
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_web_acl.html)
|
|
456
527
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_web_acl)
|
|
457
528
|
"""
|
|
458
529
|
|
|
459
530
|
def delete_xss_match_set(
|
|
460
|
-
self,
|
|
531
|
+
self, **kwargs: Unpack[DeleteXssMatchSetRequestRequestTypeDef]
|
|
461
532
|
) -> DeleteXssMatchSetResponseTypeDef:
|
|
462
533
|
"""
|
|
463
|
-
.
|
|
534
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
464
535
|
|
|
465
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
536
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/delete_xss_match_set.html)
|
|
466
537
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#delete_xss_match_set)
|
|
467
538
|
"""
|
|
468
539
|
|
|
469
|
-
def disassociate_web_acl(
|
|
540
|
+
def disassociate_web_acl(
|
|
541
|
+
self, **kwargs: Unpack[DisassociateWebACLRequestRequestTypeDef]
|
|
542
|
+
) -> Dict[str, Any]:
|
|
470
543
|
"""
|
|
471
|
-
.
|
|
544
|
+
This is <b>AWS WAF Classic Regional</b> documentation.
|
|
472
545
|
|
|
473
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
546
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/disassociate_web_acl.html)
|
|
474
547
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#disassociate_web_acl)
|
|
475
548
|
"""
|
|
476
549
|
|
|
477
|
-
def
|
|
478
|
-
self,
|
|
479
|
-
|
|
480
|
-
Params: Mapping[str, Any] = ...,
|
|
481
|
-
ExpiresIn: int = 3600,
|
|
482
|
-
HttpMethod: str = ...,
|
|
483
|
-
) -> str:
|
|
550
|
+
def get_byte_match_set(
|
|
551
|
+
self, **kwargs: Unpack[GetByteMatchSetRequestRequestTypeDef]
|
|
552
|
+
) -> GetByteMatchSetResponseTypeDef:
|
|
484
553
|
"""
|
|
485
|
-
|
|
554
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
486
555
|
|
|
487
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
488
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#generate_presigned_url)
|
|
489
|
-
"""
|
|
490
|
-
|
|
491
|
-
def get_byte_match_set(self, *, ByteMatchSetId: str) -> GetByteMatchSetResponseTypeDef:
|
|
492
|
-
"""
|
|
493
|
-
.
|
|
494
|
-
|
|
495
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html#WAFRegional.Client.get_byte_match_set)
|
|
556
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_byte_match_set.html)
|
|
496
557
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_byte_match_set)
|
|
497
558
|
"""
|
|
498
559
|
|
|
499
560
|
def get_change_token(self) -> GetChangeTokenResponseTypeDef:
|
|
500
561
|
"""
|
|
501
|
-
.
|
|
562
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
502
563
|
|
|
503
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
564
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_change_token.html)
|
|
504
565
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_change_token)
|
|
505
566
|
"""
|
|
506
567
|
|
|
507
|
-
def get_change_token_status(
|
|
568
|
+
def get_change_token_status(
|
|
569
|
+
self, **kwargs: Unpack[GetChangeTokenStatusRequestRequestTypeDef]
|
|
570
|
+
) -> GetChangeTokenStatusResponseTypeDef:
|
|
508
571
|
"""
|
|
509
|
-
.
|
|
572
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
510
573
|
|
|
511
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
574
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_change_token_status.html)
|
|
512
575
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_change_token_status)
|
|
513
576
|
"""
|
|
514
577
|
|
|
515
|
-
def get_geo_match_set(
|
|
578
|
+
def get_geo_match_set(
|
|
579
|
+
self, **kwargs: Unpack[GetGeoMatchSetRequestRequestTypeDef]
|
|
580
|
+
) -> GetGeoMatchSetResponseTypeDef:
|
|
516
581
|
"""
|
|
517
|
-
.
|
|
582
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
518
583
|
|
|
519
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
584
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_geo_match_set.html)
|
|
520
585
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_geo_match_set)
|
|
521
586
|
"""
|
|
522
587
|
|
|
523
|
-
def get_ip_set(
|
|
588
|
+
def get_ip_set(
|
|
589
|
+
self, **kwargs: Unpack[GetIPSetRequestRequestTypeDef]
|
|
590
|
+
) -> GetIPSetResponseTypeDef:
|
|
524
591
|
"""
|
|
525
|
-
.
|
|
592
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
526
593
|
|
|
527
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
594
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_ip_set.html)
|
|
528
595
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_ip_set)
|
|
529
596
|
"""
|
|
530
597
|
|
|
531
598
|
def get_logging_configuration(
|
|
532
|
-
self,
|
|
599
|
+
self, **kwargs: Unpack[GetLoggingConfigurationRequestRequestTypeDef]
|
|
533
600
|
) -> GetLoggingConfigurationResponseTypeDef:
|
|
534
601
|
"""
|
|
535
|
-
.
|
|
602
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
536
603
|
|
|
537
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
604
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_logging_configuration.html)
|
|
538
605
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_logging_configuration)
|
|
539
606
|
"""
|
|
540
607
|
|
|
541
|
-
def get_permission_policy(
|
|
608
|
+
def get_permission_policy(
|
|
609
|
+
self, **kwargs: Unpack[GetPermissionPolicyRequestRequestTypeDef]
|
|
610
|
+
) -> GetPermissionPolicyResponseTypeDef:
|
|
542
611
|
"""
|
|
543
|
-
.
|
|
612
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
544
613
|
|
|
545
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
614
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_permission_policy.html)
|
|
546
615
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_permission_policy)
|
|
547
616
|
"""
|
|
548
617
|
|
|
549
|
-
def get_rate_based_rule(
|
|
618
|
+
def get_rate_based_rule(
|
|
619
|
+
self, **kwargs: Unpack[GetRateBasedRuleRequestRequestTypeDef]
|
|
620
|
+
) -> GetRateBasedRuleResponseTypeDef:
|
|
550
621
|
"""
|
|
551
|
-
.
|
|
622
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
552
623
|
|
|
553
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
624
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_rate_based_rule.html)
|
|
554
625
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_rate_based_rule)
|
|
555
626
|
"""
|
|
556
627
|
|
|
557
628
|
def get_rate_based_rule_managed_keys(
|
|
558
|
-
self,
|
|
629
|
+
self, **kwargs: Unpack[GetRateBasedRuleManagedKeysRequestRequestTypeDef]
|
|
559
630
|
) -> GetRateBasedRuleManagedKeysResponseTypeDef:
|
|
560
631
|
"""
|
|
561
|
-
.
|
|
632
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
562
633
|
|
|
563
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
634
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_rate_based_rule_managed_keys.html)
|
|
564
635
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_rate_based_rule_managed_keys)
|
|
565
636
|
"""
|
|
566
637
|
|
|
567
|
-
def get_regex_match_set(
|
|
638
|
+
def get_regex_match_set(
|
|
639
|
+
self, **kwargs: Unpack[GetRegexMatchSetRequestRequestTypeDef]
|
|
640
|
+
) -> GetRegexMatchSetResponseTypeDef:
|
|
568
641
|
"""
|
|
569
|
-
.
|
|
642
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
570
643
|
|
|
571
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
644
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_regex_match_set.html)
|
|
572
645
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_regex_match_set)
|
|
573
646
|
"""
|
|
574
647
|
|
|
575
|
-
def get_regex_pattern_set(
|
|
648
|
+
def get_regex_pattern_set(
|
|
649
|
+
self, **kwargs: Unpack[GetRegexPatternSetRequestRequestTypeDef]
|
|
650
|
+
) -> GetRegexPatternSetResponseTypeDef:
|
|
576
651
|
"""
|
|
577
|
-
.
|
|
652
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
578
653
|
|
|
579
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
654
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_regex_pattern_set.html)
|
|
580
655
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_regex_pattern_set)
|
|
581
656
|
"""
|
|
582
657
|
|
|
583
|
-
def get_rule(self,
|
|
658
|
+
def get_rule(self, **kwargs: Unpack[GetRuleRequestRequestTypeDef]) -> GetRuleResponseTypeDef:
|
|
584
659
|
"""
|
|
585
|
-
.
|
|
660
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
586
661
|
|
|
587
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
662
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_rule.html)
|
|
588
663
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_rule)
|
|
589
664
|
"""
|
|
590
665
|
|
|
591
|
-
def get_rule_group(
|
|
666
|
+
def get_rule_group(
|
|
667
|
+
self, **kwargs: Unpack[GetRuleGroupRequestRequestTypeDef]
|
|
668
|
+
) -> GetRuleGroupResponseTypeDef:
|
|
592
669
|
"""
|
|
593
|
-
.
|
|
670
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
594
671
|
|
|
595
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
672
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_rule_group.html)
|
|
596
673
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_rule_group)
|
|
597
674
|
"""
|
|
598
675
|
|
|
599
676
|
def get_sampled_requests(
|
|
600
|
-
self,
|
|
677
|
+
self, **kwargs: Unpack[GetSampledRequestsRequestRequestTypeDef]
|
|
601
678
|
) -> GetSampledRequestsResponseTypeDef:
|
|
602
679
|
"""
|
|
603
|
-
.
|
|
680
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
604
681
|
|
|
605
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
682
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_sampled_requests.html)
|
|
606
683
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_sampled_requests)
|
|
607
684
|
"""
|
|
608
685
|
|
|
609
686
|
def get_size_constraint_set(
|
|
610
|
-
self,
|
|
687
|
+
self, **kwargs: Unpack[GetSizeConstraintSetRequestRequestTypeDef]
|
|
611
688
|
) -> GetSizeConstraintSetResponseTypeDef:
|
|
612
689
|
"""
|
|
613
|
-
.
|
|
690
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
614
691
|
|
|
615
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
692
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_size_constraint_set.html)
|
|
616
693
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_size_constraint_set)
|
|
617
694
|
"""
|
|
618
695
|
|
|
619
696
|
def get_sql_injection_match_set(
|
|
620
|
-
self,
|
|
697
|
+
self, **kwargs: Unpack[GetSqlInjectionMatchSetRequestRequestTypeDef]
|
|
621
698
|
) -> GetSqlInjectionMatchSetResponseTypeDef:
|
|
622
699
|
"""
|
|
623
|
-
.
|
|
700
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
624
701
|
|
|
625
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
702
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_sql_injection_match_set.html)
|
|
626
703
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_sql_injection_match_set)
|
|
627
704
|
"""
|
|
628
705
|
|
|
629
|
-
def get_web_acl(
|
|
706
|
+
def get_web_acl(
|
|
707
|
+
self, **kwargs: Unpack[GetWebACLRequestRequestTypeDef]
|
|
708
|
+
) -> GetWebACLResponseTypeDef:
|
|
630
709
|
"""
|
|
631
|
-
.
|
|
710
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
632
711
|
|
|
633
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
712
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_web_acl.html)
|
|
634
713
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_web_acl)
|
|
635
714
|
"""
|
|
636
715
|
|
|
637
|
-
def get_web_acl_for_resource(
|
|
716
|
+
def get_web_acl_for_resource(
|
|
717
|
+
self, **kwargs: Unpack[GetWebACLForResourceRequestRequestTypeDef]
|
|
718
|
+
) -> GetWebACLForResourceResponseTypeDef:
|
|
638
719
|
"""
|
|
639
|
-
.
|
|
720
|
+
This is <b>AWS WAF Classic Regional</b> documentation.
|
|
640
721
|
|
|
641
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
722
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_web_acl_for_resource.html)
|
|
642
723
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_web_acl_for_resource)
|
|
643
724
|
"""
|
|
644
725
|
|
|
645
|
-
def get_xss_match_set(
|
|
726
|
+
def get_xss_match_set(
|
|
727
|
+
self, **kwargs: Unpack[GetXssMatchSetRequestRequestTypeDef]
|
|
728
|
+
) -> GetXssMatchSetResponseTypeDef:
|
|
646
729
|
"""
|
|
647
|
-
.
|
|
730
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
648
731
|
|
|
649
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
732
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/get_xss_match_set.html)
|
|
650
733
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#get_xss_match_set)
|
|
651
734
|
"""
|
|
652
735
|
|
|
653
736
|
def list_activated_rules_in_rule_group(
|
|
654
|
-
self,
|
|
737
|
+
self, **kwargs: Unpack[ListActivatedRulesInRuleGroupRequestRequestTypeDef]
|
|
655
738
|
) -> ListActivatedRulesInRuleGroupResponseTypeDef:
|
|
656
739
|
"""
|
|
657
|
-
.
|
|
740
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
658
741
|
|
|
659
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
742
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_activated_rules_in_rule_group.html)
|
|
660
743
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_activated_rules_in_rule_group)
|
|
661
744
|
"""
|
|
662
745
|
|
|
663
746
|
def list_byte_match_sets(
|
|
664
|
-
self,
|
|
747
|
+
self, **kwargs: Unpack[ListByteMatchSetsRequestRequestTypeDef]
|
|
665
748
|
) -> ListByteMatchSetsResponseTypeDef:
|
|
666
749
|
"""
|
|
667
|
-
.
|
|
750
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
668
751
|
|
|
669
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
752
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_byte_match_sets.html)
|
|
670
753
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_byte_match_sets)
|
|
671
754
|
"""
|
|
672
755
|
|
|
673
756
|
def list_geo_match_sets(
|
|
674
|
-
self,
|
|
757
|
+
self, **kwargs: Unpack[ListGeoMatchSetsRequestRequestTypeDef]
|
|
675
758
|
) -> ListGeoMatchSetsResponseTypeDef:
|
|
676
759
|
"""
|
|
677
|
-
.
|
|
760
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
678
761
|
|
|
679
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
762
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_geo_match_sets.html)
|
|
680
763
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_geo_match_sets)
|
|
681
764
|
"""
|
|
682
765
|
|
|
683
|
-
def list_ip_sets(
|
|
766
|
+
def list_ip_sets(
|
|
767
|
+
self, **kwargs: Unpack[ListIPSetsRequestRequestTypeDef]
|
|
768
|
+
) -> ListIPSetsResponseTypeDef:
|
|
684
769
|
"""
|
|
685
|
-
.
|
|
770
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
686
771
|
|
|
687
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
772
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_ip_sets.html)
|
|
688
773
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_ip_sets)
|
|
689
774
|
"""
|
|
690
775
|
|
|
691
776
|
def list_logging_configurations(
|
|
692
|
-
self,
|
|
777
|
+
self, **kwargs: Unpack[ListLoggingConfigurationsRequestRequestTypeDef]
|
|
693
778
|
) -> ListLoggingConfigurationsResponseTypeDef:
|
|
694
779
|
"""
|
|
695
|
-
.
|
|
780
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
696
781
|
|
|
697
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
782
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_logging_configurations.html)
|
|
698
783
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_logging_configurations)
|
|
699
784
|
"""
|
|
700
785
|
|
|
701
786
|
def list_rate_based_rules(
|
|
702
|
-
self,
|
|
787
|
+
self, **kwargs: Unpack[ListRateBasedRulesRequestRequestTypeDef]
|
|
703
788
|
) -> ListRateBasedRulesResponseTypeDef:
|
|
704
789
|
"""
|
|
705
|
-
.
|
|
790
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
706
791
|
|
|
707
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
792
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_rate_based_rules.html)
|
|
708
793
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_rate_based_rules)
|
|
709
794
|
"""
|
|
710
795
|
|
|
711
796
|
def list_regex_match_sets(
|
|
712
|
-
self,
|
|
797
|
+
self, **kwargs: Unpack[ListRegexMatchSetsRequestRequestTypeDef]
|
|
713
798
|
) -> ListRegexMatchSetsResponseTypeDef:
|
|
714
799
|
"""
|
|
715
|
-
.
|
|
800
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
716
801
|
|
|
717
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
802
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_regex_match_sets.html)
|
|
718
803
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_regex_match_sets)
|
|
719
804
|
"""
|
|
720
805
|
|
|
721
806
|
def list_regex_pattern_sets(
|
|
722
|
-
self,
|
|
807
|
+
self, **kwargs: Unpack[ListRegexPatternSetsRequestRequestTypeDef]
|
|
723
808
|
) -> ListRegexPatternSetsResponseTypeDef:
|
|
724
809
|
"""
|
|
725
|
-
.
|
|
810
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
726
811
|
|
|
727
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
812
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_regex_pattern_sets.html)
|
|
728
813
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_regex_pattern_sets)
|
|
729
814
|
"""
|
|
730
815
|
|
|
731
816
|
def list_resources_for_web_acl(
|
|
732
|
-
self,
|
|
817
|
+
self, **kwargs: Unpack[ListResourcesForWebACLRequestRequestTypeDef]
|
|
733
818
|
) -> ListResourcesForWebACLResponseTypeDef:
|
|
734
819
|
"""
|
|
735
|
-
.
|
|
820
|
+
This is <b>AWS WAF Classic Regional</b> documentation.
|
|
736
821
|
|
|
737
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
822
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_resources_for_web_acl.html)
|
|
738
823
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_resources_for_web_acl)
|
|
739
824
|
"""
|
|
740
825
|
|
|
741
826
|
def list_rule_groups(
|
|
742
|
-
self,
|
|
827
|
+
self, **kwargs: Unpack[ListRuleGroupsRequestRequestTypeDef]
|
|
743
828
|
) -> ListRuleGroupsResponseTypeDef:
|
|
744
829
|
"""
|
|
745
|
-
.
|
|
830
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
746
831
|
|
|
747
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
832
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_rule_groups.html)
|
|
748
833
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_rule_groups)
|
|
749
834
|
"""
|
|
750
835
|
|
|
751
|
-
def list_rules(
|
|
836
|
+
def list_rules(
|
|
837
|
+
self, **kwargs: Unpack[ListRulesRequestRequestTypeDef]
|
|
838
|
+
) -> ListRulesResponseTypeDef:
|
|
752
839
|
"""
|
|
753
|
-
.
|
|
840
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
754
841
|
|
|
755
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
842
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_rules.html)
|
|
756
843
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_rules)
|
|
757
844
|
"""
|
|
758
845
|
|
|
759
846
|
def list_size_constraint_sets(
|
|
760
|
-
self,
|
|
847
|
+
self, **kwargs: Unpack[ListSizeConstraintSetsRequestRequestTypeDef]
|
|
761
848
|
) -> ListSizeConstraintSetsResponseTypeDef:
|
|
762
849
|
"""
|
|
763
|
-
.
|
|
850
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
764
851
|
|
|
765
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
852
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_size_constraint_sets.html)
|
|
766
853
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_size_constraint_sets)
|
|
767
854
|
"""
|
|
768
855
|
|
|
769
856
|
def list_sql_injection_match_sets(
|
|
770
|
-
self,
|
|
857
|
+
self, **kwargs: Unpack[ListSqlInjectionMatchSetsRequestRequestTypeDef]
|
|
771
858
|
) -> ListSqlInjectionMatchSetsResponseTypeDef:
|
|
772
859
|
"""
|
|
773
|
-
.
|
|
860
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
774
861
|
|
|
775
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
862
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_sql_injection_match_sets.html)
|
|
776
863
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_sql_injection_match_sets)
|
|
777
864
|
"""
|
|
778
865
|
|
|
779
866
|
def list_subscribed_rule_groups(
|
|
780
|
-
self,
|
|
867
|
+
self, **kwargs: Unpack[ListSubscribedRuleGroupsRequestRequestTypeDef]
|
|
781
868
|
) -> ListSubscribedRuleGroupsResponseTypeDef:
|
|
782
869
|
"""
|
|
783
|
-
.
|
|
870
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
784
871
|
|
|
785
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
872
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_subscribed_rule_groups.html)
|
|
786
873
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_subscribed_rule_groups)
|
|
787
874
|
"""
|
|
788
875
|
|
|
789
876
|
def list_tags_for_resource(
|
|
790
|
-
self,
|
|
877
|
+
self, **kwargs: Unpack[ListTagsForResourceRequestRequestTypeDef]
|
|
791
878
|
) -> ListTagsForResourceResponseTypeDef:
|
|
792
879
|
"""
|
|
793
|
-
.
|
|
880
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
794
881
|
|
|
795
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
882
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_tags_for_resource.html)
|
|
796
883
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_tags_for_resource)
|
|
797
884
|
"""
|
|
798
885
|
|
|
799
886
|
def list_web_acls(
|
|
800
|
-
self,
|
|
887
|
+
self, **kwargs: Unpack[ListWebACLsRequestRequestTypeDef]
|
|
801
888
|
) -> ListWebACLsResponseTypeDef:
|
|
802
889
|
"""
|
|
803
|
-
.
|
|
890
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
804
891
|
|
|
805
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
892
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_web_acls.html)
|
|
806
893
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_web_acls)
|
|
807
894
|
"""
|
|
808
895
|
|
|
809
896
|
def list_xss_match_sets(
|
|
810
|
-
self,
|
|
897
|
+
self, **kwargs: Unpack[ListXssMatchSetsRequestRequestTypeDef]
|
|
811
898
|
) -> ListXssMatchSetsResponseTypeDef:
|
|
812
899
|
"""
|
|
813
|
-
.
|
|
900
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
814
901
|
|
|
815
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
902
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/list_xss_match_sets.html)
|
|
816
903
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#list_xss_match_sets)
|
|
817
904
|
"""
|
|
818
905
|
|
|
819
906
|
def put_logging_configuration(
|
|
820
|
-
self,
|
|
907
|
+
self, **kwargs: Unpack[PutLoggingConfigurationRequestRequestTypeDef]
|
|
821
908
|
) -> PutLoggingConfigurationResponseTypeDef:
|
|
822
909
|
"""
|
|
823
|
-
.
|
|
910
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
824
911
|
|
|
825
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
912
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/put_logging_configuration.html)
|
|
826
913
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#put_logging_configuration)
|
|
827
914
|
"""
|
|
828
915
|
|
|
829
|
-
def put_permission_policy(
|
|
916
|
+
def put_permission_policy(
|
|
917
|
+
self, **kwargs: Unpack[PutPermissionPolicyRequestRequestTypeDef]
|
|
918
|
+
) -> Dict[str, Any]:
|
|
830
919
|
"""
|
|
831
|
-
.
|
|
920
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
832
921
|
|
|
833
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
922
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/put_permission_policy.html)
|
|
834
923
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#put_permission_policy)
|
|
835
924
|
"""
|
|
836
925
|
|
|
837
|
-
def tag_resource(self,
|
|
926
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
|
|
838
927
|
"""
|
|
839
|
-
.
|
|
928
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
840
929
|
|
|
841
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
930
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/tag_resource.html)
|
|
842
931
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#tag_resource)
|
|
843
932
|
"""
|
|
844
933
|
|
|
845
|
-
def untag_resource(
|
|
934
|
+
def untag_resource(
|
|
935
|
+
self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
|
|
936
|
+
) -> Dict[str, Any]:
|
|
846
937
|
"""
|
|
847
|
-
.
|
|
938
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
848
939
|
|
|
849
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
940
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/untag_resource.html)
|
|
850
941
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#untag_resource)
|
|
851
942
|
"""
|
|
852
943
|
|
|
853
944
|
def update_byte_match_set(
|
|
854
|
-
self,
|
|
945
|
+
self, **kwargs: Unpack[UpdateByteMatchSetRequestRequestTypeDef]
|
|
855
946
|
) -> UpdateByteMatchSetResponseTypeDef:
|
|
856
947
|
"""
|
|
857
|
-
.
|
|
948
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
858
949
|
|
|
859
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
950
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_byte_match_set.html)
|
|
860
951
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_byte_match_set)
|
|
861
952
|
"""
|
|
862
953
|
|
|
863
954
|
def update_geo_match_set(
|
|
864
|
-
self,
|
|
955
|
+
self, **kwargs: Unpack[UpdateGeoMatchSetRequestRequestTypeDef]
|
|
865
956
|
) -> UpdateGeoMatchSetResponseTypeDef:
|
|
866
957
|
"""
|
|
867
|
-
.
|
|
958
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
868
959
|
|
|
869
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
960
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_geo_match_set.html)
|
|
870
961
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_geo_match_set)
|
|
871
962
|
"""
|
|
872
963
|
|
|
873
964
|
def update_ip_set(
|
|
874
|
-
self,
|
|
965
|
+
self, **kwargs: Unpack[UpdateIPSetRequestRequestTypeDef]
|
|
875
966
|
) -> UpdateIPSetResponseTypeDef:
|
|
876
967
|
"""
|
|
877
|
-
.
|
|
968
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
878
969
|
|
|
879
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
970
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_ip_set.html)
|
|
880
971
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_ip_set)
|
|
881
972
|
"""
|
|
882
973
|
|
|
883
974
|
def update_rate_based_rule(
|
|
884
|
-
self,
|
|
975
|
+
self, **kwargs: Unpack[UpdateRateBasedRuleRequestRequestTypeDef]
|
|
885
976
|
) -> UpdateRateBasedRuleResponseTypeDef:
|
|
886
977
|
"""
|
|
887
|
-
.
|
|
978
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
888
979
|
|
|
889
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
980
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_rate_based_rule.html)
|
|
890
981
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_rate_based_rule)
|
|
891
982
|
"""
|
|
892
983
|
|
|
893
984
|
def update_regex_match_set(
|
|
894
|
-
self,
|
|
895
|
-
*,
|
|
896
|
-
RegexMatchSetId: str,
|
|
897
|
-
Updates: Sequence[RegexMatchSetUpdateTypeDef],
|
|
898
|
-
ChangeToken: str,
|
|
985
|
+
self, **kwargs: Unpack[UpdateRegexMatchSetRequestRequestTypeDef]
|
|
899
986
|
) -> UpdateRegexMatchSetResponseTypeDef:
|
|
900
987
|
"""
|
|
901
|
-
.
|
|
988
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
902
989
|
|
|
903
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
990
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_regex_match_set.html)
|
|
904
991
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_regex_match_set)
|
|
905
992
|
"""
|
|
906
993
|
|
|
907
994
|
def update_regex_pattern_set(
|
|
908
|
-
self,
|
|
909
|
-
*,
|
|
910
|
-
RegexPatternSetId: str,
|
|
911
|
-
Updates: Sequence[RegexPatternSetUpdateTypeDef],
|
|
912
|
-
ChangeToken: str,
|
|
995
|
+
self, **kwargs: Unpack[UpdateRegexPatternSetRequestRequestTypeDef]
|
|
913
996
|
) -> UpdateRegexPatternSetResponseTypeDef:
|
|
914
997
|
"""
|
|
915
|
-
.
|
|
998
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
916
999
|
|
|
917
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
1000
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_regex_pattern_set.html)
|
|
918
1001
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_regex_pattern_set)
|
|
919
1002
|
"""
|
|
920
1003
|
|
|
921
1004
|
def update_rule(
|
|
922
|
-
self,
|
|
1005
|
+
self, **kwargs: Unpack[UpdateRuleRequestRequestTypeDef]
|
|
923
1006
|
) -> UpdateRuleResponseTypeDef:
|
|
924
1007
|
"""
|
|
925
|
-
.
|
|
1008
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
926
1009
|
|
|
927
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
1010
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_rule.html)
|
|
928
1011
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_rule)
|
|
929
1012
|
"""
|
|
930
1013
|
|
|
931
1014
|
def update_rule_group(
|
|
932
|
-
self,
|
|
1015
|
+
self, **kwargs: Unpack[UpdateRuleGroupRequestRequestTypeDef]
|
|
933
1016
|
) -> UpdateRuleGroupResponseTypeDef:
|
|
934
1017
|
"""
|
|
935
|
-
.
|
|
1018
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
936
1019
|
|
|
937
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
1020
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_rule_group.html)
|
|
938
1021
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_rule_group)
|
|
939
1022
|
"""
|
|
940
1023
|
|
|
941
1024
|
def update_size_constraint_set(
|
|
942
|
-
self,
|
|
943
|
-
*,
|
|
944
|
-
SizeConstraintSetId: str,
|
|
945
|
-
ChangeToken: str,
|
|
946
|
-
Updates: Sequence[SizeConstraintSetUpdateTypeDef],
|
|
1025
|
+
self, **kwargs: Unpack[UpdateSizeConstraintSetRequestRequestTypeDef]
|
|
947
1026
|
) -> UpdateSizeConstraintSetResponseTypeDef:
|
|
948
1027
|
"""
|
|
949
|
-
.
|
|
1028
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
950
1029
|
|
|
951
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
1030
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_size_constraint_set.html)
|
|
952
1031
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_size_constraint_set)
|
|
953
1032
|
"""
|
|
954
1033
|
|
|
955
1034
|
def update_sql_injection_match_set(
|
|
956
|
-
self,
|
|
957
|
-
*,
|
|
958
|
-
SqlInjectionMatchSetId: str,
|
|
959
|
-
ChangeToken: str,
|
|
960
|
-
Updates: Sequence[SqlInjectionMatchSetUpdateTypeDef],
|
|
1035
|
+
self, **kwargs: Unpack[UpdateSqlInjectionMatchSetRequestRequestTypeDef]
|
|
961
1036
|
) -> UpdateSqlInjectionMatchSetResponseTypeDef:
|
|
962
1037
|
"""
|
|
963
|
-
.
|
|
1038
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
964
1039
|
|
|
965
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
1040
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_sql_injection_match_set.html)
|
|
966
1041
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_sql_injection_match_set)
|
|
967
1042
|
"""
|
|
968
1043
|
|
|
969
1044
|
def update_web_acl(
|
|
970
|
-
self,
|
|
971
|
-
*,
|
|
972
|
-
WebACLId: str,
|
|
973
|
-
ChangeToken: str,
|
|
974
|
-
Updates: Sequence[WebACLUpdateTypeDef] = ...,
|
|
975
|
-
DefaultAction: WafActionTypeDef = ...,
|
|
1045
|
+
self, **kwargs: Unpack[UpdateWebACLRequestRequestTypeDef]
|
|
976
1046
|
) -> UpdateWebACLResponseTypeDef:
|
|
977
1047
|
"""
|
|
978
|
-
.
|
|
1048
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
979
1049
|
|
|
980
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
1050
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_web_acl.html)
|
|
981
1051
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_web_acl)
|
|
982
1052
|
"""
|
|
983
1053
|
|
|
984
1054
|
def update_xss_match_set(
|
|
985
|
-
self,
|
|
1055
|
+
self, **kwargs: Unpack[UpdateXssMatchSetRequestRequestTypeDef]
|
|
986
1056
|
) -> UpdateXssMatchSetResponseTypeDef:
|
|
987
1057
|
"""
|
|
988
|
-
.
|
|
1058
|
+
This is <b>AWS WAF Classic</b> documentation.
|
|
989
1059
|
|
|
990
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional.html
|
|
1060
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/waf-regional/client/update_xss_match_set.html)
|
|
991
1061
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/client/#update_xss_match_set)
|
|
992
1062
|
"""
|