aws-sdk-wafregional 1.59.0 → 1.60.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,1181 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module WAFRegional
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _AssociateWebACLResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateWebACLResponse]
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#associate_web_acl-instance_method
80
+ def associate_web_acl: (
81
+ web_acl_id: ::String,
82
+ resource_arn: ::String
83
+ ) -> _AssociateWebACLResponseSuccess
84
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateWebACLResponseSuccess
85
+
86
+ interface _CreateByteMatchSetResponseSuccess
87
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateByteMatchSetResponse]
88
+ def byte_match_set: () -> Types::ByteMatchSet
89
+ def change_token: () -> ::String
90
+ end
91
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_byte_match_set-instance_method
92
+ def create_byte_match_set: (
93
+ name: ::String,
94
+ change_token: ::String
95
+ ) -> _CreateByteMatchSetResponseSuccess
96
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateByteMatchSetResponseSuccess
97
+
98
+ interface _CreateGeoMatchSetResponseSuccess
99
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateGeoMatchSetResponse]
100
+ def geo_match_set: () -> Types::GeoMatchSet
101
+ def change_token: () -> ::String
102
+ end
103
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_geo_match_set-instance_method
104
+ def create_geo_match_set: (
105
+ name: ::String,
106
+ change_token: ::String
107
+ ) -> _CreateGeoMatchSetResponseSuccess
108
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGeoMatchSetResponseSuccess
109
+
110
+ interface _CreateIPSetResponseSuccess
111
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIPSetResponse]
112
+ def ip_set: () -> Types::IPSet
113
+ def change_token: () -> ::String
114
+ end
115
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_ip_set-instance_method
116
+ def create_ip_set: (
117
+ name: ::String,
118
+ change_token: ::String
119
+ ) -> _CreateIPSetResponseSuccess
120
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIPSetResponseSuccess
121
+
122
+ interface _CreateRateBasedRuleResponseSuccess
123
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRateBasedRuleResponse]
124
+ def rule: () -> Types::RateBasedRule
125
+ def change_token: () -> ::String
126
+ end
127
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_rate_based_rule-instance_method
128
+ def create_rate_based_rule: (
129
+ name: ::String,
130
+ metric_name: ::String,
131
+ rate_key: ("IP"),
132
+ rate_limit: ::Integer,
133
+ change_token: ::String,
134
+ ?tags: Array[
135
+ {
136
+ key: ::String,
137
+ value: ::String
138
+ },
139
+ ]
140
+ ) -> _CreateRateBasedRuleResponseSuccess
141
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRateBasedRuleResponseSuccess
142
+
143
+ interface _CreateRegexMatchSetResponseSuccess
144
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRegexMatchSetResponse]
145
+ def regex_match_set: () -> Types::RegexMatchSet
146
+ def change_token: () -> ::String
147
+ end
148
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_regex_match_set-instance_method
149
+ def create_regex_match_set: (
150
+ name: ::String,
151
+ change_token: ::String
152
+ ) -> _CreateRegexMatchSetResponseSuccess
153
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRegexMatchSetResponseSuccess
154
+
155
+ interface _CreateRegexPatternSetResponseSuccess
156
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRegexPatternSetResponse]
157
+ def regex_pattern_set: () -> Types::RegexPatternSet
158
+ def change_token: () -> ::String
159
+ end
160
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_regex_pattern_set-instance_method
161
+ def create_regex_pattern_set: (
162
+ name: ::String,
163
+ change_token: ::String
164
+ ) -> _CreateRegexPatternSetResponseSuccess
165
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRegexPatternSetResponseSuccess
166
+
167
+ interface _CreateRuleResponseSuccess
168
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRuleResponse]
169
+ def rule: () -> Types::Rule
170
+ def change_token: () -> ::String
171
+ end
172
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_rule-instance_method
173
+ def create_rule: (
174
+ name: ::String,
175
+ metric_name: ::String,
176
+ change_token: ::String,
177
+ ?tags: Array[
178
+ {
179
+ key: ::String,
180
+ value: ::String
181
+ },
182
+ ]
183
+ ) -> _CreateRuleResponseSuccess
184
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleResponseSuccess
185
+
186
+ interface _CreateRuleGroupResponseSuccess
187
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRuleGroupResponse]
188
+ def rule_group: () -> Types::RuleGroup
189
+ def change_token: () -> ::String
190
+ end
191
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_rule_group-instance_method
192
+ def create_rule_group: (
193
+ name: ::String,
194
+ metric_name: ::String,
195
+ change_token: ::String,
196
+ ?tags: Array[
197
+ {
198
+ key: ::String,
199
+ value: ::String
200
+ },
201
+ ]
202
+ ) -> _CreateRuleGroupResponseSuccess
203
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleGroupResponseSuccess
204
+
205
+ interface _CreateSizeConstraintSetResponseSuccess
206
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSizeConstraintSetResponse]
207
+ def size_constraint_set: () -> Types::SizeConstraintSet
208
+ def change_token: () -> ::String
209
+ end
210
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_size_constraint_set-instance_method
211
+ def create_size_constraint_set: (
212
+ name: ::String,
213
+ change_token: ::String
214
+ ) -> _CreateSizeConstraintSetResponseSuccess
215
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSizeConstraintSetResponseSuccess
216
+
217
+ interface _CreateSqlInjectionMatchSetResponseSuccess
218
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSqlInjectionMatchSetResponse]
219
+ def sql_injection_match_set: () -> Types::SqlInjectionMatchSet
220
+ def change_token: () -> ::String
221
+ end
222
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_sql_injection_match_set-instance_method
223
+ def create_sql_injection_match_set: (
224
+ name: ::String,
225
+ change_token: ::String
226
+ ) -> _CreateSqlInjectionMatchSetResponseSuccess
227
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSqlInjectionMatchSetResponseSuccess
228
+
229
+ interface _CreateWebACLResponseSuccess
230
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWebACLResponse]
231
+ def web_acl: () -> Types::WebACL
232
+ def change_token: () -> ::String
233
+ end
234
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_web_acl-instance_method
235
+ def create_web_acl: (
236
+ name: ::String,
237
+ metric_name: ::String,
238
+ default_action: {
239
+ type: ("BLOCK" | "ALLOW" | "COUNT")
240
+ },
241
+ change_token: ::String,
242
+ ?tags: Array[
243
+ {
244
+ key: ::String,
245
+ value: ::String
246
+ },
247
+ ]
248
+ ) -> _CreateWebACLResponseSuccess
249
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWebACLResponseSuccess
250
+
251
+ interface _CreateWebACLMigrationStackResponseSuccess
252
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWebACLMigrationStackResponse]
253
+ def s3_object_url: () -> ::String
254
+ end
255
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_web_acl_migration_stack-instance_method
256
+ def create_web_acl_migration_stack: (
257
+ web_acl_id: ::String,
258
+ s3_bucket_name: ::String,
259
+ ignore_unsupported_type: bool
260
+ ) -> _CreateWebACLMigrationStackResponseSuccess
261
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWebACLMigrationStackResponseSuccess
262
+
263
+ interface _CreateXssMatchSetResponseSuccess
264
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateXssMatchSetResponse]
265
+ def xss_match_set: () -> Types::XssMatchSet
266
+ def change_token: () -> ::String
267
+ end
268
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#create_xss_match_set-instance_method
269
+ def create_xss_match_set: (
270
+ name: ::String,
271
+ change_token: ::String
272
+ ) -> _CreateXssMatchSetResponseSuccess
273
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateXssMatchSetResponseSuccess
274
+
275
+ interface _DeleteByteMatchSetResponseSuccess
276
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteByteMatchSetResponse]
277
+ def change_token: () -> ::String
278
+ end
279
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_byte_match_set-instance_method
280
+ def delete_byte_match_set: (
281
+ byte_match_set_id: ::String,
282
+ change_token: ::String
283
+ ) -> _DeleteByteMatchSetResponseSuccess
284
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteByteMatchSetResponseSuccess
285
+
286
+ interface _DeleteGeoMatchSetResponseSuccess
287
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteGeoMatchSetResponse]
288
+ def change_token: () -> ::String
289
+ end
290
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_geo_match_set-instance_method
291
+ def delete_geo_match_set: (
292
+ geo_match_set_id: ::String,
293
+ change_token: ::String
294
+ ) -> _DeleteGeoMatchSetResponseSuccess
295
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteGeoMatchSetResponseSuccess
296
+
297
+ interface _DeleteIPSetResponseSuccess
298
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIPSetResponse]
299
+ def change_token: () -> ::String
300
+ end
301
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_ip_set-instance_method
302
+ def delete_ip_set: (
303
+ ip_set_id: ::String,
304
+ change_token: ::String
305
+ ) -> _DeleteIPSetResponseSuccess
306
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIPSetResponseSuccess
307
+
308
+ interface _DeleteLoggingConfigurationResponseSuccess
309
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteLoggingConfigurationResponse]
310
+ end
311
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_logging_configuration-instance_method
312
+ def delete_logging_configuration: (
313
+ resource_arn: ::String
314
+ ) -> _DeleteLoggingConfigurationResponseSuccess
315
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteLoggingConfigurationResponseSuccess
316
+
317
+ interface _DeletePermissionPolicyResponseSuccess
318
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePermissionPolicyResponse]
319
+ end
320
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_permission_policy-instance_method
321
+ def delete_permission_policy: (
322
+ resource_arn: ::String
323
+ ) -> _DeletePermissionPolicyResponseSuccess
324
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePermissionPolicyResponseSuccess
325
+
326
+ interface _DeleteRateBasedRuleResponseSuccess
327
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRateBasedRuleResponse]
328
+ def change_token: () -> ::String
329
+ end
330
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_rate_based_rule-instance_method
331
+ def delete_rate_based_rule: (
332
+ rule_id: ::String,
333
+ change_token: ::String
334
+ ) -> _DeleteRateBasedRuleResponseSuccess
335
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRateBasedRuleResponseSuccess
336
+
337
+ interface _DeleteRegexMatchSetResponseSuccess
338
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRegexMatchSetResponse]
339
+ def change_token: () -> ::String
340
+ end
341
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_regex_match_set-instance_method
342
+ def delete_regex_match_set: (
343
+ regex_match_set_id: ::String,
344
+ change_token: ::String
345
+ ) -> _DeleteRegexMatchSetResponseSuccess
346
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRegexMatchSetResponseSuccess
347
+
348
+ interface _DeleteRegexPatternSetResponseSuccess
349
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRegexPatternSetResponse]
350
+ def change_token: () -> ::String
351
+ end
352
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_regex_pattern_set-instance_method
353
+ def delete_regex_pattern_set: (
354
+ regex_pattern_set_id: ::String,
355
+ change_token: ::String
356
+ ) -> _DeleteRegexPatternSetResponseSuccess
357
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRegexPatternSetResponseSuccess
358
+
359
+ interface _DeleteRuleResponseSuccess
360
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRuleResponse]
361
+ def change_token: () -> ::String
362
+ end
363
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_rule-instance_method
364
+ def delete_rule: (
365
+ rule_id: ::String,
366
+ change_token: ::String
367
+ ) -> _DeleteRuleResponseSuccess
368
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRuleResponseSuccess
369
+
370
+ interface _DeleteRuleGroupResponseSuccess
371
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRuleGroupResponse]
372
+ def change_token: () -> ::String
373
+ end
374
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_rule_group-instance_method
375
+ def delete_rule_group: (
376
+ rule_group_id: ::String,
377
+ change_token: ::String
378
+ ) -> _DeleteRuleGroupResponseSuccess
379
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRuleGroupResponseSuccess
380
+
381
+ interface _DeleteSizeConstraintSetResponseSuccess
382
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSizeConstraintSetResponse]
383
+ def change_token: () -> ::String
384
+ end
385
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_size_constraint_set-instance_method
386
+ def delete_size_constraint_set: (
387
+ size_constraint_set_id: ::String,
388
+ change_token: ::String
389
+ ) -> _DeleteSizeConstraintSetResponseSuccess
390
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSizeConstraintSetResponseSuccess
391
+
392
+ interface _DeleteSqlInjectionMatchSetResponseSuccess
393
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSqlInjectionMatchSetResponse]
394
+ def change_token: () -> ::String
395
+ end
396
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_sql_injection_match_set-instance_method
397
+ def delete_sql_injection_match_set: (
398
+ sql_injection_match_set_id: ::String,
399
+ change_token: ::String
400
+ ) -> _DeleteSqlInjectionMatchSetResponseSuccess
401
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSqlInjectionMatchSetResponseSuccess
402
+
403
+ interface _DeleteWebACLResponseSuccess
404
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteWebACLResponse]
405
+ def change_token: () -> ::String
406
+ end
407
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_web_acl-instance_method
408
+ def delete_web_acl: (
409
+ web_acl_id: ::String,
410
+ change_token: ::String
411
+ ) -> _DeleteWebACLResponseSuccess
412
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteWebACLResponseSuccess
413
+
414
+ interface _DeleteXssMatchSetResponseSuccess
415
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteXssMatchSetResponse]
416
+ def change_token: () -> ::String
417
+ end
418
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#delete_xss_match_set-instance_method
419
+ def delete_xss_match_set: (
420
+ xss_match_set_id: ::String,
421
+ change_token: ::String
422
+ ) -> _DeleteXssMatchSetResponseSuccess
423
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteXssMatchSetResponseSuccess
424
+
425
+ interface _DisassociateWebACLResponseSuccess
426
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateWebACLResponse]
427
+ end
428
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#disassociate_web_acl-instance_method
429
+ def disassociate_web_acl: (
430
+ resource_arn: ::String
431
+ ) -> _DisassociateWebACLResponseSuccess
432
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateWebACLResponseSuccess
433
+
434
+ interface _GetByteMatchSetResponseSuccess
435
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetByteMatchSetResponse]
436
+ def byte_match_set: () -> Types::ByteMatchSet
437
+ end
438
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_byte_match_set-instance_method
439
+ def get_byte_match_set: (
440
+ byte_match_set_id: ::String
441
+ ) -> _GetByteMatchSetResponseSuccess
442
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetByteMatchSetResponseSuccess
443
+
444
+ interface _GetChangeTokenResponseSuccess
445
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetChangeTokenResponse]
446
+ def change_token: () -> ::String
447
+ end
448
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_change_token-instance_method
449
+ def get_change_token: (
450
+ ) -> _GetChangeTokenResponseSuccess
451
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetChangeTokenResponseSuccess
452
+
453
+ interface _GetChangeTokenStatusResponseSuccess
454
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetChangeTokenStatusResponse]
455
+ def change_token_status: () -> ("PROVISIONED" | "PENDING" | "INSYNC")
456
+ end
457
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_change_token_status-instance_method
458
+ def get_change_token_status: (
459
+ change_token: ::String
460
+ ) -> _GetChangeTokenStatusResponseSuccess
461
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetChangeTokenStatusResponseSuccess
462
+
463
+ interface _GetGeoMatchSetResponseSuccess
464
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetGeoMatchSetResponse]
465
+ def geo_match_set: () -> Types::GeoMatchSet
466
+ end
467
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_geo_match_set-instance_method
468
+ def get_geo_match_set: (
469
+ geo_match_set_id: ::String
470
+ ) -> _GetGeoMatchSetResponseSuccess
471
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetGeoMatchSetResponseSuccess
472
+
473
+ interface _GetIPSetResponseSuccess
474
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIPSetResponse]
475
+ def ip_set: () -> Types::IPSet
476
+ end
477
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_ip_set-instance_method
478
+ def get_ip_set: (
479
+ ip_set_id: ::String
480
+ ) -> _GetIPSetResponseSuccess
481
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIPSetResponseSuccess
482
+
483
+ interface _GetLoggingConfigurationResponseSuccess
484
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLoggingConfigurationResponse]
485
+ def logging_configuration: () -> Types::LoggingConfiguration
486
+ end
487
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_logging_configuration-instance_method
488
+ def get_logging_configuration: (
489
+ resource_arn: ::String
490
+ ) -> _GetLoggingConfigurationResponseSuccess
491
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLoggingConfigurationResponseSuccess
492
+
493
+ interface _GetPermissionPolicyResponseSuccess
494
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPermissionPolicyResponse]
495
+ def policy: () -> ::String
496
+ end
497
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_permission_policy-instance_method
498
+ def get_permission_policy: (
499
+ resource_arn: ::String
500
+ ) -> _GetPermissionPolicyResponseSuccess
501
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPermissionPolicyResponseSuccess
502
+
503
+ interface _GetRateBasedRuleResponseSuccess
504
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRateBasedRuleResponse]
505
+ def rule: () -> Types::RateBasedRule
506
+ end
507
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_rate_based_rule-instance_method
508
+ def get_rate_based_rule: (
509
+ rule_id: ::String
510
+ ) -> _GetRateBasedRuleResponseSuccess
511
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRateBasedRuleResponseSuccess
512
+
513
+ interface _GetRateBasedRuleManagedKeysResponseSuccess
514
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRateBasedRuleManagedKeysResponse]
515
+ def managed_keys: () -> ::Array[::String]
516
+ def next_marker: () -> ::String
517
+ end
518
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_rate_based_rule_managed_keys-instance_method
519
+ def get_rate_based_rule_managed_keys: (
520
+ rule_id: ::String,
521
+ ?next_marker: ::String
522
+ ) -> _GetRateBasedRuleManagedKeysResponseSuccess
523
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRateBasedRuleManagedKeysResponseSuccess
524
+
525
+ interface _GetRegexMatchSetResponseSuccess
526
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRegexMatchSetResponse]
527
+ def regex_match_set: () -> Types::RegexMatchSet
528
+ end
529
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_regex_match_set-instance_method
530
+ def get_regex_match_set: (
531
+ regex_match_set_id: ::String
532
+ ) -> _GetRegexMatchSetResponseSuccess
533
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRegexMatchSetResponseSuccess
534
+
535
+ interface _GetRegexPatternSetResponseSuccess
536
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRegexPatternSetResponse]
537
+ def regex_pattern_set: () -> Types::RegexPatternSet
538
+ end
539
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_regex_pattern_set-instance_method
540
+ def get_regex_pattern_set: (
541
+ regex_pattern_set_id: ::String
542
+ ) -> _GetRegexPatternSetResponseSuccess
543
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRegexPatternSetResponseSuccess
544
+
545
+ interface _GetRuleResponseSuccess
546
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRuleResponse]
547
+ def rule: () -> Types::Rule
548
+ end
549
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_rule-instance_method
550
+ def get_rule: (
551
+ rule_id: ::String
552
+ ) -> _GetRuleResponseSuccess
553
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRuleResponseSuccess
554
+
555
+ interface _GetRuleGroupResponseSuccess
556
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRuleGroupResponse]
557
+ def rule_group: () -> Types::RuleGroup
558
+ end
559
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_rule_group-instance_method
560
+ def get_rule_group: (
561
+ rule_group_id: ::String
562
+ ) -> _GetRuleGroupResponseSuccess
563
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRuleGroupResponseSuccess
564
+
565
+ interface _GetSampledRequestsResponseSuccess
566
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSampledRequestsResponse]
567
+ def sampled_requests: () -> ::Array[Types::SampledHTTPRequest]
568
+ def population_size: () -> ::Integer
569
+ def time_window: () -> Types::TimeWindow
570
+ end
571
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_sampled_requests-instance_method
572
+ def get_sampled_requests: (
573
+ web_acl_id: ::String,
574
+ rule_id: ::String,
575
+ time_window: {
576
+ start_time: ::Time,
577
+ end_time: ::Time
578
+ },
579
+ max_items: ::Integer
580
+ ) -> _GetSampledRequestsResponseSuccess
581
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSampledRequestsResponseSuccess
582
+
583
+ interface _GetSizeConstraintSetResponseSuccess
584
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSizeConstraintSetResponse]
585
+ def size_constraint_set: () -> Types::SizeConstraintSet
586
+ end
587
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_size_constraint_set-instance_method
588
+ def get_size_constraint_set: (
589
+ size_constraint_set_id: ::String
590
+ ) -> _GetSizeConstraintSetResponseSuccess
591
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSizeConstraintSetResponseSuccess
592
+
593
+ interface _GetSqlInjectionMatchSetResponseSuccess
594
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSqlInjectionMatchSetResponse]
595
+ def sql_injection_match_set: () -> Types::SqlInjectionMatchSet
596
+ end
597
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_sql_injection_match_set-instance_method
598
+ def get_sql_injection_match_set: (
599
+ sql_injection_match_set_id: ::String
600
+ ) -> _GetSqlInjectionMatchSetResponseSuccess
601
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSqlInjectionMatchSetResponseSuccess
602
+
603
+ interface _GetWebACLResponseSuccess
604
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWebACLResponse]
605
+ def web_acl: () -> Types::WebACL
606
+ end
607
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_web_acl-instance_method
608
+ def get_web_acl: (
609
+ web_acl_id: ::String
610
+ ) -> _GetWebACLResponseSuccess
611
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWebACLResponseSuccess
612
+
613
+ interface _GetWebACLForResourceResponseSuccess
614
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWebACLForResourceResponse]
615
+ def web_acl_summary: () -> Types::WebACLSummary
616
+ end
617
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_web_acl_for_resource-instance_method
618
+ def get_web_acl_for_resource: (
619
+ resource_arn: ::String
620
+ ) -> _GetWebACLForResourceResponseSuccess
621
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWebACLForResourceResponseSuccess
622
+
623
+ interface _GetXssMatchSetResponseSuccess
624
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetXssMatchSetResponse]
625
+ def xss_match_set: () -> Types::XssMatchSet
626
+ end
627
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#get_xss_match_set-instance_method
628
+ def get_xss_match_set: (
629
+ xss_match_set_id: ::String
630
+ ) -> _GetXssMatchSetResponseSuccess
631
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetXssMatchSetResponseSuccess
632
+
633
+ interface _ListActivatedRulesInRuleGroupResponseSuccess
634
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListActivatedRulesInRuleGroupResponse]
635
+ def next_marker: () -> ::String
636
+ def activated_rules: () -> ::Array[Types::ActivatedRule]
637
+ end
638
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_activated_rules_in_rule_group-instance_method
639
+ def list_activated_rules_in_rule_group: (
640
+ ?rule_group_id: ::String,
641
+ ?next_marker: ::String,
642
+ ?limit: ::Integer
643
+ ) -> _ListActivatedRulesInRuleGroupResponseSuccess
644
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListActivatedRulesInRuleGroupResponseSuccess
645
+
646
+ interface _ListByteMatchSetsResponseSuccess
647
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListByteMatchSetsResponse]
648
+ def next_marker: () -> ::String
649
+ def byte_match_sets: () -> ::Array[Types::ByteMatchSetSummary]
650
+ end
651
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_byte_match_sets-instance_method
652
+ def list_byte_match_sets: (
653
+ ?next_marker: ::String,
654
+ ?limit: ::Integer
655
+ ) -> _ListByteMatchSetsResponseSuccess
656
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListByteMatchSetsResponseSuccess
657
+
658
+ interface _ListGeoMatchSetsResponseSuccess
659
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGeoMatchSetsResponse]
660
+ def next_marker: () -> ::String
661
+ def geo_match_sets: () -> ::Array[Types::GeoMatchSetSummary]
662
+ end
663
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_geo_match_sets-instance_method
664
+ def list_geo_match_sets: (
665
+ ?next_marker: ::String,
666
+ ?limit: ::Integer
667
+ ) -> _ListGeoMatchSetsResponseSuccess
668
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGeoMatchSetsResponseSuccess
669
+
670
+ interface _ListIPSetsResponseSuccess
671
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIPSetsResponse]
672
+ def next_marker: () -> ::String
673
+ def ip_sets: () -> ::Array[Types::IPSetSummary]
674
+ end
675
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_ip_sets-instance_method
676
+ def list_ip_sets: (
677
+ ?next_marker: ::String,
678
+ ?limit: ::Integer
679
+ ) -> _ListIPSetsResponseSuccess
680
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIPSetsResponseSuccess
681
+
682
+ interface _ListLoggingConfigurationsResponseSuccess
683
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListLoggingConfigurationsResponse]
684
+ def logging_configurations: () -> ::Array[Types::LoggingConfiguration]
685
+ def next_marker: () -> ::String
686
+ end
687
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_logging_configurations-instance_method
688
+ def list_logging_configurations: (
689
+ ?next_marker: ::String,
690
+ ?limit: ::Integer
691
+ ) -> _ListLoggingConfigurationsResponseSuccess
692
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLoggingConfigurationsResponseSuccess
693
+
694
+ interface _ListRateBasedRulesResponseSuccess
695
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRateBasedRulesResponse]
696
+ def next_marker: () -> ::String
697
+ def rules: () -> ::Array[Types::RuleSummary]
698
+ end
699
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_rate_based_rules-instance_method
700
+ def list_rate_based_rules: (
701
+ ?next_marker: ::String,
702
+ ?limit: ::Integer
703
+ ) -> _ListRateBasedRulesResponseSuccess
704
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRateBasedRulesResponseSuccess
705
+
706
+ interface _ListRegexMatchSetsResponseSuccess
707
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRegexMatchSetsResponse]
708
+ def next_marker: () -> ::String
709
+ def regex_match_sets: () -> ::Array[Types::RegexMatchSetSummary]
710
+ end
711
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_regex_match_sets-instance_method
712
+ def list_regex_match_sets: (
713
+ ?next_marker: ::String,
714
+ ?limit: ::Integer
715
+ ) -> _ListRegexMatchSetsResponseSuccess
716
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRegexMatchSetsResponseSuccess
717
+
718
+ interface _ListRegexPatternSetsResponseSuccess
719
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRegexPatternSetsResponse]
720
+ def next_marker: () -> ::String
721
+ def regex_pattern_sets: () -> ::Array[Types::RegexPatternSetSummary]
722
+ end
723
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_regex_pattern_sets-instance_method
724
+ def list_regex_pattern_sets: (
725
+ ?next_marker: ::String,
726
+ ?limit: ::Integer
727
+ ) -> _ListRegexPatternSetsResponseSuccess
728
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRegexPatternSetsResponseSuccess
729
+
730
+ interface _ListResourcesForWebACLResponseSuccess
731
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListResourcesForWebACLResponse]
732
+ def resource_arns: () -> ::Array[::String]
733
+ end
734
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_resources_for_web_acl-instance_method
735
+ def list_resources_for_web_acl: (
736
+ web_acl_id: ::String,
737
+ ?resource_type: ("APPLICATION_LOAD_BALANCER" | "API_GATEWAY")
738
+ ) -> _ListResourcesForWebACLResponseSuccess
739
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourcesForWebACLResponseSuccess
740
+
741
+ interface _ListRuleGroupsResponseSuccess
742
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRuleGroupsResponse]
743
+ def next_marker: () -> ::String
744
+ def rule_groups: () -> ::Array[Types::RuleGroupSummary]
745
+ end
746
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_rule_groups-instance_method
747
+ def list_rule_groups: (
748
+ ?next_marker: ::String,
749
+ ?limit: ::Integer
750
+ ) -> _ListRuleGroupsResponseSuccess
751
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRuleGroupsResponseSuccess
752
+
753
+ interface _ListRulesResponseSuccess
754
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRulesResponse]
755
+ def next_marker: () -> ::String
756
+ def rules: () -> ::Array[Types::RuleSummary]
757
+ end
758
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_rules-instance_method
759
+ def list_rules: (
760
+ ?next_marker: ::String,
761
+ ?limit: ::Integer
762
+ ) -> _ListRulesResponseSuccess
763
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRulesResponseSuccess
764
+
765
+ interface _ListSizeConstraintSetsResponseSuccess
766
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSizeConstraintSetsResponse]
767
+ def next_marker: () -> ::String
768
+ def size_constraint_sets: () -> ::Array[Types::SizeConstraintSetSummary]
769
+ end
770
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_size_constraint_sets-instance_method
771
+ def list_size_constraint_sets: (
772
+ ?next_marker: ::String,
773
+ ?limit: ::Integer
774
+ ) -> _ListSizeConstraintSetsResponseSuccess
775
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSizeConstraintSetsResponseSuccess
776
+
777
+ interface _ListSqlInjectionMatchSetsResponseSuccess
778
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSqlInjectionMatchSetsResponse]
779
+ def next_marker: () -> ::String
780
+ def sql_injection_match_sets: () -> ::Array[Types::SqlInjectionMatchSetSummary]
781
+ end
782
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_sql_injection_match_sets-instance_method
783
+ def list_sql_injection_match_sets: (
784
+ ?next_marker: ::String,
785
+ ?limit: ::Integer
786
+ ) -> _ListSqlInjectionMatchSetsResponseSuccess
787
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSqlInjectionMatchSetsResponseSuccess
788
+
789
+ interface _ListSubscribedRuleGroupsResponseSuccess
790
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSubscribedRuleGroupsResponse]
791
+ def next_marker: () -> ::String
792
+ def rule_groups: () -> ::Array[Types::SubscribedRuleGroupSummary]
793
+ end
794
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_subscribed_rule_groups-instance_method
795
+ def list_subscribed_rule_groups: (
796
+ ?next_marker: ::String,
797
+ ?limit: ::Integer
798
+ ) -> _ListSubscribedRuleGroupsResponseSuccess
799
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSubscribedRuleGroupsResponseSuccess
800
+
801
+ interface _ListTagsForResourceResponseSuccess
802
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
803
+ def next_marker: () -> ::String
804
+ def tag_info_for_resource: () -> Types::TagInfoForResource
805
+ end
806
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_tags_for_resource-instance_method
807
+ def list_tags_for_resource: (
808
+ ?next_marker: ::String,
809
+ ?limit: ::Integer,
810
+ resource_arn: ::String
811
+ ) -> _ListTagsForResourceResponseSuccess
812
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
813
+
814
+ interface _ListWebACLsResponseSuccess
815
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListWebACLsResponse]
816
+ def next_marker: () -> ::String
817
+ def web_acls: () -> ::Array[Types::WebACLSummary]
818
+ end
819
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_web_acls-instance_method
820
+ def list_web_acls: (
821
+ ?next_marker: ::String,
822
+ ?limit: ::Integer
823
+ ) -> _ListWebACLsResponseSuccess
824
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWebACLsResponseSuccess
825
+
826
+ interface _ListXssMatchSetsResponseSuccess
827
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListXssMatchSetsResponse]
828
+ def next_marker: () -> ::String
829
+ def xss_match_sets: () -> ::Array[Types::XssMatchSetSummary]
830
+ end
831
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#list_xss_match_sets-instance_method
832
+ def list_xss_match_sets: (
833
+ ?next_marker: ::String,
834
+ ?limit: ::Integer
835
+ ) -> _ListXssMatchSetsResponseSuccess
836
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListXssMatchSetsResponseSuccess
837
+
838
+ interface _PutLoggingConfigurationResponseSuccess
839
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutLoggingConfigurationResponse]
840
+ def logging_configuration: () -> Types::LoggingConfiguration
841
+ end
842
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#put_logging_configuration-instance_method
843
+ def put_logging_configuration: (
844
+ logging_configuration: {
845
+ resource_arn: ::String,
846
+ log_destination_configs: Array[::String],
847
+ redacted_fields: Array[
848
+ {
849
+ type: ("URI" | "QUERY_STRING" | "HEADER" | "METHOD" | "BODY" | "SINGLE_QUERY_ARG" | "ALL_QUERY_ARGS"),
850
+ data: ::String?
851
+ },
852
+ ]?
853
+ }
854
+ ) -> _PutLoggingConfigurationResponseSuccess
855
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutLoggingConfigurationResponseSuccess
856
+
857
+ interface _PutPermissionPolicyResponseSuccess
858
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutPermissionPolicyResponse]
859
+ end
860
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#put_permission_policy-instance_method
861
+ def put_permission_policy: (
862
+ resource_arn: ::String,
863
+ policy: ::String
864
+ ) -> _PutPermissionPolicyResponseSuccess
865
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutPermissionPolicyResponseSuccess
866
+
867
+ interface _TagResourceResponseSuccess
868
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
869
+ end
870
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#tag_resource-instance_method
871
+ def tag_resource: (
872
+ resource_arn: ::String,
873
+ tags: Array[
874
+ {
875
+ key: ::String,
876
+ value: ::String
877
+ },
878
+ ]
879
+ ) -> _TagResourceResponseSuccess
880
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
881
+
882
+ interface _UntagResourceResponseSuccess
883
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
884
+ end
885
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#untag_resource-instance_method
886
+ def untag_resource: (
887
+ resource_arn: ::String,
888
+ tag_keys: Array[::String]
889
+ ) -> _UntagResourceResponseSuccess
890
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
891
+
892
+ interface _UpdateByteMatchSetResponseSuccess
893
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateByteMatchSetResponse]
894
+ def change_token: () -> ::String
895
+ end
896
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_byte_match_set-instance_method
897
+ def update_byte_match_set: (
898
+ byte_match_set_id: ::String,
899
+ change_token: ::String,
900
+ updates: Array[
901
+ {
902
+ action: ("INSERT" | "DELETE"),
903
+ byte_match_tuple: {
904
+ field_to_match: {
905
+ type: ("URI" | "QUERY_STRING" | "HEADER" | "METHOD" | "BODY" | "SINGLE_QUERY_ARG" | "ALL_QUERY_ARGS"),
906
+ data: ::String?
907
+ },
908
+ target_string: ::String,
909
+ text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE"),
910
+ positional_constraint: ("EXACTLY" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "CONTAINS_WORD")
911
+ }
912
+ },
913
+ ]
914
+ ) -> _UpdateByteMatchSetResponseSuccess
915
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateByteMatchSetResponseSuccess
916
+
917
+ interface _UpdateGeoMatchSetResponseSuccess
918
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateGeoMatchSetResponse]
919
+ def change_token: () -> ::String
920
+ end
921
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_geo_match_set-instance_method
922
+ def update_geo_match_set: (
923
+ geo_match_set_id: ::String,
924
+ change_token: ::String,
925
+ updates: Array[
926
+ {
927
+ action: ("INSERT" | "DELETE"),
928
+ geo_match_constraint: {
929
+ type: ("Country"),
930
+ value: ("AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW")
931
+ }
932
+ },
933
+ ]
934
+ ) -> _UpdateGeoMatchSetResponseSuccess
935
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGeoMatchSetResponseSuccess
936
+
937
+ interface _UpdateIPSetResponseSuccess
938
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIPSetResponse]
939
+ def change_token: () -> ::String
940
+ end
941
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_ip_set-instance_method
942
+ def update_ip_set: (
943
+ ip_set_id: ::String,
944
+ change_token: ::String,
945
+ updates: Array[
946
+ {
947
+ action: ("INSERT" | "DELETE"),
948
+ ip_set_descriptor: {
949
+ type: ("IPV4" | "IPV6"),
950
+ value: ::String
951
+ }
952
+ },
953
+ ]
954
+ ) -> _UpdateIPSetResponseSuccess
955
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIPSetResponseSuccess
956
+
957
+ interface _UpdateRateBasedRuleResponseSuccess
958
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRateBasedRuleResponse]
959
+ def change_token: () -> ::String
960
+ end
961
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_rate_based_rule-instance_method
962
+ def update_rate_based_rule: (
963
+ rule_id: ::String,
964
+ change_token: ::String,
965
+ updates: Array[
966
+ {
967
+ action: ("INSERT" | "DELETE"),
968
+ predicate: {
969
+ negated: bool,
970
+ type: ("IPMatch" | "ByteMatch" | "SqlInjectionMatch" | "GeoMatch" | "SizeConstraint" | "XssMatch" | "RegexMatch"),
971
+ data_id: ::String
972
+ }
973
+ },
974
+ ],
975
+ rate_limit: ::Integer
976
+ ) -> _UpdateRateBasedRuleResponseSuccess
977
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRateBasedRuleResponseSuccess
978
+
979
+ interface _UpdateRegexMatchSetResponseSuccess
980
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRegexMatchSetResponse]
981
+ def change_token: () -> ::String
982
+ end
983
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_regex_match_set-instance_method
984
+ def update_regex_match_set: (
985
+ regex_match_set_id: ::String,
986
+ updates: Array[
987
+ {
988
+ action: ("INSERT" | "DELETE"),
989
+ regex_match_tuple: {
990
+ field_to_match: {
991
+ type: ("URI" | "QUERY_STRING" | "HEADER" | "METHOD" | "BODY" | "SINGLE_QUERY_ARG" | "ALL_QUERY_ARGS"),
992
+ data: ::String?
993
+ },
994
+ text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE"),
995
+ regex_pattern_set_id: ::String
996
+ }
997
+ },
998
+ ],
999
+ change_token: ::String
1000
+ ) -> _UpdateRegexMatchSetResponseSuccess
1001
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRegexMatchSetResponseSuccess
1002
+
1003
+ interface _UpdateRegexPatternSetResponseSuccess
1004
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRegexPatternSetResponse]
1005
+ def change_token: () -> ::String
1006
+ end
1007
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_regex_pattern_set-instance_method
1008
+ def update_regex_pattern_set: (
1009
+ regex_pattern_set_id: ::String,
1010
+ updates: Array[
1011
+ {
1012
+ action: ("INSERT" | "DELETE"),
1013
+ regex_pattern_string: ::String
1014
+ },
1015
+ ],
1016
+ change_token: ::String
1017
+ ) -> _UpdateRegexPatternSetResponseSuccess
1018
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRegexPatternSetResponseSuccess
1019
+
1020
+ interface _UpdateRuleResponseSuccess
1021
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRuleResponse]
1022
+ def change_token: () -> ::String
1023
+ end
1024
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_rule-instance_method
1025
+ def update_rule: (
1026
+ rule_id: ::String,
1027
+ change_token: ::String,
1028
+ updates: Array[
1029
+ {
1030
+ action: ("INSERT" | "DELETE"),
1031
+ predicate: {
1032
+ negated: bool,
1033
+ type: ("IPMatch" | "ByteMatch" | "SqlInjectionMatch" | "GeoMatch" | "SizeConstraint" | "XssMatch" | "RegexMatch"),
1034
+ data_id: ::String
1035
+ }
1036
+ },
1037
+ ]
1038
+ ) -> _UpdateRuleResponseSuccess
1039
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRuleResponseSuccess
1040
+
1041
+ interface _UpdateRuleGroupResponseSuccess
1042
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRuleGroupResponse]
1043
+ def change_token: () -> ::String
1044
+ end
1045
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_rule_group-instance_method
1046
+ def update_rule_group: (
1047
+ rule_group_id: ::String,
1048
+ updates: Array[
1049
+ {
1050
+ action: ("INSERT" | "DELETE"),
1051
+ activated_rule: {
1052
+ priority: ::Integer,
1053
+ rule_id: ::String,
1054
+ action: {
1055
+ type: ("BLOCK" | "ALLOW" | "COUNT")
1056
+ }?,
1057
+ override_action: {
1058
+ type: ("NONE" | "COUNT")
1059
+ }?,
1060
+ type: ("REGULAR" | "RATE_BASED" | "GROUP")?,
1061
+ excluded_rules: Array[
1062
+ {
1063
+ rule_id: ::String
1064
+ },
1065
+ ]?
1066
+ }
1067
+ },
1068
+ ],
1069
+ change_token: ::String
1070
+ ) -> _UpdateRuleGroupResponseSuccess
1071
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRuleGroupResponseSuccess
1072
+
1073
+ interface _UpdateSizeConstraintSetResponseSuccess
1074
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSizeConstraintSetResponse]
1075
+ def change_token: () -> ::String
1076
+ end
1077
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_size_constraint_set-instance_method
1078
+ def update_size_constraint_set: (
1079
+ size_constraint_set_id: ::String,
1080
+ change_token: ::String,
1081
+ updates: Array[
1082
+ {
1083
+ action: ("INSERT" | "DELETE"),
1084
+ size_constraint: {
1085
+ field_to_match: {
1086
+ type: ("URI" | "QUERY_STRING" | "HEADER" | "METHOD" | "BODY" | "SINGLE_QUERY_ARG" | "ALL_QUERY_ARGS"),
1087
+ data: ::String?
1088
+ },
1089
+ text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE"),
1090
+ comparison_operator: ("EQ" | "NE" | "LE" | "LT" | "GE" | "GT"),
1091
+ size: ::Integer
1092
+ }
1093
+ },
1094
+ ]
1095
+ ) -> _UpdateSizeConstraintSetResponseSuccess
1096
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSizeConstraintSetResponseSuccess
1097
+
1098
+ interface _UpdateSqlInjectionMatchSetResponseSuccess
1099
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSqlInjectionMatchSetResponse]
1100
+ def change_token: () -> ::String
1101
+ end
1102
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_sql_injection_match_set-instance_method
1103
+ def update_sql_injection_match_set: (
1104
+ sql_injection_match_set_id: ::String,
1105
+ change_token: ::String,
1106
+ updates: Array[
1107
+ {
1108
+ action: ("INSERT" | "DELETE"),
1109
+ sql_injection_match_tuple: {
1110
+ field_to_match: {
1111
+ type: ("URI" | "QUERY_STRING" | "HEADER" | "METHOD" | "BODY" | "SINGLE_QUERY_ARG" | "ALL_QUERY_ARGS"),
1112
+ data: ::String?
1113
+ },
1114
+ text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE")
1115
+ }
1116
+ },
1117
+ ]
1118
+ ) -> _UpdateSqlInjectionMatchSetResponseSuccess
1119
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSqlInjectionMatchSetResponseSuccess
1120
+
1121
+ interface _UpdateWebACLResponseSuccess
1122
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWebACLResponse]
1123
+ def change_token: () -> ::String
1124
+ end
1125
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_web_acl-instance_method
1126
+ def update_web_acl: (
1127
+ web_acl_id: ::String,
1128
+ change_token: ::String,
1129
+ ?updates: Array[
1130
+ {
1131
+ action: ("INSERT" | "DELETE"),
1132
+ activated_rule: {
1133
+ priority: ::Integer,
1134
+ rule_id: ::String,
1135
+ action: {
1136
+ type: ("BLOCK" | "ALLOW" | "COUNT")
1137
+ }?,
1138
+ override_action: {
1139
+ type: ("NONE" | "COUNT")
1140
+ }?,
1141
+ type: ("REGULAR" | "RATE_BASED" | "GROUP")?,
1142
+ excluded_rules: Array[
1143
+ {
1144
+ rule_id: ::String
1145
+ },
1146
+ ]?
1147
+ }
1148
+ },
1149
+ ],
1150
+ ?default_action: {
1151
+ type: ("BLOCK" | "ALLOW" | "COUNT")
1152
+ }
1153
+ ) -> _UpdateWebACLResponseSuccess
1154
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWebACLResponseSuccess
1155
+
1156
+ interface _UpdateXssMatchSetResponseSuccess
1157
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateXssMatchSetResponse]
1158
+ def change_token: () -> ::String
1159
+ end
1160
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFRegional/Client.html#update_xss_match_set-instance_method
1161
+ def update_xss_match_set: (
1162
+ xss_match_set_id: ::String,
1163
+ change_token: ::String,
1164
+ updates: Array[
1165
+ {
1166
+ action: ("INSERT" | "DELETE"),
1167
+ xss_match_tuple: {
1168
+ field_to_match: {
1169
+ type: ("URI" | "QUERY_STRING" | "HEADER" | "METHOD" | "BODY" | "SINGLE_QUERY_ARG" | "ALL_QUERY_ARGS"),
1170
+ data: ::String?
1171
+ },
1172
+ text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE")
1173
+ }
1174
+ },
1175
+ ]
1176
+ ) -> _UpdateXssMatchSetResponseSuccess
1177
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateXssMatchSetResponseSuccess
1178
+ end
1179
+ end
1180
+ end
1181
+