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