aws-sdk-wafv2 1.43.0 → 1.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wafv2/client.rb +1120 -18
- data/lib/aws-sdk-wafv2/client_api.rb +45 -0
- data/lib/aws-sdk-wafv2/types.rb +2697 -82
- data/lib/aws-sdk-wafv2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-wafv2/client.rb
CHANGED
@@ -738,6 +738,65 @@ module Aws::WAFV2
|
|
738
738
|
# name: "EntityName", # required
|
739
739
|
# },
|
740
740
|
# ],
|
741
|
+
# rule_action_overrides: [
|
742
|
+
# {
|
743
|
+
# name: "EntityName", # required
|
744
|
+
# action_to_use: { # required
|
745
|
+
# block: {
|
746
|
+
# custom_response: {
|
747
|
+
# response_code: 1, # required
|
748
|
+
# custom_response_body_key: "EntityName",
|
749
|
+
# response_headers: [
|
750
|
+
# {
|
751
|
+
# name: "CustomHTTPHeaderName", # required
|
752
|
+
# value: "CustomHTTPHeaderValue", # required
|
753
|
+
# },
|
754
|
+
# ],
|
755
|
+
# },
|
756
|
+
# },
|
757
|
+
# allow: {
|
758
|
+
# custom_request_handling: {
|
759
|
+
# insert_headers: [ # required
|
760
|
+
# {
|
761
|
+
# name: "CustomHTTPHeaderName", # required
|
762
|
+
# value: "CustomHTTPHeaderValue", # required
|
763
|
+
# },
|
764
|
+
# ],
|
765
|
+
# },
|
766
|
+
# },
|
767
|
+
# count: {
|
768
|
+
# custom_request_handling: {
|
769
|
+
# insert_headers: [ # required
|
770
|
+
# {
|
771
|
+
# name: "CustomHTTPHeaderName", # required
|
772
|
+
# value: "CustomHTTPHeaderValue", # required
|
773
|
+
# },
|
774
|
+
# ],
|
775
|
+
# },
|
776
|
+
# },
|
777
|
+
# captcha: {
|
778
|
+
# custom_request_handling: {
|
779
|
+
# insert_headers: [ # required
|
780
|
+
# {
|
781
|
+
# name: "CustomHTTPHeaderName", # required
|
782
|
+
# value: "CustomHTTPHeaderValue", # required
|
783
|
+
# },
|
784
|
+
# ],
|
785
|
+
# },
|
786
|
+
# },
|
787
|
+
# challenge: {
|
788
|
+
# custom_request_handling: {
|
789
|
+
# insert_headers: [ # required
|
790
|
+
# {
|
791
|
+
# name: "CustomHTTPHeaderName", # required
|
792
|
+
# value: "CustomHTTPHeaderValue", # required
|
793
|
+
# },
|
794
|
+
# ],
|
795
|
+
# },
|
796
|
+
# },
|
797
|
+
# },
|
798
|
+
# },
|
799
|
+
# ],
|
741
800
|
# },
|
742
801
|
# ip_set_reference_statement: {
|
743
802
|
# arn: "ResourceArn", # required
|
@@ -857,6 +916,68 @@ module Aws::WAFV2
|
|
857
916
|
# password_field: {
|
858
917
|
# identifier: "FieldIdentifier", # required
|
859
918
|
# },
|
919
|
+
# aws_managed_rules_bot_control_rule_set: {
|
920
|
+
# inspection_level: "COMMON", # required, accepts COMMON, TARGETED
|
921
|
+
# },
|
922
|
+
# },
|
923
|
+
# ],
|
924
|
+
# rule_action_overrides: [
|
925
|
+
# {
|
926
|
+
# name: "EntityName", # required
|
927
|
+
# action_to_use: { # required
|
928
|
+
# block: {
|
929
|
+
# custom_response: {
|
930
|
+
# response_code: 1, # required
|
931
|
+
# custom_response_body_key: "EntityName",
|
932
|
+
# response_headers: [
|
933
|
+
# {
|
934
|
+
# name: "CustomHTTPHeaderName", # required
|
935
|
+
# value: "CustomHTTPHeaderValue", # required
|
936
|
+
# },
|
937
|
+
# ],
|
938
|
+
# },
|
939
|
+
# },
|
940
|
+
# allow: {
|
941
|
+
# custom_request_handling: {
|
942
|
+
# insert_headers: [ # required
|
943
|
+
# {
|
944
|
+
# name: "CustomHTTPHeaderName", # required
|
945
|
+
# value: "CustomHTTPHeaderValue", # required
|
946
|
+
# },
|
947
|
+
# ],
|
948
|
+
# },
|
949
|
+
# },
|
950
|
+
# count: {
|
951
|
+
# custom_request_handling: {
|
952
|
+
# insert_headers: [ # required
|
953
|
+
# {
|
954
|
+
# name: "CustomHTTPHeaderName", # required
|
955
|
+
# value: "CustomHTTPHeaderValue", # required
|
956
|
+
# },
|
957
|
+
# ],
|
958
|
+
# },
|
959
|
+
# },
|
960
|
+
# captcha: {
|
961
|
+
# custom_request_handling: {
|
962
|
+
# insert_headers: [ # required
|
963
|
+
# {
|
964
|
+
# name: "CustomHTTPHeaderName", # required
|
965
|
+
# value: "CustomHTTPHeaderValue", # required
|
966
|
+
# },
|
967
|
+
# ],
|
968
|
+
# },
|
969
|
+
# },
|
970
|
+
# challenge: {
|
971
|
+
# custom_request_handling: {
|
972
|
+
# insert_headers: [ # required
|
973
|
+
# {
|
974
|
+
# name: "CustomHTTPHeaderName", # required
|
975
|
+
# value: "CustomHTTPHeaderValue", # required
|
976
|
+
# },
|
977
|
+
# ],
|
978
|
+
# },
|
979
|
+
# },
|
980
|
+
# },
|
860
981
|
# },
|
861
982
|
# ],
|
862
983
|
# },
|
@@ -966,6 +1087,16 @@ module Aws::WAFV2
|
|
966
1087
|
# ],
|
967
1088
|
# },
|
968
1089
|
# },
|
1090
|
+
# challenge: {
|
1091
|
+
# custom_request_handling: {
|
1092
|
+
# insert_headers: [ # required
|
1093
|
+
# {
|
1094
|
+
# name: "CustomHTTPHeaderName", # required
|
1095
|
+
# value: "CustomHTTPHeaderValue", # required
|
1096
|
+
# },
|
1097
|
+
# ],
|
1098
|
+
# },
|
1099
|
+
# },
|
969
1100
|
# },
|
970
1101
|
# override_action: {
|
971
1102
|
# count: {
|
@@ -996,6 +1127,11 @@ module Aws::WAFV2
|
|
996
1127
|
# immunity_time: 1, # required
|
997
1128
|
# },
|
998
1129
|
# },
|
1130
|
+
# challenge_config: {
|
1131
|
+
# immunity_time_property: {
|
1132
|
+
# immunity_time: 1, # required
|
1133
|
+
# },
|
1134
|
+
# },
|
999
1135
|
# },
|
1000
1136
|
# ],
|
1001
1137
|
# })
|
@@ -1537,6 +1673,65 @@ module Aws::WAFV2
|
|
1537
1673
|
# name: "EntityName", # required
|
1538
1674
|
# },
|
1539
1675
|
# ],
|
1676
|
+
# rule_action_overrides: [
|
1677
|
+
# {
|
1678
|
+
# name: "EntityName", # required
|
1679
|
+
# action_to_use: { # required
|
1680
|
+
# block: {
|
1681
|
+
# custom_response: {
|
1682
|
+
# response_code: 1, # required
|
1683
|
+
# custom_response_body_key: "EntityName",
|
1684
|
+
# response_headers: [
|
1685
|
+
# {
|
1686
|
+
# name: "CustomHTTPHeaderName", # required
|
1687
|
+
# value: "CustomHTTPHeaderValue", # required
|
1688
|
+
# },
|
1689
|
+
# ],
|
1690
|
+
# },
|
1691
|
+
# },
|
1692
|
+
# allow: {
|
1693
|
+
# custom_request_handling: {
|
1694
|
+
# insert_headers: [ # required
|
1695
|
+
# {
|
1696
|
+
# name: "CustomHTTPHeaderName", # required
|
1697
|
+
# value: "CustomHTTPHeaderValue", # required
|
1698
|
+
# },
|
1699
|
+
# ],
|
1700
|
+
# },
|
1701
|
+
# },
|
1702
|
+
# count: {
|
1703
|
+
# custom_request_handling: {
|
1704
|
+
# insert_headers: [ # required
|
1705
|
+
# {
|
1706
|
+
# name: "CustomHTTPHeaderName", # required
|
1707
|
+
# value: "CustomHTTPHeaderValue", # required
|
1708
|
+
# },
|
1709
|
+
# ],
|
1710
|
+
# },
|
1711
|
+
# },
|
1712
|
+
# captcha: {
|
1713
|
+
# custom_request_handling: {
|
1714
|
+
# insert_headers: [ # required
|
1715
|
+
# {
|
1716
|
+
# name: "CustomHTTPHeaderName", # required
|
1717
|
+
# value: "CustomHTTPHeaderValue", # required
|
1718
|
+
# },
|
1719
|
+
# ],
|
1720
|
+
# },
|
1721
|
+
# },
|
1722
|
+
# challenge: {
|
1723
|
+
# custom_request_handling: {
|
1724
|
+
# insert_headers: [ # required
|
1725
|
+
# {
|
1726
|
+
# name: "CustomHTTPHeaderName", # required
|
1727
|
+
# value: "CustomHTTPHeaderValue", # required
|
1728
|
+
# },
|
1729
|
+
# ],
|
1730
|
+
# },
|
1731
|
+
# },
|
1732
|
+
# },
|
1733
|
+
# },
|
1734
|
+
# ],
|
1540
1735
|
# },
|
1541
1736
|
# ip_set_reference_statement: {
|
1542
1737
|
# arn: "ResourceArn", # required
|
@@ -1656,6 +1851,68 @@ module Aws::WAFV2
|
|
1656
1851
|
# password_field: {
|
1657
1852
|
# identifier: "FieldIdentifier", # required
|
1658
1853
|
# },
|
1854
|
+
# aws_managed_rules_bot_control_rule_set: {
|
1855
|
+
# inspection_level: "COMMON", # required, accepts COMMON, TARGETED
|
1856
|
+
# },
|
1857
|
+
# },
|
1858
|
+
# ],
|
1859
|
+
# rule_action_overrides: [
|
1860
|
+
# {
|
1861
|
+
# name: "EntityName", # required
|
1862
|
+
# action_to_use: { # required
|
1863
|
+
# block: {
|
1864
|
+
# custom_response: {
|
1865
|
+
# response_code: 1, # required
|
1866
|
+
# custom_response_body_key: "EntityName",
|
1867
|
+
# response_headers: [
|
1868
|
+
# {
|
1869
|
+
# name: "CustomHTTPHeaderName", # required
|
1870
|
+
# value: "CustomHTTPHeaderValue", # required
|
1871
|
+
# },
|
1872
|
+
# ],
|
1873
|
+
# },
|
1874
|
+
# },
|
1875
|
+
# allow: {
|
1876
|
+
# custom_request_handling: {
|
1877
|
+
# insert_headers: [ # required
|
1878
|
+
# {
|
1879
|
+
# name: "CustomHTTPHeaderName", # required
|
1880
|
+
# value: "CustomHTTPHeaderValue", # required
|
1881
|
+
# },
|
1882
|
+
# ],
|
1883
|
+
# },
|
1884
|
+
# },
|
1885
|
+
# count: {
|
1886
|
+
# custom_request_handling: {
|
1887
|
+
# insert_headers: [ # required
|
1888
|
+
# {
|
1889
|
+
# name: "CustomHTTPHeaderName", # required
|
1890
|
+
# value: "CustomHTTPHeaderValue", # required
|
1891
|
+
# },
|
1892
|
+
# ],
|
1893
|
+
# },
|
1894
|
+
# },
|
1895
|
+
# captcha: {
|
1896
|
+
# custom_request_handling: {
|
1897
|
+
# insert_headers: [ # required
|
1898
|
+
# {
|
1899
|
+
# name: "CustomHTTPHeaderName", # required
|
1900
|
+
# value: "CustomHTTPHeaderValue", # required
|
1901
|
+
# },
|
1902
|
+
# ],
|
1903
|
+
# },
|
1904
|
+
# },
|
1905
|
+
# challenge: {
|
1906
|
+
# custom_request_handling: {
|
1907
|
+
# insert_headers: [ # required
|
1908
|
+
# {
|
1909
|
+
# name: "CustomHTTPHeaderName", # required
|
1910
|
+
# value: "CustomHTTPHeaderValue", # required
|
1911
|
+
# },
|
1912
|
+
# ],
|
1913
|
+
# },
|
1914
|
+
# },
|
1915
|
+
# },
|
1659
1916
|
# },
|
1660
1917
|
# ],
|
1661
1918
|
# },
|
@@ -1765,6 +2022,16 @@ module Aws::WAFV2
|
|
1765
2022
|
# ],
|
1766
2023
|
# },
|
1767
2024
|
# },
|
2025
|
+
# challenge: {
|
2026
|
+
# custom_request_handling: {
|
2027
|
+
# insert_headers: [ # required
|
2028
|
+
# {
|
2029
|
+
# name: "CustomHTTPHeaderName", # required
|
2030
|
+
# value: "CustomHTTPHeaderValue", # required
|
2031
|
+
# },
|
2032
|
+
# ],
|
2033
|
+
# },
|
2034
|
+
# },
|
1768
2035
|
# },
|
1769
2036
|
# override_action: {
|
1770
2037
|
# count: {
|
@@ -1795,6 +2062,11 @@ module Aws::WAFV2
|
|
1795
2062
|
# immunity_time: 1, # required
|
1796
2063
|
# },
|
1797
2064
|
# },
|
2065
|
+
# challenge_config: {
|
2066
|
+
# immunity_time_property: {
|
2067
|
+
# immunity_time: 1, # required
|
2068
|
+
# },
|
2069
|
+
# },
|
1798
2070
|
# },
|
1799
2071
|
# ],
|
1800
2072
|
# visibility_config: { # required
|
@@ -1909,6 +2181,24 @@ module Aws::WAFV2
|
|
1909
2181
|
# don't have their own `CaptchaConfig` settings. If you don't specify
|
1910
2182
|
# this, WAF uses its default settings for `CaptchaConfig`.
|
1911
2183
|
#
|
2184
|
+
# @option params [Types::ChallengeConfig] :challenge_config
|
2185
|
+
# Specifies how WAF should handle challenge evaluations for rules that
|
2186
|
+
# don't have their own `ChallengeConfig` settings. If you don't
|
2187
|
+
# specify this, WAF uses its default settings for `ChallengeConfig`.
|
2188
|
+
#
|
2189
|
+
# @option params [Array<String>] :token_domains
|
2190
|
+
# Specifies the domains that WAF should accept in a web request token.
|
2191
|
+
# This enables the use of tokens across multiple protected websites.
|
2192
|
+
# When WAF provides a token, it uses the domain of the Amazon Web
|
2193
|
+
# Services resource that the web ACL is protecting. If you don't
|
2194
|
+
# specify a list of token domains, WAF accepts tokens only for the
|
2195
|
+
# domain of the protected resource. With a token domain list, WAF
|
2196
|
+
# accepts the resource's host domain plus all domains in the token
|
2197
|
+
# domain list, including their prefixed subdomains.
|
2198
|
+
#
|
2199
|
+
# Example JSON: `"TokenDomains": \{ "mywebsite.com",
|
2200
|
+
# "myotherwebsite.com" \}`
|
2201
|
+
#
|
1912
2202
|
# @return [Types::CreateWebACLResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1913
2203
|
#
|
1914
2204
|
# * {Types::CreateWebACLResponse#summary #summary} => Types::WebACLSummary
|
@@ -2195,6 +2485,65 @@ module Aws::WAFV2
|
|
2195
2485
|
# name: "EntityName", # required
|
2196
2486
|
# },
|
2197
2487
|
# ],
|
2488
|
+
# rule_action_overrides: [
|
2489
|
+
# {
|
2490
|
+
# name: "EntityName", # required
|
2491
|
+
# action_to_use: { # required
|
2492
|
+
# block: {
|
2493
|
+
# custom_response: {
|
2494
|
+
# response_code: 1, # required
|
2495
|
+
# custom_response_body_key: "EntityName",
|
2496
|
+
# response_headers: [
|
2497
|
+
# {
|
2498
|
+
# name: "CustomHTTPHeaderName", # required
|
2499
|
+
# value: "CustomHTTPHeaderValue", # required
|
2500
|
+
# },
|
2501
|
+
# ],
|
2502
|
+
# },
|
2503
|
+
# },
|
2504
|
+
# allow: {
|
2505
|
+
# custom_request_handling: {
|
2506
|
+
# insert_headers: [ # required
|
2507
|
+
# {
|
2508
|
+
# name: "CustomHTTPHeaderName", # required
|
2509
|
+
# value: "CustomHTTPHeaderValue", # required
|
2510
|
+
# },
|
2511
|
+
# ],
|
2512
|
+
# },
|
2513
|
+
# },
|
2514
|
+
# count: {
|
2515
|
+
# custom_request_handling: {
|
2516
|
+
# insert_headers: [ # required
|
2517
|
+
# {
|
2518
|
+
# name: "CustomHTTPHeaderName", # required
|
2519
|
+
# value: "CustomHTTPHeaderValue", # required
|
2520
|
+
# },
|
2521
|
+
# ],
|
2522
|
+
# },
|
2523
|
+
# },
|
2524
|
+
# captcha: {
|
2525
|
+
# custom_request_handling: {
|
2526
|
+
# insert_headers: [ # required
|
2527
|
+
# {
|
2528
|
+
# name: "CustomHTTPHeaderName", # required
|
2529
|
+
# value: "CustomHTTPHeaderValue", # required
|
2530
|
+
# },
|
2531
|
+
# ],
|
2532
|
+
# },
|
2533
|
+
# },
|
2534
|
+
# challenge: {
|
2535
|
+
# custom_request_handling: {
|
2536
|
+
# insert_headers: [ # required
|
2537
|
+
# {
|
2538
|
+
# name: "CustomHTTPHeaderName", # required
|
2539
|
+
# value: "CustomHTTPHeaderValue", # required
|
2540
|
+
# },
|
2541
|
+
# ],
|
2542
|
+
# },
|
2543
|
+
# },
|
2544
|
+
# },
|
2545
|
+
# },
|
2546
|
+
# ],
|
2198
2547
|
# },
|
2199
2548
|
# ip_set_reference_statement: {
|
2200
2549
|
# arn: "ResourceArn", # required
|
@@ -2314,6 +2663,68 @@ module Aws::WAFV2
|
|
2314
2663
|
# password_field: {
|
2315
2664
|
# identifier: "FieldIdentifier", # required
|
2316
2665
|
# },
|
2666
|
+
# aws_managed_rules_bot_control_rule_set: {
|
2667
|
+
# inspection_level: "COMMON", # required, accepts COMMON, TARGETED
|
2668
|
+
# },
|
2669
|
+
# },
|
2670
|
+
# ],
|
2671
|
+
# rule_action_overrides: [
|
2672
|
+
# {
|
2673
|
+
# name: "EntityName", # required
|
2674
|
+
# action_to_use: { # required
|
2675
|
+
# block: {
|
2676
|
+
# custom_response: {
|
2677
|
+
# response_code: 1, # required
|
2678
|
+
# custom_response_body_key: "EntityName",
|
2679
|
+
# response_headers: [
|
2680
|
+
# {
|
2681
|
+
# name: "CustomHTTPHeaderName", # required
|
2682
|
+
# value: "CustomHTTPHeaderValue", # required
|
2683
|
+
# },
|
2684
|
+
# ],
|
2685
|
+
# },
|
2686
|
+
# },
|
2687
|
+
# allow: {
|
2688
|
+
# custom_request_handling: {
|
2689
|
+
# insert_headers: [ # required
|
2690
|
+
# {
|
2691
|
+
# name: "CustomHTTPHeaderName", # required
|
2692
|
+
# value: "CustomHTTPHeaderValue", # required
|
2693
|
+
# },
|
2694
|
+
# ],
|
2695
|
+
# },
|
2696
|
+
# },
|
2697
|
+
# count: {
|
2698
|
+
# custom_request_handling: {
|
2699
|
+
# insert_headers: [ # required
|
2700
|
+
# {
|
2701
|
+
# name: "CustomHTTPHeaderName", # required
|
2702
|
+
# value: "CustomHTTPHeaderValue", # required
|
2703
|
+
# },
|
2704
|
+
# ],
|
2705
|
+
# },
|
2706
|
+
# },
|
2707
|
+
# captcha: {
|
2708
|
+
# custom_request_handling: {
|
2709
|
+
# insert_headers: [ # required
|
2710
|
+
# {
|
2711
|
+
# name: "CustomHTTPHeaderName", # required
|
2712
|
+
# value: "CustomHTTPHeaderValue", # required
|
2713
|
+
# },
|
2714
|
+
# ],
|
2715
|
+
# },
|
2716
|
+
# },
|
2717
|
+
# challenge: {
|
2718
|
+
# custom_request_handling: {
|
2719
|
+
# insert_headers: [ # required
|
2720
|
+
# {
|
2721
|
+
# name: "CustomHTTPHeaderName", # required
|
2722
|
+
# value: "CustomHTTPHeaderValue", # required
|
2723
|
+
# },
|
2724
|
+
# ],
|
2725
|
+
# },
|
2726
|
+
# },
|
2727
|
+
# },
|
2317
2728
|
# },
|
2318
2729
|
# ],
|
2319
2730
|
# },
|
@@ -2423,6 +2834,16 @@ module Aws::WAFV2
|
|
2423
2834
|
# ],
|
2424
2835
|
# },
|
2425
2836
|
# },
|
2837
|
+
# challenge: {
|
2838
|
+
# custom_request_handling: {
|
2839
|
+
# insert_headers: [ # required
|
2840
|
+
# {
|
2841
|
+
# name: "CustomHTTPHeaderName", # required
|
2842
|
+
# value: "CustomHTTPHeaderValue", # required
|
2843
|
+
# },
|
2844
|
+
# ],
|
2845
|
+
# },
|
2846
|
+
# },
|
2426
2847
|
# },
|
2427
2848
|
# override_action: {
|
2428
2849
|
# count: {
|
@@ -2453,6 +2874,11 @@ module Aws::WAFV2
|
|
2453
2874
|
# immunity_time: 1, # required
|
2454
2875
|
# },
|
2455
2876
|
# },
|
2877
|
+
# challenge_config: {
|
2878
|
+
# immunity_time_property: {
|
2879
|
+
# immunity_time: 1, # required
|
2880
|
+
# },
|
2881
|
+
# },
|
2456
2882
|
# },
|
2457
2883
|
# ],
|
2458
2884
|
# visibility_config: { # required
|
@@ -2477,6 +2903,12 @@ module Aws::WAFV2
|
|
2477
2903
|
# immunity_time: 1, # required
|
2478
2904
|
# },
|
2479
2905
|
# },
|
2906
|
+
# challenge_config: {
|
2907
|
+
# immunity_time_property: {
|
2908
|
+
# immunity_time: 1, # required
|
2909
|
+
# },
|
2910
|
+
# },
|
2911
|
+
# token_domains: ["TokenDomain"],
|
2480
2912
|
# })
|
2481
2913
|
#
|
2482
2914
|
# @example Response structure
|
@@ -2908,6 +3340,9 @@ module Aws::WAFV2
|
|
2908
3340
|
# resp.rules[0].action.captcha.custom_request_handling.insert_headers #=> Array
|
2909
3341
|
# resp.rules[0].action.captcha.custom_request_handling.insert_headers[0].name #=> String
|
2910
3342
|
# resp.rules[0].action.captcha.custom_request_handling.insert_headers[0].value #=> String
|
3343
|
+
# resp.rules[0].action.challenge.custom_request_handling.insert_headers #=> Array
|
3344
|
+
# resp.rules[0].action.challenge.custom_request_handling.insert_headers[0].name #=> String
|
3345
|
+
# resp.rules[0].action.challenge.custom_request_handling.insert_headers[0].value #=> String
|
2911
3346
|
# resp.label_namespace #=> String
|
2912
3347
|
# resp.available_labels #=> Array
|
2913
3348
|
# resp.available_labels[0].name #=> String
|
@@ -2978,10 +3413,10 @@ module Aws::WAFV2
|
|
2978
3413
|
# mobile SDK.
|
2979
3414
|
#
|
2980
3415
|
# The mobile SDK is not generally available. Customers who have access
|
2981
|
-
# to the mobile SDK can use it to establish and manage
|
2982
|
-
#
|
2983
|
-
#
|
2984
|
-
#
|
3416
|
+
# to the mobile SDK can use it to establish and manage WAF tokens for
|
3417
|
+
# use in HTTP(S) requests from a mobile device to WAF. For more
|
3418
|
+
# information, see [WAF client application integration][1] in the *WAF
|
3419
|
+
# Developer Guide*.
|
2985
3420
|
#
|
2986
3421
|
#
|
2987
3422
|
#
|
@@ -3123,7 +3558,7 @@ module Aws::WAFV2
|
|
3123
3558
|
# resp.logging_configuration.logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
|
3124
3559
|
# resp.logging_configuration.logging_filter.filters[0].requirement #=> String, one of "MEETS_ALL", "MEETS_ANY"
|
3125
3560
|
# resp.logging_configuration.logging_filter.filters[0].conditions #=> Array
|
3126
|
-
# resp.logging_configuration.logging_filter.filters[0].conditions[0].action_condition.action #=> String, one of "ALLOW", "BLOCK", "COUNT", "CAPTCHA", "EXCLUDED_AS_COUNT"
|
3561
|
+
# resp.logging_configuration.logging_filter.filters[0].conditions[0].action_condition.action #=> String, one of "ALLOW", "BLOCK", "COUNT", "CAPTCHA", "CHALLENGE", "EXCLUDED_AS_COUNT"
|
3127
3562
|
# resp.logging_configuration.logging_filter.filters[0].conditions[0].label_name_condition.label_name #=> String
|
3128
3563
|
# resp.logging_configuration.logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
|
3129
3564
|
#
|
@@ -3218,10 +3653,10 @@ module Aws::WAFV2
|
|
3218
3653
|
# release notes and tags.
|
3219
3654
|
#
|
3220
3655
|
# The mobile SDK is not generally available. Customers who have access
|
3221
|
-
# to the mobile SDK can use it to establish and manage
|
3222
|
-
#
|
3223
|
-
#
|
3224
|
-
#
|
3656
|
+
# to the mobile SDK can use it to establish and manage WAF tokens for
|
3657
|
+
# use in HTTP(S) requests from a mobile device to WAF. For more
|
3658
|
+
# information, see [WAF client application integration][1] in the *WAF
|
3659
|
+
# Developer Guide*.
|
3225
3660
|
#
|
3226
3661
|
#
|
3227
3662
|
#
|
@@ -3593,6 +4028,25 @@ module Aws::WAFV2
|
|
3593
4028
|
# resp.rule_group.rules[0].statement.rule_group_reference_statement.arn #=> String
|
3594
4029
|
# resp.rule_group.rules[0].statement.rule_group_reference_statement.excluded_rules #=> Array
|
3595
4030
|
# resp.rule_group.rules[0].statement.rule_group_reference_statement.excluded_rules[0].name #=> String
|
4031
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides #=> Array
|
4032
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].name #=> String
|
4033
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
4034
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
4035
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
4036
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
4037
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
4038
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
4039
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
4040
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
4041
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
4042
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
4043
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
4044
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
4045
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
4046
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
4047
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
4048
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
4049
|
+
# resp.rule_group.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
3596
4050
|
# resp.rule_group.rules[0].statement.ip_set_reference_statement.arn #=> String
|
3597
4051
|
# resp.rule_group.rules[0].statement.ip_set_reference_statement.ip_set_forwarded_ip_config.header_name #=> String
|
3598
4052
|
# resp.rule_group.rules[0].statement.ip_set_reference_statement.ip_set_forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
@@ -3642,6 +4096,26 @@ module Aws::WAFV2
|
|
3642
4096
|
# resp.rule_group.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].payload_type #=> String, one of "JSON", "FORM_ENCODED"
|
3643
4097
|
# resp.rule_group.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].username_field.identifier #=> String
|
3644
4098
|
# resp.rule_group.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].password_field.identifier #=> String
|
4099
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].aws_managed_rules_bot_control_rule_set.inspection_level #=> String, one of "COMMON", "TARGETED"
|
4100
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides #=> Array
|
4101
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].name #=> String
|
4102
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
4103
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
4104
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
4105
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
4106
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
4107
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
4108
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
4109
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
4110
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
4111
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
4112
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
4113
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
4114
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
4115
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
4116
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
4117
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
4118
|
+
# resp.rule_group.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
3645
4119
|
# resp.rule_group.rules[0].statement.label_match_statement.scope #=> String, one of "LABEL", "NAMESPACE"
|
3646
4120
|
# resp.rule_group.rules[0].statement.label_match_statement.key #=> String
|
3647
4121
|
# resp.rule_group.rules[0].statement.regex_match_statement.regex_string #=> String
|
@@ -3682,6 +4156,9 @@ module Aws::WAFV2
|
|
3682
4156
|
# resp.rule_group.rules[0].action.captcha.custom_request_handling.insert_headers #=> Array
|
3683
4157
|
# resp.rule_group.rules[0].action.captcha.custom_request_handling.insert_headers[0].name #=> String
|
3684
4158
|
# resp.rule_group.rules[0].action.captcha.custom_request_handling.insert_headers[0].value #=> String
|
4159
|
+
# resp.rule_group.rules[0].action.challenge.custom_request_handling.insert_headers #=> Array
|
4160
|
+
# resp.rule_group.rules[0].action.challenge.custom_request_handling.insert_headers[0].name #=> String
|
4161
|
+
# resp.rule_group.rules[0].action.challenge.custom_request_handling.insert_headers[0].value #=> String
|
3685
4162
|
# resp.rule_group.rules[0].override_action.count.custom_request_handling.insert_headers #=> Array
|
3686
4163
|
# resp.rule_group.rules[0].override_action.count.custom_request_handling.insert_headers[0].name #=> String
|
3687
4164
|
# resp.rule_group.rules[0].override_action.count.custom_request_handling.insert_headers[0].value #=> String
|
@@ -3691,6 +4168,7 @@ module Aws::WAFV2
|
|
3691
4168
|
# resp.rule_group.rules[0].visibility_config.cloud_watch_metrics_enabled #=> Boolean
|
3692
4169
|
# resp.rule_group.rules[0].visibility_config.metric_name #=> String
|
3693
4170
|
# resp.rule_group.rules[0].captcha_config.immunity_time_property.immunity_time #=> Integer
|
4171
|
+
# resp.rule_group.rules[0].challenge_config.immunity_time_property.immunity_time #=> Integer
|
3694
4172
|
# resp.rule_group.visibility_config.sampled_requests_enabled #=> Boolean
|
3695
4173
|
# resp.rule_group.visibility_config.cloud_watch_metrics_enabled #=> Boolean
|
3696
4174
|
# resp.rule_group.visibility_config.metric_name #=> String
|
@@ -3806,7 +4284,11 @@ module Aws::WAFV2
|
|
3806
4284
|
# resp.sampled_requests[0].labels[0].name #=> String
|
3807
4285
|
# resp.sampled_requests[0].captcha_response.response_code #=> Integer
|
3808
4286
|
# resp.sampled_requests[0].captcha_response.solve_timestamp #=> Integer
|
3809
|
-
# resp.sampled_requests[0].captcha_response.failure_reason #=> String, one of "TOKEN_MISSING", "TOKEN_EXPIRED"
|
4287
|
+
# resp.sampled_requests[0].captcha_response.failure_reason #=> String, one of "TOKEN_MISSING", "TOKEN_EXPIRED", "TOKEN_INVALID", "TOKEN_DOMAIN_MISMATCH"
|
4288
|
+
# resp.sampled_requests[0].challenge_response.response_code #=> Integer
|
4289
|
+
# resp.sampled_requests[0].challenge_response.solve_timestamp #=> Integer
|
4290
|
+
# resp.sampled_requests[0].challenge_response.failure_reason #=> String, one of "TOKEN_MISSING", "TOKEN_EXPIRED", "TOKEN_INVALID", "TOKEN_DOMAIN_MISMATCH"
|
4291
|
+
# resp.sampled_requests[0].overridden_action #=> String
|
3810
4292
|
# resp.population_size #=> Integer
|
3811
4293
|
# resp.time_window.start_time #=> Time
|
3812
4294
|
# resp.time_window.end_time #=> Time
|
@@ -3980,6 +4462,25 @@ module Aws::WAFV2
|
|
3980
4462
|
# resp.web_acl.rules[0].statement.rule_group_reference_statement.arn #=> String
|
3981
4463
|
# resp.web_acl.rules[0].statement.rule_group_reference_statement.excluded_rules #=> Array
|
3982
4464
|
# resp.web_acl.rules[0].statement.rule_group_reference_statement.excluded_rules[0].name #=> String
|
4465
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides #=> Array
|
4466
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].name #=> String
|
4467
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
4468
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
4469
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
4470
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
4471
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
4472
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
4473
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
4474
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
4475
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
4476
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
4477
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
4478
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
4479
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
4480
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
4481
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
4482
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
4483
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
3983
4484
|
# resp.web_acl.rules[0].statement.ip_set_reference_statement.arn #=> String
|
3984
4485
|
# resp.web_acl.rules[0].statement.ip_set_reference_statement.ip_set_forwarded_ip_config.header_name #=> String
|
3985
4486
|
# resp.web_acl.rules[0].statement.ip_set_reference_statement.ip_set_forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
@@ -4029,6 +4530,26 @@ module Aws::WAFV2
|
|
4029
4530
|
# resp.web_acl.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].payload_type #=> String, one of "JSON", "FORM_ENCODED"
|
4030
4531
|
# resp.web_acl.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].username_field.identifier #=> String
|
4031
4532
|
# resp.web_acl.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].password_field.identifier #=> String
|
4533
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].aws_managed_rules_bot_control_rule_set.inspection_level #=> String, one of "COMMON", "TARGETED"
|
4534
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides #=> Array
|
4535
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].name #=> String
|
4536
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
4537
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
4538
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
4539
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
4540
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
4541
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
4542
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
4543
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
4544
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
4545
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
4546
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
4547
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
4548
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
4549
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
4550
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
4551
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
4552
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4032
4553
|
# resp.web_acl.rules[0].statement.label_match_statement.scope #=> String, one of "LABEL", "NAMESPACE"
|
4033
4554
|
# resp.web_acl.rules[0].statement.label_match_statement.key #=> String
|
4034
4555
|
# resp.web_acl.rules[0].statement.regex_match_statement.regex_string #=> String
|
@@ -4069,6 +4590,9 @@ module Aws::WAFV2
|
|
4069
4590
|
# resp.web_acl.rules[0].action.captcha.custom_request_handling.insert_headers #=> Array
|
4070
4591
|
# resp.web_acl.rules[0].action.captcha.custom_request_handling.insert_headers[0].name #=> String
|
4071
4592
|
# resp.web_acl.rules[0].action.captcha.custom_request_handling.insert_headers[0].value #=> String
|
4593
|
+
# resp.web_acl.rules[0].action.challenge.custom_request_handling.insert_headers #=> Array
|
4594
|
+
# resp.web_acl.rules[0].action.challenge.custom_request_handling.insert_headers[0].name #=> String
|
4595
|
+
# resp.web_acl.rules[0].action.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4072
4596
|
# resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers #=> Array
|
4073
4597
|
# resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers[0].name #=> String
|
4074
4598
|
# resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers[0].value #=> String
|
@@ -4078,6 +4602,7 @@ module Aws::WAFV2
|
|
4078
4602
|
# resp.web_acl.rules[0].visibility_config.cloud_watch_metrics_enabled #=> Boolean
|
4079
4603
|
# resp.web_acl.rules[0].visibility_config.metric_name #=> String
|
4080
4604
|
# resp.web_acl.rules[0].captcha_config.immunity_time_property.immunity_time #=> Integer
|
4605
|
+
# resp.web_acl.rules[0].challenge_config.immunity_time_property.immunity_time #=> Integer
|
4081
4606
|
# resp.web_acl.visibility_config.sampled_requests_enabled #=> Boolean
|
4082
4607
|
# resp.web_acl.visibility_config.cloud_watch_metrics_enabled #=> Boolean
|
4083
4608
|
# resp.web_acl.visibility_config.metric_name #=> String
|
@@ -4194,6 +4719,25 @@ module Aws::WAFV2
|
|
4194
4719
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.arn #=> String
|
4195
4720
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules #=> Array
|
4196
4721
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
|
4722
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides #=> Array
|
4723
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].name #=> String
|
4724
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
4725
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
4726
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
4727
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
4728
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
4729
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
4730
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
4731
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
4732
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
4733
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
4734
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
4735
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
4736
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
4737
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
4738
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
4739
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
4740
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4197
4741
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.arn #=> String
|
4198
4742
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.header_name #=> String
|
4199
4743
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
@@ -4264,9 +4808,48 @@ module Aws::WAFV2
|
|
4264
4808
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].payload_type #=> String, one of "JSON", "FORM_ENCODED"
|
4265
4809
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].username_field.identifier #=> String
|
4266
4810
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].password_field.identifier #=> String
|
4811
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].aws_managed_rules_bot_control_rule_set.inspection_level #=> String, one of "COMMON", "TARGETED"
|
4812
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides #=> Array
|
4813
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].name #=> String
|
4814
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
4815
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
4816
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
4817
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
4818
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
4819
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
4820
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
4821
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
4822
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
4823
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
4824
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
4825
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
4826
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
4827
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
4828
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
4829
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
4830
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4267
4831
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.arn #=> String
|
4268
4832
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules #=> Array
|
4269
4833
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
|
4834
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides #=> Array
|
4835
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].name #=> String
|
4836
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
4837
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
4838
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
4839
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
4840
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
4841
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
4842
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
4843
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
4844
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
4845
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
4846
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
4847
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
4848
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
4849
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
4850
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
4851
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
4852
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4270
4853
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers #=> Array
|
4271
4854
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers[0].name #=> String
|
4272
4855
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers[0].value #=> String
|
@@ -4385,6 +4968,25 @@ module Aws::WAFV2
|
|
4385
4968
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.arn #=> String
|
4386
4969
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules #=> Array
|
4387
4970
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
|
4971
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides #=> Array
|
4972
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].name #=> String
|
4973
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
4974
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
4975
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
4976
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
4977
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
4978
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
4979
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
4980
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
4981
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
4982
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
4983
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
4984
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
4985
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
4986
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
4987
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
4988
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
4989
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4388
4990
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.arn #=> String
|
4389
4991
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.header_name #=> String
|
4390
4992
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
@@ -4455,9 +5057,48 @@ module Aws::WAFV2
|
|
4455
5057
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].payload_type #=> String, one of "JSON", "FORM_ENCODED"
|
4456
5058
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].username_field.identifier #=> String
|
4457
5059
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].password_field.identifier #=> String
|
5060
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].aws_managed_rules_bot_control_rule_set.inspection_level #=> String, one of "COMMON", "TARGETED"
|
5061
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides #=> Array
|
5062
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].name #=> String
|
5063
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
5064
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
5065
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
5066
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
5067
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
5068
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
5069
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
5070
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
5071
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
5072
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
5073
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
5074
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
5075
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
5076
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
5077
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
5078
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
5079
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4458
5080
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.arn #=> String
|
4459
5081
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules #=> Array
|
4460
5082
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
|
5083
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides #=> Array
|
5084
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].name #=> String
|
5085
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
5086
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
5087
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
5088
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
5089
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
5090
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
5091
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
5092
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
5093
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
5094
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
5095
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
5096
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
5097
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
5098
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
5099
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
5100
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
5101
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4461
5102
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers #=> Array
|
4462
5103
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers[0].name #=> String
|
4463
5104
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers[0].value #=> String
|
@@ -4470,6 +5111,9 @@ module Aws::WAFV2
|
|
4470
5111
|
# resp.web_acl.custom_response_bodies["EntityName"].content_type #=> String, one of "TEXT_PLAIN", "TEXT_HTML", "APPLICATION_JSON"
|
4471
5112
|
# resp.web_acl.custom_response_bodies["EntityName"].content #=> String
|
4472
5113
|
# resp.web_acl.captcha_config.immunity_time_property.immunity_time #=> Integer
|
5114
|
+
# resp.web_acl.challenge_config.immunity_time_property.immunity_time #=> Integer
|
5115
|
+
# resp.web_acl.token_domains #=> Array
|
5116
|
+
# resp.web_acl.token_domains[0] #=> String
|
4473
5117
|
# resp.lock_token #=> String
|
4474
5118
|
# resp.application_integration_url #=> String
|
4475
5119
|
#
|
@@ -4634,6 +5278,25 @@ module Aws::WAFV2
|
|
4634
5278
|
# resp.web_acl.rules[0].statement.rule_group_reference_statement.arn #=> String
|
4635
5279
|
# resp.web_acl.rules[0].statement.rule_group_reference_statement.excluded_rules #=> Array
|
4636
5280
|
# resp.web_acl.rules[0].statement.rule_group_reference_statement.excluded_rules[0].name #=> String
|
5281
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides #=> Array
|
5282
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].name #=> String
|
5283
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
5284
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
5285
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
5286
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
5287
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
5288
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
5289
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
5290
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
5291
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
5292
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
5293
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
5294
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
5295
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
5296
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
5297
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
5298
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
5299
|
+
# resp.web_acl.rules[0].statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4637
5300
|
# resp.web_acl.rules[0].statement.ip_set_reference_statement.arn #=> String
|
4638
5301
|
# resp.web_acl.rules[0].statement.ip_set_reference_statement.ip_set_forwarded_ip_config.header_name #=> String
|
4639
5302
|
# resp.web_acl.rules[0].statement.ip_set_reference_statement.ip_set_forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
@@ -4683,6 +5346,26 @@ module Aws::WAFV2
|
|
4683
5346
|
# resp.web_acl.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].payload_type #=> String, one of "JSON", "FORM_ENCODED"
|
4684
5347
|
# resp.web_acl.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].username_field.identifier #=> String
|
4685
5348
|
# resp.web_acl.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].password_field.identifier #=> String
|
5349
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.managed_rule_group_configs[0].aws_managed_rules_bot_control_rule_set.inspection_level #=> String, one of "COMMON", "TARGETED"
|
5350
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides #=> Array
|
5351
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].name #=> String
|
5352
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
5353
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
5354
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
5355
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
5356
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
5357
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
5358
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
5359
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
5360
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
5361
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
5362
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
5363
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
5364
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
5365
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
5366
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
5367
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
5368
|
+
# resp.web_acl.rules[0].statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4686
5369
|
# resp.web_acl.rules[0].statement.label_match_statement.scope #=> String, one of "LABEL", "NAMESPACE"
|
4687
5370
|
# resp.web_acl.rules[0].statement.label_match_statement.key #=> String
|
4688
5371
|
# resp.web_acl.rules[0].statement.regex_match_statement.regex_string #=> String
|
@@ -4723,6 +5406,9 @@ module Aws::WAFV2
|
|
4723
5406
|
# resp.web_acl.rules[0].action.captcha.custom_request_handling.insert_headers #=> Array
|
4724
5407
|
# resp.web_acl.rules[0].action.captcha.custom_request_handling.insert_headers[0].name #=> String
|
4725
5408
|
# resp.web_acl.rules[0].action.captcha.custom_request_handling.insert_headers[0].value #=> String
|
5409
|
+
# resp.web_acl.rules[0].action.challenge.custom_request_handling.insert_headers #=> Array
|
5410
|
+
# resp.web_acl.rules[0].action.challenge.custom_request_handling.insert_headers[0].name #=> String
|
5411
|
+
# resp.web_acl.rules[0].action.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4726
5412
|
# resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers #=> Array
|
4727
5413
|
# resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers[0].name #=> String
|
4728
5414
|
# resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers[0].value #=> String
|
@@ -4732,6 +5418,7 @@ module Aws::WAFV2
|
|
4732
5418
|
# resp.web_acl.rules[0].visibility_config.cloud_watch_metrics_enabled #=> Boolean
|
4733
5419
|
# resp.web_acl.rules[0].visibility_config.metric_name #=> String
|
4734
5420
|
# resp.web_acl.rules[0].captcha_config.immunity_time_property.immunity_time #=> Integer
|
5421
|
+
# resp.web_acl.rules[0].challenge_config.immunity_time_property.immunity_time #=> Integer
|
4735
5422
|
# resp.web_acl.visibility_config.sampled_requests_enabled #=> Boolean
|
4736
5423
|
# resp.web_acl.visibility_config.cloud_watch_metrics_enabled #=> Boolean
|
4737
5424
|
# resp.web_acl.visibility_config.metric_name #=> String
|
@@ -4848,6 +5535,25 @@ module Aws::WAFV2
|
|
4848
5535
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.arn #=> String
|
4849
5536
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules #=> Array
|
4850
5537
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
|
5538
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides #=> Array
|
5539
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].name #=> String
|
5540
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
5541
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
5542
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
5543
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
5544
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
5545
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
5546
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
5547
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
5548
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
5549
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
5550
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
5551
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
5552
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
5553
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
5554
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
5555
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
5556
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4851
5557
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.arn #=> String
|
4852
5558
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.header_name #=> String
|
4853
5559
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
@@ -4918,9 +5624,48 @@ module Aws::WAFV2
|
|
4918
5624
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].payload_type #=> String, one of "JSON", "FORM_ENCODED"
|
4919
5625
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].username_field.identifier #=> String
|
4920
5626
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].password_field.identifier #=> String
|
5627
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].aws_managed_rules_bot_control_rule_set.inspection_level #=> String, one of "COMMON", "TARGETED"
|
5628
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides #=> Array
|
5629
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].name #=> String
|
5630
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
5631
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
5632
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
5633
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
5634
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
5635
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
5636
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
5637
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
5638
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
5639
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
5640
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
5641
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
5642
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
5643
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
5644
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
5645
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
5646
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4921
5647
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.arn #=> String
|
4922
5648
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules #=> Array
|
4923
5649
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
|
5650
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides #=> Array
|
5651
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].name #=> String
|
5652
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
5653
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
5654
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
5655
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
5656
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
5657
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
5658
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
5659
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
5660
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
5661
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
5662
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
5663
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
5664
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
5665
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
5666
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
5667
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
5668
|
+
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
4924
5669
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers #=> Array
|
4925
5670
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers[0].name #=> String
|
4926
5671
|
# resp.web_acl.pre_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers[0].value #=> String
|
@@ -5039,6 +5784,25 @@ module Aws::WAFV2
|
|
5039
5784
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.arn #=> String
|
5040
5785
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules #=> Array
|
5041
5786
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
|
5787
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides #=> Array
|
5788
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].name #=> String
|
5789
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
5790
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
5791
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
5792
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
5793
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
5794
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
5795
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
5796
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
5797
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
5798
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
5799
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
5800
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
5801
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
5802
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
5803
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
5804
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
5805
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
5042
5806
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.arn #=> String
|
5043
5807
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.header_name #=> String
|
5044
5808
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
@@ -5109,9 +5873,48 @@ module Aws::WAFV2
|
|
5109
5873
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].payload_type #=> String, one of "JSON", "FORM_ENCODED"
|
5110
5874
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].username_field.identifier #=> String
|
5111
5875
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].password_field.identifier #=> String
|
5876
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.managed_rule_group_configs[0].aws_managed_rules_bot_control_rule_set.inspection_level #=> String, one of "COMMON", "TARGETED"
|
5877
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides #=> Array
|
5878
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].name #=> String
|
5879
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
5880
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
5881
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
5882
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
5883
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
5884
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
5885
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
5886
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
5887
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
5888
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
5889
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
5890
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
5891
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
5892
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
5893
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
5894
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
5895
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
5112
5896
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.arn #=> String
|
5113
5897
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules #=> Array
|
5114
5898
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
|
5899
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides #=> Array
|
5900
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].name #=> String
|
5901
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_code #=> Integer
|
5902
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.custom_response_body_key #=> String
|
5903
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers #=> Array
|
5904
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].name #=> String
|
5905
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.block.custom_response.response_headers[0].value #=> String
|
5906
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers #=> Array
|
5907
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].name #=> String
|
5908
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.allow.custom_request_handling.insert_headers[0].value #=> String
|
5909
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers #=> Array
|
5910
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].name #=> String
|
5911
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.count.custom_request_handling.insert_headers[0].value #=> String
|
5912
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers #=> Array
|
5913
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].name #=> String
|
5914
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.captcha.custom_request_handling.insert_headers[0].value #=> String
|
5915
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers #=> Array
|
5916
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].name #=> String
|
5917
|
+
# resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.rule_action_overrides[0].action_to_use.challenge.custom_request_handling.insert_headers[0].value #=> String
|
5115
5918
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers #=> Array
|
5116
5919
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers[0].name #=> String
|
5117
5920
|
# resp.web_acl.post_process_firewall_manager_rule_groups[0].override_action.count.custom_request_handling.insert_headers[0].value #=> String
|
@@ -5124,6 +5927,9 @@ module Aws::WAFV2
|
|
5124
5927
|
# resp.web_acl.custom_response_bodies["EntityName"].content_type #=> String, one of "TEXT_PLAIN", "TEXT_HTML", "APPLICATION_JSON"
|
5125
5928
|
# resp.web_acl.custom_response_bodies["EntityName"].content #=> String
|
5126
5929
|
# resp.web_acl.captcha_config.immunity_time_property.immunity_time #=> Integer
|
5930
|
+
# resp.web_acl.challenge_config.immunity_time_property.immunity_time #=> Integer
|
5931
|
+
# resp.web_acl.token_domains #=> Array
|
5932
|
+
# resp.web_acl.token_domains[0] #=> String
|
5127
5933
|
#
|
5128
5934
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetWebACLForResource AWS API Documentation
|
5129
5935
|
#
|
@@ -5404,7 +6210,7 @@ module Aws::WAFV2
|
|
5404
6210
|
# resp.logging_configurations[0].logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
|
5405
6211
|
# resp.logging_configurations[0].logging_filter.filters[0].requirement #=> String, one of "MEETS_ALL", "MEETS_ANY"
|
5406
6212
|
# resp.logging_configurations[0].logging_filter.filters[0].conditions #=> Array
|
5407
|
-
# resp.logging_configurations[0].logging_filter.filters[0].conditions[0].action_condition.action #=> String, one of "ALLOW", "BLOCK", "COUNT", "CAPTCHA", "EXCLUDED_AS_COUNT"
|
6213
|
+
# resp.logging_configurations[0].logging_filter.filters[0].conditions[0].action_condition.action #=> String, one of "ALLOW", "BLOCK", "COUNT", "CAPTCHA", "CHALLENGE", "EXCLUDED_AS_COUNT"
|
5408
6214
|
# resp.logging_configurations[0].logging_filter.filters[0].conditions[0].label_name_condition.label_name #=> String
|
5409
6215
|
# resp.logging_configurations[0].logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
|
5410
6216
|
# resp.next_marker #=> String
|
@@ -5495,10 +6301,10 @@ module Aws::WAFV2
|
|
5495
6301
|
# specified device platform.
|
5496
6302
|
#
|
5497
6303
|
# The mobile SDK is not generally available. Customers who have access
|
5498
|
-
# to the mobile SDK can use it to establish and manage
|
5499
|
-
#
|
5500
|
-
#
|
5501
|
-
#
|
6304
|
+
# to the mobile SDK can use it to establish and manage WAF tokens for
|
6305
|
+
# use in HTTP(S) requests from a mobile device to WAF. For more
|
6306
|
+
# information, see [WAF client application integration][1] in the *WAF
|
6307
|
+
# Developer Guide*.
|
5502
6308
|
#
|
5503
6309
|
#
|
5504
6310
|
#
|
@@ -5953,7 +6759,7 @@ module Aws::WAFV2
|
|
5953
6759
|
# conditions: [ # required
|
5954
6760
|
# {
|
5955
6761
|
# action_condition: {
|
5956
|
-
# action: "ALLOW", # required, accepts ALLOW, BLOCK, COUNT, CAPTCHA, EXCLUDED_AS_COUNT
|
6762
|
+
# action: "ALLOW", # required, accepts ALLOW, BLOCK, COUNT, CAPTCHA, CHALLENGE, EXCLUDED_AS_COUNT
|
5957
6763
|
# },
|
5958
6764
|
# label_name_condition: {
|
5959
6765
|
# label_name: "LabelName", # required
|
@@ -5998,7 +6804,7 @@ module Aws::WAFV2
|
|
5998
6804
|
# resp.logging_configuration.logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
|
5999
6805
|
# resp.logging_configuration.logging_filter.filters[0].requirement #=> String, one of "MEETS_ALL", "MEETS_ANY"
|
6000
6806
|
# resp.logging_configuration.logging_filter.filters[0].conditions #=> Array
|
6001
|
-
# resp.logging_configuration.logging_filter.filters[0].conditions[0].action_condition.action #=> String, one of "ALLOW", "BLOCK", "COUNT", "CAPTCHA", "EXCLUDED_AS_COUNT"
|
6807
|
+
# resp.logging_configuration.logging_filter.filters[0].conditions[0].action_condition.action #=> String, one of "ALLOW", "BLOCK", "COUNT", "CAPTCHA", "CHALLENGE", "EXCLUDED_AS_COUNT"
|
6002
6808
|
# resp.logging_configuration.logging_filter.filters[0].conditions[0].label_name_condition.label_name #=> String
|
6003
6809
|
# resp.logging_configuration.logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
|
6004
6810
|
#
|
@@ -6928,6 +7734,65 @@ module Aws::WAFV2
|
|
6928
7734
|
# name: "EntityName", # required
|
6929
7735
|
# },
|
6930
7736
|
# ],
|
7737
|
+
# rule_action_overrides: [
|
7738
|
+
# {
|
7739
|
+
# name: "EntityName", # required
|
7740
|
+
# action_to_use: { # required
|
7741
|
+
# block: {
|
7742
|
+
# custom_response: {
|
7743
|
+
# response_code: 1, # required
|
7744
|
+
# custom_response_body_key: "EntityName",
|
7745
|
+
# response_headers: [
|
7746
|
+
# {
|
7747
|
+
# name: "CustomHTTPHeaderName", # required
|
7748
|
+
# value: "CustomHTTPHeaderValue", # required
|
7749
|
+
# },
|
7750
|
+
# ],
|
7751
|
+
# },
|
7752
|
+
# },
|
7753
|
+
# allow: {
|
7754
|
+
# custom_request_handling: {
|
7755
|
+
# insert_headers: [ # required
|
7756
|
+
# {
|
7757
|
+
# name: "CustomHTTPHeaderName", # required
|
7758
|
+
# value: "CustomHTTPHeaderValue", # required
|
7759
|
+
# },
|
7760
|
+
# ],
|
7761
|
+
# },
|
7762
|
+
# },
|
7763
|
+
# count: {
|
7764
|
+
# custom_request_handling: {
|
7765
|
+
# insert_headers: [ # required
|
7766
|
+
# {
|
7767
|
+
# name: "CustomHTTPHeaderName", # required
|
7768
|
+
# value: "CustomHTTPHeaderValue", # required
|
7769
|
+
# },
|
7770
|
+
# ],
|
7771
|
+
# },
|
7772
|
+
# },
|
7773
|
+
# captcha: {
|
7774
|
+
# custom_request_handling: {
|
7775
|
+
# insert_headers: [ # required
|
7776
|
+
# {
|
7777
|
+
# name: "CustomHTTPHeaderName", # required
|
7778
|
+
# value: "CustomHTTPHeaderValue", # required
|
7779
|
+
# },
|
7780
|
+
# ],
|
7781
|
+
# },
|
7782
|
+
# },
|
7783
|
+
# challenge: {
|
7784
|
+
# custom_request_handling: {
|
7785
|
+
# insert_headers: [ # required
|
7786
|
+
# {
|
7787
|
+
# name: "CustomHTTPHeaderName", # required
|
7788
|
+
# value: "CustomHTTPHeaderValue", # required
|
7789
|
+
# },
|
7790
|
+
# ],
|
7791
|
+
# },
|
7792
|
+
# },
|
7793
|
+
# },
|
7794
|
+
# },
|
7795
|
+
# ],
|
6931
7796
|
# },
|
6932
7797
|
# ip_set_reference_statement: {
|
6933
7798
|
# arn: "ResourceArn", # required
|
@@ -7047,6 +7912,68 @@ module Aws::WAFV2
|
|
7047
7912
|
# password_field: {
|
7048
7913
|
# identifier: "FieldIdentifier", # required
|
7049
7914
|
# },
|
7915
|
+
# aws_managed_rules_bot_control_rule_set: {
|
7916
|
+
# inspection_level: "COMMON", # required, accepts COMMON, TARGETED
|
7917
|
+
# },
|
7918
|
+
# },
|
7919
|
+
# ],
|
7920
|
+
# rule_action_overrides: [
|
7921
|
+
# {
|
7922
|
+
# name: "EntityName", # required
|
7923
|
+
# action_to_use: { # required
|
7924
|
+
# block: {
|
7925
|
+
# custom_response: {
|
7926
|
+
# response_code: 1, # required
|
7927
|
+
# custom_response_body_key: "EntityName",
|
7928
|
+
# response_headers: [
|
7929
|
+
# {
|
7930
|
+
# name: "CustomHTTPHeaderName", # required
|
7931
|
+
# value: "CustomHTTPHeaderValue", # required
|
7932
|
+
# },
|
7933
|
+
# ],
|
7934
|
+
# },
|
7935
|
+
# },
|
7936
|
+
# allow: {
|
7937
|
+
# custom_request_handling: {
|
7938
|
+
# insert_headers: [ # required
|
7939
|
+
# {
|
7940
|
+
# name: "CustomHTTPHeaderName", # required
|
7941
|
+
# value: "CustomHTTPHeaderValue", # required
|
7942
|
+
# },
|
7943
|
+
# ],
|
7944
|
+
# },
|
7945
|
+
# },
|
7946
|
+
# count: {
|
7947
|
+
# custom_request_handling: {
|
7948
|
+
# insert_headers: [ # required
|
7949
|
+
# {
|
7950
|
+
# name: "CustomHTTPHeaderName", # required
|
7951
|
+
# value: "CustomHTTPHeaderValue", # required
|
7952
|
+
# },
|
7953
|
+
# ],
|
7954
|
+
# },
|
7955
|
+
# },
|
7956
|
+
# captcha: {
|
7957
|
+
# custom_request_handling: {
|
7958
|
+
# insert_headers: [ # required
|
7959
|
+
# {
|
7960
|
+
# name: "CustomHTTPHeaderName", # required
|
7961
|
+
# value: "CustomHTTPHeaderValue", # required
|
7962
|
+
# },
|
7963
|
+
# ],
|
7964
|
+
# },
|
7965
|
+
# },
|
7966
|
+
# challenge: {
|
7967
|
+
# custom_request_handling: {
|
7968
|
+
# insert_headers: [ # required
|
7969
|
+
# {
|
7970
|
+
# name: "CustomHTTPHeaderName", # required
|
7971
|
+
# value: "CustomHTTPHeaderValue", # required
|
7972
|
+
# },
|
7973
|
+
# ],
|
7974
|
+
# },
|
7975
|
+
# },
|
7976
|
+
# },
|
7050
7977
|
# },
|
7051
7978
|
# ],
|
7052
7979
|
# },
|
@@ -7156,6 +8083,16 @@ module Aws::WAFV2
|
|
7156
8083
|
# ],
|
7157
8084
|
# },
|
7158
8085
|
# },
|
8086
|
+
# challenge: {
|
8087
|
+
# custom_request_handling: {
|
8088
|
+
# insert_headers: [ # required
|
8089
|
+
# {
|
8090
|
+
# name: "CustomHTTPHeaderName", # required
|
8091
|
+
# value: "CustomHTTPHeaderValue", # required
|
8092
|
+
# },
|
8093
|
+
# ],
|
8094
|
+
# },
|
8095
|
+
# },
|
7159
8096
|
# },
|
7160
8097
|
# override_action: {
|
7161
8098
|
# count: {
|
@@ -7186,6 +8123,11 @@ module Aws::WAFV2
|
|
7186
8123
|
# immunity_time: 1, # required
|
7187
8124
|
# },
|
7188
8125
|
# },
|
8126
|
+
# challenge_config: {
|
8127
|
+
# immunity_time_property: {
|
8128
|
+
# immunity_time: 1, # required
|
8129
|
+
# },
|
8130
|
+
# },
|
7189
8131
|
# },
|
7190
8132
|
# ],
|
7191
8133
|
# visibility_config: { # required
|
@@ -7327,6 +8269,24 @@ module Aws::WAFV2
|
|
7327
8269
|
# don't have their own `CaptchaConfig` settings. If you don't specify
|
7328
8270
|
# this, WAF uses its default settings for `CaptchaConfig`.
|
7329
8271
|
#
|
8272
|
+
# @option params [Types::ChallengeConfig] :challenge_config
|
8273
|
+
# Specifies how WAF should handle challenge evaluations for rules that
|
8274
|
+
# don't have their own `ChallengeConfig` settings. If you don't
|
8275
|
+
# specify this, WAF uses its default settings for `ChallengeConfig`.
|
8276
|
+
#
|
8277
|
+
# @option params [Array<String>] :token_domains
|
8278
|
+
# Specifies the domains that WAF should accept in a web request token.
|
8279
|
+
# This enables the use of tokens across multiple protected websites.
|
8280
|
+
# When WAF provides a token, it uses the domain of the Amazon Web
|
8281
|
+
# Services resource that the web ACL is protecting. If you don't
|
8282
|
+
# specify a list of token domains, WAF accepts tokens only for the
|
8283
|
+
# domain of the protected resource. With a token domain list, WAF
|
8284
|
+
# accepts the resource's host domain plus all domains in the token
|
8285
|
+
# domain list, including their prefixed subdomains.
|
8286
|
+
#
|
8287
|
+
# Example JSON: `"TokenDomains": \{ "mywebsite.com",
|
8288
|
+
# "myotherwebsite.com" \}`
|
8289
|
+
#
|
7330
8290
|
# @return [Types::UpdateWebACLResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7331
8291
|
#
|
7332
8292
|
# * {Types::UpdateWebACLResponse#next_lock_token #next_lock_token} => String
|
@@ -7614,6 +8574,65 @@ module Aws::WAFV2
|
|
7614
8574
|
# name: "EntityName", # required
|
7615
8575
|
# },
|
7616
8576
|
# ],
|
8577
|
+
# rule_action_overrides: [
|
8578
|
+
# {
|
8579
|
+
# name: "EntityName", # required
|
8580
|
+
# action_to_use: { # required
|
8581
|
+
# block: {
|
8582
|
+
# custom_response: {
|
8583
|
+
# response_code: 1, # required
|
8584
|
+
# custom_response_body_key: "EntityName",
|
8585
|
+
# response_headers: [
|
8586
|
+
# {
|
8587
|
+
# name: "CustomHTTPHeaderName", # required
|
8588
|
+
# value: "CustomHTTPHeaderValue", # required
|
8589
|
+
# },
|
8590
|
+
# ],
|
8591
|
+
# },
|
8592
|
+
# },
|
8593
|
+
# allow: {
|
8594
|
+
# custom_request_handling: {
|
8595
|
+
# insert_headers: [ # required
|
8596
|
+
# {
|
8597
|
+
# name: "CustomHTTPHeaderName", # required
|
8598
|
+
# value: "CustomHTTPHeaderValue", # required
|
8599
|
+
# },
|
8600
|
+
# ],
|
8601
|
+
# },
|
8602
|
+
# },
|
8603
|
+
# count: {
|
8604
|
+
# custom_request_handling: {
|
8605
|
+
# insert_headers: [ # required
|
8606
|
+
# {
|
8607
|
+
# name: "CustomHTTPHeaderName", # required
|
8608
|
+
# value: "CustomHTTPHeaderValue", # required
|
8609
|
+
# },
|
8610
|
+
# ],
|
8611
|
+
# },
|
8612
|
+
# },
|
8613
|
+
# captcha: {
|
8614
|
+
# custom_request_handling: {
|
8615
|
+
# insert_headers: [ # required
|
8616
|
+
# {
|
8617
|
+
# name: "CustomHTTPHeaderName", # required
|
8618
|
+
# value: "CustomHTTPHeaderValue", # required
|
8619
|
+
# },
|
8620
|
+
# ],
|
8621
|
+
# },
|
8622
|
+
# },
|
8623
|
+
# challenge: {
|
8624
|
+
# custom_request_handling: {
|
8625
|
+
# insert_headers: [ # required
|
8626
|
+
# {
|
8627
|
+
# name: "CustomHTTPHeaderName", # required
|
8628
|
+
# value: "CustomHTTPHeaderValue", # required
|
8629
|
+
# },
|
8630
|
+
# ],
|
8631
|
+
# },
|
8632
|
+
# },
|
8633
|
+
# },
|
8634
|
+
# },
|
8635
|
+
# ],
|
7617
8636
|
# },
|
7618
8637
|
# ip_set_reference_statement: {
|
7619
8638
|
# arn: "ResourceArn", # required
|
@@ -7733,6 +8752,68 @@ module Aws::WAFV2
|
|
7733
8752
|
# password_field: {
|
7734
8753
|
# identifier: "FieldIdentifier", # required
|
7735
8754
|
# },
|
8755
|
+
# aws_managed_rules_bot_control_rule_set: {
|
8756
|
+
# inspection_level: "COMMON", # required, accepts COMMON, TARGETED
|
8757
|
+
# },
|
8758
|
+
# },
|
8759
|
+
# ],
|
8760
|
+
# rule_action_overrides: [
|
8761
|
+
# {
|
8762
|
+
# name: "EntityName", # required
|
8763
|
+
# action_to_use: { # required
|
8764
|
+
# block: {
|
8765
|
+
# custom_response: {
|
8766
|
+
# response_code: 1, # required
|
8767
|
+
# custom_response_body_key: "EntityName",
|
8768
|
+
# response_headers: [
|
8769
|
+
# {
|
8770
|
+
# name: "CustomHTTPHeaderName", # required
|
8771
|
+
# value: "CustomHTTPHeaderValue", # required
|
8772
|
+
# },
|
8773
|
+
# ],
|
8774
|
+
# },
|
8775
|
+
# },
|
8776
|
+
# allow: {
|
8777
|
+
# custom_request_handling: {
|
8778
|
+
# insert_headers: [ # required
|
8779
|
+
# {
|
8780
|
+
# name: "CustomHTTPHeaderName", # required
|
8781
|
+
# value: "CustomHTTPHeaderValue", # required
|
8782
|
+
# },
|
8783
|
+
# ],
|
8784
|
+
# },
|
8785
|
+
# },
|
8786
|
+
# count: {
|
8787
|
+
# custom_request_handling: {
|
8788
|
+
# insert_headers: [ # required
|
8789
|
+
# {
|
8790
|
+
# name: "CustomHTTPHeaderName", # required
|
8791
|
+
# value: "CustomHTTPHeaderValue", # required
|
8792
|
+
# },
|
8793
|
+
# ],
|
8794
|
+
# },
|
8795
|
+
# },
|
8796
|
+
# captcha: {
|
8797
|
+
# custom_request_handling: {
|
8798
|
+
# insert_headers: [ # required
|
8799
|
+
# {
|
8800
|
+
# name: "CustomHTTPHeaderName", # required
|
8801
|
+
# value: "CustomHTTPHeaderValue", # required
|
8802
|
+
# },
|
8803
|
+
# ],
|
8804
|
+
# },
|
8805
|
+
# },
|
8806
|
+
# challenge: {
|
8807
|
+
# custom_request_handling: {
|
8808
|
+
# insert_headers: [ # required
|
8809
|
+
# {
|
8810
|
+
# name: "CustomHTTPHeaderName", # required
|
8811
|
+
# value: "CustomHTTPHeaderValue", # required
|
8812
|
+
# },
|
8813
|
+
# ],
|
8814
|
+
# },
|
8815
|
+
# },
|
8816
|
+
# },
|
7736
8817
|
# },
|
7737
8818
|
# ],
|
7738
8819
|
# },
|
@@ -7842,6 +8923,16 @@ module Aws::WAFV2
|
|
7842
8923
|
# ],
|
7843
8924
|
# },
|
7844
8925
|
# },
|
8926
|
+
# challenge: {
|
8927
|
+
# custom_request_handling: {
|
8928
|
+
# insert_headers: [ # required
|
8929
|
+
# {
|
8930
|
+
# name: "CustomHTTPHeaderName", # required
|
8931
|
+
# value: "CustomHTTPHeaderValue", # required
|
8932
|
+
# },
|
8933
|
+
# ],
|
8934
|
+
# },
|
8935
|
+
# },
|
7845
8936
|
# },
|
7846
8937
|
# override_action: {
|
7847
8938
|
# count: {
|
@@ -7872,6 +8963,11 @@ module Aws::WAFV2
|
|
7872
8963
|
# immunity_time: 1, # required
|
7873
8964
|
# },
|
7874
8965
|
# },
|
8966
|
+
# challenge_config: {
|
8967
|
+
# immunity_time_property: {
|
8968
|
+
# immunity_time: 1, # required
|
8969
|
+
# },
|
8970
|
+
# },
|
7875
8971
|
# },
|
7876
8972
|
# ],
|
7877
8973
|
# visibility_config: { # required
|
@@ -7891,6 +8987,12 @@ module Aws::WAFV2
|
|
7891
8987
|
# immunity_time: 1, # required
|
7892
8988
|
# },
|
7893
8989
|
# },
|
8990
|
+
# challenge_config: {
|
8991
|
+
# immunity_time_property: {
|
8992
|
+
# immunity_time: 1, # required
|
8993
|
+
# },
|
8994
|
+
# },
|
8995
|
+
# token_domains: ["TokenDomain"],
|
7894
8996
|
# })
|
7895
8997
|
#
|
7896
8998
|
# @example Response structure
|
@@ -7919,7 +9021,7 @@ module Aws::WAFV2
|
|
7919
9021
|
params: params,
|
7920
9022
|
config: config)
|
7921
9023
|
context[:gem_name] = 'aws-sdk-wafv2'
|
7922
|
-
context[:gem_version] = '1.
|
9024
|
+
context[:gem_version] = '1.44.0'
|
7923
9025
|
Seahorse::Client::Request.new(handlers, context)
|
7924
9026
|
end
|
7925
9027
|
|