aws-sdk-wafv2 1.74.0 → 1.76.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,1646 @@
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::WAFV2
9
+ module Types
10
+
11
+ class APIKeySummary
12
+ attr_accessor token_domains: ::Array[::String]
13
+ attr_accessor api_key: ::String
14
+ attr_accessor creation_timestamp: ::Time
15
+ attr_accessor version: ::Integer
16
+ SENSITIVE: []
17
+ end
18
+
19
+ class AWSManagedRulesACFPRuleSet
20
+ attr_accessor creation_path: ::String
21
+ attr_accessor registration_page_path: ::String
22
+ attr_accessor request_inspection: Types::RequestInspectionACFP
23
+ attr_accessor response_inspection: Types::ResponseInspection
24
+ attr_accessor enable_regex_in_path: bool
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class AWSManagedRulesATPRuleSet
29
+ attr_accessor login_path: ::String
30
+ attr_accessor request_inspection: Types::RequestInspection
31
+ attr_accessor response_inspection: Types::ResponseInspection
32
+ attr_accessor enable_regex_in_path: bool
33
+ SENSITIVE: []
34
+ end
35
+
36
+ class AWSManagedRulesBotControlRuleSet
37
+ attr_accessor inspection_level: ("COMMON" | "TARGETED")
38
+ attr_accessor enable_machine_learning: bool
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class ActionCondition
43
+ attr_accessor action: ("ALLOW" | "BLOCK" | "COUNT" | "CAPTCHA" | "CHALLENGE" | "EXCLUDED_AS_COUNT")
44
+ SENSITIVE: []
45
+ end
46
+
47
+ class AddressField
48
+ attr_accessor identifier: ::String
49
+ SENSITIVE: []
50
+ end
51
+
52
+ class All < Aws::EmptyStructure
53
+ end
54
+
55
+ class AllQueryArguments < Aws::EmptyStructure
56
+ end
57
+
58
+ class AllowAction
59
+ attr_accessor custom_request_handling: Types::CustomRequestHandling
60
+ SENSITIVE: []
61
+ end
62
+
63
+ class AndStatement
64
+ attr_accessor statements: ::Array[Types::Statement]
65
+ SENSITIVE: []
66
+ end
67
+
68
+ class AssociateWebACLRequest
69
+ attr_accessor web_acl_arn: ::String
70
+ attr_accessor resource_arn: ::String
71
+ SENSITIVE: []
72
+ end
73
+
74
+ class AssociateWebACLResponse < Aws::EmptyStructure
75
+ end
76
+
77
+ class AssociationConfig
78
+ attr_accessor request_body: ::Hash[("CLOUDFRONT"), Types::RequestBodyAssociatedResourceTypeConfig]
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class BlockAction
83
+ attr_accessor custom_response: Types::CustomResponse
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class Body
88
+ attr_accessor oversize_handling: ("CONTINUE" | "MATCH" | "NO_MATCH")
89
+ SENSITIVE: []
90
+ end
91
+
92
+ class ByteMatchStatement
93
+ attr_accessor search_string: ::String
94
+ attr_accessor field_to_match: Types::FieldToMatch
95
+ attr_accessor text_transformations: ::Array[Types::TextTransformation]
96
+ attr_accessor positional_constraint: ("EXACTLY" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "CONTAINS_WORD")
97
+ SENSITIVE: []
98
+ end
99
+
100
+ class CaptchaAction
101
+ attr_accessor custom_request_handling: Types::CustomRequestHandling
102
+ SENSITIVE: []
103
+ end
104
+
105
+ class CaptchaConfig
106
+ attr_accessor immunity_time_property: Types::ImmunityTimeProperty
107
+ SENSITIVE: []
108
+ end
109
+
110
+ class CaptchaResponse
111
+ attr_accessor response_code: ::Integer
112
+ attr_accessor solve_timestamp: ::Integer
113
+ attr_accessor failure_reason: ("TOKEN_MISSING" | "TOKEN_EXPIRED" | "TOKEN_INVALID" | "TOKEN_DOMAIN_MISMATCH")
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class ChallengeAction
118
+ attr_accessor custom_request_handling: Types::CustomRequestHandling
119
+ SENSITIVE: []
120
+ end
121
+
122
+ class ChallengeConfig
123
+ attr_accessor immunity_time_property: Types::ImmunityTimeProperty
124
+ SENSITIVE: []
125
+ end
126
+
127
+ class ChallengeResponse
128
+ attr_accessor response_code: ::Integer
129
+ attr_accessor solve_timestamp: ::Integer
130
+ attr_accessor failure_reason: ("TOKEN_MISSING" | "TOKEN_EXPIRED" | "TOKEN_INVALID" | "TOKEN_DOMAIN_MISMATCH")
131
+ SENSITIVE: []
132
+ end
133
+
134
+ class CheckCapacityRequest
135
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
136
+ attr_accessor rules: ::Array[Types::Rule]
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class CheckCapacityResponse
141
+ attr_accessor capacity: ::Integer
142
+ SENSITIVE: []
143
+ end
144
+
145
+ class Condition
146
+ attr_accessor action_condition: Types::ActionCondition
147
+ attr_accessor label_name_condition: Types::LabelNameCondition
148
+ SENSITIVE: []
149
+ end
150
+
151
+ class CookieMatchPattern
152
+ attr_accessor all: Types::All
153
+ attr_accessor included_cookies: ::Array[::String]
154
+ attr_accessor excluded_cookies: ::Array[::String]
155
+ SENSITIVE: []
156
+ end
157
+
158
+ class Cookies
159
+ attr_accessor match_pattern: Types::CookieMatchPattern
160
+ attr_accessor match_scope: ("ALL" | "KEY" | "VALUE")
161
+ attr_accessor oversize_handling: ("CONTINUE" | "MATCH" | "NO_MATCH")
162
+ SENSITIVE: []
163
+ end
164
+
165
+ class CountAction
166
+ attr_accessor custom_request_handling: Types::CustomRequestHandling
167
+ SENSITIVE: []
168
+ end
169
+
170
+ class CreateAPIKeyRequest
171
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
172
+ attr_accessor token_domains: ::Array[::String]
173
+ SENSITIVE: []
174
+ end
175
+
176
+ class CreateAPIKeyResponse
177
+ attr_accessor api_key: ::String
178
+ SENSITIVE: []
179
+ end
180
+
181
+ class CreateIPSetRequest
182
+ attr_accessor name: ::String
183
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
184
+ attr_accessor description: ::String
185
+ attr_accessor ip_address_version: ("IPV4" | "IPV6")
186
+ attr_accessor addresses: ::Array[::String]
187
+ attr_accessor tags: ::Array[Types::Tag]
188
+ SENSITIVE: []
189
+ end
190
+
191
+ class CreateIPSetResponse
192
+ attr_accessor summary: Types::IPSetSummary
193
+ SENSITIVE: []
194
+ end
195
+
196
+ class CreateRegexPatternSetRequest
197
+ attr_accessor name: ::String
198
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
199
+ attr_accessor description: ::String
200
+ attr_accessor regular_expression_list: ::Array[Types::Regex]
201
+ attr_accessor tags: ::Array[Types::Tag]
202
+ SENSITIVE: []
203
+ end
204
+
205
+ class CreateRegexPatternSetResponse
206
+ attr_accessor summary: Types::RegexPatternSetSummary
207
+ SENSITIVE: []
208
+ end
209
+
210
+ class CreateRuleGroupRequest
211
+ attr_accessor name: ::String
212
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
213
+ attr_accessor capacity: ::Integer
214
+ attr_accessor description: ::String
215
+ attr_accessor rules: ::Array[Types::Rule]
216
+ attr_accessor visibility_config: Types::VisibilityConfig
217
+ attr_accessor tags: ::Array[Types::Tag]
218
+ attr_accessor custom_response_bodies: ::Hash[::String, Types::CustomResponseBody]
219
+ SENSITIVE: []
220
+ end
221
+
222
+ class CreateRuleGroupResponse
223
+ attr_accessor summary: Types::RuleGroupSummary
224
+ SENSITIVE: []
225
+ end
226
+
227
+ class CreateWebACLRequest
228
+ attr_accessor name: ::String
229
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
230
+ attr_accessor default_action: Types::DefaultAction
231
+ attr_accessor description: ::String
232
+ attr_accessor rules: ::Array[Types::Rule]
233
+ attr_accessor visibility_config: Types::VisibilityConfig
234
+ attr_accessor tags: ::Array[Types::Tag]
235
+ attr_accessor custom_response_bodies: ::Hash[::String, Types::CustomResponseBody]
236
+ attr_accessor captcha_config: Types::CaptchaConfig
237
+ attr_accessor challenge_config: Types::ChallengeConfig
238
+ attr_accessor token_domains: ::Array[::String]
239
+ attr_accessor association_config: Types::AssociationConfig
240
+ SENSITIVE: []
241
+ end
242
+
243
+ class CreateWebACLResponse
244
+ attr_accessor summary: Types::WebACLSummary
245
+ SENSITIVE: []
246
+ end
247
+
248
+ class CustomHTTPHeader
249
+ attr_accessor name: ::String
250
+ attr_accessor value: ::String
251
+ SENSITIVE: []
252
+ end
253
+
254
+ class CustomRequestHandling
255
+ attr_accessor insert_headers: ::Array[Types::CustomHTTPHeader]
256
+ SENSITIVE: []
257
+ end
258
+
259
+ class CustomResponse
260
+ attr_accessor response_code: ::Integer
261
+ attr_accessor custom_response_body_key: ::String
262
+ attr_accessor response_headers: ::Array[Types::CustomHTTPHeader]
263
+ SENSITIVE: []
264
+ end
265
+
266
+ class CustomResponseBody
267
+ attr_accessor content_type: ("TEXT_PLAIN" | "TEXT_HTML" | "APPLICATION_JSON")
268
+ attr_accessor content: ::String
269
+ SENSITIVE: []
270
+ end
271
+
272
+ class DefaultAction
273
+ attr_accessor block: Types::BlockAction
274
+ attr_accessor allow: Types::AllowAction
275
+ SENSITIVE: []
276
+ end
277
+
278
+ class DeleteAPIKeyRequest
279
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
280
+ attr_accessor api_key: ::String
281
+ SENSITIVE: []
282
+ end
283
+
284
+ class DeleteAPIKeyResponse < Aws::EmptyStructure
285
+ end
286
+
287
+ class DeleteFirewallManagerRuleGroupsRequest
288
+ attr_accessor web_acl_arn: ::String
289
+ attr_accessor web_acl_lock_token: ::String
290
+ SENSITIVE: []
291
+ end
292
+
293
+ class DeleteFirewallManagerRuleGroupsResponse
294
+ attr_accessor next_web_acl_lock_token: ::String
295
+ SENSITIVE: []
296
+ end
297
+
298
+ class DeleteIPSetRequest
299
+ attr_accessor name: ::String
300
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
301
+ attr_accessor id: ::String
302
+ attr_accessor lock_token: ::String
303
+ SENSITIVE: []
304
+ end
305
+
306
+ class DeleteIPSetResponse < Aws::EmptyStructure
307
+ end
308
+
309
+ class DeleteLoggingConfigurationRequest
310
+ attr_accessor resource_arn: ::String
311
+ SENSITIVE: []
312
+ end
313
+
314
+ class DeleteLoggingConfigurationResponse < Aws::EmptyStructure
315
+ end
316
+
317
+ class DeletePermissionPolicyRequest
318
+ attr_accessor resource_arn: ::String
319
+ SENSITIVE: []
320
+ end
321
+
322
+ class DeletePermissionPolicyResponse < Aws::EmptyStructure
323
+ end
324
+
325
+ class DeleteRegexPatternSetRequest
326
+ attr_accessor name: ::String
327
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
328
+ attr_accessor id: ::String
329
+ attr_accessor lock_token: ::String
330
+ SENSITIVE: []
331
+ end
332
+
333
+ class DeleteRegexPatternSetResponse < Aws::EmptyStructure
334
+ end
335
+
336
+ class DeleteRuleGroupRequest
337
+ attr_accessor name: ::String
338
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
339
+ attr_accessor id: ::String
340
+ attr_accessor lock_token: ::String
341
+ SENSITIVE: []
342
+ end
343
+
344
+ class DeleteRuleGroupResponse < Aws::EmptyStructure
345
+ end
346
+
347
+ class DeleteWebACLRequest
348
+ attr_accessor name: ::String
349
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
350
+ attr_accessor id: ::String
351
+ attr_accessor lock_token: ::String
352
+ SENSITIVE: []
353
+ end
354
+
355
+ class DeleteWebACLResponse < Aws::EmptyStructure
356
+ end
357
+
358
+ class DescribeAllManagedProductsRequest
359
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
360
+ SENSITIVE: []
361
+ end
362
+
363
+ class DescribeAllManagedProductsResponse
364
+ attr_accessor managed_products: ::Array[Types::ManagedProductDescriptor]
365
+ SENSITIVE: []
366
+ end
367
+
368
+ class DescribeManagedProductsByVendorRequest
369
+ attr_accessor vendor_name: ::String
370
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
371
+ SENSITIVE: []
372
+ end
373
+
374
+ class DescribeManagedProductsByVendorResponse
375
+ attr_accessor managed_products: ::Array[Types::ManagedProductDescriptor]
376
+ SENSITIVE: []
377
+ end
378
+
379
+ class DescribeManagedRuleGroupRequest
380
+ attr_accessor vendor_name: ::String
381
+ attr_accessor name: ::String
382
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
383
+ attr_accessor version_name: ::String
384
+ SENSITIVE: []
385
+ end
386
+
387
+ class DescribeManagedRuleGroupResponse
388
+ attr_accessor version_name: ::String
389
+ attr_accessor sns_topic_arn: ::String
390
+ attr_accessor capacity: ::Integer
391
+ attr_accessor rules: ::Array[Types::RuleSummary]
392
+ attr_accessor label_namespace: ::String
393
+ attr_accessor available_labels: ::Array[Types::LabelSummary]
394
+ attr_accessor consumed_labels: ::Array[Types::LabelSummary]
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class DisassociateWebACLRequest
399
+ attr_accessor resource_arn: ::String
400
+ SENSITIVE: []
401
+ end
402
+
403
+ class DisassociateWebACLResponse < Aws::EmptyStructure
404
+ end
405
+
406
+ class EmailField
407
+ attr_accessor identifier: ::String
408
+ SENSITIVE: []
409
+ end
410
+
411
+ class ExcludedRule
412
+ attr_accessor name: ::String
413
+ SENSITIVE: []
414
+ end
415
+
416
+ class FieldToMatch
417
+ attr_accessor single_header: Types::SingleHeader
418
+ attr_accessor single_query_argument: Types::SingleQueryArgument
419
+ attr_accessor all_query_arguments: Types::AllQueryArguments
420
+ attr_accessor uri_path: Types::UriPath
421
+ attr_accessor query_string: Types::QueryString
422
+ attr_accessor body: Types::Body
423
+ attr_accessor method: Types::Method
424
+ attr_accessor json_body: Types::JsonBody
425
+ attr_accessor headers: Types::Headers
426
+ attr_accessor cookies: Types::Cookies
427
+ attr_accessor header_order: Types::HeaderOrder
428
+ attr_accessor ja3_fingerprint: Types::JA3Fingerprint
429
+ SENSITIVE: []
430
+ end
431
+
432
+ class Filter
433
+ attr_accessor behavior: ("KEEP" | "DROP")
434
+ attr_accessor requirement: ("MEETS_ALL" | "MEETS_ANY")
435
+ attr_accessor conditions: ::Array[Types::Condition]
436
+ SENSITIVE: []
437
+ end
438
+
439
+ class FirewallManagerRuleGroup
440
+ attr_accessor name: ::String
441
+ attr_accessor priority: ::Integer
442
+ attr_accessor firewall_manager_statement: Types::FirewallManagerStatement
443
+ attr_accessor override_action: Types::OverrideAction
444
+ attr_accessor visibility_config: Types::VisibilityConfig
445
+ SENSITIVE: []
446
+ end
447
+
448
+ class FirewallManagerStatement
449
+ attr_accessor managed_rule_group_statement: Types::ManagedRuleGroupStatement
450
+ attr_accessor rule_group_reference_statement: Types::RuleGroupReferenceStatement
451
+ SENSITIVE: []
452
+ end
453
+
454
+ class ForwardedIPConfig
455
+ attr_accessor header_name: ::String
456
+ attr_accessor fallback_behavior: ("MATCH" | "NO_MATCH")
457
+ SENSITIVE: []
458
+ end
459
+
460
+ class GenerateMobileSdkReleaseUrlRequest
461
+ attr_accessor platform: ("IOS" | "ANDROID")
462
+ attr_accessor release_version: ::String
463
+ SENSITIVE: []
464
+ end
465
+
466
+ class GenerateMobileSdkReleaseUrlResponse
467
+ attr_accessor url: ::String
468
+ SENSITIVE: []
469
+ end
470
+
471
+ class GeoMatchStatement
472
+ attr_accessor country_codes: ::Array[("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" | "XK")]
473
+ attr_accessor forwarded_ip_config: Types::ForwardedIPConfig
474
+ SENSITIVE: []
475
+ end
476
+
477
+ class GetDecryptedAPIKeyRequest
478
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
479
+ attr_accessor api_key: ::String
480
+ SENSITIVE: []
481
+ end
482
+
483
+ class GetDecryptedAPIKeyResponse
484
+ attr_accessor token_domains: ::Array[::String]
485
+ attr_accessor creation_timestamp: ::Time
486
+ SENSITIVE: []
487
+ end
488
+
489
+ class GetIPSetRequest
490
+ attr_accessor name: ::String
491
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
492
+ attr_accessor id: ::String
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class GetIPSetResponse
497
+ attr_accessor ip_set: Types::IPSet
498
+ attr_accessor lock_token: ::String
499
+ SENSITIVE: []
500
+ end
501
+
502
+ class GetLoggingConfigurationRequest
503
+ attr_accessor resource_arn: ::String
504
+ SENSITIVE: []
505
+ end
506
+
507
+ class GetLoggingConfigurationResponse
508
+ attr_accessor logging_configuration: Types::LoggingConfiguration
509
+ SENSITIVE: []
510
+ end
511
+
512
+ class GetManagedRuleSetRequest
513
+ attr_accessor name: ::String
514
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
515
+ attr_accessor id: ::String
516
+ SENSITIVE: []
517
+ end
518
+
519
+ class GetManagedRuleSetResponse
520
+ attr_accessor managed_rule_set: Types::ManagedRuleSet
521
+ attr_accessor lock_token: ::String
522
+ SENSITIVE: []
523
+ end
524
+
525
+ class GetMobileSdkReleaseRequest
526
+ attr_accessor platform: ("IOS" | "ANDROID")
527
+ attr_accessor release_version: ::String
528
+ SENSITIVE: []
529
+ end
530
+
531
+ class GetMobileSdkReleaseResponse
532
+ attr_accessor mobile_sdk_release: Types::MobileSdkRelease
533
+ SENSITIVE: []
534
+ end
535
+
536
+ class GetPermissionPolicyRequest
537
+ attr_accessor resource_arn: ::String
538
+ SENSITIVE: []
539
+ end
540
+
541
+ class GetPermissionPolicyResponse
542
+ attr_accessor policy: ::String
543
+ SENSITIVE: []
544
+ end
545
+
546
+ class GetRateBasedStatementManagedKeysRequest
547
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
548
+ attr_accessor web_acl_name: ::String
549
+ attr_accessor web_acl_id: ::String
550
+ attr_accessor rule_group_rule_name: ::String
551
+ attr_accessor rule_name: ::String
552
+ SENSITIVE: []
553
+ end
554
+
555
+ class GetRateBasedStatementManagedKeysResponse
556
+ attr_accessor managed_keys_ipv4: Types::RateBasedStatementManagedKeysIPSet
557
+ attr_accessor managed_keys_ipv6: Types::RateBasedStatementManagedKeysIPSet
558
+ SENSITIVE: []
559
+ end
560
+
561
+ class GetRegexPatternSetRequest
562
+ attr_accessor name: ::String
563
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
564
+ attr_accessor id: ::String
565
+ SENSITIVE: []
566
+ end
567
+
568
+ class GetRegexPatternSetResponse
569
+ attr_accessor regex_pattern_set: Types::RegexPatternSet
570
+ attr_accessor lock_token: ::String
571
+ SENSITIVE: []
572
+ end
573
+
574
+ class GetRuleGroupRequest
575
+ attr_accessor name: ::String
576
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
577
+ attr_accessor id: ::String
578
+ attr_accessor arn: ::String
579
+ SENSITIVE: []
580
+ end
581
+
582
+ class GetRuleGroupResponse
583
+ attr_accessor rule_group: Types::RuleGroup
584
+ attr_accessor lock_token: ::String
585
+ SENSITIVE: []
586
+ end
587
+
588
+ class GetSampledRequestsRequest
589
+ attr_accessor web_acl_arn: ::String
590
+ attr_accessor rule_metric_name: ::String
591
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
592
+ attr_accessor time_window: Types::TimeWindow
593
+ attr_accessor max_items: ::Integer
594
+ SENSITIVE: []
595
+ end
596
+
597
+ class GetSampledRequestsResponse
598
+ attr_accessor sampled_requests: ::Array[Types::SampledHTTPRequest]
599
+ attr_accessor population_size: ::Integer
600
+ attr_accessor time_window: Types::TimeWindow
601
+ SENSITIVE: []
602
+ end
603
+
604
+ class GetWebACLForResourceRequest
605
+ attr_accessor resource_arn: ::String
606
+ SENSITIVE: []
607
+ end
608
+
609
+ class GetWebACLForResourceResponse
610
+ attr_accessor web_acl: Types::WebACL
611
+ SENSITIVE: []
612
+ end
613
+
614
+ class GetWebACLRequest
615
+ attr_accessor name: ::String
616
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
617
+ attr_accessor id: ::String
618
+ SENSITIVE: []
619
+ end
620
+
621
+ class GetWebACLResponse
622
+ attr_accessor web_acl: Types::WebACL
623
+ attr_accessor lock_token: ::String
624
+ attr_accessor application_integration_url: ::String
625
+ SENSITIVE: []
626
+ end
627
+
628
+ class HTTPHeader
629
+ attr_accessor name: ::String
630
+ attr_accessor value: ::String
631
+ SENSITIVE: []
632
+ end
633
+
634
+ class HTTPRequest
635
+ attr_accessor client_ip: ::String
636
+ attr_accessor country: ::String
637
+ attr_accessor uri: ::String
638
+ attr_accessor method: ::String
639
+ attr_accessor http_version: ::String
640
+ attr_accessor headers: ::Array[Types::HTTPHeader]
641
+ SENSITIVE: []
642
+ end
643
+
644
+ class HeaderMatchPattern
645
+ attr_accessor all: Types::All
646
+ attr_accessor included_headers: ::Array[::String]
647
+ attr_accessor excluded_headers: ::Array[::String]
648
+ SENSITIVE: []
649
+ end
650
+
651
+ class HeaderOrder
652
+ attr_accessor oversize_handling: ("CONTINUE" | "MATCH" | "NO_MATCH")
653
+ SENSITIVE: []
654
+ end
655
+
656
+ class Headers
657
+ attr_accessor match_pattern: Types::HeaderMatchPattern
658
+ attr_accessor match_scope: ("ALL" | "KEY" | "VALUE")
659
+ attr_accessor oversize_handling: ("CONTINUE" | "MATCH" | "NO_MATCH")
660
+ SENSITIVE: []
661
+ end
662
+
663
+ class IPSet
664
+ attr_accessor name: ::String
665
+ attr_accessor id: ::String
666
+ attr_accessor arn: ::String
667
+ attr_accessor description: ::String
668
+ attr_accessor ip_address_version: ("IPV4" | "IPV6")
669
+ attr_accessor addresses: ::Array[::String]
670
+ SENSITIVE: []
671
+ end
672
+
673
+ class IPSetForwardedIPConfig
674
+ attr_accessor header_name: ::String
675
+ attr_accessor fallback_behavior: ("MATCH" | "NO_MATCH")
676
+ attr_accessor position: ("FIRST" | "LAST" | "ANY")
677
+ SENSITIVE: []
678
+ end
679
+
680
+ class IPSetReferenceStatement
681
+ attr_accessor arn: ::String
682
+ attr_accessor ip_set_forwarded_ip_config: Types::IPSetForwardedIPConfig
683
+ SENSITIVE: []
684
+ end
685
+
686
+ class IPSetSummary
687
+ attr_accessor name: ::String
688
+ attr_accessor id: ::String
689
+ attr_accessor description: ::String
690
+ attr_accessor lock_token: ::String
691
+ attr_accessor arn: ::String
692
+ SENSITIVE: []
693
+ end
694
+
695
+ class ImmunityTimeProperty
696
+ attr_accessor immunity_time: ::Integer
697
+ SENSITIVE: []
698
+ end
699
+
700
+ class JA3Fingerprint
701
+ attr_accessor fallback_behavior: ("MATCH" | "NO_MATCH")
702
+ SENSITIVE: []
703
+ end
704
+
705
+ class JsonBody
706
+ attr_accessor match_pattern: Types::JsonMatchPattern
707
+ attr_accessor match_scope: ("ALL" | "KEY" | "VALUE")
708
+ attr_accessor invalid_fallback_behavior: ("MATCH" | "NO_MATCH" | "EVALUATE_AS_STRING")
709
+ attr_accessor oversize_handling: ("CONTINUE" | "MATCH" | "NO_MATCH")
710
+ SENSITIVE: []
711
+ end
712
+
713
+ class JsonMatchPattern
714
+ attr_accessor all: Types::All
715
+ attr_accessor included_paths: ::Array[::String]
716
+ SENSITIVE: []
717
+ end
718
+
719
+ class Label
720
+ attr_accessor name: ::String
721
+ SENSITIVE: []
722
+ end
723
+
724
+ class LabelMatchStatement
725
+ attr_accessor scope: ("LABEL" | "NAMESPACE")
726
+ attr_accessor key: ::String
727
+ SENSITIVE: []
728
+ end
729
+
730
+ class LabelNameCondition
731
+ attr_accessor label_name: ::String
732
+ SENSITIVE: []
733
+ end
734
+
735
+ class LabelSummary
736
+ attr_accessor name: ::String
737
+ SENSITIVE: []
738
+ end
739
+
740
+ class ListAPIKeysRequest
741
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
742
+ attr_accessor next_marker: ::String
743
+ attr_accessor limit: ::Integer
744
+ SENSITIVE: []
745
+ end
746
+
747
+ class ListAPIKeysResponse
748
+ attr_accessor next_marker: ::String
749
+ attr_accessor api_key_summaries: ::Array[Types::APIKeySummary]
750
+ attr_accessor application_integration_url: ::String
751
+ SENSITIVE: []
752
+ end
753
+
754
+ class ListAvailableManagedRuleGroupVersionsRequest
755
+ attr_accessor vendor_name: ::String
756
+ attr_accessor name: ::String
757
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
758
+ attr_accessor next_marker: ::String
759
+ attr_accessor limit: ::Integer
760
+ SENSITIVE: []
761
+ end
762
+
763
+ class ListAvailableManagedRuleGroupVersionsResponse
764
+ attr_accessor next_marker: ::String
765
+ attr_accessor versions: ::Array[Types::ManagedRuleGroupVersion]
766
+ attr_accessor current_default_version: ::String
767
+ SENSITIVE: []
768
+ end
769
+
770
+ class ListAvailableManagedRuleGroupsRequest
771
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
772
+ attr_accessor next_marker: ::String
773
+ attr_accessor limit: ::Integer
774
+ SENSITIVE: []
775
+ end
776
+
777
+ class ListAvailableManagedRuleGroupsResponse
778
+ attr_accessor next_marker: ::String
779
+ attr_accessor managed_rule_groups: ::Array[Types::ManagedRuleGroupSummary]
780
+ SENSITIVE: []
781
+ end
782
+
783
+ class ListIPSetsRequest
784
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
785
+ attr_accessor next_marker: ::String
786
+ attr_accessor limit: ::Integer
787
+ SENSITIVE: []
788
+ end
789
+
790
+ class ListIPSetsResponse
791
+ attr_accessor next_marker: ::String
792
+ attr_accessor ip_sets: ::Array[Types::IPSetSummary]
793
+ SENSITIVE: []
794
+ end
795
+
796
+ class ListLoggingConfigurationsRequest
797
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
798
+ attr_accessor next_marker: ::String
799
+ attr_accessor limit: ::Integer
800
+ SENSITIVE: []
801
+ end
802
+
803
+ class ListLoggingConfigurationsResponse
804
+ attr_accessor logging_configurations: ::Array[Types::LoggingConfiguration]
805
+ attr_accessor next_marker: ::String
806
+ SENSITIVE: []
807
+ end
808
+
809
+ class ListManagedRuleSetsRequest
810
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
811
+ attr_accessor next_marker: ::String
812
+ attr_accessor limit: ::Integer
813
+ SENSITIVE: []
814
+ end
815
+
816
+ class ListManagedRuleSetsResponse
817
+ attr_accessor next_marker: ::String
818
+ attr_accessor managed_rule_sets: ::Array[Types::ManagedRuleSetSummary]
819
+ SENSITIVE: []
820
+ end
821
+
822
+ class ListMobileSdkReleasesRequest
823
+ attr_accessor platform: ("IOS" | "ANDROID")
824
+ attr_accessor next_marker: ::String
825
+ attr_accessor limit: ::Integer
826
+ SENSITIVE: []
827
+ end
828
+
829
+ class ListMobileSdkReleasesResponse
830
+ attr_accessor release_summaries: ::Array[Types::ReleaseSummary]
831
+ attr_accessor next_marker: ::String
832
+ SENSITIVE: []
833
+ end
834
+
835
+ class ListRegexPatternSetsRequest
836
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
837
+ attr_accessor next_marker: ::String
838
+ attr_accessor limit: ::Integer
839
+ SENSITIVE: []
840
+ end
841
+
842
+ class ListRegexPatternSetsResponse
843
+ attr_accessor next_marker: ::String
844
+ attr_accessor regex_pattern_sets: ::Array[Types::RegexPatternSetSummary]
845
+ SENSITIVE: []
846
+ end
847
+
848
+ class ListResourcesForWebACLRequest
849
+ attr_accessor web_acl_arn: ::String
850
+ attr_accessor resource_type: ("APPLICATION_LOAD_BALANCER" | "API_GATEWAY" | "APPSYNC" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE")
851
+ SENSITIVE: []
852
+ end
853
+
854
+ class ListResourcesForWebACLResponse
855
+ attr_accessor resource_arns: ::Array[::String]
856
+ SENSITIVE: []
857
+ end
858
+
859
+ class ListRuleGroupsRequest
860
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
861
+ attr_accessor next_marker: ::String
862
+ attr_accessor limit: ::Integer
863
+ SENSITIVE: []
864
+ end
865
+
866
+ class ListRuleGroupsResponse
867
+ attr_accessor next_marker: ::String
868
+ attr_accessor rule_groups: ::Array[Types::RuleGroupSummary]
869
+ SENSITIVE: []
870
+ end
871
+
872
+ class ListTagsForResourceRequest
873
+ attr_accessor next_marker: ::String
874
+ attr_accessor limit: ::Integer
875
+ attr_accessor resource_arn: ::String
876
+ SENSITIVE: []
877
+ end
878
+
879
+ class ListTagsForResourceResponse
880
+ attr_accessor next_marker: ::String
881
+ attr_accessor tag_info_for_resource: Types::TagInfoForResource
882
+ SENSITIVE: []
883
+ end
884
+
885
+ class ListWebACLsRequest
886
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
887
+ attr_accessor next_marker: ::String
888
+ attr_accessor limit: ::Integer
889
+ SENSITIVE: []
890
+ end
891
+
892
+ class ListWebACLsResponse
893
+ attr_accessor next_marker: ::String
894
+ attr_accessor web_acls: ::Array[Types::WebACLSummary]
895
+ SENSITIVE: []
896
+ end
897
+
898
+ class LoggingConfiguration
899
+ attr_accessor resource_arn: ::String
900
+ attr_accessor log_destination_configs: ::Array[::String]
901
+ attr_accessor redacted_fields: ::Array[Types::FieldToMatch]
902
+ attr_accessor managed_by_firewall_manager: bool
903
+ attr_accessor logging_filter: Types::LoggingFilter
904
+ SENSITIVE: []
905
+ end
906
+
907
+ class LoggingFilter
908
+ attr_accessor filters: ::Array[Types::Filter]
909
+ attr_accessor default_behavior: ("KEEP" | "DROP")
910
+ SENSITIVE: []
911
+ end
912
+
913
+ class ManagedProductDescriptor
914
+ attr_accessor vendor_name: ::String
915
+ attr_accessor managed_rule_set_name: ::String
916
+ attr_accessor product_id: ::String
917
+ attr_accessor product_link: ::String
918
+ attr_accessor product_title: ::String
919
+ attr_accessor product_description: ::String
920
+ attr_accessor sns_topic_arn: ::String
921
+ attr_accessor is_versioning_supported: bool
922
+ attr_accessor is_advanced_managed_rule_set: bool
923
+ SENSITIVE: []
924
+ end
925
+
926
+ class ManagedRuleGroupConfig
927
+ attr_accessor login_path: ::String
928
+ attr_accessor payload_type: ("JSON" | "FORM_ENCODED")
929
+ attr_accessor username_field: Types::UsernameField
930
+ attr_accessor password_field: Types::PasswordField
931
+ attr_accessor aws_managed_rules_bot_control_rule_set: Types::AWSManagedRulesBotControlRuleSet
932
+ attr_accessor aws_managed_rules_atp_rule_set: Types::AWSManagedRulesATPRuleSet
933
+ attr_accessor aws_managed_rules_acfp_rule_set: Types::AWSManagedRulesACFPRuleSet
934
+ SENSITIVE: []
935
+ end
936
+
937
+ class ManagedRuleGroupStatement
938
+ attr_accessor vendor_name: ::String
939
+ attr_accessor name: ::String
940
+ attr_accessor version: ::String
941
+ attr_accessor excluded_rules: ::Array[Types::ExcludedRule]
942
+ attr_accessor scope_down_statement: Types::Statement
943
+ attr_accessor managed_rule_group_configs: ::Array[Types::ManagedRuleGroupConfig]
944
+ attr_accessor rule_action_overrides: ::Array[Types::RuleActionOverride]
945
+ SENSITIVE: []
946
+ end
947
+
948
+ class ManagedRuleGroupSummary
949
+ attr_accessor vendor_name: ::String
950
+ attr_accessor name: ::String
951
+ attr_accessor versioning_supported: bool
952
+ attr_accessor description: ::String
953
+ SENSITIVE: []
954
+ end
955
+
956
+ class ManagedRuleGroupVersion
957
+ attr_accessor name: ::String
958
+ attr_accessor last_update_timestamp: ::Time
959
+ SENSITIVE: []
960
+ end
961
+
962
+ class ManagedRuleSet
963
+ attr_accessor name: ::String
964
+ attr_accessor id: ::String
965
+ attr_accessor arn: ::String
966
+ attr_accessor description: ::String
967
+ attr_accessor published_versions: ::Hash[::String, Types::ManagedRuleSetVersion]
968
+ attr_accessor recommended_version: ::String
969
+ attr_accessor label_namespace: ::String
970
+ SENSITIVE: []
971
+ end
972
+
973
+ class ManagedRuleSetSummary
974
+ attr_accessor name: ::String
975
+ attr_accessor id: ::String
976
+ attr_accessor description: ::String
977
+ attr_accessor lock_token: ::String
978
+ attr_accessor arn: ::String
979
+ attr_accessor label_namespace: ::String
980
+ SENSITIVE: []
981
+ end
982
+
983
+ class ManagedRuleSetVersion
984
+ attr_accessor associated_rule_group_arn: ::String
985
+ attr_accessor capacity: ::Integer
986
+ attr_accessor forecasted_lifetime: ::Integer
987
+ attr_accessor publish_timestamp: ::Time
988
+ attr_accessor last_update_timestamp: ::Time
989
+ attr_accessor expiry_timestamp: ::Time
990
+ SENSITIVE: []
991
+ end
992
+
993
+ class Method < Aws::EmptyStructure
994
+ end
995
+
996
+ class MobileSdkRelease
997
+ attr_accessor release_version: ::String
998
+ attr_accessor timestamp: ::Time
999
+ attr_accessor release_notes: ::String
1000
+ attr_accessor tags: ::Array[Types::Tag]
1001
+ SENSITIVE: []
1002
+ end
1003
+
1004
+ class NoneAction < Aws::EmptyStructure
1005
+ end
1006
+
1007
+ class NotStatement
1008
+ attr_accessor statement: Types::Statement
1009
+ SENSITIVE: []
1010
+ end
1011
+
1012
+ class OrStatement
1013
+ attr_accessor statements: ::Array[Types::Statement]
1014
+ SENSITIVE: []
1015
+ end
1016
+
1017
+ class OverrideAction
1018
+ attr_accessor count: Types::CountAction
1019
+ attr_accessor none: Types::NoneAction
1020
+ SENSITIVE: []
1021
+ end
1022
+
1023
+ class PasswordField
1024
+ attr_accessor identifier: ::String
1025
+ SENSITIVE: []
1026
+ end
1027
+
1028
+ class PhoneNumberField
1029
+ attr_accessor identifier: ::String
1030
+ SENSITIVE: []
1031
+ end
1032
+
1033
+ class PutLoggingConfigurationRequest
1034
+ attr_accessor logging_configuration: Types::LoggingConfiguration
1035
+ SENSITIVE: []
1036
+ end
1037
+
1038
+ class PutLoggingConfigurationResponse
1039
+ attr_accessor logging_configuration: Types::LoggingConfiguration
1040
+ SENSITIVE: []
1041
+ end
1042
+
1043
+ class PutManagedRuleSetVersionsRequest
1044
+ attr_accessor name: ::String
1045
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
1046
+ attr_accessor id: ::String
1047
+ attr_accessor lock_token: ::String
1048
+ attr_accessor recommended_version: ::String
1049
+ attr_accessor versions_to_publish: ::Hash[::String, Types::VersionToPublish]
1050
+ SENSITIVE: []
1051
+ end
1052
+
1053
+ class PutManagedRuleSetVersionsResponse
1054
+ attr_accessor next_lock_token: ::String
1055
+ SENSITIVE: []
1056
+ end
1057
+
1058
+ class PutPermissionPolicyRequest
1059
+ attr_accessor resource_arn: ::String
1060
+ attr_accessor policy: ::String
1061
+ SENSITIVE: []
1062
+ end
1063
+
1064
+ class PutPermissionPolicyResponse < Aws::EmptyStructure
1065
+ end
1066
+
1067
+ class QueryString < Aws::EmptyStructure
1068
+ end
1069
+
1070
+ class RateBasedStatement
1071
+ attr_accessor limit: ::Integer
1072
+ attr_accessor aggregate_key_type: ("IP" | "FORWARDED_IP" | "CUSTOM_KEYS" | "CONSTANT")
1073
+ attr_accessor scope_down_statement: Types::Statement
1074
+ attr_accessor forwarded_ip_config: Types::ForwardedIPConfig
1075
+ attr_accessor custom_keys: ::Array[Types::RateBasedStatementCustomKey]
1076
+ SENSITIVE: []
1077
+ end
1078
+
1079
+ class RateBasedStatementCustomKey
1080
+ attr_accessor header: Types::RateLimitHeader
1081
+ attr_accessor cookie: Types::RateLimitCookie
1082
+ attr_accessor query_argument: Types::RateLimitQueryArgument
1083
+ attr_accessor query_string: Types::RateLimitQueryString
1084
+ attr_accessor http_method: Types::RateLimitHTTPMethod
1085
+ attr_accessor forwarded_ip: Types::RateLimitForwardedIP
1086
+ attr_accessor ip: Types::RateLimitIP
1087
+ attr_accessor label_namespace: Types::RateLimitLabelNamespace
1088
+ attr_accessor uri_path: Types::RateLimitUriPath
1089
+ SENSITIVE: []
1090
+ end
1091
+
1092
+ class RateBasedStatementManagedKeysIPSet
1093
+ attr_accessor ip_address_version: ("IPV4" | "IPV6")
1094
+ attr_accessor addresses: ::Array[::String]
1095
+ SENSITIVE: []
1096
+ end
1097
+
1098
+ class RateLimitCookie
1099
+ attr_accessor name: ::String
1100
+ attr_accessor text_transformations: ::Array[Types::TextTransformation]
1101
+ SENSITIVE: []
1102
+ end
1103
+
1104
+ class RateLimitForwardedIP < Aws::EmptyStructure
1105
+ end
1106
+
1107
+ class RateLimitHTTPMethod < Aws::EmptyStructure
1108
+ end
1109
+
1110
+ class RateLimitHeader
1111
+ attr_accessor name: ::String
1112
+ attr_accessor text_transformations: ::Array[Types::TextTransformation]
1113
+ SENSITIVE: []
1114
+ end
1115
+
1116
+ class RateLimitIP < Aws::EmptyStructure
1117
+ end
1118
+
1119
+ class RateLimitLabelNamespace
1120
+ attr_accessor namespace: ::String
1121
+ SENSITIVE: []
1122
+ end
1123
+
1124
+ class RateLimitQueryArgument
1125
+ attr_accessor name: ::String
1126
+ attr_accessor text_transformations: ::Array[Types::TextTransformation]
1127
+ SENSITIVE: []
1128
+ end
1129
+
1130
+ class RateLimitQueryString
1131
+ attr_accessor text_transformations: ::Array[Types::TextTransformation]
1132
+ SENSITIVE: []
1133
+ end
1134
+
1135
+ class RateLimitUriPath
1136
+ attr_accessor text_transformations: ::Array[Types::TextTransformation]
1137
+ SENSITIVE: []
1138
+ end
1139
+
1140
+ class Regex
1141
+ attr_accessor regex_string: ::String
1142
+ SENSITIVE: []
1143
+ end
1144
+
1145
+ class RegexMatchStatement
1146
+ attr_accessor regex_string: ::String
1147
+ attr_accessor field_to_match: Types::FieldToMatch
1148
+ attr_accessor text_transformations: ::Array[Types::TextTransformation]
1149
+ SENSITIVE: []
1150
+ end
1151
+
1152
+ class RegexPatternSet
1153
+ attr_accessor name: ::String
1154
+ attr_accessor id: ::String
1155
+ attr_accessor arn: ::String
1156
+ attr_accessor description: ::String
1157
+ attr_accessor regular_expression_list: ::Array[Types::Regex]
1158
+ SENSITIVE: []
1159
+ end
1160
+
1161
+ class RegexPatternSetReferenceStatement
1162
+ attr_accessor arn: ::String
1163
+ attr_accessor field_to_match: Types::FieldToMatch
1164
+ attr_accessor text_transformations: ::Array[Types::TextTransformation]
1165
+ SENSITIVE: []
1166
+ end
1167
+
1168
+ class RegexPatternSetSummary
1169
+ attr_accessor name: ::String
1170
+ attr_accessor id: ::String
1171
+ attr_accessor description: ::String
1172
+ attr_accessor lock_token: ::String
1173
+ attr_accessor arn: ::String
1174
+ SENSITIVE: []
1175
+ end
1176
+
1177
+ class ReleaseSummary
1178
+ attr_accessor release_version: ::String
1179
+ attr_accessor timestamp: ::Time
1180
+ SENSITIVE: []
1181
+ end
1182
+
1183
+ class RequestBodyAssociatedResourceTypeConfig
1184
+ attr_accessor default_size_inspection_limit: ("KB_16" | "KB_32" | "KB_48" | "KB_64")
1185
+ SENSITIVE: []
1186
+ end
1187
+
1188
+ class RequestInspection
1189
+ attr_accessor payload_type: ("JSON" | "FORM_ENCODED")
1190
+ attr_accessor username_field: Types::UsernameField
1191
+ attr_accessor password_field: Types::PasswordField
1192
+ SENSITIVE: []
1193
+ end
1194
+
1195
+ class RequestInspectionACFP
1196
+ attr_accessor payload_type: ("JSON" | "FORM_ENCODED")
1197
+ attr_accessor username_field: Types::UsernameField
1198
+ attr_accessor password_field: Types::PasswordField
1199
+ attr_accessor email_field: Types::EmailField
1200
+ attr_accessor phone_number_fields: ::Array[Types::PhoneNumberField]
1201
+ attr_accessor address_fields: ::Array[Types::AddressField]
1202
+ SENSITIVE: []
1203
+ end
1204
+
1205
+ class ResponseInspection
1206
+ attr_accessor status_code: Types::ResponseInspectionStatusCode
1207
+ attr_accessor header: Types::ResponseInspectionHeader
1208
+ attr_accessor body_contains: Types::ResponseInspectionBodyContains
1209
+ attr_accessor json: Types::ResponseInspectionJson
1210
+ SENSITIVE: []
1211
+ end
1212
+
1213
+ class ResponseInspectionBodyContains
1214
+ attr_accessor success_strings: ::Array[::String]
1215
+ attr_accessor failure_strings: ::Array[::String]
1216
+ SENSITIVE: []
1217
+ end
1218
+
1219
+ class ResponseInspectionHeader
1220
+ attr_accessor name: ::String
1221
+ attr_accessor success_values: ::Array[::String]
1222
+ attr_accessor failure_values: ::Array[::String]
1223
+ SENSITIVE: []
1224
+ end
1225
+
1226
+ class ResponseInspectionJson
1227
+ attr_accessor identifier: ::String
1228
+ attr_accessor success_values: ::Array[::String]
1229
+ attr_accessor failure_values: ::Array[::String]
1230
+ SENSITIVE: []
1231
+ end
1232
+
1233
+ class ResponseInspectionStatusCode
1234
+ attr_accessor success_codes: ::Array[::Integer]
1235
+ attr_accessor failure_codes: ::Array[::Integer]
1236
+ SENSITIVE: []
1237
+ end
1238
+
1239
+ class Rule
1240
+ attr_accessor name: ::String
1241
+ attr_accessor priority: ::Integer
1242
+ attr_accessor statement: Types::Statement
1243
+ attr_accessor action: Types::RuleAction
1244
+ attr_accessor override_action: Types::OverrideAction
1245
+ attr_accessor rule_labels: ::Array[Types::Label]
1246
+ attr_accessor visibility_config: Types::VisibilityConfig
1247
+ attr_accessor captcha_config: Types::CaptchaConfig
1248
+ attr_accessor challenge_config: Types::ChallengeConfig
1249
+ SENSITIVE: []
1250
+ end
1251
+
1252
+ class RuleAction
1253
+ attr_accessor block: Types::BlockAction
1254
+ attr_accessor allow: Types::AllowAction
1255
+ attr_accessor count: Types::CountAction
1256
+ attr_accessor captcha: Types::CaptchaAction
1257
+ attr_accessor challenge: Types::ChallengeAction
1258
+ SENSITIVE: []
1259
+ end
1260
+
1261
+ class RuleActionOverride
1262
+ attr_accessor name: ::String
1263
+ attr_accessor action_to_use: Types::RuleAction
1264
+ SENSITIVE: []
1265
+ end
1266
+
1267
+ class RuleGroup
1268
+ attr_accessor name: ::String
1269
+ attr_accessor id: ::String
1270
+ attr_accessor capacity: ::Integer
1271
+ attr_accessor arn: ::String
1272
+ attr_accessor description: ::String
1273
+ attr_accessor rules: ::Array[Types::Rule]
1274
+ attr_accessor visibility_config: Types::VisibilityConfig
1275
+ attr_accessor label_namespace: ::String
1276
+ attr_accessor custom_response_bodies: ::Hash[::String, Types::CustomResponseBody]
1277
+ attr_accessor available_labels: ::Array[Types::LabelSummary]
1278
+ attr_accessor consumed_labels: ::Array[Types::LabelSummary]
1279
+ SENSITIVE: []
1280
+ end
1281
+
1282
+ class RuleGroupReferenceStatement
1283
+ attr_accessor arn: ::String
1284
+ attr_accessor excluded_rules: ::Array[Types::ExcludedRule]
1285
+ attr_accessor rule_action_overrides: ::Array[Types::RuleActionOverride]
1286
+ SENSITIVE: []
1287
+ end
1288
+
1289
+ class RuleGroupSummary
1290
+ attr_accessor name: ::String
1291
+ attr_accessor id: ::String
1292
+ attr_accessor description: ::String
1293
+ attr_accessor lock_token: ::String
1294
+ attr_accessor arn: ::String
1295
+ SENSITIVE: []
1296
+ end
1297
+
1298
+ class RuleSummary
1299
+ attr_accessor name: ::String
1300
+ attr_accessor action: Types::RuleAction
1301
+ SENSITIVE: []
1302
+ end
1303
+
1304
+ class SampledHTTPRequest
1305
+ attr_accessor request: Types::HTTPRequest
1306
+ attr_accessor weight: ::Integer
1307
+ attr_accessor timestamp: ::Time
1308
+ attr_accessor action: ::String
1309
+ attr_accessor rule_name_within_rule_group: ::String
1310
+ attr_accessor request_headers_inserted: ::Array[Types::HTTPHeader]
1311
+ attr_accessor response_code_sent: ::Integer
1312
+ attr_accessor labels: ::Array[Types::Label]
1313
+ attr_accessor captcha_response: Types::CaptchaResponse
1314
+ attr_accessor challenge_response: Types::ChallengeResponse
1315
+ attr_accessor overridden_action: ::String
1316
+ SENSITIVE: []
1317
+ end
1318
+
1319
+ class SingleHeader
1320
+ attr_accessor name: ::String
1321
+ SENSITIVE: []
1322
+ end
1323
+
1324
+ class SingleQueryArgument
1325
+ attr_accessor name: ::String
1326
+ SENSITIVE: []
1327
+ end
1328
+
1329
+ class SizeConstraintStatement
1330
+ attr_accessor field_to_match: Types::FieldToMatch
1331
+ attr_accessor comparison_operator: ("EQ" | "NE" | "LE" | "LT" | "GE" | "GT")
1332
+ attr_accessor size: ::Integer
1333
+ attr_accessor text_transformations: ::Array[Types::TextTransformation]
1334
+ SENSITIVE: []
1335
+ end
1336
+
1337
+ class SqliMatchStatement
1338
+ attr_accessor field_to_match: Types::FieldToMatch
1339
+ attr_accessor text_transformations: ::Array[Types::TextTransformation]
1340
+ attr_accessor sensitivity_level: ("LOW" | "HIGH")
1341
+ SENSITIVE: []
1342
+ end
1343
+
1344
+ class Statement
1345
+ attr_accessor byte_match_statement: Types::ByteMatchStatement
1346
+ attr_accessor sqli_match_statement: Types::SqliMatchStatement
1347
+ attr_accessor xss_match_statement: Types::XssMatchStatement
1348
+ attr_accessor size_constraint_statement: Types::SizeConstraintStatement
1349
+ attr_accessor geo_match_statement: Types::GeoMatchStatement
1350
+ attr_accessor rule_group_reference_statement: Types::RuleGroupReferenceStatement
1351
+ attr_accessor ip_set_reference_statement: Types::IPSetReferenceStatement
1352
+ attr_accessor regex_pattern_set_reference_statement: Types::RegexPatternSetReferenceStatement
1353
+ attr_accessor rate_based_statement: Types::RateBasedStatement
1354
+ attr_accessor and_statement: Types::AndStatement
1355
+ attr_accessor or_statement: Types::OrStatement
1356
+ attr_accessor not_statement: Types::NotStatement
1357
+ attr_accessor managed_rule_group_statement: Types::ManagedRuleGroupStatement
1358
+ attr_accessor label_match_statement: Types::LabelMatchStatement
1359
+ attr_accessor regex_match_statement: Types::RegexMatchStatement
1360
+ SENSITIVE: []
1361
+ end
1362
+
1363
+ class Tag
1364
+ attr_accessor key: ::String
1365
+ attr_accessor value: ::String
1366
+ SENSITIVE: []
1367
+ end
1368
+
1369
+ class TagInfoForResource
1370
+ attr_accessor resource_arn: ::String
1371
+ attr_accessor tag_list: ::Array[Types::Tag]
1372
+ SENSITIVE: []
1373
+ end
1374
+
1375
+ class TagResourceRequest
1376
+ attr_accessor resource_arn: ::String
1377
+ attr_accessor tags: ::Array[Types::Tag]
1378
+ SENSITIVE: []
1379
+ end
1380
+
1381
+ class TagResourceResponse < Aws::EmptyStructure
1382
+ end
1383
+
1384
+ class TextTransformation
1385
+ attr_accessor priority: ::Integer
1386
+ attr_accessor type: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE" | "BASE64_DECODE" | "HEX_DECODE" | "MD5" | "REPLACE_COMMENTS" | "ESCAPE_SEQ_DECODE" | "SQL_HEX_DECODE" | "CSS_DECODE" | "JS_DECODE" | "NORMALIZE_PATH" | "NORMALIZE_PATH_WIN" | "REMOVE_NULLS" | "REPLACE_NULLS" | "BASE64_DECODE_EXT" | "URL_DECODE_UNI" | "UTF8_TO_UNICODE")
1387
+ SENSITIVE: []
1388
+ end
1389
+
1390
+ class TimeWindow
1391
+ attr_accessor start_time: ::Time
1392
+ attr_accessor end_time: ::Time
1393
+ SENSITIVE: []
1394
+ end
1395
+
1396
+ class UntagResourceRequest
1397
+ attr_accessor resource_arn: ::String
1398
+ attr_accessor tag_keys: ::Array[::String]
1399
+ SENSITIVE: []
1400
+ end
1401
+
1402
+ class UntagResourceResponse < Aws::EmptyStructure
1403
+ end
1404
+
1405
+ class UpdateIPSetRequest
1406
+ attr_accessor name: ::String
1407
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
1408
+ attr_accessor id: ::String
1409
+ attr_accessor description: ::String
1410
+ attr_accessor addresses: ::Array[::String]
1411
+ attr_accessor lock_token: ::String
1412
+ SENSITIVE: []
1413
+ end
1414
+
1415
+ class UpdateIPSetResponse
1416
+ attr_accessor next_lock_token: ::String
1417
+ SENSITIVE: []
1418
+ end
1419
+
1420
+ class UpdateManagedRuleSetVersionExpiryDateRequest
1421
+ attr_accessor name: ::String
1422
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
1423
+ attr_accessor id: ::String
1424
+ attr_accessor lock_token: ::String
1425
+ attr_accessor version_to_expire: ::String
1426
+ attr_accessor expiry_timestamp: ::Time
1427
+ SENSITIVE: []
1428
+ end
1429
+
1430
+ class UpdateManagedRuleSetVersionExpiryDateResponse
1431
+ attr_accessor expiring_version: ::String
1432
+ attr_accessor expiry_timestamp: ::Time
1433
+ attr_accessor next_lock_token: ::String
1434
+ SENSITIVE: []
1435
+ end
1436
+
1437
+ class UpdateRegexPatternSetRequest
1438
+ attr_accessor name: ::String
1439
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
1440
+ attr_accessor id: ::String
1441
+ attr_accessor description: ::String
1442
+ attr_accessor regular_expression_list: ::Array[Types::Regex]
1443
+ attr_accessor lock_token: ::String
1444
+ SENSITIVE: []
1445
+ end
1446
+
1447
+ class UpdateRegexPatternSetResponse
1448
+ attr_accessor next_lock_token: ::String
1449
+ SENSITIVE: []
1450
+ end
1451
+
1452
+ class UpdateRuleGroupRequest
1453
+ attr_accessor name: ::String
1454
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
1455
+ attr_accessor id: ::String
1456
+ attr_accessor description: ::String
1457
+ attr_accessor rules: ::Array[Types::Rule]
1458
+ attr_accessor visibility_config: Types::VisibilityConfig
1459
+ attr_accessor lock_token: ::String
1460
+ attr_accessor custom_response_bodies: ::Hash[::String, Types::CustomResponseBody]
1461
+ SENSITIVE: []
1462
+ end
1463
+
1464
+ class UpdateRuleGroupResponse
1465
+ attr_accessor next_lock_token: ::String
1466
+ SENSITIVE: []
1467
+ end
1468
+
1469
+ class UpdateWebACLRequest
1470
+ attr_accessor name: ::String
1471
+ attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
1472
+ attr_accessor id: ::String
1473
+ attr_accessor default_action: Types::DefaultAction
1474
+ attr_accessor description: ::String
1475
+ attr_accessor rules: ::Array[Types::Rule]
1476
+ attr_accessor visibility_config: Types::VisibilityConfig
1477
+ attr_accessor lock_token: ::String
1478
+ attr_accessor custom_response_bodies: ::Hash[::String, Types::CustomResponseBody]
1479
+ attr_accessor captcha_config: Types::CaptchaConfig
1480
+ attr_accessor challenge_config: Types::ChallengeConfig
1481
+ attr_accessor token_domains: ::Array[::String]
1482
+ attr_accessor association_config: Types::AssociationConfig
1483
+ SENSITIVE: []
1484
+ end
1485
+
1486
+ class UpdateWebACLResponse
1487
+ attr_accessor next_lock_token: ::String
1488
+ SENSITIVE: []
1489
+ end
1490
+
1491
+ class UriPath < Aws::EmptyStructure
1492
+ end
1493
+
1494
+ class UsernameField
1495
+ attr_accessor identifier: ::String
1496
+ SENSITIVE: []
1497
+ end
1498
+
1499
+ class VersionToPublish
1500
+ attr_accessor associated_rule_group_arn: ::String
1501
+ attr_accessor forecasted_lifetime: ::Integer
1502
+ SENSITIVE: []
1503
+ end
1504
+
1505
+ class VisibilityConfig
1506
+ attr_accessor sampled_requests_enabled: bool
1507
+ attr_accessor cloud_watch_metrics_enabled: bool
1508
+ attr_accessor metric_name: ::String
1509
+ SENSITIVE: []
1510
+ end
1511
+
1512
+ class WAFAssociatedItemException
1513
+ attr_accessor message: ::String
1514
+ SENSITIVE: []
1515
+ end
1516
+
1517
+ class WAFConfigurationWarningException
1518
+ attr_accessor message: ::String
1519
+ SENSITIVE: []
1520
+ end
1521
+
1522
+ class WAFDuplicateItemException
1523
+ attr_accessor message: ::String
1524
+ SENSITIVE: []
1525
+ end
1526
+
1527
+ class WAFExpiredManagedRuleGroupVersionException
1528
+ attr_accessor message: ::String
1529
+ SENSITIVE: []
1530
+ end
1531
+
1532
+ class WAFInternalErrorException
1533
+ attr_accessor message: ::String
1534
+ SENSITIVE: []
1535
+ end
1536
+
1537
+ class WAFInvalidOperationException
1538
+ attr_accessor message: ::String
1539
+ SENSITIVE: []
1540
+ end
1541
+
1542
+ class WAFInvalidParameterException
1543
+ attr_accessor message: ::String
1544
+ attr_accessor field: ("WEB_ACL" | "RULE_GROUP" | "REGEX_PATTERN_SET" | "IP_SET" | "MANAGED_RULE_SET" | "RULE" | "EXCLUDED_RULE" | "STATEMENT" | "BYTE_MATCH_STATEMENT" | "SQLI_MATCH_STATEMENT" | "XSS_MATCH_STATEMENT" | "SIZE_CONSTRAINT_STATEMENT" | "GEO_MATCH_STATEMENT" | "RATE_BASED_STATEMENT" | "RULE_GROUP_REFERENCE_STATEMENT" | "REGEX_PATTERN_REFERENCE_STATEMENT" | "IP_SET_REFERENCE_STATEMENT" | "MANAGED_RULE_SET_STATEMENT" | "LABEL_MATCH_STATEMENT" | "AND_STATEMENT" | "OR_STATEMENT" | "NOT_STATEMENT" | "IP_ADDRESS" | "IP_ADDRESS_VERSION" | "FIELD_TO_MATCH" | "TEXT_TRANSFORMATION" | "SINGLE_QUERY_ARGUMENT" | "SINGLE_HEADER" | "DEFAULT_ACTION" | "RULE_ACTION" | "ENTITY_LIMIT" | "OVERRIDE_ACTION" | "SCOPE_VALUE" | "RESOURCE_ARN" | "RESOURCE_TYPE" | "TAGS" | "TAG_KEYS" | "METRIC_NAME" | "FIREWALL_MANAGER_STATEMENT" | "FALLBACK_BEHAVIOR" | "POSITION" | "FORWARDED_IP_CONFIG" | "IP_SET_FORWARDED_IP_CONFIG" | "HEADER_NAME" | "CUSTOM_REQUEST_HANDLING" | "RESPONSE_CONTENT_TYPE" | "CUSTOM_RESPONSE" | "CUSTOM_RESPONSE_BODY" | "JSON_MATCH_PATTERN" | "JSON_MATCH_SCOPE" | "BODY_PARSING_FALLBACK_BEHAVIOR" | "LOGGING_FILTER" | "FILTER_CONDITION" | "EXPIRE_TIMESTAMP" | "CHANGE_PROPAGATION_STATUS" | "ASSOCIABLE_RESOURCE" | "LOG_DESTINATION" | "MANAGED_RULE_GROUP_CONFIG" | "PAYLOAD_TYPE" | "HEADER_MATCH_PATTERN" | "COOKIE_MATCH_PATTERN" | "MAP_MATCH_SCOPE" | "OVERSIZE_HANDLING" | "CHALLENGE_CONFIG" | "TOKEN_DOMAIN" | "ATP_RULE_SET_RESPONSE_INSPECTION" | "ASSOCIATED_RESOURCE_TYPE" | "SCOPE_DOWN" | "CUSTOM_KEYS" | "ACP_RULE_SET_RESPONSE_INSPECTION")
1545
+ attr_accessor parameter: ::String
1546
+ attr_accessor reason: ::String
1547
+ SENSITIVE: []
1548
+ end
1549
+
1550
+ class WAFInvalidPermissionPolicyException
1551
+ attr_accessor message: ::String
1552
+ SENSITIVE: []
1553
+ end
1554
+
1555
+ class WAFInvalidResourceException
1556
+ attr_accessor message: ::String
1557
+ SENSITIVE: []
1558
+ end
1559
+
1560
+ class WAFLimitsExceededException
1561
+ attr_accessor message: ::String
1562
+ SENSITIVE: []
1563
+ end
1564
+
1565
+ class WAFLogDestinationPermissionIssueException
1566
+ attr_accessor message: ::String
1567
+ SENSITIVE: []
1568
+ end
1569
+
1570
+ class WAFNonexistentItemException
1571
+ attr_accessor message: ::String
1572
+ SENSITIVE: []
1573
+ end
1574
+
1575
+ class WAFOptimisticLockException
1576
+ attr_accessor message: ::String
1577
+ SENSITIVE: []
1578
+ end
1579
+
1580
+ class WAFServiceLinkedRoleErrorException
1581
+ attr_accessor message: ::String
1582
+ SENSITIVE: []
1583
+ end
1584
+
1585
+ class WAFSubscriptionNotFoundException
1586
+ attr_accessor message: ::String
1587
+ SENSITIVE: []
1588
+ end
1589
+
1590
+ class WAFTagOperationException
1591
+ attr_accessor message: ::String
1592
+ SENSITIVE: []
1593
+ end
1594
+
1595
+ class WAFTagOperationInternalErrorException
1596
+ attr_accessor message: ::String
1597
+ SENSITIVE: []
1598
+ end
1599
+
1600
+ class WAFUnavailableEntityException
1601
+ attr_accessor message: ::String
1602
+ SENSITIVE: []
1603
+ end
1604
+
1605
+ class WAFUnsupportedAggregateKeyTypeException
1606
+ attr_accessor message: ::String
1607
+ SENSITIVE: []
1608
+ end
1609
+
1610
+ class WebACL
1611
+ attr_accessor name: ::String
1612
+ attr_accessor id: ::String
1613
+ attr_accessor arn: ::String
1614
+ attr_accessor default_action: Types::DefaultAction
1615
+ attr_accessor description: ::String
1616
+ attr_accessor rules: ::Array[Types::Rule]
1617
+ attr_accessor visibility_config: Types::VisibilityConfig
1618
+ attr_accessor capacity: ::Integer
1619
+ attr_accessor pre_process_firewall_manager_rule_groups: ::Array[Types::FirewallManagerRuleGroup]
1620
+ attr_accessor post_process_firewall_manager_rule_groups: ::Array[Types::FirewallManagerRuleGroup]
1621
+ attr_accessor managed_by_firewall_manager: bool
1622
+ attr_accessor label_namespace: ::String
1623
+ attr_accessor custom_response_bodies: ::Hash[::String, Types::CustomResponseBody]
1624
+ attr_accessor captcha_config: Types::CaptchaConfig
1625
+ attr_accessor challenge_config: Types::ChallengeConfig
1626
+ attr_accessor token_domains: ::Array[::String]
1627
+ attr_accessor association_config: Types::AssociationConfig
1628
+ SENSITIVE: []
1629
+ end
1630
+
1631
+ class WebACLSummary
1632
+ attr_accessor name: ::String
1633
+ attr_accessor id: ::String
1634
+ attr_accessor description: ::String
1635
+ attr_accessor lock_token: ::String
1636
+ attr_accessor arn: ::String
1637
+ SENSITIVE: []
1638
+ end
1639
+
1640
+ class XssMatchStatement
1641
+ attr_accessor field_to_match: Types::FieldToMatch
1642
+ attr_accessor text_transformations: ::Array[Types::TextTransformation]
1643
+ SENSITIVE: []
1644
+ end
1645
+ end
1646
+ end