aws-sdk-waf 1.31.1 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60c850b90d25c471d79f467b2b030f9a78c0d9d7e2ab7dfac4cf539c046f1dc9
4
- data.tar.gz: a645ee4a97c5dc10de556895759c4ef6558fb65d958808544584bb4be5e34701
3
+ metadata.gz: 7fa68b73d64f401aa58c768ec5f1d8d094029a30be4dd920132edd755f185e2f
4
+ data.tar.gz: a964ef3392d22f770e7450b56bd39b2808f4a186deb32e243ca534b3e1239505
5
5
  SHA512:
6
- metadata.gz: c0d530b10175dffee9d5606f26ebe468a9b44f46b3a9b894ce5e702c88ec073a481ea549b8915349e5805ed057c16bf9a7be0f4d9d45a2cb6659c36e6ba67820
7
- data.tar.gz: 97a0dd428a0879623922220bafe4c847f041f3512ec606a8b302a72a4a4d4905cd6418006a08915120d657a07dffbcc09a4874eba76790739f17a8739a613388
6
+ metadata.gz: c90b1211543df2ddc3f05b4dd39bb2de78ad26a31a5bfcadf8ef9fe82ad1c221993b9564412327599b35d48973c61a0f9dd0bfc6d0675c0079f2864dd788eee9
7
+ data.tar.gz: 9c1e9cbb8d1c1ef3cd2383e95e5bf88e4219e2646f00d22788f909d9afcc365bbed67ef50304727ab494852e3b14458108fbfa9f09efc5486f12f1ad0aca0798
@@ -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-waf/customizations'
45
47
  # @service
46
48
  module Aws::WAF
47
49
 
48
- GEM_VERSION = '1.31.1'
50
+ GEM_VERSION = '1.32.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:
@@ -6653,7 +6655,7 @@ module Aws::WAF
6653
6655
  params: params,
6654
6656
  config: config)
6655
6657
  context[:gem_name] = 'aws-sdk-waf'
6656
- context[:gem_version] = '1.31.1'
6658
+ context[:gem_version] = '1.32.0'
6657
6659
  Seahorse::Client::Request.new(handlers, context)
6658
6660
  end
6659
6661
 
@@ -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:
@@ -172,6 +174,7 @@ module Aws::WAF
172
174
  :override_action,
173
175
  :type,
174
176
  :excluded_rules)
177
+ SENSITIVE = []
175
178
  include Aws::Structure
176
179
  end
177
180
 
@@ -230,6 +233,7 @@ module Aws::WAF
230
233
  :byte_match_set_id,
231
234
  :name,
232
235
  :byte_match_tuples)
236
+ SENSITIVE = []
233
237
  include Aws::Structure
234
238
  end
235
239
 
@@ -270,6 +274,7 @@ module Aws::WAF
270
274
  class ByteMatchSetSummary < Struct.new(
271
275
  :byte_match_set_id,
272
276
  :name)
277
+ SENSITIVE = []
273
278
  include Aws::Structure
274
279
  end
275
280
 
@@ -324,6 +329,7 @@ module Aws::WAF
324
329
  class ByteMatchSetUpdate < Struct.new(
325
330
  :action,
326
331
  :byte_match_tuple)
332
+ SENSITIVE = []
327
333
  include Aws::Structure
328
334
  end
329
335
 
@@ -561,6 +567,7 @@ module Aws::WAF
561
567
  :target_string,
562
568
  :text_transformation,
563
569
  :positional_constraint)
570
+ SENSITIVE = []
564
571
  include Aws::Structure
565
572
  end
566
573
 
@@ -586,6 +593,7 @@ module Aws::WAF
586
593
  class CreateByteMatchSetRequest < Struct.new(
587
594
  :name,
588
595
  :change_token)
596
+ SENSITIVE = []
589
597
  include Aws::Structure
590
598
  end
591
599
 
@@ -604,6 +612,7 @@ module Aws::WAF
604
612
  class CreateByteMatchSetResponse < Struct.new(
605
613
  :byte_match_set,
606
614
  :change_token)
615
+ SENSITIVE = []
607
616
  include Aws::Structure
608
617
  end
609
618
 
@@ -629,6 +638,7 @@ module Aws::WAF
629
638
  class CreateGeoMatchSetRequest < Struct.new(
630
639
  :name,
631
640
  :change_token)
641
+ SENSITIVE = []
632
642
  include Aws::Structure
633
643
  end
634
644
 
@@ -648,6 +658,7 @@ module Aws::WAF
648
658
  class CreateGeoMatchSetResponse < Struct.new(
649
659
  :geo_match_set,
650
660
  :change_token)
661
+ SENSITIVE = []
651
662
  include Aws::Structure
652
663
  end
653
664
 
@@ -673,6 +684,7 @@ module Aws::WAF
673
684
  class CreateIPSetRequest < Struct.new(
674
685
  :name,
675
686
  :change_token)
687
+ SENSITIVE = []
676
688
  include Aws::Structure
677
689
  end
678
690
 
@@ -691,6 +703,7 @@ module Aws::WAF
691
703
  class CreateIPSetResponse < Struct.new(
692
704
  :ip_set,
693
705
  :change_token)
706
+ SENSITIVE = []
694
707
  include Aws::Structure
695
708
  end
696
709
 
@@ -759,6 +772,7 @@ module Aws::WAF
759
772
  :rate_limit,
760
773
  :change_token,
761
774
  :tags)
775
+ SENSITIVE = []
762
776
  include Aws::Structure
763
777
  end
764
778
 
@@ -778,6 +792,7 @@ module Aws::WAF
778
792
  class CreateRateBasedRuleResponse < Struct.new(
779
793
  :rule,
780
794
  :change_token)
795
+ SENSITIVE = []
781
796
  include Aws::Structure
782
797
  end
783
798
 
@@ -803,6 +818,7 @@ module Aws::WAF
803
818
  class CreateRegexMatchSetRequest < Struct.new(
804
819
  :name,
805
820
  :change_token)
821
+ SENSITIVE = []
806
822
  include Aws::Structure
807
823
  end
808
824
 
@@ -821,6 +837,7 @@ module Aws::WAF
821
837
  class CreateRegexMatchSetResponse < Struct.new(
822
838
  :regex_match_set,
823
839
  :change_token)
840
+ SENSITIVE = []
824
841
  include Aws::Structure
825
842
  end
826
843
 
@@ -846,6 +863,7 @@ module Aws::WAF
846
863
  class CreateRegexPatternSetRequest < Struct.new(
847
864
  :name,
848
865
  :change_token)
866
+ SENSITIVE = []
849
867
  include Aws::Structure
850
868
  end
851
869
 
@@ -865,6 +883,7 @@ module Aws::WAF
865
883
  class CreateRegexPatternSetResponse < Struct.new(
866
884
  :regex_pattern_set,
867
885
  :change_token)
886
+ SENSITIVE = []
868
887
  include Aws::Structure
869
888
  end
870
889
 
@@ -911,6 +930,7 @@ module Aws::WAF
911
930
  :metric_name,
912
931
  :change_token,
913
932
  :tags)
933
+ SENSITIVE = []
914
934
  include Aws::Structure
915
935
  end
916
936
 
@@ -929,6 +949,7 @@ module Aws::WAF
929
949
  class CreateRuleGroupResponse < Struct.new(
930
950
  :rule_group,
931
951
  :change_token)
952
+ SENSITIVE = []
932
953
  include Aws::Structure
933
954
  end
934
955
 
@@ -975,6 +996,7 @@ module Aws::WAF
975
996
  :metric_name,
976
997
  :change_token,
977
998
  :tags)
999
+ SENSITIVE = []
978
1000
  include Aws::Structure
979
1001
  end
980
1002
 
@@ -993,6 +1015,7 @@ module Aws::WAF
993
1015
  class CreateRuleResponse < Struct.new(
994
1016
  :rule,
995
1017
  :change_token)
1018
+ SENSITIVE = []
996
1019
  include Aws::Structure
997
1020
  end
998
1021
 
@@ -1018,6 +1041,7 @@ module Aws::WAF
1018
1041
  class CreateSizeConstraintSetRequest < Struct.new(
1019
1042
  :name,
1020
1043
  :change_token)
1044
+ SENSITIVE = []
1021
1045
  include Aws::Structure
1022
1046
  end
1023
1047
 
@@ -1037,6 +1061,7 @@ module Aws::WAF
1037
1061
  class CreateSizeConstraintSetResponse < Struct.new(
1038
1062
  :size_constraint_set,
1039
1063
  :change_token)
1064
+ SENSITIVE = []
1040
1065
  include Aws::Structure
1041
1066
  end
1042
1067
 
@@ -1065,6 +1090,7 @@ module Aws::WAF
1065
1090
  class CreateSqlInjectionMatchSetRequest < Struct.new(
1066
1091
  :name,
1067
1092
  :change_token)
1093
+ SENSITIVE = []
1068
1094
  include Aws::Structure
1069
1095
  end
1070
1096
 
@@ -1086,6 +1112,7 @@ module Aws::WAF
1086
1112
  class CreateSqlInjectionMatchSetResponse < Struct.new(
1087
1113
  :sql_injection_match_set,
1088
1114
  :change_token)
1115
+ SENSITIVE = []
1089
1116
  include Aws::Structure
1090
1117
  end
1091
1118
 
@@ -1135,6 +1162,7 @@ module Aws::WAF
1135
1162
  :web_acl_id,
1136
1163
  :s3_bucket_name,
1137
1164
  :ignore_unsupported_type)
1165
+ SENSITIVE = []
1138
1166
  include Aws::Structure
1139
1167
  end
1140
1168
 
@@ -1146,6 +1174,7 @@ module Aws::WAF
1146
1174
  #
1147
1175
  class CreateWebACLMigrationStackResponse < Struct.new(
1148
1176
  :s3_object_url)
1177
+ SENSITIVE = []
1149
1178
  include Aws::Structure
1150
1179
  end
1151
1180
 
@@ -1202,6 +1231,7 @@ module Aws::WAF
1202
1231
  :default_action,
1203
1232
  :change_token,
1204
1233
  :tags)
1234
+ SENSITIVE = []
1205
1235
  include Aws::Structure
1206
1236
  end
1207
1237
 
@@ -1220,6 +1250,7 @@ module Aws::WAF
1220
1250
  class CreateWebACLResponse < Struct.new(
1221
1251
  :web_acl,
1222
1252
  :change_token)
1253
+ SENSITIVE = []
1223
1254
  include Aws::Structure
1224
1255
  end
1225
1256
 
@@ -1248,6 +1279,7 @@ module Aws::WAF
1248
1279
  class CreateXssMatchSetRequest < Struct.new(
1249
1280
  :name,
1250
1281
  :change_token)
1282
+ SENSITIVE = []
1251
1283
  include Aws::Structure
1252
1284
  end
1253
1285
 
@@ -1268,6 +1300,7 @@ module Aws::WAF
1268
1300
  class CreateXssMatchSetResponse < Struct.new(
1269
1301
  :xss_match_set,
1270
1302
  :change_token)
1303
+ SENSITIVE = []
1271
1304
  include Aws::Structure
1272
1305
  end
1273
1306
 
@@ -1294,6 +1327,7 @@ module Aws::WAF
1294
1327
  class DeleteByteMatchSetRequest < Struct.new(
1295
1328
  :byte_match_set_id,
1296
1329
  :change_token)
1330
+ SENSITIVE = []
1297
1331
  include Aws::Structure
1298
1332
  end
1299
1333
 
@@ -1307,6 +1341,7 @@ module Aws::WAF
1307
1341
  #
1308
1342
  class DeleteByteMatchSetResponse < Struct.new(
1309
1343
  :change_token)
1344
+ SENSITIVE = []
1310
1345
  include Aws::Structure
1311
1346
  end
1312
1347
 
@@ -1333,6 +1368,7 @@ module Aws::WAF
1333
1368
  class DeleteGeoMatchSetRequest < Struct.new(
1334
1369
  :geo_match_set_id,
1335
1370
  :change_token)
1371
+ SENSITIVE = []
1336
1372
  include Aws::Structure
1337
1373
  end
1338
1374
 
@@ -1346,6 +1382,7 @@ module Aws::WAF
1346
1382
  #
1347
1383
  class DeleteGeoMatchSetResponse < Struct.new(
1348
1384
  :change_token)
1385
+ SENSITIVE = []
1349
1386
  include Aws::Structure
1350
1387
  end
1351
1388
 
@@ -1371,6 +1408,7 @@ module Aws::WAF
1371
1408
  class DeleteIPSetRequest < Struct.new(
1372
1409
  :ip_set_id,
1373
1410
  :change_token)
1411
+ SENSITIVE = []
1374
1412
  include Aws::Structure
1375
1413
  end
1376
1414
 
@@ -1384,6 +1422,7 @@ module Aws::WAF
1384
1422
  #
1385
1423
  class DeleteIPSetResponse < Struct.new(
1386
1424
  :change_token)
1425
+ SENSITIVE = []
1387
1426
  include Aws::Structure
1388
1427
  end
1389
1428
 
@@ -1403,6 +1442,7 @@ module Aws::WAF
1403
1442
  #
1404
1443
  class DeleteLoggingConfigurationRequest < Struct.new(
1405
1444
  :resource_arn)
1445
+ SENSITIVE = []
1406
1446
  include Aws::Structure
1407
1447
  end
1408
1448
 
@@ -1428,6 +1468,7 @@ module Aws::WAF
1428
1468
  #
1429
1469
  class DeletePermissionPolicyRequest < Struct.new(
1430
1470
  :resource_arn)
1471
+ SENSITIVE = []
1431
1472
  include Aws::Structure
1432
1473
  end
1433
1474
 
@@ -1457,6 +1498,7 @@ module Aws::WAF
1457
1498
  class DeleteRateBasedRuleRequest < Struct.new(
1458
1499
  :rule_id,
1459
1500
  :change_token)
1501
+ SENSITIVE = []
1460
1502
  include Aws::Structure
1461
1503
  end
1462
1504
 
@@ -1470,6 +1512,7 @@ module Aws::WAF
1470
1512
  #
1471
1513
  class DeleteRateBasedRuleResponse < Struct.new(
1472
1514
  :change_token)
1515
+ SENSITIVE = []
1473
1516
  include Aws::Structure
1474
1517
  end
1475
1518
 
@@ -1496,6 +1539,7 @@ module Aws::WAF
1496
1539
  class DeleteRegexMatchSetRequest < Struct.new(
1497
1540
  :regex_match_set_id,
1498
1541
  :change_token)
1542
+ SENSITIVE = []
1499
1543
  include Aws::Structure
1500
1544
  end
1501
1545
 
@@ -1509,6 +1553,7 @@ module Aws::WAF
1509
1553
  #
1510
1554
  class DeleteRegexMatchSetResponse < Struct.new(
1511
1555
  :change_token)
1556
+ SENSITIVE = []
1512
1557
  include Aws::Structure
1513
1558
  end
1514
1559
 
@@ -1535,6 +1580,7 @@ module Aws::WAF
1535
1580
  class DeleteRegexPatternSetRequest < Struct.new(
1536
1581
  :regex_pattern_set_id,
1537
1582
  :change_token)
1583
+ SENSITIVE = []
1538
1584
  include Aws::Structure
1539
1585
  end
1540
1586
 
@@ -1549,6 +1595,7 @@ module Aws::WAF
1549
1595
  #
1550
1596
  class DeleteRegexPatternSetResponse < Struct.new(
1551
1597
  :change_token)
1598
+ SENSITIVE = []
1552
1599
  include Aws::Structure
1553
1600
  end
1554
1601
 
@@ -1574,6 +1621,7 @@ module Aws::WAF
1574
1621
  class DeleteRuleGroupRequest < Struct.new(
1575
1622
  :rule_group_id,
1576
1623
  :change_token)
1624
+ SENSITIVE = []
1577
1625
  include Aws::Structure
1578
1626
  end
1579
1627
 
@@ -1587,6 +1635,7 @@ module Aws::WAF
1587
1635
  #
1588
1636
  class DeleteRuleGroupResponse < Struct.new(
1589
1637
  :change_token)
1638
+ SENSITIVE = []
1590
1639
  include Aws::Structure
1591
1640
  end
1592
1641
 
@@ -1612,6 +1661,7 @@ module Aws::WAF
1612
1661
  class DeleteRuleRequest < Struct.new(
1613
1662
  :rule_id,
1614
1663
  :change_token)
1664
+ SENSITIVE = []
1615
1665
  include Aws::Structure
1616
1666
  end
1617
1667
 
@@ -1625,6 +1675,7 @@ module Aws::WAF
1625
1675
  #
1626
1676
  class DeleteRuleResponse < Struct.new(
1627
1677
  :change_token)
1678
+ SENSITIVE = []
1628
1679
  include Aws::Structure
1629
1680
  end
1630
1681
 
@@ -1651,6 +1702,7 @@ module Aws::WAF
1651
1702
  class DeleteSizeConstraintSetRequest < Struct.new(
1652
1703
  :size_constraint_set_id,
1653
1704
  :change_token)
1705
+ SENSITIVE = []
1654
1706
  include Aws::Structure
1655
1707
  end
1656
1708
 
@@ -1665,6 +1717,7 @@ module Aws::WAF
1665
1717
  #
1666
1718
  class DeleteSizeConstraintSetResponse < Struct.new(
1667
1719
  :change_token)
1720
+ SENSITIVE = []
1668
1721
  include Aws::Structure
1669
1722
  end
1670
1723
 
@@ -1693,6 +1746,7 @@ module Aws::WAF
1693
1746
  class DeleteSqlInjectionMatchSetRequest < Struct.new(
1694
1747
  :sql_injection_match_set_id,
1695
1748
  :change_token)
1749
+ SENSITIVE = []
1696
1750
  include Aws::Structure
1697
1751
  end
1698
1752
 
@@ -1710,6 +1764,7 @@ module Aws::WAF
1710
1764
  #
1711
1765
  class DeleteSqlInjectionMatchSetResponse < Struct.new(
1712
1766
  :change_token)
1767
+ SENSITIVE = []
1713
1768
  include Aws::Structure
1714
1769
  end
1715
1770
 
@@ -1735,6 +1790,7 @@ module Aws::WAF
1735
1790
  class DeleteWebACLRequest < Struct.new(
1736
1791
  :web_acl_id,
1737
1792
  :change_token)
1793
+ SENSITIVE = []
1738
1794
  include Aws::Structure
1739
1795
  end
1740
1796
 
@@ -1748,6 +1804,7 @@ module Aws::WAF
1748
1804
  #
1749
1805
  class DeleteWebACLResponse < Struct.new(
1750
1806
  :change_token)
1807
+ SENSITIVE = []
1751
1808
  include Aws::Structure
1752
1809
  end
1753
1810
 
@@ -1776,6 +1833,7 @@ module Aws::WAF
1776
1833
  class DeleteXssMatchSetRequest < Struct.new(
1777
1834
  :xss_match_set_id,
1778
1835
  :change_token)
1836
+ SENSITIVE = []
1779
1837
  include Aws::Structure
1780
1838
  end
1781
1839
 
@@ -1791,6 +1849,7 @@ module Aws::WAF
1791
1849
  #
1792
1850
  class DeleteXssMatchSetResponse < Struct.new(
1793
1851
  :change_token)
1852
+ SENSITIVE = []
1794
1853
  include Aws::Structure
1795
1854
  end
1796
1855
 
@@ -1827,6 +1886,7 @@ module Aws::WAF
1827
1886
  #
1828
1887
  class ExcludedRule < Struct.new(
1829
1888
  :rule_id)
1889
+ SENSITIVE = []
1830
1890
  include Aws::Structure
1831
1891
  end
1832
1892
 
@@ -1911,6 +1971,7 @@ module Aws::WAF
1911
1971
  class FieldToMatch < Struct.new(
1912
1972
  :type,
1913
1973
  :data)
1974
+ SENSITIVE = []
1914
1975
  include Aws::Structure
1915
1976
  end
1916
1977
 
@@ -1953,6 +2014,7 @@ module Aws::WAF
1953
2014
  class GeoMatchConstraint < Struct.new(
1954
2015
  :type,
1955
2016
  :value)
2017
+ SENSITIVE = []
1956
2018
  include Aws::Structure
1957
2019
  end
1958
2020
 
@@ -1999,6 +2061,7 @@ module Aws::WAF
1999
2061
  :geo_match_set_id,
2000
2062
  :name,
2001
2063
  :geo_match_constraints)
2064
+ SENSITIVE = []
2002
2065
  include Aws::Structure
2003
2066
  end
2004
2067
 
@@ -2034,6 +2097,7 @@ module Aws::WAF
2034
2097
  class GeoMatchSetSummary < Struct.new(
2035
2098
  :geo_match_set_id,
2036
2099
  :name)
2100
+ SENSITIVE = []
2037
2101
  include Aws::Structure
2038
2102
  end
2039
2103
 
@@ -2080,6 +2144,7 @@ module Aws::WAF
2080
2144
  class GeoMatchSetUpdate < Struct.new(
2081
2145
  :action,
2082
2146
  :geo_match_constraint)
2147
+ SENSITIVE = []
2083
2148
  include Aws::Structure
2084
2149
  end
2085
2150
 
@@ -2100,6 +2165,7 @@ module Aws::WAF
2100
2165
  #
2101
2166
  class GetByteMatchSetRequest < Struct.new(
2102
2167
  :byte_match_set_id)
2168
+ SENSITIVE = []
2103
2169
  include Aws::Structure
2104
2170
  end
2105
2171
 
@@ -2122,6 +2188,7 @@ module Aws::WAF
2122
2188
  #
2123
2189
  class GetByteMatchSetResponse < Struct.new(
2124
2190
  :byte_match_set)
2191
+ SENSITIVE = []
2125
2192
  include Aws::Structure
2126
2193
  end
2127
2194
 
@@ -2141,6 +2208,7 @@ module Aws::WAF
2141
2208
  #
2142
2209
  class GetChangeTokenResponse < Struct.new(
2143
2210
  :change_token)
2211
+ SENSITIVE = []
2144
2212
  include Aws::Structure
2145
2213
  end
2146
2214
 
@@ -2160,6 +2228,7 @@ module Aws::WAF
2160
2228
  #
2161
2229
  class GetChangeTokenStatusRequest < Struct.new(
2162
2230
  :change_token)
2231
+ SENSITIVE = []
2163
2232
  include Aws::Structure
2164
2233
  end
2165
2234
 
@@ -2171,6 +2240,7 @@ module Aws::WAF
2171
2240
  #
2172
2241
  class GetChangeTokenStatusResponse < Struct.new(
2173
2242
  :change_token_status)
2243
+ SENSITIVE = []
2174
2244
  include Aws::Structure
2175
2245
  end
2176
2246
 
@@ -2191,6 +2261,7 @@ module Aws::WAF
2191
2261
  #
2192
2262
  class GetGeoMatchSetRequest < Struct.new(
2193
2263
  :geo_match_set_id)
2264
+ SENSITIVE = []
2194
2265
  include Aws::Structure
2195
2266
  end
2196
2267
 
@@ -2205,6 +2276,7 @@ module Aws::WAF
2205
2276
  #
2206
2277
  class GetGeoMatchSetResponse < Struct.new(
2207
2278
  :geo_match_set)
2279
+ SENSITIVE = []
2208
2280
  include Aws::Structure
2209
2281
  end
2210
2282
 
@@ -2224,6 +2296,7 @@ module Aws::WAF
2224
2296
  #
2225
2297
  class GetIPSetRequest < Struct.new(
2226
2298
  :ip_set_id)
2299
+ SENSITIVE = []
2227
2300
  include Aws::Structure
2228
2301
  end
2229
2302
 
@@ -2241,6 +2314,7 @@ module Aws::WAF
2241
2314
  #
2242
2315
  class GetIPSetResponse < Struct.new(
2243
2316
  :ip_set)
2317
+ SENSITIVE = []
2244
2318
  include Aws::Structure
2245
2319
  end
2246
2320
 
@@ -2260,6 +2334,7 @@ module Aws::WAF
2260
2334
  #
2261
2335
  class GetLoggingConfigurationRequest < Struct.new(
2262
2336
  :resource_arn)
2337
+ SENSITIVE = []
2263
2338
  include Aws::Structure
2264
2339
  end
2265
2340
 
@@ -2271,6 +2346,7 @@ module Aws::WAF
2271
2346
  #
2272
2347
  class GetLoggingConfigurationResponse < Struct.new(
2273
2348
  :logging_configuration)
2349
+ SENSITIVE = []
2274
2350
  include Aws::Structure
2275
2351
  end
2276
2352
 
@@ -2290,6 +2366,7 @@ module Aws::WAF
2290
2366
  #
2291
2367
  class GetPermissionPolicyRequest < Struct.new(
2292
2368
  :resource_arn)
2369
+ SENSITIVE = []
2293
2370
  include Aws::Structure
2294
2371
  end
2295
2372
 
@@ -2301,6 +2378,7 @@ module Aws::WAF
2301
2378
  #
2302
2379
  class GetPermissionPolicyResponse < Struct.new(
2303
2380
  :policy)
2381
+ SENSITIVE = []
2304
2382
  include Aws::Structure
2305
2383
  end
2306
2384
 
@@ -2328,6 +2406,7 @@ module Aws::WAF
2328
2406
  class GetRateBasedRuleManagedKeysRequest < Struct.new(
2329
2407
  :rule_id,
2330
2408
  :next_marker)
2409
+ SENSITIVE = []
2331
2410
  include Aws::Structure
2332
2411
  end
2333
2412
 
@@ -2345,6 +2424,7 @@ module Aws::WAF
2345
2424
  class GetRateBasedRuleManagedKeysResponse < Struct.new(
2346
2425
  :managed_keys,
2347
2426
  :next_marker)
2427
+ SENSITIVE = []
2348
2428
  include Aws::Structure
2349
2429
  end
2350
2430
 
@@ -2364,6 +2444,7 @@ module Aws::WAF
2364
2444
  #
2365
2445
  class GetRateBasedRuleRequest < Struct.new(
2366
2446
  :rule_id)
2447
+ SENSITIVE = []
2367
2448
  include Aws::Structure
2368
2449
  end
2369
2450
 
@@ -2376,6 +2457,7 @@ module Aws::WAF
2376
2457
  #
2377
2458
  class GetRateBasedRuleResponse < Struct.new(
2378
2459
  :rule)
2460
+ SENSITIVE = []
2379
2461
  include Aws::Structure
2380
2462
  end
2381
2463
 
@@ -2396,6 +2478,7 @@ module Aws::WAF
2396
2478
  #
2397
2479
  class GetRegexMatchSetRequest < Struct.new(
2398
2480
  :regex_match_set_id)
2481
+ SENSITIVE = []
2399
2482
  include Aws::Structure
2400
2483
  end
2401
2484
 
@@ -2409,6 +2492,7 @@ module Aws::WAF
2409
2492
  #
2410
2493
  class GetRegexMatchSetResponse < Struct.new(
2411
2494
  :regex_match_set)
2495
+ SENSITIVE = []
2412
2496
  include Aws::Structure
2413
2497
  end
2414
2498
 
@@ -2429,6 +2513,7 @@ module Aws::WAF
2429
2513
  #
2430
2514
  class GetRegexPatternSetRequest < Struct.new(
2431
2515
  :regex_pattern_set_id)
2516
+ SENSITIVE = []
2432
2517
  include Aws::Structure
2433
2518
  end
2434
2519
 
@@ -2443,6 +2528,7 @@ module Aws::WAF
2443
2528
  #
2444
2529
  class GetRegexPatternSetResponse < Struct.new(
2445
2530
  :regex_pattern_set)
2531
+ SENSITIVE = []
2446
2532
  include Aws::Structure
2447
2533
  end
2448
2534
 
@@ -2462,6 +2548,7 @@ module Aws::WAF
2462
2548
  #
2463
2549
  class GetRuleGroupRequest < Struct.new(
2464
2550
  :rule_group_id)
2551
+ SENSITIVE = []
2465
2552
  include Aws::Structure
2466
2553
  end
2467
2554
 
@@ -2474,6 +2561,7 @@ module Aws::WAF
2474
2561
  #
2475
2562
  class GetRuleGroupResponse < Struct.new(
2476
2563
  :rule_group)
2564
+ SENSITIVE = []
2477
2565
  include Aws::Structure
2478
2566
  end
2479
2567
 
@@ -2493,6 +2581,7 @@ module Aws::WAF
2493
2581
  #
2494
2582
  class GetRuleRequest < Struct.new(
2495
2583
  :rule_id)
2584
+ SENSITIVE = []
2496
2585
  include Aws::Structure
2497
2586
  end
2498
2587
 
@@ -2511,6 +2600,7 @@ module Aws::WAF
2511
2600
  #
2512
2601
  class GetRuleResponse < Struct.new(
2513
2602
  :rule)
2603
+ SENSITIVE = []
2514
2604
  include Aws::Structure
2515
2605
  end
2516
2606
 
@@ -2568,6 +2658,7 @@ module Aws::WAF
2568
2658
  :rule_id,
2569
2659
  :time_window,
2570
2660
  :max_items)
2661
+ SENSITIVE = []
2571
2662
  include Aws::Structure
2572
2663
  end
2573
2664
 
@@ -2598,6 +2689,7 @@ module Aws::WAF
2598
2689
  :sampled_requests,
2599
2690
  :population_size,
2600
2691
  :time_window)
2692
+ SENSITIVE = []
2601
2693
  include Aws::Structure
2602
2694
  end
2603
2695
 
@@ -2618,6 +2710,7 @@ module Aws::WAF
2618
2710
  #
2619
2711
  class GetSizeConstraintSetRequest < Struct.new(
2620
2712
  :size_constraint_set_id)
2713
+ SENSITIVE = []
2621
2714
  include Aws::Structure
2622
2715
  end
2623
2716
 
@@ -2640,6 +2733,7 @@ module Aws::WAF
2640
2733
  #
2641
2734
  class GetSizeConstraintSetResponse < Struct.new(
2642
2735
  :size_constraint_set)
2736
+ SENSITIVE = []
2643
2737
  include Aws::Structure
2644
2738
  end
2645
2739
 
@@ -2662,6 +2756,7 @@ module Aws::WAF
2662
2756
  #
2663
2757
  class GetSqlInjectionMatchSetRequest < Struct.new(
2664
2758
  :sql_injection_match_set_id)
2759
+ SENSITIVE = []
2665
2760
  include Aws::Structure
2666
2761
  end
2667
2762
 
@@ -2685,6 +2780,7 @@ module Aws::WAF
2685
2780
  #
2686
2781
  class GetSqlInjectionMatchSetResponse < Struct.new(
2687
2782
  :sql_injection_match_set)
2783
+ SENSITIVE = []
2688
2784
  include Aws::Structure
2689
2785
  end
2690
2786
 
@@ -2704,6 +2800,7 @@ module Aws::WAF
2704
2800
  #
2705
2801
  class GetWebACLRequest < Struct.new(
2706
2802
  :web_acl_id)
2803
+ SENSITIVE = []
2707
2804
  include Aws::Structure
2708
2805
  end
2709
2806
 
@@ -2726,6 +2823,7 @@ module Aws::WAF
2726
2823
  #
2727
2824
  class GetWebACLResponse < Struct.new(
2728
2825
  :web_acl)
2826
+ SENSITIVE = []
2729
2827
  include Aws::Structure
2730
2828
  end
2731
2829
 
@@ -2748,6 +2846,7 @@ module Aws::WAF
2748
2846
  #
2749
2847
  class GetXssMatchSetRequest < Struct.new(
2750
2848
  :xss_match_set_id)
2849
+ SENSITIVE = []
2751
2850
  include Aws::Structure
2752
2851
  end
2753
2852
 
@@ -2771,6 +2870,7 @@ module Aws::WAF
2771
2870
  #
2772
2871
  class GetXssMatchSetResponse < Struct.new(
2773
2872
  :xss_match_set)
2873
+ SENSITIVE = []
2774
2874
  include Aws::Structure
2775
2875
  end
2776
2876
 
@@ -2807,6 +2907,7 @@ module Aws::WAF
2807
2907
  class HTTPHeader < Struct.new(
2808
2908
  :name,
2809
2909
  :value)
2910
+ SENSITIVE = []
2810
2911
  include Aws::Structure
2811
2912
  end
2812
2913
 
@@ -2882,6 +2983,7 @@ module Aws::WAF
2882
2983
  :method,
2883
2984
  :http_version,
2884
2985
  :headers)
2986
+ SENSITIVE = []
2885
2987
  include Aws::Structure
2886
2988
  end
2887
2989
 
@@ -2941,6 +3043,7 @@ module Aws::WAF
2941
3043
  :ip_set_id,
2942
3044
  :name,
2943
3045
  :ip_set_descriptors)
3046
+ SENSITIVE = []
2944
3047
  include Aws::Structure
2945
3048
  end
2946
3049
 
@@ -3010,6 +3113,7 @@ module Aws::WAF
3010
3113
  class IPSetDescriptor < Struct.new(
3011
3114
  :type,
3012
3115
  :value)
3116
+ SENSITIVE = []
3013
3117
  include Aws::Structure
3014
3118
  end
3015
3119
 
@@ -3044,6 +3148,7 @@ module Aws::WAF
3044
3148
  class IPSetSummary < Struct.new(
3045
3149
  :ip_set_id,
3046
3150
  :name)
3151
+ SENSITIVE = []
3047
3152
  include Aws::Structure
3048
3153
  end
3049
3154
 
@@ -3089,6 +3194,7 @@ module Aws::WAF
3089
3194
  class IPSetUpdate < Struct.new(
3090
3195
  :action,
3091
3196
  :ip_set_descriptor)
3197
+ SENSITIVE = []
3092
3198
  include Aws::Structure
3093
3199
  end
3094
3200
 
@@ -3130,6 +3236,7 @@ module Aws::WAF
3130
3236
  :rule_group_id,
3131
3237
  :next_marker,
3132
3238
  :limit)
3239
+ SENSITIVE = []
3133
3240
  include Aws::Structure
3134
3241
  end
3135
3242
 
@@ -3151,6 +3258,7 @@ module Aws::WAF
3151
3258
  class ListActivatedRulesInRuleGroupResponse < Struct.new(
3152
3259
  :next_marker,
3153
3260
  :activated_rules)
3261
+ SENSITIVE = []
3154
3262
  include Aws::Structure
3155
3263
  end
3156
3264
 
@@ -3184,6 +3292,7 @@ module Aws::WAF
3184
3292
  class ListByteMatchSetsRequest < Struct.new(
3185
3293
  :next_marker,
3186
3294
  :limit)
3295
+ SENSITIVE = []
3187
3296
  include Aws::Structure
3188
3297
  end
3189
3298
 
@@ -3205,6 +3314,7 @@ module Aws::WAF
3205
3314
  class ListByteMatchSetsResponse < Struct.new(
3206
3315
  :next_marker,
3207
3316
  :byte_match_sets)
3317
+ SENSITIVE = []
3208
3318
  include Aws::Structure
3209
3319
  end
3210
3320
 
@@ -3238,6 +3348,7 @@ module Aws::WAF
3238
3348
  class ListGeoMatchSetsRequest < Struct.new(
3239
3349
  :next_marker,
3240
3350
  :limit)
3351
+ SENSITIVE = []
3241
3352
  include Aws::Structure
3242
3353
  end
3243
3354
 
@@ -3259,6 +3370,7 @@ module Aws::WAF
3259
3370
  class ListGeoMatchSetsResponse < Struct.new(
3260
3371
  :next_marker,
3261
3372
  :geo_match_sets)
3373
+ SENSITIVE = []
3262
3374
  include Aws::Structure
3263
3375
  end
3264
3376
 
@@ -3290,6 +3402,7 @@ module Aws::WAF
3290
3402
  class ListIPSetsRequest < Struct.new(
3291
3403
  :next_marker,
3292
3404
  :limit)
3405
+ SENSITIVE = []
3293
3406
  include Aws::Structure
3294
3407
  end
3295
3408
 
@@ -3308,6 +3421,7 @@ module Aws::WAF
3308
3421
  class ListIPSetsResponse < Struct.new(
3309
3422
  :next_marker,
3310
3423
  :ip_sets)
3424
+ SENSITIVE = []
3311
3425
  include Aws::Structure
3312
3426
  end
3313
3427
 
@@ -3342,6 +3456,7 @@ module Aws::WAF
3342
3456
  class ListLoggingConfigurationsRequest < Struct.new(
3343
3457
  :next_marker,
3344
3458
  :limit)
3459
+ SENSITIVE = []
3345
3460
  include Aws::Structure
3346
3461
  end
3347
3462
 
@@ -3363,6 +3478,7 @@ module Aws::WAF
3363
3478
  class ListLoggingConfigurationsResponse < Struct.new(
3364
3479
  :logging_configurations,
3365
3480
  :next_marker)
3481
+ SENSITIVE = []
3366
3482
  include Aws::Structure
3367
3483
  end
3368
3484
 
@@ -3395,6 +3511,7 @@ module Aws::WAF
3395
3511
  class ListRateBasedRulesRequest < Struct.new(
3396
3512
  :next_marker,
3397
3513
  :limit)
3514
+ SENSITIVE = []
3398
3515
  include Aws::Structure
3399
3516
  end
3400
3517
 
@@ -3415,6 +3532,7 @@ module Aws::WAF
3415
3532
  class ListRateBasedRulesResponse < Struct.new(
3416
3533
  :next_marker,
3417
3534
  :rules)
3535
+ SENSITIVE = []
3418
3536
  include Aws::Structure
3419
3537
  end
3420
3538
 
@@ -3449,6 +3567,7 @@ module Aws::WAF
3449
3567
  class ListRegexMatchSetsRequest < Struct.new(
3450
3568
  :next_marker,
3451
3569
  :limit)
3570
+ SENSITIVE = []
3452
3571
  include Aws::Structure
3453
3572
  end
3454
3573
 
@@ -3470,6 +3589,7 @@ module Aws::WAF
3470
3589
  class ListRegexMatchSetsResponse < Struct.new(
3471
3590
  :next_marker,
3472
3591
  :regex_match_sets)
3592
+ SENSITIVE = []
3473
3593
  include Aws::Structure
3474
3594
  end
3475
3595
 
@@ -3504,6 +3624,7 @@ module Aws::WAF
3504
3624
  class ListRegexPatternSetsRequest < Struct.new(
3505
3625
  :next_marker,
3506
3626
  :limit)
3627
+ SENSITIVE = []
3507
3628
  include Aws::Structure
3508
3629
  end
3509
3630
 
@@ -3525,6 +3646,7 @@ module Aws::WAF
3525
3646
  class ListRegexPatternSetsResponse < Struct.new(
3526
3647
  :next_marker,
3527
3648
  :regex_pattern_sets)
3649
+ SENSITIVE = []
3528
3650
  include Aws::Structure
3529
3651
  end
3530
3652
 
@@ -3557,6 +3679,7 @@ module Aws::WAF
3557
3679
  class ListRuleGroupsRequest < Struct.new(
3558
3680
  :next_marker,
3559
3681
  :limit)
3682
+ SENSITIVE = []
3560
3683
  include Aws::Structure
3561
3684
  end
3562
3685
 
@@ -3577,6 +3700,7 @@ module Aws::WAF
3577
3700
  class ListRuleGroupsResponse < Struct.new(
3578
3701
  :next_marker,
3579
3702
  :rule_groups)
3703
+ SENSITIVE = []
3580
3704
  include Aws::Structure
3581
3705
  end
3582
3706
 
@@ -3609,6 +3733,7 @@ module Aws::WAF
3609
3733
  class ListRulesRequest < Struct.new(
3610
3734
  :next_marker,
3611
3735
  :limit)
3736
+ SENSITIVE = []
3612
3737
  include Aws::Structure
3613
3738
  end
3614
3739
 
@@ -3629,6 +3754,7 @@ module Aws::WAF
3629
3754
  class ListRulesResponse < Struct.new(
3630
3755
  :next_marker,
3631
3756
  :rules)
3757
+ SENSITIVE = []
3632
3758
  include Aws::Structure
3633
3759
  end
3634
3760
 
@@ -3663,6 +3789,7 @@ module Aws::WAF
3663
3789
  class ListSizeConstraintSetsRequest < Struct.new(
3664
3790
  :next_marker,
3665
3791
  :limit)
3792
+ SENSITIVE = []
3666
3793
  include Aws::Structure
3667
3794
  end
3668
3795
 
@@ -3684,6 +3811,7 @@ module Aws::WAF
3684
3811
  class ListSizeConstraintSetsResponse < Struct.new(
3685
3812
  :next_marker,
3686
3813
  :size_constraint_sets)
3814
+ SENSITIVE = []
3687
3815
  include Aws::Structure
3688
3816
  end
3689
3817
 
@@ -3721,6 +3849,7 @@ module Aws::WAF
3721
3849
  class ListSqlInjectionMatchSetsRequest < Struct.new(
3722
3850
  :next_marker,
3723
3851
  :limit)
3852
+ SENSITIVE = []
3724
3853
  include Aws::Structure
3725
3854
  end
3726
3855
 
@@ -3744,6 +3873,7 @@ module Aws::WAF
3744
3873
  class ListSqlInjectionMatchSetsResponse < Struct.new(
3745
3874
  :next_marker,
3746
3875
  :sql_injection_match_sets)
3876
+ SENSITIVE = []
3747
3877
  include Aws::Structure
3748
3878
  end
3749
3879
 
@@ -3777,6 +3907,7 @@ module Aws::WAF
3777
3907
  class ListSubscribedRuleGroupsRequest < Struct.new(
3778
3908
  :next_marker,
3779
3909
  :limit)
3910
+ SENSITIVE = []
3780
3911
  include Aws::Structure
3781
3912
  end
3782
3913
 
@@ -3797,6 +3928,7 @@ module Aws::WAF
3797
3928
  class ListSubscribedRuleGroupsResponse < Struct.new(
3798
3929
  :next_marker,
3799
3930
  :rule_groups)
3931
+ SENSITIVE = []
3800
3932
  include Aws::Structure
3801
3933
  end
3802
3934
 
@@ -3824,6 +3956,7 @@ module Aws::WAF
3824
3956
  :next_marker,
3825
3957
  :limit,
3826
3958
  :resource_arn)
3959
+ SENSITIVE = []
3827
3960
  include Aws::Structure
3828
3961
  end
3829
3962
 
@@ -3838,6 +3971,7 @@ module Aws::WAF
3838
3971
  class ListTagsForResourceResponse < Struct.new(
3839
3972
  :next_marker,
3840
3973
  :tag_info_for_resource)
3974
+ SENSITIVE = []
3841
3975
  include Aws::Structure
3842
3976
  end
3843
3977
 
@@ -3872,6 +4006,7 @@ module Aws::WAF
3872
4006
  class ListWebACLsRequest < Struct.new(
3873
4007
  :next_marker,
3874
4008
  :limit)
4009
+ SENSITIVE = []
3875
4010
  include Aws::Structure
3876
4011
  end
3877
4012
 
@@ -3892,6 +4027,7 @@ module Aws::WAF
3892
4027
  class ListWebACLsResponse < Struct.new(
3893
4028
  :next_marker,
3894
4029
  :web_acls)
4030
+ SENSITIVE = []
3895
4031
  include Aws::Structure
3896
4032
  end
3897
4033
 
@@ -3927,6 +4063,7 @@ module Aws::WAF
3927
4063
  class ListXssMatchSetsRequest < Struct.new(
3928
4064
  :next_marker,
3929
4065
  :limit)
4066
+ SENSITIVE = []
3930
4067
  include Aws::Structure
3931
4068
  end
3932
4069
 
@@ -3950,6 +4087,7 @@ module Aws::WAF
3950
4087
  class ListXssMatchSetsResponse < Struct.new(
3951
4088
  :next_marker,
3952
4089
  :xss_match_sets)
4090
+ SENSITIVE = []
3953
4091
  include Aws::Structure
3954
4092
  end
3955
4093
 
@@ -4005,6 +4143,7 @@ module Aws::WAF
4005
4143
  :resource_arn,
4006
4144
  :log_destination_configs,
4007
4145
  :redacted_fields)
4146
+ SENSITIVE = []
4008
4147
  include Aws::Structure
4009
4148
  end
4010
4149
 
@@ -4069,6 +4208,7 @@ module Aws::WAF
4069
4208
  :negated,
4070
4209
  :type,
4071
4210
  :data_id)
4211
+ SENSITIVE = []
4072
4212
  include Aws::Structure
4073
4213
  end
4074
4214
 
@@ -4103,6 +4243,7 @@ module Aws::WAF
4103
4243
  #
4104
4244
  class PutLoggingConfigurationRequest < Struct.new(
4105
4245
  :logging_configuration)
4246
+ SENSITIVE = []
4106
4247
  include Aws::Structure
4107
4248
  end
4108
4249
 
@@ -4114,6 +4255,7 @@ module Aws::WAF
4114
4255
  #
4115
4256
  class PutLoggingConfigurationResponse < Struct.new(
4116
4257
  :logging_configuration)
4258
+ SENSITIVE = []
4117
4259
  include Aws::Structure
4118
4260
  end
4119
4261
 
@@ -4139,6 +4281,7 @@ module Aws::WAF
4139
4281
  class PutPermissionPolicyRequest < Struct.new(
4140
4282
  :resource_arn,
4141
4283
  :policy)
4284
+ SENSITIVE = []
4142
4285
  include Aws::Structure
4143
4286
  end
4144
4287
 
@@ -4230,6 +4373,7 @@ module Aws::WAF
4230
4373
  :match_predicates,
4231
4374
  :rate_key,
4232
4375
  :rate_limit)
4376
+ SENSITIVE = []
4233
4377
  include Aws::Structure
4234
4378
  end
4235
4379
 
@@ -4296,6 +4440,7 @@ module Aws::WAF
4296
4440
  :regex_match_set_id,
4297
4441
  :name,
4298
4442
  :regex_match_tuples)
4443
+ SENSITIVE = []
4299
4444
  include Aws::Structure
4300
4445
  end
4301
4446
 
@@ -4336,6 +4481,7 @@ module Aws::WAF
4336
4481
  class RegexMatchSetSummary < Struct.new(
4337
4482
  :regex_match_set_id,
4338
4483
  :name)
4484
+ SENSITIVE = []
4339
4485
  include Aws::Structure
4340
4486
  end
4341
4487
 
@@ -4390,6 +4536,7 @@ module Aws::WAF
4390
4536
  class RegexMatchSetUpdate < Struct.new(
4391
4537
  :action,
4392
4538
  :regex_match_tuple)
4539
+ SENSITIVE = []
4393
4540
  include Aws::Structure
4394
4541
  end
4395
4542
 
@@ -4534,6 +4681,7 @@ module Aws::WAF
4534
4681
  :field_to_match,
4535
4682
  :text_transformation,
4536
4683
  :regex_pattern_set_id)
4684
+ SENSITIVE = []
4537
4685
  include Aws::Structure
4538
4686
  end
4539
4687
 
@@ -4581,6 +4729,7 @@ module Aws::WAF
4581
4729
  :regex_pattern_set_id,
4582
4730
  :name,
4583
4731
  :regex_pattern_strings)
4732
+ SENSITIVE = []
4584
4733
  include Aws::Structure
4585
4734
  end
4586
4735
 
@@ -4621,6 +4770,7 @@ module Aws::WAF
4621
4770
  class RegexPatternSetSummary < Struct.new(
4622
4771
  :regex_pattern_set_id,
4623
4772
  :name)
4773
+ SENSITIVE = []
4624
4774
  include Aws::Structure
4625
4775
  end
4626
4776
 
@@ -4664,6 +4814,7 @@ module Aws::WAF
4664
4814
  class RegexPatternSetUpdate < Struct.new(
4665
4815
  :action,
4666
4816
  :regex_pattern_string)
4817
+ SENSITIVE = []
4667
4818
  include Aws::Structure
4668
4819
  end
4669
4820
 
@@ -4733,6 +4884,7 @@ module Aws::WAF
4733
4884
  :name,
4734
4885
  :metric_name,
4735
4886
  :predicates)
4887
+ SENSITIVE = []
4736
4888
  include Aws::Structure
4737
4889
  end
4738
4890
 
@@ -4791,6 +4943,7 @@ module Aws::WAF
4791
4943
  :rule_group_id,
4792
4944
  :name,
4793
4945
  :metric_name)
4946
+ SENSITIVE = []
4794
4947
  include Aws::Structure
4795
4948
  end
4796
4949
 
@@ -4831,6 +4984,7 @@ module Aws::WAF
4831
4984
  class RuleGroupSummary < Struct.new(
4832
4985
  :rule_group_id,
4833
4986
  :name)
4987
+ SENSITIVE = []
4834
4988
  include Aws::Structure
4835
4989
  end
4836
4990
 
@@ -4891,6 +5045,7 @@ module Aws::WAF
4891
5045
  class RuleGroupUpdate < Struct.new(
4892
5046
  :action,
4893
5047
  :activated_rule)
5048
+ SENSITIVE = []
4894
5049
  include Aws::Structure
4895
5050
  end
4896
5051
 
@@ -4931,6 +5086,7 @@ module Aws::WAF
4931
5086
  class RuleSummary < Struct.new(
4932
5087
  :rule_id,
4933
5088
  :name)
5089
+ SENSITIVE = []
4934
5090
  include Aws::Structure
4935
5091
  end
4936
5092
 
@@ -4978,6 +5134,7 @@ module Aws::WAF
4978
5134
  class RuleUpdate < Struct.new(
4979
5135
  :action,
4980
5136
  :predicate)
5137
+ SENSITIVE = []
4981
5138
  include Aws::Structure
4982
5139
  end
4983
5140
 
@@ -5037,6 +5194,7 @@ module Aws::WAF
5037
5194
  :timestamp,
5038
5195
  :action,
5039
5196
  :rule_within_rule_group)
5197
+ SENSITIVE = []
5040
5198
  include Aws::Structure
5041
5199
  end
5042
5200
 
@@ -5207,6 +5365,7 @@ module Aws::WAF
5207
5365
  :text_transformation,
5208
5366
  :comparison_operator,
5209
5367
  :size)
5368
+ SENSITIVE = []
5210
5369
  include Aws::Structure
5211
5370
  end
5212
5371
 
@@ -5257,6 +5416,7 @@ module Aws::WAF
5257
5416
  :size_constraint_set_id,
5258
5417
  :name,
5259
5418
  :size_constraints)
5419
+ SENSITIVE = []
5260
5420
  include Aws::Structure
5261
5421
  end
5262
5422
 
@@ -5297,6 +5457,7 @@ module Aws::WAF
5297
5457
  class SizeConstraintSetSummary < Struct.new(
5298
5458
  :size_constraint_set_id,
5299
5459
  :name)
5460
+ SENSITIVE = []
5300
5461
  include Aws::Structure
5301
5462
  end
5302
5463
 
@@ -5353,6 +5514,7 @@ module Aws::WAF
5353
5514
  class SizeConstraintSetUpdate < Struct.new(
5354
5515
  :action,
5355
5516
  :size_constraint)
5517
+ SENSITIVE = []
5356
5518
  include Aws::Structure
5357
5519
  end
5358
5520
 
@@ -5406,6 +5568,7 @@ module Aws::WAF
5406
5568
  :sql_injection_match_set_id,
5407
5569
  :name,
5408
5570
  :sql_injection_match_tuples)
5571
+ SENSITIVE = []
5409
5572
  include Aws::Structure
5410
5573
  end
5411
5574
 
@@ -5447,6 +5610,7 @@ module Aws::WAF
5447
5610
  class SqlInjectionMatchSetSummary < Struct.new(
5448
5611
  :sql_injection_match_set_id,
5449
5612
  :name)
5613
+ SENSITIVE = []
5450
5614
  include Aws::Structure
5451
5615
  end
5452
5616
 
@@ -5500,6 +5664,7 @@ module Aws::WAF
5500
5664
  class SqlInjectionMatchSetUpdate < Struct.new(
5501
5665
  :action,
5502
5666
  :sql_injection_match_tuple)
5667
+ SENSITIVE = []
5503
5668
  include Aws::Structure
5504
5669
  end
5505
5670
 
@@ -5620,6 +5785,7 @@ module Aws::WAF
5620
5785
  class SqlInjectionMatchTuple < Struct.new(
5621
5786
  :field_to_match,
5622
5787
  :text_transformation)
5788
+ SENSITIVE = []
5623
5789
  include Aws::Structure
5624
5790
  end
5625
5791
 
@@ -5663,6 +5829,7 @@ module Aws::WAF
5663
5829
  :rule_group_id,
5664
5830
  :name,
5665
5831
  :metric_name)
5832
+ SENSITIVE = []
5666
5833
  include Aws::Structure
5667
5834
  end
5668
5835
 
@@ -5710,6 +5877,7 @@ module Aws::WAF
5710
5877
  class Tag < Struct.new(
5711
5878
  :key,
5712
5879
  :value)
5880
+ SENSITIVE = []
5713
5881
  include Aws::Structure
5714
5882
  end
5715
5883
 
@@ -5750,6 +5918,7 @@ module Aws::WAF
5750
5918
  class TagInfoForResource < Struct.new(
5751
5919
  :resource_arn,
5752
5920
  :tag_list)
5921
+ SENSITIVE = []
5753
5922
  include Aws::Structure
5754
5923
  end
5755
5924
 
@@ -5777,6 +5946,7 @@ module Aws::WAF
5777
5946
  class TagResourceRequest < Struct.new(
5778
5947
  :resource_arn,
5779
5948
  :tags)
5949
+ SENSITIVE = []
5780
5950
  include Aws::Structure
5781
5951
  end
5782
5952
 
@@ -5846,6 +6016,7 @@ module Aws::WAF
5846
6016
  class TimeWindow < Struct.new(
5847
6017
  :start_time,
5848
6018
  :end_time)
6019
+ SENSITIVE = []
5849
6020
  include Aws::Structure
5850
6021
  end
5851
6022
 
@@ -5868,6 +6039,7 @@ module Aws::WAF
5868
6039
  class UntagResourceRequest < Struct.new(
5869
6040
  :resource_arn,
5870
6041
  :tag_keys)
6042
+ SENSITIVE = []
5871
6043
  include Aws::Structure
5872
6044
  end
5873
6045
 
@@ -5926,6 +6098,7 @@ module Aws::WAF
5926
6098
  :byte_match_set_id,
5927
6099
  :change_token,
5928
6100
  :updates)
6101
+ SENSITIVE = []
5929
6102
  include Aws::Structure
5930
6103
  end
5931
6104
 
@@ -5939,6 +6112,7 @@ module Aws::WAF
5939
6112
  #
5940
6113
  class UpdateByteMatchSetResponse < Struct.new(
5941
6114
  :change_token)
6115
+ SENSITIVE = []
5942
6116
  include Aws::Structure
5943
6117
  end
5944
6118
 
@@ -5989,6 +6163,7 @@ module Aws::WAF
5989
6163
  :geo_match_set_id,
5990
6164
  :change_token,
5991
6165
  :updates)
6166
+ SENSITIVE = []
5992
6167
  include Aws::Structure
5993
6168
  end
5994
6169
 
@@ -6002,6 +6177,7 @@ module Aws::WAF
6002
6177
  #
6003
6178
  class UpdateGeoMatchSetResponse < Struct.new(
6004
6179
  :change_token)
6180
+ SENSITIVE = []
6005
6181
  include Aws::Structure
6006
6182
  end
6007
6183
 
@@ -6049,6 +6225,7 @@ module Aws::WAF
6049
6225
  :ip_set_id,
6050
6226
  :change_token,
6051
6227
  :updates)
6228
+ SENSITIVE = []
6052
6229
  include Aws::Structure
6053
6230
  end
6054
6231
 
@@ -6062,6 +6239,7 @@ module Aws::WAF
6062
6239
  #
6063
6240
  class UpdateIPSetResponse < Struct.new(
6064
6241
  :change_token)
6242
+ SENSITIVE = []
6065
6243
  include Aws::Structure
6066
6244
  end
6067
6245
 
@@ -6114,6 +6292,7 @@ module Aws::WAF
6114
6292
  :change_token,
6115
6293
  :updates,
6116
6294
  :rate_limit)
6295
+ SENSITIVE = []
6117
6296
  include Aws::Structure
6118
6297
  end
6119
6298
 
@@ -6127,6 +6306,7 @@ module Aws::WAF
6127
6306
  #
6128
6307
  class UpdateRateBasedRuleResponse < Struct.new(
6129
6308
  :change_token)
6309
+ SENSITIVE = []
6130
6310
  include Aws::Structure
6131
6311
  end
6132
6312
 
@@ -6173,6 +6353,7 @@ module Aws::WAF
6173
6353
  :regex_match_set_id,
6174
6354
  :updates,
6175
6355
  :change_token)
6356
+ SENSITIVE = []
6176
6357
  include Aws::Structure
6177
6358
  end
6178
6359
 
@@ -6186,6 +6367,7 @@ module Aws::WAF
6186
6367
  #
6187
6368
  class UpdateRegexMatchSetResponse < Struct.new(
6188
6369
  :change_token)
6370
+ SENSITIVE = []
6189
6371
  include Aws::Structure
6190
6372
  end
6191
6373
 
@@ -6224,6 +6406,7 @@ module Aws::WAF
6224
6406
  :regex_pattern_set_id,
6225
6407
  :updates,
6226
6408
  :change_token)
6409
+ SENSITIVE = []
6227
6410
  include Aws::Structure
6228
6411
  end
6229
6412
 
@@ -6238,6 +6421,7 @@ module Aws::WAF
6238
6421
  #
6239
6422
  class UpdateRegexPatternSetResponse < Struct.new(
6240
6423
  :change_token)
6424
+ SENSITIVE = []
6241
6425
  include Aws::Structure
6242
6426
  end
6243
6427
 
@@ -6298,6 +6482,7 @@ module Aws::WAF
6298
6482
  :rule_group_id,
6299
6483
  :updates,
6300
6484
  :change_token)
6485
+ SENSITIVE = []
6301
6486
  include Aws::Structure
6302
6487
  end
6303
6488
 
@@ -6311,6 +6496,7 @@ module Aws::WAF
6311
6496
  #
6312
6497
  class UpdateRuleGroupResponse < Struct.new(
6313
6498
  :change_token)
6499
+ SENSITIVE = []
6314
6500
  include Aws::Structure
6315
6501
  end
6316
6502
 
@@ -6359,6 +6545,7 @@ module Aws::WAF
6359
6545
  :rule_id,
6360
6546
  :change_token,
6361
6547
  :updates)
6548
+ SENSITIVE = []
6362
6549
  include Aws::Structure
6363
6550
  end
6364
6551
 
@@ -6372,6 +6559,7 @@ module Aws::WAF
6372
6559
  #
6373
6560
  class UpdateRuleResponse < Struct.new(
6374
6561
  :change_token)
6562
+ SENSITIVE = []
6375
6563
  include Aws::Structure
6376
6564
  end
6377
6565
 
@@ -6426,6 +6614,7 @@ module Aws::WAF
6426
6614
  :size_constraint_set_id,
6427
6615
  :change_token,
6428
6616
  :updates)
6617
+ SENSITIVE = []
6429
6618
  include Aws::Structure
6430
6619
  end
6431
6620
 
@@ -6440,6 +6629,7 @@ module Aws::WAF
6440
6629
  #
6441
6630
  class UpdateSizeConstraintSetResponse < Struct.new(
6442
6631
  :change_token)
6632
+ SENSITIVE = []
6443
6633
  include Aws::Structure
6444
6634
  end
6445
6635
 
@@ -6495,6 +6685,7 @@ module Aws::WAF
6495
6685
  :sql_injection_match_set_id,
6496
6686
  :change_token,
6497
6687
  :updates)
6688
+ SENSITIVE = []
6498
6689
  include Aws::Structure
6499
6690
  end
6500
6691
 
@@ -6511,6 +6702,7 @@ module Aws::WAF
6511
6702
  #
6512
6703
  class UpdateSqlInjectionMatchSetResponse < Struct.new(
6513
6704
  :change_token)
6705
+ SENSITIVE = []
6514
6706
  include Aws::Structure
6515
6707
  end
6516
6708
 
@@ -6587,6 +6779,7 @@ module Aws::WAF
6587
6779
  :change_token,
6588
6780
  :updates,
6589
6781
  :default_action)
6782
+ SENSITIVE = []
6590
6783
  include Aws::Structure
6591
6784
  end
6592
6785
 
@@ -6600,6 +6793,7 @@ module Aws::WAF
6600
6793
  #
6601
6794
  class UpdateWebACLResponse < Struct.new(
6602
6795
  :change_token)
6796
+ SENSITIVE = []
6603
6797
  include Aws::Structure
6604
6798
  end
6605
6799
 
@@ -6653,6 +6847,7 @@ module Aws::WAF
6653
6847
  :xss_match_set_id,
6654
6848
  :change_token,
6655
6849
  :updates)
6850
+ SENSITIVE = []
6656
6851
  include Aws::Structure
6657
6852
  end
6658
6853
 
@@ -6668,6 +6863,7 @@ module Aws::WAF
6668
6863
  #
6669
6864
  class UpdateXssMatchSetResponse < Struct.new(
6670
6865
  :change_token)
6866
+ SENSITIVE = []
6671
6867
  include Aws::Structure
6672
6868
  end
6673
6869
 
@@ -6678,6 +6874,7 @@ module Aws::WAF
6678
6874
  #
6679
6875
  class WAFBadRequestException < Struct.new(
6680
6876
  :message)
6877
+ SENSITIVE = []
6681
6878
  include Aws::Structure
6682
6879
  end
6683
6880
 
@@ -6690,6 +6887,7 @@ module Aws::WAF
6690
6887
  #
6691
6888
  class WAFDisallowedNameException < Struct.new(
6692
6889
  :message)
6890
+ SENSITIVE = []
6693
6891
  include Aws::Structure
6694
6892
  end
6695
6893
 
@@ -6730,6 +6928,7 @@ module Aws::WAF
6730
6928
  :message,
6731
6929
  :migration_error_type,
6732
6930
  :migration_error_reason)
6931
+ SENSITIVE = []
6733
6932
  include Aws::Structure
6734
6933
  end
6735
6934
 
@@ -6743,6 +6942,7 @@ module Aws::WAF
6743
6942
  #
6744
6943
  class WAFInternalErrorException < Struct.new(
6745
6944
  :message)
6945
+ SENSITIVE = []
6746
6946
  include Aws::Structure
6747
6947
  end
6748
6948
 
@@ -6777,6 +6977,7 @@ module Aws::WAF
6777
6977
  #
6778
6978
  class WAFInvalidOperationException < Struct.new(
6779
6979
  :message)
6980
+ SENSITIVE = []
6780
6981
  include Aws::Structure
6781
6982
  end
6782
6983
 
@@ -6823,6 +7024,7 @@ module Aws::WAF
6823
7024
  :field,
6824
7025
  :parameter,
6825
7026
  :reason)
7027
+ SENSITIVE = []
6826
7028
  include Aws::Structure
6827
7029
  end
6828
7030
 
@@ -6859,6 +7061,7 @@ module Aws::WAF
6859
7061
  #
6860
7062
  class WAFInvalidPermissionPolicyException < Struct.new(
6861
7063
  :message)
7064
+ SENSITIVE = []
6862
7065
  include Aws::Structure
6863
7066
  end
6864
7067
 
@@ -6872,6 +7075,7 @@ module Aws::WAF
6872
7075
  #
6873
7076
  class WAFInvalidRegexPatternException < Struct.new(
6874
7077
  :message)
7078
+ SENSITIVE = []
6875
7079
  include Aws::Structure
6876
7080
  end
6877
7081
 
@@ -6890,6 +7094,7 @@ module Aws::WAF
6890
7094
  #
6891
7095
  class WAFLimitsExceededException < Struct.new(
6892
7096
  :message)
7097
+ SENSITIVE = []
6893
7098
  include Aws::Structure
6894
7099
  end
6895
7100
 
@@ -6915,6 +7120,7 @@ module Aws::WAF
6915
7120
  #
6916
7121
  class WAFNonEmptyEntityException < Struct.new(
6917
7122
  :message)
7123
+ SENSITIVE = []
6918
7124
  include Aws::Structure
6919
7125
  end
6920
7126
 
@@ -6940,6 +7146,7 @@ module Aws::WAF
6940
7146
  #
6941
7147
  class WAFNonexistentContainerException < Struct.new(
6942
7148
  :message)
7149
+ SENSITIVE = []
6943
7150
  include Aws::Structure
6944
7151
  end
6945
7152
 
@@ -6952,6 +7159,7 @@ module Aws::WAF
6952
7159
  #
6953
7160
  class WAFNonexistentItemException < Struct.new(
6954
7161
  :message)
7162
+ SENSITIVE = []
6955
7163
  include Aws::Structure
6956
7164
  end
6957
7165
 
@@ -6970,6 +7178,7 @@ module Aws::WAF
6970
7178
  #
6971
7179
  class WAFReferencedItemException < Struct.new(
6972
7180
  :message)
7181
+ SENSITIVE = []
6973
7182
  include Aws::Structure
6974
7183
  end
6975
7184
 
@@ -6990,6 +7199,7 @@ module Aws::WAF
6990
7199
  #
6991
7200
  class WAFServiceLinkedRoleErrorException < Struct.new(
6992
7201
  :message)
7202
+ SENSITIVE = []
6993
7203
  include Aws::Structure
6994
7204
  end
6995
7205
 
@@ -7003,6 +7213,7 @@ module Aws::WAF
7003
7213
  #
7004
7214
  class WAFStaleDataException < Struct.new(
7005
7215
  :message)
7216
+ SENSITIVE = []
7006
7217
  include Aws::Structure
7007
7218
  end
7008
7219
 
@@ -7015,6 +7226,7 @@ module Aws::WAF
7015
7226
  #
7016
7227
  class WAFSubscriptionNotFoundException < Struct.new(
7017
7228
  :message)
7229
+ SENSITIVE = []
7018
7230
  include Aws::Structure
7019
7231
  end
7020
7232
 
@@ -7025,6 +7237,7 @@ module Aws::WAF
7025
7237
  #
7026
7238
  class WAFTagOperationException < Struct.new(
7027
7239
  :message)
7240
+ SENSITIVE = []
7028
7241
  include Aws::Structure
7029
7242
  end
7030
7243
 
@@ -7035,6 +7248,7 @@ module Aws::WAF
7035
7248
  #
7036
7249
  class WAFTagOperationInternalErrorException < Struct.new(
7037
7250
  :message)
7251
+ SENSITIVE = []
7038
7252
  include Aws::Structure
7039
7253
  end
7040
7254
 
@@ -7085,6 +7299,7 @@ module Aws::WAF
7085
7299
  #
7086
7300
  class WafAction < Struct.new(
7087
7301
  :type)
7302
+ SENSITIVE = []
7088
7303
  include Aws::Structure
7089
7304
  end
7090
7305
 
@@ -7122,6 +7337,7 @@ module Aws::WAF
7122
7337
  #
7123
7338
  class WafOverrideAction < Struct.new(
7124
7339
  :type)
7340
+ SENSITIVE = []
7125
7341
  include Aws::Structure
7126
7342
  end
7127
7343
 
@@ -7196,6 +7412,7 @@ module Aws::WAF
7196
7412
  :default_action,
7197
7413
  :rules,
7198
7414
  :web_acl_arn)
7415
+ SENSITIVE = []
7199
7416
  include Aws::Structure
7200
7417
  end
7201
7418
 
@@ -7234,6 +7451,7 @@ module Aws::WAF
7234
7451
  class WebACLSummary < Struct.new(
7235
7452
  :web_acl_id,
7236
7453
  :name)
7454
+ SENSITIVE = []
7237
7455
  include Aws::Structure
7238
7456
  end
7239
7457
 
@@ -7294,6 +7512,7 @@ module Aws::WAF
7294
7512
  class WebACLUpdate < Struct.new(
7295
7513
  :action,
7296
7514
  :activated_rule)
7515
+ SENSITIVE = []
7297
7516
  include Aws::Structure
7298
7517
  end
7299
7518
 
@@ -7345,6 +7564,7 @@ module Aws::WAF
7345
7564
  :xss_match_set_id,
7346
7565
  :name,
7347
7566
  :xss_match_tuples)
7567
+ SENSITIVE = []
7348
7568
  include Aws::Structure
7349
7569
  end
7350
7570
 
@@ -7384,6 +7604,7 @@ module Aws::WAF
7384
7604
  class XssMatchSetSummary < Struct.new(
7385
7605
  :xss_match_set_id,
7386
7606
  :name)
7607
+ SENSITIVE = []
7387
7608
  include Aws::Structure
7388
7609
  end
7389
7610
 
@@ -7435,6 +7656,7 @@ module Aws::WAF
7435
7656
  class XssMatchSetUpdate < Struct.new(
7436
7657
  :action,
7437
7658
  :xss_match_tuple)
7659
+ SENSITIVE = []
7438
7660
  include Aws::Structure
7439
7661
  end
7440
7662
 
@@ -7555,6 +7777,7 @@ module Aws::WAF
7555
7777
  class XssMatchTuple < Struct.new(
7556
7778
  :field_to_match,
7557
7779
  :text_transformation)
7780
+ SENSITIVE = []
7558
7781
  include Aws::Structure
7559
7782
  end
7560
7783