aws-sdk-wafv2 1.6.1 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74e014fca8307c8c91cc8b574384bb8251dc7a4305d7708755d537e6a94a28ab
4
- data.tar.gz: d185c5eb15490fc40218b3f44a76c6363441e14c2f1ace5bd6393e27c9f76557
3
+ metadata.gz: e35a1c5718ef3862e8853531a6ebf4c8579527fa7dc619ecf084a3216944bb39
4
+ data.tar.gz: 41d1b386598022436ba393455e9f07f81f9997420f085c1cb8dcfe5f5292d10b
5
5
  SHA512:
6
- metadata.gz: 1b4bd6d6721e9097723da9b4e077a50b0a2fa60beb18e3aa4467eda9a5ffc4d3c2b24c3e777bd883ee9c0fefb7519fd6838efb07dd51cc04b54a70465b6dffb4
7
- data.tar.gz: c2339044da229d3b3599b3ef521a136453cfe38a3e7d99e45d11754fe560dd36e9c0d8e135c66a0da04e1bc9136b353e64b08321a2a896ac0387d172f5c1ef7e
6
+ metadata.gz: '06916b576a81130f82ccc835751a72eeb573709673560f09b06d5cd7445d2888608cb28cb8bdf2704a8425c0147a6a3e478500d202638319dd46f4fd5dd54893'
7
+ data.tar.gz: aaf15f2e7fd6b7c85d325a3060d22c8606971d70502debf3bffa2faa2b4d253a7c5a5e5656f415a757dde588e023e5f128f2c1eccc55b6fc3a2a18f8b3375a90
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-wafv2/customizations'
45
47
  # @service
46
48
  module Aws::WAFV2
47
49
 
48
- GEM_VERSION = '1.6.1'
50
+ GEM_VERSION = '1.7.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -4373,7 +4375,7 @@ module Aws::WAFV2
4373
4375
  params: params,
4374
4376
  config: config)
4375
4377
  context[:gem_name] = 'aws-sdk-wafv2'
4376
- context[:gem_version] = '1.6.1'
4378
+ context[:gem_version] = '1.7.0'
4377
4379
  Seahorse::Client::Request.new(handlers, context)
4378
4380
  end
4379
4381
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -266,6 +268,7 @@ module Aws::WAFV2
266
268
  #
267
269
  class AndStatement < Struct.new(
268
270
  :statements)
271
+ SENSITIVE = []
269
272
  include Aws::Structure
270
273
  end
271
274
 
@@ -301,6 +304,7 @@ module Aws::WAFV2
301
304
  class AssociateWebACLRequest < Struct.new(
302
305
  :web_acl_arn,
303
306
  :resource_arn)
307
+ SENSITIVE = []
304
308
  include Aws::Structure
305
309
  end
306
310
 
@@ -501,6 +505,7 @@ module Aws::WAFV2
501
505
  :field_to_match,
502
506
  :text_transformations,
503
507
  :positional_constraint)
508
+ SENSITIVE = []
504
509
  include Aws::Structure
505
510
  end
506
511
 
@@ -746,6 +751,7 @@ module Aws::WAFV2
746
751
  class CheckCapacityRequest < Struct.new(
747
752
  :scope,
748
753
  :rules)
754
+ SENSITIVE = []
749
755
  include Aws::Structure
750
756
  end
751
757
 
@@ -757,6 +763,7 @@ module Aws::WAFV2
757
763
  #
758
764
  class CheckCapacityResponse < Struct.new(
759
765
  :capacity)
766
+ SENSITIVE = []
760
767
  include Aws::Structure
761
768
  end
762
769
 
@@ -875,6 +882,7 @@ module Aws::WAFV2
875
882
  :ip_address_version,
876
883
  :addresses,
877
884
  :tags)
885
+ SENSITIVE = []
878
886
  include Aws::Structure
879
887
  end
880
888
 
@@ -889,6 +897,7 @@ module Aws::WAFV2
889
897
  #
890
898
  class CreateIPSetResponse < Struct.new(
891
899
  :summary)
900
+ SENSITIVE = []
892
901
  include Aws::Structure
893
902
  end
894
903
 
@@ -952,6 +961,7 @@ module Aws::WAFV2
952
961
  :description,
953
962
  :regular_expression_list,
954
963
  :tags)
964
+ SENSITIVE = []
955
965
  include Aws::Structure
956
966
  end
957
967
 
@@ -967,6 +977,7 @@ module Aws::WAFV2
967
977
  #
968
978
  class CreateRegexPatternSetResponse < Struct.new(
969
979
  :summary)
980
+ SENSITIVE = []
970
981
  include Aws::Structure
971
982
  end
972
983
 
@@ -1270,6 +1281,7 @@ module Aws::WAFV2
1270
1281
  :rules,
1271
1282
  :visibility_config,
1272
1283
  :tags)
1284
+ SENSITIVE = []
1273
1285
  include Aws::Structure
1274
1286
  end
1275
1287
 
@@ -1285,6 +1297,7 @@ module Aws::WAFV2
1285
1297
  #
1286
1298
  class CreateRuleGroupResponse < Struct.new(
1287
1299
  :summary)
1300
+ SENSITIVE = []
1288
1301
  include Aws::Structure
1289
1302
  end
1290
1303
 
@@ -1580,6 +1593,7 @@ module Aws::WAFV2
1580
1593
  :rules,
1581
1594
  :visibility_config,
1582
1595
  :tags)
1596
+ SENSITIVE = []
1583
1597
  include Aws::Structure
1584
1598
  end
1585
1599
 
@@ -1594,6 +1608,7 @@ module Aws::WAFV2
1594
1608
  #
1595
1609
  class CreateWebACLResponse < Struct.new(
1596
1610
  :summary)
1611
+ SENSITIVE = []
1597
1612
  include Aws::Structure
1598
1613
  end
1599
1614
 
@@ -1635,6 +1650,7 @@ module Aws::WAFV2
1635
1650
  class DefaultAction < Struct.new(
1636
1651
  :block,
1637
1652
  :allow)
1653
+ SENSITIVE = []
1638
1654
  include Aws::Structure
1639
1655
  end
1640
1656
 
@@ -1667,6 +1683,7 @@ module Aws::WAFV2
1667
1683
  class DeleteFirewallManagerRuleGroupsRequest < Struct.new(
1668
1684
  :web_acl_arn,
1669
1685
  :web_acl_lock_token)
1686
+ SENSITIVE = []
1670
1687
  include Aws::Structure
1671
1688
  end
1672
1689
 
@@ -1686,6 +1703,7 @@ module Aws::WAFV2
1686
1703
  #
1687
1704
  class DeleteFirewallManagerRuleGroupsResponse < Struct.new(
1688
1705
  :next_web_acl_lock_token)
1706
+ SENSITIVE = []
1689
1707
  include Aws::Structure
1690
1708
  end
1691
1709
 
@@ -1743,6 +1761,7 @@ module Aws::WAFV2
1743
1761
  :scope,
1744
1762
  :id,
1745
1763
  :lock_token)
1764
+ SENSITIVE = []
1746
1765
  include Aws::Structure
1747
1766
  end
1748
1767
 
@@ -1766,6 +1785,7 @@ module Aws::WAFV2
1766
1785
  #
1767
1786
  class DeleteLoggingConfigurationRequest < Struct.new(
1768
1787
  :resource_arn)
1788
+ SENSITIVE = []
1769
1789
  include Aws::Structure
1770
1790
  end
1771
1791
 
@@ -1791,6 +1811,7 @@ module Aws::WAFV2
1791
1811
  #
1792
1812
  class DeletePermissionPolicyRequest < Struct.new(
1793
1813
  :resource_arn)
1814
+ SENSITIVE = []
1794
1815
  include Aws::Structure
1795
1816
  end
1796
1817
 
@@ -1852,6 +1873,7 @@ module Aws::WAFV2
1852
1873
  :scope,
1853
1874
  :id,
1854
1875
  :lock_token)
1876
+ SENSITIVE = []
1855
1877
  include Aws::Structure
1856
1878
  end
1857
1879
 
@@ -1913,6 +1935,7 @@ module Aws::WAFV2
1913
1935
  :scope,
1914
1936
  :id,
1915
1937
  :lock_token)
1938
+ SENSITIVE = []
1916
1939
  include Aws::Structure
1917
1940
  end
1918
1941
 
@@ -1974,6 +1997,7 @@ module Aws::WAFV2
1974
1997
  :scope,
1975
1998
  :id,
1976
1999
  :lock_token)
2000
+ SENSITIVE = []
1977
2001
  include Aws::Structure
1978
2002
  end
1979
2003
 
@@ -2020,6 +2044,7 @@ module Aws::WAFV2
2020
2044
  :vendor_name,
2021
2045
  :name,
2022
2046
  :scope)
2047
+ SENSITIVE = []
2023
2048
  include Aws::Structure
2024
2049
  end
2025
2050
 
@@ -2041,6 +2066,7 @@ module Aws::WAFV2
2041
2066
  class DescribeManagedRuleGroupResponse < Struct.new(
2042
2067
  :capacity,
2043
2068
  :rules)
2069
+ SENSITIVE = []
2044
2070
  include Aws::Structure
2045
2071
  end
2046
2072
 
@@ -2069,6 +2095,7 @@ module Aws::WAFV2
2069
2095
  #
2070
2096
  class DisassociateWebACLRequest < Struct.new(
2071
2097
  :resource_arn)
2098
+ SENSITIVE = []
2072
2099
  include Aws::Structure
2073
2100
  end
2074
2101
 
@@ -2107,6 +2134,7 @@ module Aws::WAFV2
2107
2134
  #
2108
2135
  class ExcludedRule < Struct.new(
2109
2136
  :name)
2137
+ SENSITIVE = []
2110
2138
  include Aws::Structure
2111
2139
  end
2112
2140
 
@@ -2211,6 +2239,7 @@ module Aws::WAFV2
2211
2239
  :query_string,
2212
2240
  :body,
2213
2241
  :method)
2242
+ SENSITIVE = []
2214
2243
  include Aws::Structure
2215
2244
  end
2216
2245
 
@@ -2278,6 +2307,7 @@ module Aws::WAFV2
2278
2307
  :firewall_manager_statement,
2279
2308
  :override_action,
2280
2309
  :visibility_config)
2310
+ SENSITIVE = []
2281
2311
  include Aws::Structure
2282
2312
  end
2283
2313
 
@@ -2333,6 +2363,7 @@ module Aws::WAFV2
2333
2363
  class FirewallManagerStatement < Struct.new(
2334
2364
  :managed_rule_group_statement,
2335
2365
  :rule_group_reference_statement)
2366
+ SENSITIVE = []
2336
2367
  include Aws::Structure
2337
2368
  end
2338
2369
 
@@ -2367,6 +2398,7 @@ module Aws::WAFV2
2367
2398
  #
2368
2399
  class GeoMatchStatement < Struct.new(
2369
2400
  :country_codes)
2401
+ SENSITIVE = []
2370
2402
  include Aws::Structure
2371
2403
  end
2372
2404
 
@@ -2410,6 +2442,7 @@ module Aws::WAFV2
2410
2442
  :name,
2411
2443
  :scope,
2412
2444
  :id)
2445
+ SENSITIVE = []
2413
2446
  include Aws::Structure
2414
2447
  end
2415
2448
 
@@ -2433,6 +2466,7 @@ module Aws::WAFV2
2433
2466
  class GetIPSetResponse < Struct.new(
2434
2467
  :ip_set,
2435
2468
  :lock_token)
2469
+ SENSITIVE = []
2436
2470
  include Aws::Structure
2437
2471
  end
2438
2472
 
@@ -2452,6 +2486,7 @@ module Aws::WAFV2
2452
2486
  #
2453
2487
  class GetLoggingConfigurationRequest < Struct.new(
2454
2488
  :resource_arn)
2489
+ SENSITIVE = []
2455
2490
  include Aws::Structure
2456
2491
  end
2457
2492
 
@@ -2463,6 +2498,7 @@ module Aws::WAFV2
2463
2498
  #
2464
2499
  class GetLoggingConfigurationResponse < Struct.new(
2465
2500
  :logging_configuration)
2501
+ SENSITIVE = []
2466
2502
  include Aws::Structure
2467
2503
  end
2468
2504
 
@@ -2482,6 +2518,7 @@ module Aws::WAFV2
2482
2518
  #
2483
2519
  class GetPermissionPolicyRequest < Struct.new(
2484
2520
  :resource_arn)
2521
+ SENSITIVE = []
2485
2522
  include Aws::Structure
2486
2523
  end
2487
2524
 
@@ -2493,6 +2530,7 @@ module Aws::WAFV2
2493
2530
  #
2494
2531
  class GetPermissionPolicyResponse < Struct.new(
2495
2532
  :policy)
2533
+ SENSITIVE = []
2496
2534
  include Aws::Structure
2497
2535
  end
2498
2536
 
@@ -2542,6 +2580,7 @@ module Aws::WAFV2
2542
2580
  :web_acl_name,
2543
2581
  :web_acl_id,
2544
2582
  :rule_name)
2583
+ SENSITIVE = []
2545
2584
  include Aws::Structure
2546
2585
  end
2547
2586
 
@@ -2558,6 +2597,7 @@ module Aws::WAFV2
2558
2597
  class GetRateBasedStatementManagedKeysResponse < Struct.new(
2559
2598
  :managed_keys_ipv4,
2560
2599
  :managed_keys_ipv6)
2600
+ SENSITIVE = []
2561
2601
  include Aws::Structure
2562
2602
  end
2563
2603
 
@@ -2601,6 +2641,7 @@ module Aws::WAFV2
2601
2641
  :name,
2602
2642
  :scope,
2603
2643
  :id)
2644
+ SENSITIVE = []
2604
2645
  include Aws::Structure
2605
2646
  end
2606
2647
 
@@ -2624,6 +2665,7 @@ module Aws::WAFV2
2624
2665
  class GetRegexPatternSetResponse < Struct.new(
2625
2666
  :regex_pattern_set,
2626
2667
  :lock_token)
2668
+ SENSITIVE = []
2627
2669
  include Aws::Structure
2628
2670
  end
2629
2671
 
@@ -2667,6 +2709,7 @@ module Aws::WAFV2
2667
2709
  :name,
2668
2710
  :scope,
2669
2711
  :id)
2712
+ SENSITIVE = []
2670
2713
  include Aws::Structure
2671
2714
  end
2672
2715
 
@@ -2690,6 +2733,7 @@ module Aws::WAFV2
2690
2733
  class GetRuleGroupResponse < Struct.new(
2691
2734
  :rule_group,
2692
2735
  :lock_token)
2736
+ SENSITIVE = []
2693
2737
  include Aws::Structure
2694
2738
  end
2695
2739
 
@@ -2755,6 +2799,7 @@ module Aws::WAFV2
2755
2799
  :scope,
2756
2800
  :time_window,
2757
2801
  :max_items)
2802
+ SENSITIVE = []
2758
2803
  include Aws::Structure
2759
2804
  end
2760
2805
 
@@ -2784,6 +2829,7 @@ module Aws::WAFV2
2784
2829
  :sampled_requests,
2785
2830
  :population_size,
2786
2831
  :time_window)
2832
+ SENSITIVE = []
2787
2833
  include Aws::Structure
2788
2834
  end
2789
2835
 
@@ -2802,6 +2848,7 @@ module Aws::WAFV2
2802
2848
  #
2803
2849
  class GetWebACLForResourceRequest < Struct.new(
2804
2850
  :resource_arn)
2851
+ SENSITIVE = []
2805
2852
  include Aws::Structure
2806
2853
  end
2807
2854
 
@@ -2814,6 +2861,7 @@ module Aws::WAFV2
2814
2861
  #
2815
2862
  class GetWebACLForResourceResponse < Struct.new(
2816
2863
  :web_acl)
2864
+ SENSITIVE = []
2817
2865
  include Aws::Structure
2818
2866
  end
2819
2867
 
@@ -2857,6 +2905,7 @@ module Aws::WAFV2
2857
2905
  :name,
2858
2906
  :scope,
2859
2907
  :id)
2908
+ SENSITIVE = []
2860
2909
  include Aws::Structure
2861
2910
  end
2862
2911
 
@@ -2882,6 +2931,7 @@ module Aws::WAFV2
2882
2931
  class GetWebACLResponse < Struct.new(
2883
2932
  :web_acl,
2884
2933
  :lock_token)
2934
+ SENSITIVE = []
2885
2935
  include Aws::Structure
2886
2936
  end
2887
2937
 
@@ -2914,6 +2964,7 @@ module Aws::WAFV2
2914
2964
  class HTTPHeader < Struct.new(
2915
2965
  :name,
2916
2966
  :value)
2967
+ SENSITIVE = []
2917
2968
  include Aws::Structure
2918
2969
  end
2919
2970
 
@@ -2982,6 +3033,7 @@ module Aws::WAFV2
2982
3033
  :method,
2983
3034
  :http_version,
2984
3035
  :headers)
3036
+ SENSITIVE = []
2985
3037
  include Aws::Structure
2986
3038
  end
2987
3039
 
@@ -3074,6 +3126,7 @@ module Aws::WAFV2
3074
3126
  :description,
3075
3127
  :ip_address_version,
3076
3128
  :addresses)
3129
+ SENSITIVE = []
3077
3130
  include Aws::Structure
3078
3131
  end
3079
3132
 
@@ -3114,6 +3167,7 @@ module Aws::WAFV2
3114
3167
  #
3115
3168
  class IPSetReferenceStatement < Struct.new(
3116
3169
  :arn)
3170
+ SENSITIVE = []
3117
3171
  include Aws::Structure
3118
3172
  end
3119
3173
 
@@ -3173,6 +3227,7 @@ module Aws::WAFV2
3173
3227
  :description,
3174
3228
  :lock_token,
3175
3229
  :arn)
3230
+ SENSITIVE = []
3176
3231
  include Aws::Structure
3177
3232
  end
3178
3233
 
@@ -3220,6 +3275,7 @@ module Aws::WAFV2
3220
3275
  :scope,
3221
3276
  :next_marker,
3222
3277
  :limit)
3278
+ SENSITIVE = []
3223
3279
  include Aws::Structure
3224
3280
  end
3225
3281
 
@@ -3239,6 +3295,7 @@ module Aws::WAFV2
3239
3295
  class ListAvailableManagedRuleGroupsResponse < Struct.new(
3240
3296
  :next_marker,
3241
3297
  :managed_rule_groups)
3298
+ SENSITIVE = []
3242
3299
  include Aws::Structure
3243
3300
  end
3244
3301
 
@@ -3286,6 +3343,7 @@ module Aws::WAFV2
3286
3343
  :scope,
3287
3344
  :next_marker,
3288
3345
  :limit)
3346
+ SENSITIVE = []
3289
3347
  include Aws::Structure
3290
3348
  end
3291
3349
 
@@ -3307,6 +3365,7 @@ module Aws::WAFV2
3307
3365
  class ListIPSetsResponse < Struct.new(
3308
3366
  :next_marker,
3309
3367
  :ip_sets)
3368
+ SENSITIVE = []
3310
3369
  include Aws::Structure
3311
3370
  end
3312
3371
 
@@ -3354,6 +3413,7 @@ module Aws::WAFV2
3354
3413
  :scope,
3355
3414
  :next_marker,
3356
3415
  :limit)
3416
+ SENSITIVE = []
3357
3417
  include Aws::Structure
3358
3418
  end
3359
3419
 
@@ -3373,6 +3433,7 @@ module Aws::WAFV2
3373
3433
  class ListLoggingConfigurationsResponse < Struct.new(
3374
3434
  :logging_configurations,
3375
3435
  :next_marker)
3436
+ SENSITIVE = []
3376
3437
  include Aws::Structure
3377
3438
  end
3378
3439
 
@@ -3420,6 +3481,7 @@ module Aws::WAFV2
3420
3481
  :scope,
3421
3482
  :next_marker,
3422
3483
  :limit)
3484
+ SENSITIVE = []
3423
3485
  include Aws::Structure
3424
3486
  end
3425
3487
 
@@ -3439,6 +3501,7 @@ module Aws::WAFV2
3439
3501
  class ListRegexPatternSetsResponse < Struct.new(
3440
3502
  :next_marker,
3441
3503
  :regex_pattern_sets)
3504
+ SENSITIVE = []
3442
3505
  include Aws::Structure
3443
3506
  end
3444
3507
 
@@ -3465,6 +3528,7 @@ module Aws::WAFV2
3465
3528
  class ListResourcesForWebACLRequest < Struct.new(
3466
3529
  :web_acl_arn,
3467
3530
  :resource_type)
3531
+ SENSITIVE = []
3468
3532
  include Aws::Structure
3469
3533
  end
3470
3534
 
@@ -3477,6 +3541,7 @@ module Aws::WAFV2
3477
3541
  #
3478
3542
  class ListResourcesForWebACLResponse < Struct.new(
3479
3543
  :resource_arns)
3544
+ SENSITIVE = []
3480
3545
  include Aws::Structure
3481
3546
  end
3482
3547
 
@@ -3524,6 +3589,7 @@ module Aws::WAFV2
3524
3589
  :scope,
3525
3590
  :next_marker,
3526
3591
  :limit)
3592
+ SENSITIVE = []
3527
3593
  include Aws::Structure
3528
3594
  end
3529
3595
 
@@ -3543,6 +3609,7 @@ module Aws::WAFV2
3543
3609
  class ListRuleGroupsResponse < Struct.new(
3544
3610
  :next_marker,
3545
3611
  :rule_groups)
3612
+ SENSITIVE = []
3546
3613
  include Aws::Structure
3547
3614
  end
3548
3615
 
@@ -3580,6 +3647,7 @@ module Aws::WAFV2
3580
3647
  :next_marker,
3581
3648
  :limit,
3582
3649
  :resource_arn)
3650
+ SENSITIVE = []
3583
3651
  include Aws::Structure
3584
3652
  end
3585
3653
 
@@ -3600,6 +3668,7 @@ module Aws::WAFV2
3600
3668
  class ListTagsForResourceResponse < Struct.new(
3601
3669
  :next_marker,
3602
3670
  :tag_info_for_resource)
3671
+ SENSITIVE = []
3603
3672
  include Aws::Structure
3604
3673
  end
3605
3674
 
@@ -3647,6 +3716,7 @@ module Aws::WAFV2
3647
3716
  :scope,
3648
3717
  :next_marker,
3649
3718
  :limit)
3719
+ SENSITIVE = []
3650
3720
  include Aws::Structure
3651
3721
  end
3652
3722
 
@@ -3666,6 +3736,7 @@ module Aws::WAFV2
3666
3736
  class ListWebACLsResponse < Struct.new(
3667
3737
  :next_marker,
3668
3738
  :web_acls)
3739
+ SENSITIVE = []
3669
3740
  include Aws::Structure
3670
3741
  end
3671
3742
 
@@ -3735,6 +3806,7 @@ module Aws::WAFV2
3735
3806
  :resource_arn,
3736
3807
  :log_destination_configs,
3737
3808
  :redacted_fields)
3809
+ SENSITIVE = []
3738
3810
  include Aws::Structure
3739
3811
  end
3740
3812
 
@@ -3793,6 +3865,7 @@ module Aws::WAFV2
3793
3865
  :vendor_name,
3794
3866
  :name,
3795
3867
  :excluded_rules)
3868
+ SENSITIVE = []
3796
3869
  include Aws::Structure
3797
3870
  end
3798
3871
 
@@ -3836,6 +3909,7 @@ module Aws::WAFV2
3836
3909
  :vendor_name,
3837
3910
  :name,
3838
3911
  :description)
3912
+ SENSITIVE = []
3839
3913
  include Aws::Structure
3840
3914
  end
3841
3915
 
@@ -4101,6 +4175,7 @@ module Aws::WAFV2
4101
4175
  #
4102
4176
  class NotStatement < Struct.new(
4103
4177
  :statement)
4178
+ SENSITIVE = []
4104
4179
  include Aws::Structure
4105
4180
  end
4106
4181
 
@@ -4317,6 +4392,7 @@ module Aws::WAFV2
4317
4392
  #
4318
4393
  class OrStatement < Struct.new(
4319
4394
  :statements)
4395
+ SENSITIVE = []
4320
4396
  include Aws::Structure
4321
4397
  end
4322
4398
 
@@ -4360,6 +4436,7 @@ module Aws::WAFV2
4360
4436
  class OverrideAction < Struct.new(
4361
4437
  :count,
4362
4438
  :none)
4439
+ SENSITIVE = []
4363
4440
  include Aws::Structure
4364
4441
  end
4365
4442
 
@@ -4400,6 +4477,7 @@ module Aws::WAFV2
4400
4477
  #
4401
4478
  class PutLoggingConfigurationRequest < Struct.new(
4402
4479
  :logging_configuration)
4480
+ SENSITIVE = []
4403
4481
  include Aws::Structure
4404
4482
  end
4405
4483
 
@@ -4410,6 +4488,7 @@ module Aws::WAFV2
4410
4488
  #
4411
4489
  class PutLoggingConfigurationResponse < Struct.new(
4412
4490
  :logging_configuration)
4491
+ SENSITIVE = []
4413
4492
  include Aws::Structure
4414
4493
  end
4415
4494
 
@@ -4457,6 +4536,7 @@ module Aws::WAFV2
4457
4536
  class PutPermissionPolicyRequest < Struct.new(
4458
4537
  :resource_arn,
4459
4538
  :policy)
4539
+ SENSITIVE = []
4460
4540
  include Aws::Structure
4461
4541
  end
4462
4542
 
@@ -4750,6 +4830,7 @@ module Aws::WAFV2
4750
4830
  :limit,
4751
4831
  :aggregate_key_type,
4752
4832
  :scope_down_statement)
4833
+ SENSITIVE = []
4753
4834
  include Aws::Structure
4754
4835
  end
4755
4836
 
@@ -4779,6 +4860,7 @@ module Aws::WAFV2
4779
4860
  class RateBasedStatementManagedKeysIPSet < Struct.new(
4780
4861
  :ip_address_version,
4781
4862
  :addresses)
4863
+ SENSITIVE = []
4782
4864
  include Aws::Structure
4783
4865
  end
4784
4866
 
@@ -4810,6 +4892,7 @@ module Aws::WAFV2
4810
4892
  #
4811
4893
  class Regex < Struct.new(
4812
4894
  :regex_string)
4895
+ SENSITIVE = []
4813
4896
  include Aws::Structure
4814
4897
  end
4815
4898
 
@@ -4862,6 +4945,7 @@ module Aws::WAFV2
4862
4945
  :arn,
4863
4946
  :description,
4864
4947
  :regular_expression_list)
4948
+ SENSITIVE = []
4865
4949
  include Aws::Structure
4866
4950
  end
4867
4951
 
@@ -4945,6 +5029,7 @@ module Aws::WAFV2
4945
5029
  :arn,
4946
5030
  :field_to_match,
4947
5031
  :text_transformations)
5032
+ SENSITIVE = []
4948
5033
  include Aws::Structure
4949
5034
  end
4950
5035
 
@@ -5005,6 +5090,7 @@ module Aws::WAFV2
5005
5090
  :description,
5006
5091
  :lock_token,
5007
5092
  :arn)
5093
+ SENSITIVE = []
5008
5094
  include Aws::Structure
5009
5095
  end
5010
5096
 
@@ -5308,6 +5394,7 @@ module Aws::WAFV2
5308
5394
  :action,
5309
5395
  :override_action,
5310
5396
  :visibility_config)
5397
+ SENSITIVE = []
5311
5398
  include Aws::Structure
5312
5399
  end
5313
5400
 
@@ -5356,6 +5443,7 @@ module Aws::WAFV2
5356
5443
  :block,
5357
5444
  :allow,
5358
5445
  :count)
5446
+ SENSITIVE = []
5359
5447
  include Aws::Structure
5360
5448
  end
5361
5449
 
@@ -5436,6 +5524,7 @@ module Aws::WAFV2
5436
5524
  :description,
5437
5525
  :rules,
5438
5526
  :visibility_config)
5527
+ SENSITIVE = []
5439
5528
  include Aws::Structure
5440
5529
  end
5441
5530
 
@@ -5484,6 +5573,7 @@ module Aws::WAFV2
5484
5573
  class RuleGroupReferenceStatement < Struct.new(
5485
5574
  :arn,
5486
5575
  :excluded_rules)
5576
+ SENSITIVE = []
5487
5577
  include Aws::Structure
5488
5578
  end
5489
5579
 
@@ -5544,6 +5634,7 @@ module Aws::WAFV2
5544
5634
  :description,
5545
5635
  :lock_token,
5546
5636
  :arn)
5637
+ SENSITIVE = []
5547
5638
  include Aws::Structure
5548
5639
  end
5549
5640
 
@@ -5590,6 +5681,7 @@ module Aws::WAFV2
5590
5681
  class RuleSummary < Struct.new(
5591
5682
  :name,
5592
5683
  :action)
5684
+ SENSITIVE = []
5593
5685
  include Aws::Structure
5594
5686
  end
5595
5687
 
@@ -5647,6 +5739,7 @@ module Aws::WAFV2
5647
5739
  :timestamp,
5648
5740
  :action,
5649
5741
  :rule_name_within_rule_group)
5742
+ SENSITIVE = []
5650
5743
  include Aws::Structure
5651
5744
  end
5652
5745
 
@@ -5682,6 +5775,7 @@ module Aws::WAFV2
5682
5775
  #
5683
5776
  class SingleHeader < Struct.new(
5684
5777
  :name)
5778
+ SENSITIVE = []
5685
5779
  include Aws::Structure
5686
5780
  end
5687
5781
 
@@ -5715,6 +5809,7 @@ module Aws::WAFV2
5715
5809
  #
5716
5810
  class SingleQueryArgument < Struct.new(
5717
5811
  :name)
5812
+ SENSITIVE = []
5718
5813
  include Aws::Structure
5719
5814
  end
5720
5815
 
@@ -5806,6 +5901,7 @@ module Aws::WAFV2
5806
5901
  :comparison_operator,
5807
5902
  :size,
5808
5903
  :text_transformations)
5904
+ SENSITIVE = []
5809
5905
  include Aws::Structure
5810
5906
  end
5811
5907
 
@@ -5878,6 +5974,7 @@ module Aws::WAFV2
5878
5974
  class SqliMatchStatement < Struct.new(
5879
5975
  :field_to_match,
5880
5976
  :text_transformations)
5977
+ SENSITIVE = []
5881
5978
  include Aws::Structure
5882
5979
  end
5883
5980
 
@@ -6971,6 +7068,7 @@ module Aws::WAFV2
6971
7068
  :or_statement,
6972
7069
  :not_statement,
6973
7070
  :managed_rule_group_statement)
7071
+ SENSITIVE = []
6974
7072
  include Aws::Structure
6975
7073
  end
6976
7074
 
@@ -7017,6 +7115,7 @@ module Aws::WAFV2
7017
7115
  class Tag < Struct.new(
7018
7116
  :key,
7019
7117
  :value)
7118
+ SENSITIVE = []
7020
7119
  include Aws::Structure
7021
7120
  end
7022
7121
 
@@ -7046,6 +7145,7 @@ module Aws::WAFV2
7046
7145
  class TagInfoForResource < Struct.new(
7047
7146
  :resource_arn,
7048
7147
  :tag_list)
7148
+ SENSITIVE = []
7049
7149
  include Aws::Structure
7050
7150
  end
7051
7151
 
@@ -7075,6 +7175,7 @@ module Aws::WAFV2
7075
7175
  class TagResourceRequest < Struct.new(
7076
7176
  :resource_arn,
7077
7177
  :tags)
7178
+ SENSITIVE = []
7078
7179
  include Aws::Structure
7079
7180
  end
7080
7181
 
@@ -7189,6 +7290,7 @@ module Aws::WAFV2
7189
7290
  class TextTransformation < Struct.new(
7190
7291
  :priority,
7191
7292
  :type)
7293
+ SENSITIVE = []
7192
7294
  include Aws::Structure
7193
7295
  end
7194
7296
 
@@ -7245,6 +7347,7 @@ module Aws::WAFV2
7245
7347
  class TimeWindow < Struct.new(
7246
7348
  :start_time,
7247
7349
  :end_time)
7350
+ SENSITIVE = []
7248
7351
  include Aws::Structure
7249
7352
  end
7250
7353
 
@@ -7270,6 +7373,7 @@ module Aws::WAFV2
7270
7373
  class UntagResourceRequest < Struct.new(
7271
7374
  :resource_arn,
7272
7375
  :tag_keys)
7376
+ SENSITIVE = []
7273
7377
  include Aws::Structure
7274
7378
  end
7275
7379
 
@@ -7375,6 +7479,7 @@ module Aws::WAFV2
7375
7479
  :description,
7376
7480
  :addresses,
7377
7481
  :lock_token)
7482
+ SENSITIVE = []
7378
7483
  include Aws::Structure
7379
7484
  end
7380
7485
 
@@ -7388,6 +7493,7 @@ module Aws::WAFV2
7388
7493
  #
7389
7494
  class UpdateIPSetResponse < Struct.new(
7390
7495
  :next_lock_token)
7496
+ SENSITIVE = []
7391
7497
  include Aws::Structure
7392
7498
  end
7393
7499
 
@@ -7461,6 +7567,7 @@ module Aws::WAFV2
7461
7567
  :description,
7462
7568
  :regular_expression_list,
7463
7569
  :lock_token)
7570
+ SENSITIVE = []
7464
7571
  include Aws::Structure
7465
7572
  end
7466
7573
 
@@ -7474,6 +7581,7 @@ module Aws::WAFV2
7474
7581
  #
7475
7582
  class UpdateRegexPatternSetResponse < Struct.new(
7476
7583
  :next_lock_token)
7584
+ SENSITIVE = []
7477
7585
  include Aws::Structure
7478
7586
  end
7479
7587
 
@@ -7768,6 +7876,7 @@ module Aws::WAFV2
7768
7876
  :rules,
7769
7877
  :visibility_config,
7770
7878
  :lock_token)
7879
+ SENSITIVE = []
7771
7880
  include Aws::Structure
7772
7881
  end
7773
7882
 
@@ -7781,6 +7890,7 @@ module Aws::WAFV2
7781
7890
  #
7782
7891
  class UpdateRuleGroupResponse < Struct.new(
7783
7892
  :next_lock_token)
7893
+ SENSITIVE = []
7784
7894
  include Aws::Structure
7785
7895
  end
7786
7896
 
@@ -8087,6 +8197,7 @@ module Aws::WAFV2
8087
8197
  :rules,
8088
8198
  :visibility_config,
8089
8199
  :lock_token)
8200
+ SENSITIVE = []
8090
8201
  include Aws::Structure
8091
8202
  end
8092
8203
 
@@ -8100,6 +8211,7 @@ module Aws::WAFV2
8100
8211
  #
8101
8212
  class UpdateWebACLResponse < Struct.new(
8102
8213
  :next_lock_token)
8214
+ SENSITIVE = []
8103
8215
  include Aws::Structure
8104
8216
  end
8105
8217
 
@@ -8180,6 +8292,7 @@ module Aws::WAFV2
8180
8292
  :sampled_requests_enabled,
8181
8293
  :cloud_watch_metrics_enabled,
8182
8294
  :metric_name)
8295
+ SENSITIVE = []
8183
8296
  include Aws::Structure
8184
8297
  end
8185
8298
 
@@ -8193,6 +8306,7 @@ module Aws::WAFV2
8193
8306
  #
8194
8307
  class WAFAssociatedItemException < Struct.new(
8195
8308
  :message)
8309
+ SENSITIVE = []
8196
8310
  include Aws::Structure
8197
8311
  end
8198
8312
 
@@ -8206,6 +8320,7 @@ module Aws::WAFV2
8206
8320
  #
8207
8321
  class WAFDuplicateItemException < Struct.new(
8208
8322
  :message)
8323
+ SENSITIVE = []
8209
8324
  include Aws::Structure
8210
8325
  end
8211
8326
 
@@ -8219,6 +8334,7 @@ module Aws::WAFV2
8219
8334
  #
8220
8335
  class WAFInternalErrorException < Struct.new(
8221
8336
  :message)
8337
+ SENSITIVE = []
8222
8338
  include Aws::Structure
8223
8339
  end
8224
8340
 
@@ -8231,6 +8347,7 @@ module Aws::WAFV2
8231
8347
  #
8232
8348
  class WAFInvalidOperationException < Struct.new(
8233
8349
  :message)
8350
+ SENSITIVE = []
8234
8351
  include Aws::Structure
8235
8352
  end
8236
8353
 
@@ -8267,6 +8384,7 @@ module Aws::WAFV2
8267
8384
  :field,
8268
8385
  :parameter,
8269
8386
  :reason)
8387
+ SENSITIVE = []
8270
8388
  include Aws::Structure
8271
8389
  end
8272
8390
 
@@ -8302,6 +8420,7 @@ module Aws::WAFV2
8302
8420
  #
8303
8421
  class WAFInvalidPermissionPolicyException < Struct.new(
8304
8422
  :message)
8423
+ SENSITIVE = []
8305
8424
  include Aws::Structure
8306
8425
  end
8307
8426
 
@@ -8315,6 +8434,7 @@ module Aws::WAFV2
8315
8434
  #
8316
8435
  class WAFInvalidResourceException < Struct.new(
8317
8436
  :message)
8437
+ SENSITIVE = []
8318
8438
  include Aws::Structure
8319
8439
  end
8320
8440
 
@@ -8334,6 +8454,7 @@ module Aws::WAFV2
8334
8454
  #
8335
8455
  class WAFLimitsExceededException < Struct.new(
8336
8456
  :message)
8457
+ SENSITIVE = []
8337
8458
  include Aws::Structure
8338
8459
  end
8339
8460
 
@@ -8347,6 +8468,7 @@ module Aws::WAFV2
8347
8468
  #
8348
8469
  class WAFNonexistentItemException < Struct.new(
8349
8470
  :message)
8471
+ SENSITIVE = []
8350
8472
  include Aws::Structure
8351
8473
  end
8352
8474
 
@@ -8362,6 +8484,7 @@ module Aws::WAFV2
8362
8484
  #
8363
8485
  class WAFOptimisticLockException < Struct.new(
8364
8486
  :message)
8487
+ SENSITIVE = []
8365
8488
  include Aws::Structure
8366
8489
  end
8367
8490
 
@@ -8382,6 +8505,7 @@ module Aws::WAFV2
8382
8505
  #
8383
8506
  class WAFServiceLinkedRoleErrorException < Struct.new(
8384
8507
  :message)
8508
+ SENSITIVE = []
8385
8509
  include Aws::Structure
8386
8510
  end
8387
8511
 
@@ -8392,6 +8516,7 @@ module Aws::WAFV2
8392
8516
  #
8393
8517
  class WAFSubscriptionNotFoundException < Struct.new(
8394
8518
  :message)
8519
+ SENSITIVE = []
8395
8520
  include Aws::Structure
8396
8521
  end
8397
8522
 
@@ -8404,6 +8529,7 @@ module Aws::WAFV2
8404
8529
  #
8405
8530
  class WAFTagOperationException < Struct.new(
8406
8531
  :message)
8532
+ SENSITIVE = []
8407
8533
  include Aws::Structure
8408
8534
  end
8409
8535
 
@@ -8417,6 +8543,7 @@ module Aws::WAFV2
8417
8543
  #
8418
8544
  class WAFTagOperationInternalErrorException < Struct.new(
8419
8545
  :message)
8546
+ SENSITIVE = []
8420
8547
  include Aws::Structure
8421
8548
  end
8422
8549
 
@@ -8430,6 +8557,7 @@ module Aws::WAFV2
8430
8557
  #
8431
8558
  class WAFUnavailableEntityException < Struct.new(
8432
8559
  :message)
8560
+ SENSITIVE = []
8433
8561
  include Aws::Structure
8434
8562
  end
8435
8563
 
@@ -8552,6 +8680,7 @@ module Aws::WAFV2
8552
8680
  :pre_process_firewall_manager_rule_groups,
8553
8681
  :post_process_firewall_manager_rule_groups,
8554
8682
  :managed_by_firewall_manager)
8683
+ SENSITIVE = []
8555
8684
  include Aws::Structure
8556
8685
  end
8557
8686
 
@@ -8611,6 +8740,7 @@ module Aws::WAFV2
8611
8740
  :description,
8612
8741
  :lock_token,
8613
8742
  :arn)
8743
+ SENSITIVE = []
8614
8744
  include Aws::Structure
8615
8745
  end
8616
8746
 
@@ -8683,6 +8813,7 @@ module Aws::WAFV2
8683
8813
  class XssMatchStatement < Struct.new(
8684
8814
  :field_to_match,
8685
8815
  :text_transformations)
8816
+ SENSITIVE = []
8686
8817
  include Aws::Structure
8687
8818
  end
8688
8819
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core