aws-sdk-wafregional 1.31.0 → 1.36.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-wafregional.rb +5 -2
- data/lib/aws-sdk-wafregional/client.rb +28 -9
- data/lib/aws-sdk-wafregional/client_api.rb +2 -0
- data/lib/aws-sdk-wafregional/errors.rb +2 -0
- data/lib/aws-sdk-wafregional/resource.rb +2 -0
- data/lib/aws-sdk-wafregional/types.rb +230 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dda8e21eab0a8dc8e3a9195d3c5c5f9ce6be01f7d4105581434bf5177741fba0
|
4
|
+
data.tar.gz: 3a24fa1f31ec69d7816015a9ce8f0262af7d2d3200aeaee5d916e5118657dde4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb43447c55a6161b7805f688f3800469f34fbe1312524282e0eacbeab8240dc0ab1080cd9b29826601b4005f3a36f536b1e782ce5468be3833643118b4344247
|
7
|
+
data.tar.gz: fbccd1058c4b7e8fe00c31a0a0641ac91af17a0e090261f6b9d89555caa176d100e9c27ecebbd84b37e408201d309bf10d167ce65e597a437d91f8e16f526446
|
data/lib/aws-sdk-wafregional.rb
CHANGED
@@ -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:
|
@@ -5,6 +7,7 @@
|
|
5
7
|
#
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
10
|
+
|
8
11
|
require 'aws-sdk-core'
|
9
12
|
require 'aws-sigv4'
|
10
13
|
|
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-wafregional/customizations'
|
|
42
45
|
#
|
43
46
|
# See {Errors} for more information.
|
44
47
|
#
|
45
|
-
#
|
48
|
+
# @!group service
|
46
49
|
module Aws::WAFRegional
|
47
50
|
|
48
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.36.0'
|
49
52
|
|
50
53
|
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:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::WAFRegional
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -81,13 +85,28 @@ module Aws::WAFRegional
|
|
81
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
82
86
|
# credentials.
|
83
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
84
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
85
103
|
# from an EC2 IMDS on an EC2 instance.
|
86
104
|
#
|
87
|
-
# * `Aws::
|
88
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
89
107
|
#
|
90
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
91
110
|
#
|
92
111
|
# When `:credentials` are not configured directly, the following
|
93
112
|
# locations will be searched for credentials:
|
@@ -97,10 +116,10 @@ module Aws::WAFRegional
|
|
97
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
98
117
|
# * `~/.aws/credentials`
|
99
118
|
# * `~/.aws/config`
|
100
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
101
|
-
# very aggressive. Construct and pass an instance of
|
102
|
-
# `Aws::InstanceProfileCredentails`
|
103
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
104
123
|
#
|
105
124
|
# @option options [required, String] :region
|
106
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -161,7 +180,7 @@ module Aws::WAFRegional
|
|
161
180
|
# @option options [String] :endpoint
|
162
181
|
# The client endpoint is normally constructed from the `:region`
|
163
182
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
183
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
184
|
#
|
166
185
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
186
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -6854,7 +6873,7 @@ module Aws::WAFRegional
|
|
6854
6873
|
params: params,
|
6855
6874
|
config: config)
|
6856
6875
|
context[:gem_name] = 'aws-sdk-wafregional'
|
6857
|
-
context[:gem_version] = '1.
|
6876
|
+
context[:gem_version] = '1.36.0'
|
6858
6877
|
Seahorse::Client::Request.new(handlers, context)
|
6859
6878
|
end
|
6860
6879
|
|
@@ -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::WAFRegional
|
|
172
174
|
:override_action,
|
173
175
|
:type,
|
174
176
|
:excluded_rules)
|
177
|
+
SENSITIVE = []
|
175
178
|
include Aws::Structure
|
176
179
|
end
|
177
180
|
|
@@ -206,6 +209,7 @@ module Aws::WAFRegional
|
|
206
209
|
class AssociateWebACLRequest < Struct.new(
|
207
210
|
:web_acl_id,
|
208
211
|
:resource_arn)
|
212
|
+
SENSITIVE = []
|
209
213
|
include Aws::Structure
|
210
214
|
end
|
211
215
|
|
@@ -268,6 +272,7 @@ module Aws::WAFRegional
|
|
268
272
|
:byte_match_set_id,
|
269
273
|
:name,
|
270
274
|
:byte_match_tuples)
|
275
|
+
SENSITIVE = []
|
271
276
|
include Aws::Structure
|
272
277
|
end
|
273
278
|
|
@@ -308,6 +313,7 @@ module Aws::WAFRegional
|
|
308
313
|
class ByteMatchSetSummary < Struct.new(
|
309
314
|
:byte_match_set_id,
|
310
315
|
:name)
|
316
|
+
SENSITIVE = []
|
311
317
|
include Aws::Structure
|
312
318
|
end
|
313
319
|
|
@@ -362,6 +368,7 @@ module Aws::WAFRegional
|
|
362
368
|
class ByteMatchSetUpdate < Struct.new(
|
363
369
|
:action,
|
364
370
|
:byte_match_tuple)
|
371
|
+
SENSITIVE = []
|
365
372
|
include Aws::Structure
|
366
373
|
end
|
367
374
|
|
@@ -599,6 +606,7 @@ module Aws::WAFRegional
|
|
599
606
|
:target_string,
|
600
607
|
:text_transformation,
|
601
608
|
:positional_constraint)
|
609
|
+
SENSITIVE = []
|
602
610
|
include Aws::Structure
|
603
611
|
end
|
604
612
|
|
@@ -624,6 +632,7 @@ module Aws::WAFRegional
|
|
624
632
|
class CreateByteMatchSetRequest < Struct.new(
|
625
633
|
:name,
|
626
634
|
:change_token)
|
635
|
+
SENSITIVE = []
|
627
636
|
include Aws::Structure
|
628
637
|
end
|
629
638
|
|
@@ -642,6 +651,7 @@ module Aws::WAFRegional
|
|
642
651
|
class CreateByteMatchSetResponse < Struct.new(
|
643
652
|
:byte_match_set,
|
644
653
|
:change_token)
|
654
|
+
SENSITIVE = []
|
645
655
|
include Aws::Structure
|
646
656
|
end
|
647
657
|
|
@@ -667,6 +677,7 @@ module Aws::WAFRegional
|
|
667
677
|
class CreateGeoMatchSetRequest < Struct.new(
|
668
678
|
:name,
|
669
679
|
:change_token)
|
680
|
+
SENSITIVE = []
|
670
681
|
include Aws::Structure
|
671
682
|
end
|
672
683
|
|
@@ -686,6 +697,7 @@ module Aws::WAFRegional
|
|
686
697
|
class CreateGeoMatchSetResponse < Struct.new(
|
687
698
|
:geo_match_set,
|
688
699
|
:change_token)
|
700
|
+
SENSITIVE = []
|
689
701
|
include Aws::Structure
|
690
702
|
end
|
691
703
|
|
@@ -711,6 +723,7 @@ module Aws::WAFRegional
|
|
711
723
|
class CreateIPSetRequest < Struct.new(
|
712
724
|
:name,
|
713
725
|
:change_token)
|
726
|
+
SENSITIVE = []
|
714
727
|
include Aws::Structure
|
715
728
|
end
|
716
729
|
|
@@ -729,6 +742,7 @@ module Aws::WAFRegional
|
|
729
742
|
class CreateIPSetResponse < Struct.new(
|
730
743
|
:ip_set,
|
731
744
|
:change_token)
|
745
|
+
SENSITIVE = []
|
732
746
|
include Aws::Structure
|
733
747
|
end
|
734
748
|
|
@@ -797,6 +811,7 @@ module Aws::WAFRegional
|
|
797
811
|
:rate_limit,
|
798
812
|
:change_token,
|
799
813
|
:tags)
|
814
|
+
SENSITIVE = []
|
800
815
|
include Aws::Structure
|
801
816
|
end
|
802
817
|
|
@@ -816,6 +831,7 @@ module Aws::WAFRegional
|
|
816
831
|
class CreateRateBasedRuleResponse < Struct.new(
|
817
832
|
:rule,
|
818
833
|
:change_token)
|
834
|
+
SENSITIVE = []
|
819
835
|
include Aws::Structure
|
820
836
|
end
|
821
837
|
|
@@ -841,6 +857,7 @@ module Aws::WAFRegional
|
|
841
857
|
class CreateRegexMatchSetRequest < Struct.new(
|
842
858
|
:name,
|
843
859
|
:change_token)
|
860
|
+
SENSITIVE = []
|
844
861
|
include Aws::Structure
|
845
862
|
end
|
846
863
|
|
@@ -859,6 +876,7 @@ module Aws::WAFRegional
|
|
859
876
|
class CreateRegexMatchSetResponse < Struct.new(
|
860
877
|
:regex_match_set,
|
861
878
|
:change_token)
|
879
|
+
SENSITIVE = []
|
862
880
|
include Aws::Structure
|
863
881
|
end
|
864
882
|
|
@@ -884,6 +902,7 @@ module Aws::WAFRegional
|
|
884
902
|
class CreateRegexPatternSetRequest < Struct.new(
|
885
903
|
:name,
|
886
904
|
:change_token)
|
905
|
+
SENSITIVE = []
|
887
906
|
include Aws::Structure
|
888
907
|
end
|
889
908
|
|
@@ -903,6 +922,7 @@ module Aws::WAFRegional
|
|
903
922
|
class CreateRegexPatternSetResponse < Struct.new(
|
904
923
|
:regex_pattern_set,
|
905
924
|
:change_token)
|
925
|
+
SENSITIVE = []
|
906
926
|
include Aws::Structure
|
907
927
|
end
|
908
928
|
|
@@ -949,6 +969,7 @@ module Aws::WAFRegional
|
|
949
969
|
:metric_name,
|
950
970
|
:change_token,
|
951
971
|
:tags)
|
972
|
+
SENSITIVE = []
|
952
973
|
include Aws::Structure
|
953
974
|
end
|
954
975
|
|
@@ -967,6 +988,7 @@ module Aws::WAFRegional
|
|
967
988
|
class CreateRuleGroupResponse < Struct.new(
|
968
989
|
:rule_group,
|
969
990
|
:change_token)
|
991
|
+
SENSITIVE = []
|
970
992
|
include Aws::Structure
|
971
993
|
end
|
972
994
|
|
@@ -1013,6 +1035,7 @@ module Aws::WAFRegional
|
|
1013
1035
|
:metric_name,
|
1014
1036
|
:change_token,
|
1015
1037
|
:tags)
|
1038
|
+
SENSITIVE = []
|
1016
1039
|
include Aws::Structure
|
1017
1040
|
end
|
1018
1041
|
|
@@ -1031,6 +1054,7 @@ module Aws::WAFRegional
|
|
1031
1054
|
class CreateRuleResponse < Struct.new(
|
1032
1055
|
:rule,
|
1033
1056
|
:change_token)
|
1057
|
+
SENSITIVE = []
|
1034
1058
|
include Aws::Structure
|
1035
1059
|
end
|
1036
1060
|
|
@@ -1056,6 +1080,7 @@ module Aws::WAFRegional
|
|
1056
1080
|
class CreateSizeConstraintSetRequest < Struct.new(
|
1057
1081
|
:name,
|
1058
1082
|
:change_token)
|
1083
|
+
SENSITIVE = []
|
1059
1084
|
include Aws::Structure
|
1060
1085
|
end
|
1061
1086
|
|
@@ -1075,6 +1100,7 @@ module Aws::WAFRegional
|
|
1075
1100
|
class CreateSizeConstraintSetResponse < Struct.new(
|
1076
1101
|
:size_constraint_set,
|
1077
1102
|
:change_token)
|
1103
|
+
SENSITIVE = []
|
1078
1104
|
include Aws::Structure
|
1079
1105
|
end
|
1080
1106
|
|
@@ -1103,6 +1129,7 @@ module Aws::WAFRegional
|
|
1103
1129
|
class CreateSqlInjectionMatchSetRequest < Struct.new(
|
1104
1130
|
:name,
|
1105
1131
|
:change_token)
|
1132
|
+
SENSITIVE = []
|
1106
1133
|
include Aws::Structure
|
1107
1134
|
end
|
1108
1135
|
|
@@ -1124,6 +1151,7 @@ module Aws::WAFRegional
|
|
1124
1151
|
class CreateSqlInjectionMatchSetResponse < Struct.new(
|
1125
1152
|
:sql_injection_match_set,
|
1126
1153
|
:change_token)
|
1154
|
+
SENSITIVE = []
|
1127
1155
|
include Aws::Structure
|
1128
1156
|
end
|
1129
1157
|
|
@@ -1173,6 +1201,7 @@ module Aws::WAFRegional
|
|
1173
1201
|
:web_acl_id,
|
1174
1202
|
:s3_bucket_name,
|
1175
1203
|
:ignore_unsupported_type)
|
1204
|
+
SENSITIVE = []
|
1176
1205
|
include Aws::Structure
|
1177
1206
|
end
|
1178
1207
|
|
@@ -1184,6 +1213,7 @@ module Aws::WAFRegional
|
|
1184
1213
|
#
|
1185
1214
|
class CreateWebACLMigrationStackResponse < Struct.new(
|
1186
1215
|
:s3_object_url)
|
1216
|
+
SENSITIVE = []
|
1187
1217
|
include Aws::Structure
|
1188
1218
|
end
|
1189
1219
|
|
@@ -1240,6 +1270,7 @@ module Aws::WAFRegional
|
|
1240
1270
|
:default_action,
|
1241
1271
|
:change_token,
|
1242
1272
|
:tags)
|
1273
|
+
SENSITIVE = []
|
1243
1274
|
include Aws::Structure
|
1244
1275
|
end
|
1245
1276
|
|
@@ -1258,6 +1289,7 @@ module Aws::WAFRegional
|
|
1258
1289
|
class CreateWebACLResponse < Struct.new(
|
1259
1290
|
:web_acl,
|
1260
1291
|
:change_token)
|
1292
|
+
SENSITIVE = []
|
1261
1293
|
include Aws::Structure
|
1262
1294
|
end
|
1263
1295
|
|
@@ -1286,6 +1318,7 @@ module Aws::WAFRegional
|
|
1286
1318
|
class CreateXssMatchSetRequest < Struct.new(
|
1287
1319
|
:name,
|
1288
1320
|
:change_token)
|
1321
|
+
SENSITIVE = []
|
1289
1322
|
include Aws::Structure
|
1290
1323
|
end
|
1291
1324
|
|
@@ -1306,6 +1339,7 @@ module Aws::WAFRegional
|
|
1306
1339
|
class CreateXssMatchSetResponse < Struct.new(
|
1307
1340
|
:xss_match_set,
|
1308
1341
|
:change_token)
|
1342
|
+
SENSITIVE = []
|
1309
1343
|
include Aws::Structure
|
1310
1344
|
end
|
1311
1345
|
|
@@ -1332,6 +1366,7 @@ module Aws::WAFRegional
|
|
1332
1366
|
class DeleteByteMatchSetRequest < Struct.new(
|
1333
1367
|
:byte_match_set_id,
|
1334
1368
|
:change_token)
|
1369
|
+
SENSITIVE = []
|
1335
1370
|
include Aws::Structure
|
1336
1371
|
end
|
1337
1372
|
|
@@ -1345,6 +1380,7 @@ module Aws::WAFRegional
|
|
1345
1380
|
#
|
1346
1381
|
class DeleteByteMatchSetResponse < Struct.new(
|
1347
1382
|
:change_token)
|
1383
|
+
SENSITIVE = []
|
1348
1384
|
include Aws::Structure
|
1349
1385
|
end
|
1350
1386
|
|
@@ -1371,6 +1407,7 @@ module Aws::WAFRegional
|
|
1371
1407
|
class DeleteGeoMatchSetRequest < Struct.new(
|
1372
1408
|
:geo_match_set_id,
|
1373
1409
|
:change_token)
|
1410
|
+
SENSITIVE = []
|
1374
1411
|
include Aws::Structure
|
1375
1412
|
end
|
1376
1413
|
|
@@ -1384,6 +1421,7 @@ module Aws::WAFRegional
|
|
1384
1421
|
#
|
1385
1422
|
class DeleteGeoMatchSetResponse < Struct.new(
|
1386
1423
|
:change_token)
|
1424
|
+
SENSITIVE = []
|
1387
1425
|
include Aws::Structure
|
1388
1426
|
end
|
1389
1427
|
|
@@ -1409,6 +1447,7 @@ module Aws::WAFRegional
|
|
1409
1447
|
class DeleteIPSetRequest < Struct.new(
|
1410
1448
|
:ip_set_id,
|
1411
1449
|
:change_token)
|
1450
|
+
SENSITIVE = []
|
1412
1451
|
include Aws::Structure
|
1413
1452
|
end
|
1414
1453
|
|
@@ -1422,6 +1461,7 @@ module Aws::WAFRegional
|
|
1422
1461
|
#
|
1423
1462
|
class DeleteIPSetResponse < Struct.new(
|
1424
1463
|
:change_token)
|
1464
|
+
SENSITIVE = []
|
1425
1465
|
include Aws::Structure
|
1426
1466
|
end
|
1427
1467
|
|
@@ -1441,6 +1481,7 @@ module Aws::WAFRegional
|
|
1441
1481
|
#
|
1442
1482
|
class DeleteLoggingConfigurationRequest < Struct.new(
|
1443
1483
|
:resource_arn)
|
1484
|
+
SENSITIVE = []
|
1444
1485
|
include Aws::Structure
|
1445
1486
|
end
|
1446
1487
|
|
@@ -1466,6 +1507,7 @@ module Aws::WAFRegional
|
|
1466
1507
|
#
|
1467
1508
|
class DeletePermissionPolicyRequest < Struct.new(
|
1468
1509
|
:resource_arn)
|
1510
|
+
SENSITIVE = []
|
1469
1511
|
include Aws::Structure
|
1470
1512
|
end
|
1471
1513
|
|
@@ -1495,6 +1537,7 @@ module Aws::WAFRegional
|
|
1495
1537
|
class DeleteRateBasedRuleRequest < Struct.new(
|
1496
1538
|
:rule_id,
|
1497
1539
|
:change_token)
|
1540
|
+
SENSITIVE = []
|
1498
1541
|
include Aws::Structure
|
1499
1542
|
end
|
1500
1543
|
|
@@ -1508,6 +1551,7 @@ module Aws::WAFRegional
|
|
1508
1551
|
#
|
1509
1552
|
class DeleteRateBasedRuleResponse < Struct.new(
|
1510
1553
|
:change_token)
|
1554
|
+
SENSITIVE = []
|
1511
1555
|
include Aws::Structure
|
1512
1556
|
end
|
1513
1557
|
|
@@ -1534,6 +1578,7 @@ module Aws::WAFRegional
|
|
1534
1578
|
class DeleteRegexMatchSetRequest < Struct.new(
|
1535
1579
|
:regex_match_set_id,
|
1536
1580
|
:change_token)
|
1581
|
+
SENSITIVE = []
|
1537
1582
|
include Aws::Structure
|
1538
1583
|
end
|
1539
1584
|
|
@@ -1547,6 +1592,7 @@ module Aws::WAFRegional
|
|
1547
1592
|
#
|
1548
1593
|
class DeleteRegexMatchSetResponse < Struct.new(
|
1549
1594
|
:change_token)
|
1595
|
+
SENSITIVE = []
|
1550
1596
|
include Aws::Structure
|
1551
1597
|
end
|
1552
1598
|
|
@@ -1573,6 +1619,7 @@ module Aws::WAFRegional
|
|
1573
1619
|
class DeleteRegexPatternSetRequest < Struct.new(
|
1574
1620
|
:regex_pattern_set_id,
|
1575
1621
|
:change_token)
|
1622
|
+
SENSITIVE = []
|
1576
1623
|
include Aws::Structure
|
1577
1624
|
end
|
1578
1625
|
|
@@ -1587,6 +1634,7 @@ module Aws::WAFRegional
|
|
1587
1634
|
#
|
1588
1635
|
class DeleteRegexPatternSetResponse < Struct.new(
|
1589
1636
|
:change_token)
|
1637
|
+
SENSITIVE = []
|
1590
1638
|
include Aws::Structure
|
1591
1639
|
end
|
1592
1640
|
|
@@ -1612,6 +1660,7 @@ module Aws::WAFRegional
|
|
1612
1660
|
class DeleteRuleGroupRequest < Struct.new(
|
1613
1661
|
:rule_group_id,
|
1614
1662
|
:change_token)
|
1663
|
+
SENSITIVE = []
|
1615
1664
|
include Aws::Structure
|
1616
1665
|
end
|
1617
1666
|
|
@@ -1625,6 +1674,7 @@ module Aws::WAFRegional
|
|
1625
1674
|
#
|
1626
1675
|
class DeleteRuleGroupResponse < Struct.new(
|
1627
1676
|
:change_token)
|
1677
|
+
SENSITIVE = []
|
1628
1678
|
include Aws::Structure
|
1629
1679
|
end
|
1630
1680
|
|
@@ -1650,6 +1700,7 @@ module Aws::WAFRegional
|
|
1650
1700
|
class DeleteRuleRequest < Struct.new(
|
1651
1701
|
:rule_id,
|
1652
1702
|
:change_token)
|
1703
|
+
SENSITIVE = []
|
1653
1704
|
include Aws::Structure
|
1654
1705
|
end
|
1655
1706
|
|
@@ -1663,6 +1714,7 @@ module Aws::WAFRegional
|
|
1663
1714
|
#
|
1664
1715
|
class DeleteRuleResponse < Struct.new(
|
1665
1716
|
:change_token)
|
1717
|
+
SENSITIVE = []
|
1666
1718
|
include Aws::Structure
|
1667
1719
|
end
|
1668
1720
|
|
@@ -1689,6 +1741,7 @@ module Aws::WAFRegional
|
|
1689
1741
|
class DeleteSizeConstraintSetRequest < Struct.new(
|
1690
1742
|
:size_constraint_set_id,
|
1691
1743
|
:change_token)
|
1744
|
+
SENSITIVE = []
|
1692
1745
|
include Aws::Structure
|
1693
1746
|
end
|
1694
1747
|
|
@@ -1703,6 +1756,7 @@ module Aws::WAFRegional
|
|
1703
1756
|
#
|
1704
1757
|
class DeleteSizeConstraintSetResponse < Struct.new(
|
1705
1758
|
:change_token)
|
1759
|
+
SENSITIVE = []
|
1706
1760
|
include Aws::Structure
|
1707
1761
|
end
|
1708
1762
|
|
@@ -1731,6 +1785,7 @@ module Aws::WAFRegional
|
|
1731
1785
|
class DeleteSqlInjectionMatchSetRequest < Struct.new(
|
1732
1786
|
:sql_injection_match_set_id,
|
1733
1787
|
:change_token)
|
1788
|
+
SENSITIVE = []
|
1734
1789
|
include Aws::Structure
|
1735
1790
|
end
|
1736
1791
|
|
@@ -1748,6 +1803,7 @@ module Aws::WAFRegional
|
|
1748
1803
|
#
|
1749
1804
|
class DeleteSqlInjectionMatchSetResponse < Struct.new(
|
1750
1805
|
:change_token)
|
1806
|
+
SENSITIVE = []
|
1751
1807
|
include Aws::Structure
|
1752
1808
|
end
|
1753
1809
|
|
@@ -1773,6 +1829,7 @@ module Aws::WAFRegional
|
|
1773
1829
|
class DeleteWebACLRequest < Struct.new(
|
1774
1830
|
:web_acl_id,
|
1775
1831
|
:change_token)
|
1832
|
+
SENSITIVE = []
|
1776
1833
|
include Aws::Structure
|
1777
1834
|
end
|
1778
1835
|
|
@@ -1786,6 +1843,7 @@ module Aws::WAFRegional
|
|
1786
1843
|
#
|
1787
1844
|
class DeleteWebACLResponse < Struct.new(
|
1788
1845
|
:change_token)
|
1846
|
+
SENSITIVE = []
|
1789
1847
|
include Aws::Structure
|
1790
1848
|
end
|
1791
1849
|
|
@@ -1814,6 +1872,7 @@ module Aws::WAFRegional
|
|
1814
1872
|
class DeleteXssMatchSetRequest < Struct.new(
|
1815
1873
|
:xss_match_set_id,
|
1816
1874
|
:change_token)
|
1875
|
+
SENSITIVE = []
|
1817
1876
|
include Aws::Structure
|
1818
1877
|
end
|
1819
1878
|
|
@@ -1829,6 +1888,7 @@ module Aws::WAFRegional
|
|
1829
1888
|
#
|
1830
1889
|
class DeleteXssMatchSetResponse < Struct.new(
|
1831
1890
|
:change_token)
|
1891
|
+
SENSITIVE = []
|
1832
1892
|
include Aws::Structure
|
1833
1893
|
end
|
1834
1894
|
|
@@ -1858,6 +1918,7 @@ module Aws::WAFRegional
|
|
1858
1918
|
#
|
1859
1919
|
class DisassociateWebACLRequest < Struct.new(
|
1860
1920
|
:resource_arn)
|
1921
|
+
SENSITIVE = []
|
1861
1922
|
include Aws::Structure
|
1862
1923
|
end
|
1863
1924
|
|
@@ -1898,6 +1959,7 @@ module Aws::WAFRegional
|
|
1898
1959
|
#
|
1899
1960
|
class ExcludedRule < Struct.new(
|
1900
1961
|
:rule_id)
|
1962
|
+
SENSITIVE = []
|
1901
1963
|
include Aws::Structure
|
1902
1964
|
end
|
1903
1965
|
|
@@ -1982,6 +2044,7 @@ module Aws::WAFRegional
|
|
1982
2044
|
class FieldToMatch < Struct.new(
|
1983
2045
|
:type,
|
1984
2046
|
:data)
|
2047
|
+
SENSITIVE = []
|
1985
2048
|
include Aws::Structure
|
1986
2049
|
end
|
1987
2050
|
|
@@ -2024,6 +2087,7 @@ module Aws::WAFRegional
|
|
2024
2087
|
class GeoMatchConstraint < Struct.new(
|
2025
2088
|
:type,
|
2026
2089
|
:value)
|
2090
|
+
SENSITIVE = []
|
2027
2091
|
include Aws::Structure
|
2028
2092
|
end
|
2029
2093
|
|
@@ -2070,6 +2134,7 @@ module Aws::WAFRegional
|
|
2070
2134
|
:geo_match_set_id,
|
2071
2135
|
:name,
|
2072
2136
|
:geo_match_constraints)
|
2137
|
+
SENSITIVE = []
|
2073
2138
|
include Aws::Structure
|
2074
2139
|
end
|
2075
2140
|
|
@@ -2105,6 +2170,7 @@ module Aws::WAFRegional
|
|
2105
2170
|
class GeoMatchSetSummary < Struct.new(
|
2106
2171
|
:geo_match_set_id,
|
2107
2172
|
:name)
|
2173
|
+
SENSITIVE = []
|
2108
2174
|
include Aws::Structure
|
2109
2175
|
end
|
2110
2176
|
|
@@ -2151,6 +2217,7 @@ module Aws::WAFRegional
|
|
2151
2217
|
class GeoMatchSetUpdate < Struct.new(
|
2152
2218
|
:action,
|
2153
2219
|
:geo_match_constraint)
|
2220
|
+
SENSITIVE = []
|
2154
2221
|
include Aws::Structure
|
2155
2222
|
end
|
2156
2223
|
|
@@ -2171,6 +2238,7 @@ module Aws::WAFRegional
|
|
2171
2238
|
#
|
2172
2239
|
class GetByteMatchSetRequest < Struct.new(
|
2173
2240
|
:byte_match_set_id)
|
2241
|
+
SENSITIVE = []
|
2174
2242
|
include Aws::Structure
|
2175
2243
|
end
|
2176
2244
|
|
@@ -2193,6 +2261,7 @@ module Aws::WAFRegional
|
|
2193
2261
|
#
|
2194
2262
|
class GetByteMatchSetResponse < Struct.new(
|
2195
2263
|
:byte_match_set)
|
2264
|
+
SENSITIVE = []
|
2196
2265
|
include Aws::Structure
|
2197
2266
|
end
|
2198
2267
|
|
@@ -2212,6 +2281,7 @@ module Aws::WAFRegional
|
|
2212
2281
|
#
|
2213
2282
|
class GetChangeTokenResponse < Struct.new(
|
2214
2283
|
:change_token)
|
2284
|
+
SENSITIVE = []
|
2215
2285
|
include Aws::Structure
|
2216
2286
|
end
|
2217
2287
|
|
@@ -2231,6 +2301,7 @@ module Aws::WAFRegional
|
|
2231
2301
|
#
|
2232
2302
|
class GetChangeTokenStatusRequest < Struct.new(
|
2233
2303
|
:change_token)
|
2304
|
+
SENSITIVE = []
|
2234
2305
|
include Aws::Structure
|
2235
2306
|
end
|
2236
2307
|
|
@@ -2242,6 +2313,7 @@ module Aws::WAFRegional
|
|
2242
2313
|
#
|
2243
2314
|
class GetChangeTokenStatusResponse < Struct.new(
|
2244
2315
|
:change_token_status)
|
2316
|
+
SENSITIVE = []
|
2245
2317
|
include Aws::Structure
|
2246
2318
|
end
|
2247
2319
|
|
@@ -2262,6 +2334,7 @@ module Aws::WAFRegional
|
|
2262
2334
|
#
|
2263
2335
|
class GetGeoMatchSetRequest < Struct.new(
|
2264
2336
|
:geo_match_set_id)
|
2337
|
+
SENSITIVE = []
|
2265
2338
|
include Aws::Structure
|
2266
2339
|
end
|
2267
2340
|
|
@@ -2276,6 +2349,7 @@ module Aws::WAFRegional
|
|
2276
2349
|
#
|
2277
2350
|
class GetGeoMatchSetResponse < Struct.new(
|
2278
2351
|
:geo_match_set)
|
2352
|
+
SENSITIVE = []
|
2279
2353
|
include Aws::Structure
|
2280
2354
|
end
|
2281
2355
|
|
@@ -2295,6 +2369,7 @@ module Aws::WAFRegional
|
|
2295
2369
|
#
|
2296
2370
|
class GetIPSetRequest < Struct.new(
|
2297
2371
|
:ip_set_id)
|
2372
|
+
SENSITIVE = []
|
2298
2373
|
include Aws::Structure
|
2299
2374
|
end
|
2300
2375
|
|
@@ -2312,6 +2387,7 @@ module Aws::WAFRegional
|
|
2312
2387
|
#
|
2313
2388
|
class GetIPSetResponse < Struct.new(
|
2314
2389
|
:ip_set)
|
2390
|
+
SENSITIVE = []
|
2315
2391
|
include Aws::Structure
|
2316
2392
|
end
|
2317
2393
|
|
@@ -2331,6 +2407,7 @@ module Aws::WAFRegional
|
|
2331
2407
|
#
|
2332
2408
|
class GetLoggingConfigurationRequest < Struct.new(
|
2333
2409
|
:resource_arn)
|
2410
|
+
SENSITIVE = []
|
2334
2411
|
include Aws::Structure
|
2335
2412
|
end
|
2336
2413
|
|
@@ -2342,6 +2419,7 @@ module Aws::WAFRegional
|
|
2342
2419
|
#
|
2343
2420
|
class GetLoggingConfigurationResponse < Struct.new(
|
2344
2421
|
:logging_configuration)
|
2422
|
+
SENSITIVE = []
|
2345
2423
|
include Aws::Structure
|
2346
2424
|
end
|
2347
2425
|
|
@@ -2361,6 +2439,7 @@ module Aws::WAFRegional
|
|
2361
2439
|
#
|
2362
2440
|
class GetPermissionPolicyRequest < Struct.new(
|
2363
2441
|
:resource_arn)
|
2442
|
+
SENSITIVE = []
|
2364
2443
|
include Aws::Structure
|
2365
2444
|
end
|
2366
2445
|
|
@@ -2372,6 +2451,7 @@ module Aws::WAFRegional
|
|
2372
2451
|
#
|
2373
2452
|
class GetPermissionPolicyResponse < Struct.new(
|
2374
2453
|
:policy)
|
2454
|
+
SENSITIVE = []
|
2375
2455
|
include Aws::Structure
|
2376
2456
|
end
|
2377
2457
|
|
@@ -2399,6 +2479,7 @@ module Aws::WAFRegional
|
|
2399
2479
|
class GetRateBasedRuleManagedKeysRequest < Struct.new(
|
2400
2480
|
:rule_id,
|
2401
2481
|
:next_marker)
|
2482
|
+
SENSITIVE = []
|
2402
2483
|
include Aws::Structure
|
2403
2484
|
end
|
2404
2485
|
|
@@ -2416,6 +2497,7 @@ module Aws::WAFRegional
|
|
2416
2497
|
class GetRateBasedRuleManagedKeysResponse < Struct.new(
|
2417
2498
|
:managed_keys,
|
2418
2499
|
:next_marker)
|
2500
|
+
SENSITIVE = []
|
2419
2501
|
include Aws::Structure
|
2420
2502
|
end
|
2421
2503
|
|
@@ -2435,6 +2517,7 @@ module Aws::WAFRegional
|
|
2435
2517
|
#
|
2436
2518
|
class GetRateBasedRuleRequest < Struct.new(
|
2437
2519
|
:rule_id)
|
2520
|
+
SENSITIVE = []
|
2438
2521
|
include Aws::Structure
|
2439
2522
|
end
|
2440
2523
|
|
@@ -2447,6 +2530,7 @@ module Aws::WAFRegional
|
|
2447
2530
|
#
|
2448
2531
|
class GetRateBasedRuleResponse < Struct.new(
|
2449
2532
|
:rule)
|
2533
|
+
SENSITIVE = []
|
2450
2534
|
include Aws::Structure
|
2451
2535
|
end
|
2452
2536
|
|
@@ -2467,6 +2551,7 @@ module Aws::WAFRegional
|
|
2467
2551
|
#
|
2468
2552
|
class GetRegexMatchSetRequest < Struct.new(
|
2469
2553
|
:regex_match_set_id)
|
2554
|
+
SENSITIVE = []
|
2470
2555
|
include Aws::Structure
|
2471
2556
|
end
|
2472
2557
|
|
@@ -2480,6 +2565,7 @@ module Aws::WAFRegional
|
|
2480
2565
|
#
|
2481
2566
|
class GetRegexMatchSetResponse < Struct.new(
|
2482
2567
|
:regex_match_set)
|
2568
|
+
SENSITIVE = []
|
2483
2569
|
include Aws::Structure
|
2484
2570
|
end
|
2485
2571
|
|
@@ -2500,6 +2586,7 @@ module Aws::WAFRegional
|
|
2500
2586
|
#
|
2501
2587
|
class GetRegexPatternSetRequest < Struct.new(
|
2502
2588
|
:regex_pattern_set_id)
|
2589
|
+
SENSITIVE = []
|
2503
2590
|
include Aws::Structure
|
2504
2591
|
end
|
2505
2592
|
|
@@ -2514,6 +2601,7 @@ module Aws::WAFRegional
|
|
2514
2601
|
#
|
2515
2602
|
class GetRegexPatternSetResponse < Struct.new(
|
2516
2603
|
:regex_pattern_set)
|
2604
|
+
SENSITIVE = []
|
2517
2605
|
include Aws::Structure
|
2518
2606
|
end
|
2519
2607
|
|
@@ -2533,6 +2621,7 @@ module Aws::WAFRegional
|
|
2533
2621
|
#
|
2534
2622
|
class GetRuleGroupRequest < Struct.new(
|
2535
2623
|
:rule_group_id)
|
2624
|
+
SENSITIVE = []
|
2536
2625
|
include Aws::Structure
|
2537
2626
|
end
|
2538
2627
|
|
@@ -2545,6 +2634,7 @@ module Aws::WAFRegional
|
|
2545
2634
|
#
|
2546
2635
|
class GetRuleGroupResponse < Struct.new(
|
2547
2636
|
:rule_group)
|
2637
|
+
SENSITIVE = []
|
2548
2638
|
include Aws::Structure
|
2549
2639
|
end
|
2550
2640
|
|
@@ -2564,6 +2654,7 @@ module Aws::WAFRegional
|
|
2564
2654
|
#
|
2565
2655
|
class GetRuleRequest < Struct.new(
|
2566
2656
|
:rule_id)
|
2657
|
+
SENSITIVE = []
|
2567
2658
|
include Aws::Structure
|
2568
2659
|
end
|
2569
2660
|
|
@@ -2582,6 +2673,7 @@ module Aws::WAFRegional
|
|
2582
2673
|
#
|
2583
2674
|
class GetRuleResponse < Struct.new(
|
2584
2675
|
:rule)
|
2676
|
+
SENSITIVE = []
|
2585
2677
|
include Aws::Structure
|
2586
2678
|
end
|
2587
2679
|
|
@@ -2639,6 +2731,7 @@ module Aws::WAFRegional
|
|
2639
2731
|
:rule_id,
|
2640
2732
|
:time_window,
|
2641
2733
|
:max_items)
|
2734
|
+
SENSITIVE = []
|
2642
2735
|
include Aws::Structure
|
2643
2736
|
end
|
2644
2737
|
|
@@ -2669,6 +2762,7 @@ module Aws::WAFRegional
|
|
2669
2762
|
:sampled_requests,
|
2670
2763
|
:population_size,
|
2671
2764
|
:time_window)
|
2765
|
+
SENSITIVE = []
|
2672
2766
|
include Aws::Structure
|
2673
2767
|
end
|
2674
2768
|
|
@@ -2689,6 +2783,7 @@ module Aws::WAFRegional
|
|
2689
2783
|
#
|
2690
2784
|
class GetSizeConstraintSetRequest < Struct.new(
|
2691
2785
|
:size_constraint_set_id)
|
2786
|
+
SENSITIVE = []
|
2692
2787
|
include Aws::Structure
|
2693
2788
|
end
|
2694
2789
|
|
@@ -2711,6 +2806,7 @@ module Aws::WAFRegional
|
|
2711
2806
|
#
|
2712
2807
|
class GetSizeConstraintSetResponse < Struct.new(
|
2713
2808
|
:size_constraint_set)
|
2809
|
+
SENSITIVE = []
|
2714
2810
|
include Aws::Structure
|
2715
2811
|
end
|
2716
2812
|
|
@@ -2733,6 +2829,7 @@ module Aws::WAFRegional
|
|
2733
2829
|
#
|
2734
2830
|
class GetSqlInjectionMatchSetRequest < Struct.new(
|
2735
2831
|
:sql_injection_match_set_id)
|
2832
|
+
SENSITIVE = []
|
2736
2833
|
include Aws::Structure
|
2737
2834
|
end
|
2738
2835
|
|
@@ -2756,6 +2853,7 @@ module Aws::WAFRegional
|
|
2756
2853
|
#
|
2757
2854
|
class GetSqlInjectionMatchSetResponse < Struct.new(
|
2758
2855
|
:sql_injection_match_set)
|
2856
|
+
SENSITIVE = []
|
2759
2857
|
include Aws::Structure
|
2760
2858
|
end
|
2761
2859
|
|
@@ -2785,6 +2883,7 @@ module Aws::WAFRegional
|
|
2785
2883
|
#
|
2786
2884
|
class GetWebACLForResourceRequest < Struct.new(
|
2787
2885
|
:resource_arn)
|
2886
|
+
SENSITIVE = []
|
2788
2887
|
include Aws::Structure
|
2789
2888
|
end
|
2790
2889
|
|
@@ -2798,6 +2897,7 @@ module Aws::WAFRegional
|
|
2798
2897
|
#
|
2799
2898
|
class GetWebACLForResourceResponse < Struct.new(
|
2800
2899
|
:web_acl_summary)
|
2900
|
+
SENSITIVE = []
|
2801
2901
|
include Aws::Structure
|
2802
2902
|
end
|
2803
2903
|
|
@@ -2817,6 +2917,7 @@ module Aws::WAFRegional
|
|
2817
2917
|
#
|
2818
2918
|
class GetWebACLRequest < Struct.new(
|
2819
2919
|
:web_acl_id)
|
2920
|
+
SENSITIVE = []
|
2820
2921
|
include Aws::Structure
|
2821
2922
|
end
|
2822
2923
|
|
@@ -2839,6 +2940,7 @@ module Aws::WAFRegional
|
|
2839
2940
|
#
|
2840
2941
|
class GetWebACLResponse < Struct.new(
|
2841
2942
|
:web_acl)
|
2943
|
+
SENSITIVE = []
|
2842
2944
|
include Aws::Structure
|
2843
2945
|
end
|
2844
2946
|
|
@@ -2861,6 +2963,7 @@ module Aws::WAFRegional
|
|
2861
2963
|
#
|
2862
2964
|
class GetXssMatchSetRequest < Struct.new(
|
2863
2965
|
:xss_match_set_id)
|
2966
|
+
SENSITIVE = []
|
2864
2967
|
include Aws::Structure
|
2865
2968
|
end
|
2866
2969
|
|
@@ -2884,6 +2987,7 @@ module Aws::WAFRegional
|
|
2884
2987
|
#
|
2885
2988
|
class GetXssMatchSetResponse < Struct.new(
|
2886
2989
|
:xss_match_set)
|
2990
|
+
SENSITIVE = []
|
2887
2991
|
include Aws::Structure
|
2888
2992
|
end
|
2889
2993
|
|
@@ -2920,6 +3024,7 @@ module Aws::WAFRegional
|
|
2920
3024
|
class HTTPHeader < Struct.new(
|
2921
3025
|
:name,
|
2922
3026
|
:value)
|
3027
|
+
SENSITIVE = []
|
2923
3028
|
include Aws::Structure
|
2924
3029
|
end
|
2925
3030
|
|
@@ -2995,6 +3100,7 @@ module Aws::WAFRegional
|
|
2995
3100
|
:method,
|
2996
3101
|
:http_version,
|
2997
3102
|
:headers)
|
3103
|
+
SENSITIVE = []
|
2998
3104
|
include Aws::Structure
|
2999
3105
|
end
|
3000
3106
|
|
@@ -3054,6 +3160,7 @@ module Aws::WAFRegional
|
|
3054
3160
|
:ip_set_id,
|
3055
3161
|
:name,
|
3056
3162
|
:ip_set_descriptors)
|
3163
|
+
SENSITIVE = []
|
3057
3164
|
include Aws::Structure
|
3058
3165
|
end
|
3059
3166
|
|
@@ -3123,6 +3230,7 @@ module Aws::WAFRegional
|
|
3123
3230
|
class IPSetDescriptor < Struct.new(
|
3124
3231
|
:type,
|
3125
3232
|
:value)
|
3233
|
+
SENSITIVE = []
|
3126
3234
|
include Aws::Structure
|
3127
3235
|
end
|
3128
3236
|
|
@@ -3157,6 +3265,7 @@ module Aws::WAFRegional
|
|
3157
3265
|
class IPSetSummary < Struct.new(
|
3158
3266
|
:ip_set_id,
|
3159
3267
|
:name)
|
3268
|
+
SENSITIVE = []
|
3160
3269
|
include Aws::Structure
|
3161
3270
|
end
|
3162
3271
|
|
@@ -3202,6 +3311,7 @@ module Aws::WAFRegional
|
|
3202
3311
|
class IPSetUpdate < Struct.new(
|
3203
3312
|
:action,
|
3204
3313
|
:ip_set_descriptor)
|
3314
|
+
SENSITIVE = []
|
3205
3315
|
include Aws::Structure
|
3206
3316
|
end
|
3207
3317
|
|
@@ -3243,6 +3353,7 @@ module Aws::WAFRegional
|
|
3243
3353
|
:rule_group_id,
|
3244
3354
|
:next_marker,
|
3245
3355
|
:limit)
|
3356
|
+
SENSITIVE = []
|
3246
3357
|
include Aws::Structure
|
3247
3358
|
end
|
3248
3359
|
|
@@ -3264,6 +3375,7 @@ module Aws::WAFRegional
|
|
3264
3375
|
class ListActivatedRulesInRuleGroupResponse < Struct.new(
|
3265
3376
|
:next_marker,
|
3266
3377
|
:activated_rules)
|
3378
|
+
SENSITIVE = []
|
3267
3379
|
include Aws::Structure
|
3268
3380
|
end
|
3269
3381
|
|
@@ -3297,6 +3409,7 @@ module Aws::WAFRegional
|
|
3297
3409
|
class ListByteMatchSetsRequest < Struct.new(
|
3298
3410
|
:next_marker,
|
3299
3411
|
:limit)
|
3412
|
+
SENSITIVE = []
|
3300
3413
|
include Aws::Structure
|
3301
3414
|
end
|
3302
3415
|
|
@@ -3318,6 +3431,7 @@ module Aws::WAFRegional
|
|
3318
3431
|
class ListByteMatchSetsResponse < Struct.new(
|
3319
3432
|
:next_marker,
|
3320
3433
|
:byte_match_sets)
|
3434
|
+
SENSITIVE = []
|
3321
3435
|
include Aws::Structure
|
3322
3436
|
end
|
3323
3437
|
|
@@ -3351,6 +3465,7 @@ module Aws::WAFRegional
|
|
3351
3465
|
class ListGeoMatchSetsRequest < Struct.new(
|
3352
3466
|
:next_marker,
|
3353
3467
|
:limit)
|
3468
|
+
SENSITIVE = []
|
3354
3469
|
include Aws::Structure
|
3355
3470
|
end
|
3356
3471
|
|
@@ -3372,6 +3487,7 @@ module Aws::WAFRegional
|
|
3372
3487
|
class ListGeoMatchSetsResponse < Struct.new(
|
3373
3488
|
:next_marker,
|
3374
3489
|
:geo_match_sets)
|
3490
|
+
SENSITIVE = []
|
3375
3491
|
include Aws::Structure
|
3376
3492
|
end
|
3377
3493
|
|
@@ -3403,6 +3519,7 @@ module Aws::WAFRegional
|
|
3403
3519
|
class ListIPSetsRequest < Struct.new(
|
3404
3520
|
:next_marker,
|
3405
3521
|
:limit)
|
3522
|
+
SENSITIVE = []
|
3406
3523
|
include Aws::Structure
|
3407
3524
|
end
|
3408
3525
|
|
@@ -3421,6 +3538,7 @@ module Aws::WAFRegional
|
|
3421
3538
|
class ListIPSetsResponse < Struct.new(
|
3422
3539
|
:next_marker,
|
3423
3540
|
:ip_sets)
|
3541
|
+
SENSITIVE = []
|
3424
3542
|
include Aws::Structure
|
3425
3543
|
end
|
3426
3544
|
|
@@ -3455,6 +3573,7 @@ module Aws::WAFRegional
|
|
3455
3573
|
class ListLoggingConfigurationsRequest < Struct.new(
|
3456
3574
|
:next_marker,
|
3457
3575
|
:limit)
|
3576
|
+
SENSITIVE = []
|
3458
3577
|
include Aws::Structure
|
3459
3578
|
end
|
3460
3579
|
|
@@ -3476,6 +3595,7 @@ module Aws::WAFRegional
|
|
3476
3595
|
class ListLoggingConfigurationsResponse < Struct.new(
|
3477
3596
|
:logging_configurations,
|
3478
3597
|
:next_marker)
|
3598
|
+
SENSITIVE = []
|
3479
3599
|
include Aws::Structure
|
3480
3600
|
end
|
3481
3601
|
|
@@ -3508,6 +3628,7 @@ module Aws::WAFRegional
|
|
3508
3628
|
class ListRateBasedRulesRequest < Struct.new(
|
3509
3629
|
:next_marker,
|
3510
3630
|
:limit)
|
3631
|
+
SENSITIVE = []
|
3511
3632
|
include Aws::Structure
|
3512
3633
|
end
|
3513
3634
|
|
@@ -3528,6 +3649,7 @@ module Aws::WAFRegional
|
|
3528
3649
|
class ListRateBasedRulesResponse < Struct.new(
|
3529
3650
|
:next_marker,
|
3530
3651
|
:rules)
|
3652
|
+
SENSITIVE = []
|
3531
3653
|
include Aws::Structure
|
3532
3654
|
end
|
3533
3655
|
|
@@ -3562,6 +3684,7 @@ module Aws::WAFRegional
|
|
3562
3684
|
class ListRegexMatchSetsRequest < Struct.new(
|
3563
3685
|
:next_marker,
|
3564
3686
|
:limit)
|
3687
|
+
SENSITIVE = []
|
3565
3688
|
include Aws::Structure
|
3566
3689
|
end
|
3567
3690
|
|
@@ -3583,6 +3706,7 @@ module Aws::WAFRegional
|
|
3583
3706
|
class ListRegexMatchSetsResponse < Struct.new(
|
3584
3707
|
:next_marker,
|
3585
3708
|
:regex_match_sets)
|
3709
|
+
SENSITIVE = []
|
3586
3710
|
include Aws::Structure
|
3587
3711
|
end
|
3588
3712
|
|
@@ -3617,6 +3741,7 @@ module Aws::WAFRegional
|
|
3617
3741
|
class ListRegexPatternSetsRequest < Struct.new(
|
3618
3742
|
:next_marker,
|
3619
3743
|
:limit)
|
3744
|
+
SENSITIVE = []
|
3620
3745
|
include Aws::Structure
|
3621
3746
|
end
|
3622
3747
|
|
@@ -3638,6 +3763,7 @@ module Aws::WAFRegional
|
|
3638
3763
|
class ListRegexPatternSetsResponse < Struct.new(
|
3639
3764
|
:next_marker,
|
3640
3765
|
:regex_pattern_sets)
|
3766
|
+
SENSITIVE = []
|
3641
3767
|
include Aws::Structure
|
3642
3768
|
end
|
3643
3769
|
|
@@ -3664,6 +3790,7 @@ module Aws::WAFRegional
|
|
3664
3790
|
class ListResourcesForWebACLRequest < Struct.new(
|
3665
3791
|
:web_acl_id,
|
3666
3792
|
:resource_type)
|
3793
|
+
SENSITIVE = []
|
3667
3794
|
include Aws::Structure
|
3668
3795
|
end
|
3669
3796
|
|
@@ -3677,6 +3804,7 @@ module Aws::WAFRegional
|
|
3677
3804
|
#
|
3678
3805
|
class ListResourcesForWebACLResponse < Struct.new(
|
3679
3806
|
:resource_arns)
|
3807
|
+
SENSITIVE = []
|
3680
3808
|
include Aws::Structure
|
3681
3809
|
end
|
3682
3810
|
|
@@ -3709,6 +3837,7 @@ module Aws::WAFRegional
|
|
3709
3837
|
class ListRuleGroupsRequest < Struct.new(
|
3710
3838
|
:next_marker,
|
3711
3839
|
:limit)
|
3840
|
+
SENSITIVE = []
|
3712
3841
|
include Aws::Structure
|
3713
3842
|
end
|
3714
3843
|
|
@@ -3729,6 +3858,7 @@ module Aws::WAFRegional
|
|
3729
3858
|
class ListRuleGroupsResponse < Struct.new(
|
3730
3859
|
:next_marker,
|
3731
3860
|
:rule_groups)
|
3861
|
+
SENSITIVE = []
|
3732
3862
|
include Aws::Structure
|
3733
3863
|
end
|
3734
3864
|
|
@@ -3761,6 +3891,7 @@ module Aws::WAFRegional
|
|
3761
3891
|
class ListRulesRequest < Struct.new(
|
3762
3892
|
:next_marker,
|
3763
3893
|
:limit)
|
3894
|
+
SENSITIVE = []
|
3764
3895
|
include Aws::Structure
|
3765
3896
|
end
|
3766
3897
|
|
@@ -3781,6 +3912,7 @@ module Aws::WAFRegional
|
|
3781
3912
|
class ListRulesResponse < Struct.new(
|
3782
3913
|
:next_marker,
|
3783
3914
|
:rules)
|
3915
|
+
SENSITIVE = []
|
3784
3916
|
include Aws::Structure
|
3785
3917
|
end
|
3786
3918
|
|
@@ -3815,6 +3947,7 @@ module Aws::WAFRegional
|
|
3815
3947
|
class ListSizeConstraintSetsRequest < Struct.new(
|
3816
3948
|
:next_marker,
|
3817
3949
|
:limit)
|
3950
|
+
SENSITIVE = []
|
3818
3951
|
include Aws::Structure
|
3819
3952
|
end
|
3820
3953
|
|
@@ -3836,6 +3969,7 @@ module Aws::WAFRegional
|
|
3836
3969
|
class ListSizeConstraintSetsResponse < Struct.new(
|
3837
3970
|
:next_marker,
|
3838
3971
|
:size_constraint_sets)
|
3972
|
+
SENSITIVE = []
|
3839
3973
|
include Aws::Structure
|
3840
3974
|
end
|
3841
3975
|
|
@@ -3873,6 +4007,7 @@ module Aws::WAFRegional
|
|
3873
4007
|
class ListSqlInjectionMatchSetsRequest < Struct.new(
|
3874
4008
|
:next_marker,
|
3875
4009
|
:limit)
|
4010
|
+
SENSITIVE = []
|
3876
4011
|
include Aws::Structure
|
3877
4012
|
end
|
3878
4013
|
|
@@ -3896,6 +4031,7 @@ module Aws::WAFRegional
|
|
3896
4031
|
class ListSqlInjectionMatchSetsResponse < Struct.new(
|
3897
4032
|
:next_marker,
|
3898
4033
|
:sql_injection_match_sets)
|
4034
|
+
SENSITIVE = []
|
3899
4035
|
include Aws::Structure
|
3900
4036
|
end
|
3901
4037
|
|
@@ -3929,6 +4065,7 @@ module Aws::WAFRegional
|
|
3929
4065
|
class ListSubscribedRuleGroupsRequest < Struct.new(
|
3930
4066
|
:next_marker,
|
3931
4067
|
:limit)
|
4068
|
+
SENSITIVE = []
|
3932
4069
|
include Aws::Structure
|
3933
4070
|
end
|
3934
4071
|
|
@@ -3949,6 +4086,7 @@ module Aws::WAFRegional
|
|
3949
4086
|
class ListSubscribedRuleGroupsResponse < Struct.new(
|
3950
4087
|
:next_marker,
|
3951
4088
|
:rule_groups)
|
4089
|
+
SENSITIVE = []
|
3952
4090
|
include Aws::Structure
|
3953
4091
|
end
|
3954
4092
|
|
@@ -3976,6 +4114,7 @@ module Aws::WAFRegional
|
|
3976
4114
|
:next_marker,
|
3977
4115
|
:limit,
|
3978
4116
|
:resource_arn)
|
4117
|
+
SENSITIVE = []
|
3979
4118
|
include Aws::Structure
|
3980
4119
|
end
|
3981
4120
|
|
@@ -3990,6 +4129,7 @@ module Aws::WAFRegional
|
|
3990
4129
|
class ListTagsForResourceResponse < Struct.new(
|
3991
4130
|
:next_marker,
|
3992
4131
|
:tag_info_for_resource)
|
4132
|
+
SENSITIVE = []
|
3993
4133
|
include Aws::Structure
|
3994
4134
|
end
|
3995
4135
|
|
@@ -4024,6 +4164,7 @@ module Aws::WAFRegional
|
|
4024
4164
|
class ListWebACLsRequest < Struct.new(
|
4025
4165
|
:next_marker,
|
4026
4166
|
:limit)
|
4167
|
+
SENSITIVE = []
|
4027
4168
|
include Aws::Structure
|
4028
4169
|
end
|
4029
4170
|
|
@@ -4044,6 +4185,7 @@ module Aws::WAFRegional
|
|
4044
4185
|
class ListWebACLsResponse < Struct.new(
|
4045
4186
|
:next_marker,
|
4046
4187
|
:web_acls)
|
4188
|
+
SENSITIVE = []
|
4047
4189
|
include Aws::Structure
|
4048
4190
|
end
|
4049
4191
|
|
@@ -4079,6 +4221,7 @@ module Aws::WAFRegional
|
|
4079
4221
|
class ListXssMatchSetsRequest < Struct.new(
|
4080
4222
|
:next_marker,
|
4081
4223
|
:limit)
|
4224
|
+
SENSITIVE = []
|
4082
4225
|
include Aws::Structure
|
4083
4226
|
end
|
4084
4227
|
|
@@ -4102,6 +4245,7 @@ module Aws::WAFRegional
|
|
4102
4245
|
class ListXssMatchSetsResponse < Struct.new(
|
4103
4246
|
:next_marker,
|
4104
4247
|
:xss_match_sets)
|
4248
|
+
SENSITIVE = []
|
4105
4249
|
include Aws::Structure
|
4106
4250
|
end
|
4107
4251
|
|
@@ -4157,6 +4301,7 @@ module Aws::WAFRegional
|
|
4157
4301
|
:resource_arn,
|
4158
4302
|
:log_destination_configs,
|
4159
4303
|
:redacted_fields)
|
4304
|
+
SENSITIVE = []
|
4160
4305
|
include Aws::Structure
|
4161
4306
|
end
|
4162
4307
|
|
@@ -4221,6 +4366,7 @@ module Aws::WAFRegional
|
|
4221
4366
|
:negated,
|
4222
4367
|
:type,
|
4223
4368
|
:data_id)
|
4369
|
+
SENSITIVE = []
|
4224
4370
|
include Aws::Structure
|
4225
4371
|
end
|
4226
4372
|
|
@@ -4255,6 +4401,7 @@ module Aws::WAFRegional
|
|
4255
4401
|
#
|
4256
4402
|
class PutLoggingConfigurationRequest < Struct.new(
|
4257
4403
|
:logging_configuration)
|
4404
|
+
SENSITIVE = []
|
4258
4405
|
include Aws::Structure
|
4259
4406
|
end
|
4260
4407
|
|
@@ -4266,6 +4413,7 @@ module Aws::WAFRegional
|
|
4266
4413
|
#
|
4267
4414
|
class PutLoggingConfigurationResponse < Struct.new(
|
4268
4415
|
:logging_configuration)
|
4416
|
+
SENSITIVE = []
|
4269
4417
|
include Aws::Structure
|
4270
4418
|
end
|
4271
4419
|
|
@@ -4291,6 +4439,7 @@ module Aws::WAFRegional
|
|
4291
4439
|
class PutPermissionPolicyRequest < Struct.new(
|
4292
4440
|
:resource_arn,
|
4293
4441
|
:policy)
|
4442
|
+
SENSITIVE = []
|
4294
4443
|
include Aws::Structure
|
4295
4444
|
end
|
4296
4445
|
|
@@ -4382,6 +4531,7 @@ module Aws::WAFRegional
|
|
4382
4531
|
:match_predicates,
|
4383
4532
|
:rate_key,
|
4384
4533
|
:rate_limit)
|
4534
|
+
SENSITIVE = []
|
4385
4535
|
include Aws::Structure
|
4386
4536
|
end
|
4387
4537
|
|
@@ -4448,6 +4598,7 @@ module Aws::WAFRegional
|
|
4448
4598
|
:regex_match_set_id,
|
4449
4599
|
:name,
|
4450
4600
|
:regex_match_tuples)
|
4601
|
+
SENSITIVE = []
|
4451
4602
|
include Aws::Structure
|
4452
4603
|
end
|
4453
4604
|
|
@@ -4488,6 +4639,7 @@ module Aws::WAFRegional
|
|
4488
4639
|
class RegexMatchSetSummary < Struct.new(
|
4489
4640
|
:regex_match_set_id,
|
4490
4641
|
:name)
|
4642
|
+
SENSITIVE = []
|
4491
4643
|
include Aws::Structure
|
4492
4644
|
end
|
4493
4645
|
|
@@ -4542,6 +4694,7 @@ module Aws::WAFRegional
|
|
4542
4694
|
class RegexMatchSetUpdate < Struct.new(
|
4543
4695
|
:action,
|
4544
4696
|
:regex_match_tuple)
|
4697
|
+
SENSITIVE = []
|
4545
4698
|
include Aws::Structure
|
4546
4699
|
end
|
4547
4700
|
|
@@ -4686,6 +4839,7 @@ module Aws::WAFRegional
|
|
4686
4839
|
:field_to_match,
|
4687
4840
|
:text_transformation,
|
4688
4841
|
:regex_pattern_set_id)
|
4842
|
+
SENSITIVE = []
|
4689
4843
|
include Aws::Structure
|
4690
4844
|
end
|
4691
4845
|
|
@@ -4733,6 +4887,7 @@ module Aws::WAFRegional
|
|
4733
4887
|
:regex_pattern_set_id,
|
4734
4888
|
:name,
|
4735
4889
|
:regex_pattern_strings)
|
4890
|
+
SENSITIVE = []
|
4736
4891
|
include Aws::Structure
|
4737
4892
|
end
|
4738
4893
|
|
@@ -4773,6 +4928,7 @@ module Aws::WAFRegional
|
|
4773
4928
|
class RegexPatternSetSummary < Struct.new(
|
4774
4929
|
:regex_pattern_set_id,
|
4775
4930
|
:name)
|
4931
|
+
SENSITIVE = []
|
4776
4932
|
include Aws::Structure
|
4777
4933
|
end
|
4778
4934
|
|
@@ -4816,6 +4972,7 @@ module Aws::WAFRegional
|
|
4816
4972
|
class RegexPatternSetUpdate < Struct.new(
|
4817
4973
|
:action,
|
4818
4974
|
:regex_pattern_string)
|
4975
|
+
SENSITIVE = []
|
4819
4976
|
include Aws::Structure
|
4820
4977
|
end
|
4821
4978
|
|
@@ -4885,6 +5042,7 @@ module Aws::WAFRegional
|
|
4885
5042
|
:name,
|
4886
5043
|
:metric_name,
|
4887
5044
|
:predicates)
|
5045
|
+
SENSITIVE = []
|
4888
5046
|
include Aws::Structure
|
4889
5047
|
end
|
4890
5048
|
|
@@ -4943,6 +5101,7 @@ module Aws::WAFRegional
|
|
4943
5101
|
:rule_group_id,
|
4944
5102
|
:name,
|
4945
5103
|
:metric_name)
|
5104
|
+
SENSITIVE = []
|
4946
5105
|
include Aws::Structure
|
4947
5106
|
end
|
4948
5107
|
|
@@ -4983,6 +5142,7 @@ module Aws::WAFRegional
|
|
4983
5142
|
class RuleGroupSummary < Struct.new(
|
4984
5143
|
:rule_group_id,
|
4985
5144
|
:name)
|
5145
|
+
SENSITIVE = []
|
4986
5146
|
include Aws::Structure
|
4987
5147
|
end
|
4988
5148
|
|
@@ -5043,6 +5203,7 @@ module Aws::WAFRegional
|
|
5043
5203
|
class RuleGroupUpdate < Struct.new(
|
5044
5204
|
:action,
|
5045
5205
|
:activated_rule)
|
5206
|
+
SENSITIVE = []
|
5046
5207
|
include Aws::Structure
|
5047
5208
|
end
|
5048
5209
|
|
@@ -5083,6 +5244,7 @@ module Aws::WAFRegional
|
|
5083
5244
|
class RuleSummary < Struct.new(
|
5084
5245
|
:rule_id,
|
5085
5246
|
:name)
|
5247
|
+
SENSITIVE = []
|
5086
5248
|
include Aws::Structure
|
5087
5249
|
end
|
5088
5250
|
|
@@ -5130,6 +5292,7 @@ module Aws::WAFRegional
|
|
5130
5292
|
class RuleUpdate < Struct.new(
|
5131
5293
|
:action,
|
5132
5294
|
:predicate)
|
5295
|
+
SENSITIVE = []
|
5133
5296
|
include Aws::Structure
|
5134
5297
|
end
|
5135
5298
|
|
@@ -5189,6 +5352,7 @@ module Aws::WAFRegional
|
|
5189
5352
|
:timestamp,
|
5190
5353
|
:action,
|
5191
5354
|
:rule_within_rule_group)
|
5355
|
+
SENSITIVE = []
|
5192
5356
|
include Aws::Structure
|
5193
5357
|
end
|
5194
5358
|
|
@@ -5359,6 +5523,7 @@ module Aws::WAFRegional
|
|
5359
5523
|
:text_transformation,
|
5360
5524
|
:comparison_operator,
|
5361
5525
|
:size)
|
5526
|
+
SENSITIVE = []
|
5362
5527
|
include Aws::Structure
|
5363
5528
|
end
|
5364
5529
|
|
@@ -5409,6 +5574,7 @@ module Aws::WAFRegional
|
|
5409
5574
|
:size_constraint_set_id,
|
5410
5575
|
:name,
|
5411
5576
|
:size_constraints)
|
5577
|
+
SENSITIVE = []
|
5412
5578
|
include Aws::Structure
|
5413
5579
|
end
|
5414
5580
|
|
@@ -5449,6 +5615,7 @@ module Aws::WAFRegional
|
|
5449
5615
|
class SizeConstraintSetSummary < Struct.new(
|
5450
5616
|
:size_constraint_set_id,
|
5451
5617
|
:name)
|
5618
|
+
SENSITIVE = []
|
5452
5619
|
include Aws::Structure
|
5453
5620
|
end
|
5454
5621
|
|
@@ -5505,6 +5672,7 @@ module Aws::WAFRegional
|
|
5505
5672
|
class SizeConstraintSetUpdate < Struct.new(
|
5506
5673
|
:action,
|
5507
5674
|
:size_constraint)
|
5675
|
+
SENSITIVE = []
|
5508
5676
|
include Aws::Structure
|
5509
5677
|
end
|
5510
5678
|
|
@@ -5558,6 +5726,7 @@ module Aws::WAFRegional
|
|
5558
5726
|
:sql_injection_match_set_id,
|
5559
5727
|
:name,
|
5560
5728
|
:sql_injection_match_tuples)
|
5729
|
+
SENSITIVE = []
|
5561
5730
|
include Aws::Structure
|
5562
5731
|
end
|
5563
5732
|
|
@@ -5599,6 +5768,7 @@ module Aws::WAFRegional
|
|
5599
5768
|
class SqlInjectionMatchSetSummary < Struct.new(
|
5600
5769
|
:sql_injection_match_set_id,
|
5601
5770
|
:name)
|
5771
|
+
SENSITIVE = []
|
5602
5772
|
include Aws::Structure
|
5603
5773
|
end
|
5604
5774
|
|
@@ -5652,6 +5822,7 @@ module Aws::WAFRegional
|
|
5652
5822
|
class SqlInjectionMatchSetUpdate < Struct.new(
|
5653
5823
|
:action,
|
5654
5824
|
:sql_injection_match_tuple)
|
5825
|
+
SENSITIVE = []
|
5655
5826
|
include Aws::Structure
|
5656
5827
|
end
|
5657
5828
|
|
@@ -5772,6 +5943,7 @@ module Aws::WAFRegional
|
|
5772
5943
|
class SqlInjectionMatchTuple < Struct.new(
|
5773
5944
|
:field_to_match,
|
5774
5945
|
:text_transformation)
|
5946
|
+
SENSITIVE = []
|
5775
5947
|
include Aws::Structure
|
5776
5948
|
end
|
5777
5949
|
|
@@ -5815,6 +5987,7 @@ module Aws::WAFRegional
|
|
5815
5987
|
:rule_group_id,
|
5816
5988
|
:name,
|
5817
5989
|
:metric_name)
|
5990
|
+
SENSITIVE = []
|
5818
5991
|
include Aws::Structure
|
5819
5992
|
end
|
5820
5993
|
|
@@ -5862,6 +6035,7 @@ module Aws::WAFRegional
|
|
5862
6035
|
class Tag < Struct.new(
|
5863
6036
|
:key,
|
5864
6037
|
:value)
|
6038
|
+
SENSITIVE = []
|
5865
6039
|
include Aws::Structure
|
5866
6040
|
end
|
5867
6041
|
|
@@ -5902,6 +6076,7 @@ module Aws::WAFRegional
|
|
5902
6076
|
class TagInfoForResource < Struct.new(
|
5903
6077
|
:resource_arn,
|
5904
6078
|
:tag_list)
|
6079
|
+
SENSITIVE = []
|
5905
6080
|
include Aws::Structure
|
5906
6081
|
end
|
5907
6082
|
|
@@ -5929,6 +6104,7 @@ module Aws::WAFRegional
|
|
5929
6104
|
class TagResourceRequest < Struct.new(
|
5930
6105
|
:resource_arn,
|
5931
6106
|
:tags)
|
6107
|
+
SENSITIVE = []
|
5932
6108
|
include Aws::Structure
|
5933
6109
|
end
|
5934
6110
|
|
@@ -5998,6 +6174,7 @@ module Aws::WAFRegional
|
|
5998
6174
|
class TimeWindow < Struct.new(
|
5999
6175
|
:start_time,
|
6000
6176
|
:end_time)
|
6177
|
+
SENSITIVE = []
|
6001
6178
|
include Aws::Structure
|
6002
6179
|
end
|
6003
6180
|
|
@@ -6020,6 +6197,7 @@ module Aws::WAFRegional
|
|
6020
6197
|
class UntagResourceRequest < Struct.new(
|
6021
6198
|
:resource_arn,
|
6022
6199
|
:tag_keys)
|
6200
|
+
SENSITIVE = []
|
6023
6201
|
include Aws::Structure
|
6024
6202
|
end
|
6025
6203
|
|
@@ -6078,6 +6256,7 @@ module Aws::WAFRegional
|
|
6078
6256
|
:byte_match_set_id,
|
6079
6257
|
:change_token,
|
6080
6258
|
:updates)
|
6259
|
+
SENSITIVE = []
|
6081
6260
|
include Aws::Structure
|
6082
6261
|
end
|
6083
6262
|
|
@@ -6091,6 +6270,7 @@ module Aws::WAFRegional
|
|
6091
6270
|
#
|
6092
6271
|
class UpdateByteMatchSetResponse < Struct.new(
|
6093
6272
|
:change_token)
|
6273
|
+
SENSITIVE = []
|
6094
6274
|
include Aws::Structure
|
6095
6275
|
end
|
6096
6276
|
|
@@ -6141,6 +6321,7 @@ module Aws::WAFRegional
|
|
6141
6321
|
:geo_match_set_id,
|
6142
6322
|
:change_token,
|
6143
6323
|
:updates)
|
6324
|
+
SENSITIVE = []
|
6144
6325
|
include Aws::Structure
|
6145
6326
|
end
|
6146
6327
|
|
@@ -6154,6 +6335,7 @@ module Aws::WAFRegional
|
|
6154
6335
|
#
|
6155
6336
|
class UpdateGeoMatchSetResponse < Struct.new(
|
6156
6337
|
:change_token)
|
6338
|
+
SENSITIVE = []
|
6157
6339
|
include Aws::Structure
|
6158
6340
|
end
|
6159
6341
|
|
@@ -6201,6 +6383,7 @@ module Aws::WAFRegional
|
|
6201
6383
|
:ip_set_id,
|
6202
6384
|
:change_token,
|
6203
6385
|
:updates)
|
6386
|
+
SENSITIVE = []
|
6204
6387
|
include Aws::Structure
|
6205
6388
|
end
|
6206
6389
|
|
@@ -6214,6 +6397,7 @@ module Aws::WAFRegional
|
|
6214
6397
|
#
|
6215
6398
|
class UpdateIPSetResponse < Struct.new(
|
6216
6399
|
:change_token)
|
6400
|
+
SENSITIVE = []
|
6217
6401
|
include Aws::Structure
|
6218
6402
|
end
|
6219
6403
|
|
@@ -6266,6 +6450,7 @@ module Aws::WAFRegional
|
|
6266
6450
|
:change_token,
|
6267
6451
|
:updates,
|
6268
6452
|
:rate_limit)
|
6453
|
+
SENSITIVE = []
|
6269
6454
|
include Aws::Structure
|
6270
6455
|
end
|
6271
6456
|
|
@@ -6279,6 +6464,7 @@ module Aws::WAFRegional
|
|
6279
6464
|
#
|
6280
6465
|
class UpdateRateBasedRuleResponse < Struct.new(
|
6281
6466
|
:change_token)
|
6467
|
+
SENSITIVE = []
|
6282
6468
|
include Aws::Structure
|
6283
6469
|
end
|
6284
6470
|
|
@@ -6325,6 +6511,7 @@ module Aws::WAFRegional
|
|
6325
6511
|
:regex_match_set_id,
|
6326
6512
|
:updates,
|
6327
6513
|
:change_token)
|
6514
|
+
SENSITIVE = []
|
6328
6515
|
include Aws::Structure
|
6329
6516
|
end
|
6330
6517
|
|
@@ -6338,6 +6525,7 @@ module Aws::WAFRegional
|
|
6338
6525
|
#
|
6339
6526
|
class UpdateRegexMatchSetResponse < Struct.new(
|
6340
6527
|
:change_token)
|
6528
|
+
SENSITIVE = []
|
6341
6529
|
include Aws::Structure
|
6342
6530
|
end
|
6343
6531
|
|
@@ -6376,6 +6564,7 @@ module Aws::WAFRegional
|
|
6376
6564
|
:regex_pattern_set_id,
|
6377
6565
|
:updates,
|
6378
6566
|
:change_token)
|
6567
|
+
SENSITIVE = []
|
6379
6568
|
include Aws::Structure
|
6380
6569
|
end
|
6381
6570
|
|
@@ -6390,6 +6579,7 @@ module Aws::WAFRegional
|
|
6390
6579
|
#
|
6391
6580
|
class UpdateRegexPatternSetResponse < Struct.new(
|
6392
6581
|
:change_token)
|
6582
|
+
SENSITIVE = []
|
6393
6583
|
include Aws::Structure
|
6394
6584
|
end
|
6395
6585
|
|
@@ -6450,6 +6640,7 @@ module Aws::WAFRegional
|
|
6450
6640
|
:rule_group_id,
|
6451
6641
|
:updates,
|
6452
6642
|
:change_token)
|
6643
|
+
SENSITIVE = []
|
6453
6644
|
include Aws::Structure
|
6454
6645
|
end
|
6455
6646
|
|
@@ -6463,6 +6654,7 @@ module Aws::WAFRegional
|
|
6463
6654
|
#
|
6464
6655
|
class UpdateRuleGroupResponse < Struct.new(
|
6465
6656
|
:change_token)
|
6657
|
+
SENSITIVE = []
|
6466
6658
|
include Aws::Structure
|
6467
6659
|
end
|
6468
6660
|
|
@@ -6511,6 +6703,7 @@ module Aws::WAFRegional
|
|
6511
6703
|
:rule_id,
|
6512
6704
|
:change_token,
|
6513
6705
|
:updates)
|
6706
|
+
SENSITIVE = []
|
6514
6707
|
include Aws::Structure
|
6515
6708
|
end
|
6516
6709
|
|
@@ -6524,6 +6717,7 @@ module Aws::WAFRegional
|
|
6524
6717
|
#
|
6525
6718
|
class UpdateRuleResponse < Struct.new(
|
6526
6719
|
:change_token)
|
6720
|
+
SENSITIVE = []
|
6527
6721
|
include Aws::Structure
|
6528
6722
|
end
|
6529
6723
|
|
@@ -6578,6 +6772,7 @@ module Aws::WAFRegional
|
|
6578
6772
|
:size_constraint_set_id,
|
6579
6773
|
:change_token,
|
6580
6774
|
:updates)
|
6775
|
+
SENSITIVE = []
|
6581
6776
|
include Aws::Structure
|
6582
6777
|
end
|
6583
6778
|
|
@@ -6592,6 +6787,7 @@ module Aws::WAFRegional
|
|
6592
6787
|
#
|
6593
6788
|
class UpdateSizeConstraintSetResponse < Struct.new(
|
6594
6789
|
:change_token)
|
6790
|
+
SENSITIVE = []
|
6595
6791
|
include Aws::Structure
|
6596
6792
|
end
|
6597
6793
|
|
@@ -6647,6 +6843,7 @@ module Aws::WAFRegional
|
|
6647
6843
|
:sql_injection_match_set_id,
|
6648
6844
|
:change_token,
|
6649
6845
|
:updates)
|
6846
|
+
SENSITIVE = []
|
6650
6847
|
include Aws::Structure
|
6651
6848
|
end
|
6652
6849
|
|
@@ -6663,6 +6860,7 @@ module Aws::WAFRegional
|
|
6663
6860
|
#
|
6664
6861
|
class UpdateSqlInjectionMatchSetResponse < Struct.new(
|
6665
6862
|
:change_token)
|
6863
|
+
SENSITIVE = []
|
6666
6864
|
include Aws::Structure
|
6667
6865
|
end
|
6668
6866
|
|
@@ -6739,6 +6937,7 @@ module Aws::WAFRegional
|
|
6739
6937
|
:change_token,
|
6740
6938
|
:updates,
|
6741
6939
|
:default_action)
|
6940
|
+
SENSITIVE = []
|
6742
6941
|
include Aws::Structure
|
6743
6942
|
end
|
6744
6943
|
|
@@ -6752,6 +6951,7 @@ module Aws::WAFRegional
|
|
6752
6951
|
#
|
6753
6952
|
class UpdateWebACLResponse < Struct.new(
|
6754
6953
|
:change_token)
|
6954
|
+
SENSITIVE = []
|
6755
6955
|
include Aws::Structure
|
6756
6956
|
end
|
6757
6957
|
|
@@ -6805,6 +7005,7 @@ module Aws::WAFRegional
|
|
6805
7005
|
:xss_match_set_id,
|
6806
7006
|
:change_token,
|
6807
7007
|
:updates)
|
7008
|
+
SENSITIVE = []
|
6808
7009
|
include Aws::Structure
|
6809
7010
|
end
|
6810
7011
|
|
@@ -6820,6 +7021,7 @@ module Aws::WAFRegional
|
|
6820
7021
|
#
|
6821
7022
|
class UpdateXssMatchSetResponse < Struct.new(
|
6822
7023
|
:change_token)
|
7024
|
+
SENSITIVE = []
|
6823
7025
|
include Aws::Structure
|
6824
7026
|
end
|
6825
7027
|
|
@@ -6830,6 +7032,7 @@ module Aws::WAFRegional
|
|
6830
7032
|
#
|
6831
7033
|
class WAFBadRequestException < Struct.new(
|
6832
7034
|
:message)
|
7035
|
+
SENSITIVE = []
|
6833
7036
|
include Aws::Structure
|
6834
7037
|
end
|
6835
7038
|
|
@@ -6842,6 +7045,7 @@ module Aws::WAFRegional
|
|
6842
7045
|
#
|
6843
7046
|
class WAFDisallowedNameException < Struct.new(
|
6844
7047
|
:message)
|
7048
|
+
SENSITIVE = []
|
6845
7049
|
include Aws::Structure
|
6846
7050
|
end
|
6847
7051
|
|
@@ -6882,6 +7086,7 @@ module Aws::WAFRegional
|
|
6882
7086
|
:message,
|
6883
7087
|
:migration_error_type,
|
6884
7088
|
:migration_error_reason)
|
7089
|
+
SENSITIVE = []
|
6885
7090
|
include Aws::Structure
|
6886
7091
|
end
|
6887
7092
|
|
@@ -6895,6 +7100,7 @@ module Aws::WAFRegional
|
|
6895
7100
|
#
|
6896
7101
|
class WAFInternalErrorException < Struct.new(
|
6897
7102
|
:message)
|
7103
|
+
SENSITIVE = []
|
6898
7104
|
include Aws::Structure
|
6899
7105
|
end
|
6900
7106
|
|
@@ -6929,6 +7135,7 @@ module Aws::WAFRegional
|
|
6929
7135
|
#
|
6930
7136
|
class WAFInvalidOperationException < Struct.new(
|
6931
7137
|
:message)
|
7138
|
+
SENSITIVE = []
|
6932
7139
|
include Aws::Structure
|
6933
7140
|
end
|
6934
7141
|
|
@@ -6975,6 +7182,7 @@ module Aws::WAFRegional
|
|
6975
7182
|
:field,
|
6976
7183
|
:parameter,
|
6977
7184
|
:reason)
|
7185
|
+
SENSITIVE = []
|
6978
7186
|
include Aws::Structure
|
6979
7187
|
end
|
6980
7188
|
|
@@ -7011,6 +7219,7 @@ module Aws::WAFRegional
|
|
7011
7219
|
#
|
7012
7220
|
class WAFInvalidPermissionPolicyException < Struct.new(
|
7013
7221
|
:message)
|
7222
|
+
SENSITIVE = []
|
7014
7223
|
include Aws::Structure
|
7015
7224
|
end
|
7016
7225
|
|
@@ -7024,6 +7233,7 @@ module Aws::WAFRegional
|
|
7024
7233
|
#
|
7025
7234
|
class WAFInvalidRegexPatternException < Struct.new(
|
7026
7235
|
:message)
|
7236
|
+
SENSITIVE = []
|
7027
7237
|
include Aws::Structure
|
7028
7238
|
end
|
7029
7239
|
|
@@ -7042,6 +7252,7 @@ module Aws::WAFRegional
|
|
7042
7252
|
#
|
7043
7253
|
class WAFLimitsExceededException < Struct.new(
|
7044
7254
|
:message)
|
7255
|
+
SENSITIVE = []
|
7045
7256
|
include Aws::Structure
|
7046
7257
|
end
|
7047
7258
|
|
@@ -7067,6 +7278,7 @@ module Aws::WAFRegional
|
|
7067
7278
|
#
|
7068
7279
|
class WAFNonEmptyEntityException < Struct.new(
|
7069
7280
|
:message)
|
7281
|
+
SENSITIVE = []
|
7070
7282
|
include Aws::Structure
|
7071
7283
|
end
|
7072
7284
|
|
@@ -7092,6 +7304,7 @@ module Aws::WAFRegional
|
|
7092
7304
|
#
|
7093
7305
|
class WAFNonexistentContainerException < Struct.new(
|
7094
7306
|
:message)
|
7307
|
+
SENSITIVE = []
|
7095
7308
|
include Aws::Structure
|
7096
7309
|
end
|
7097
7310
|
|
@@ -7104,6 +7317,7 @@ module Aws::WAFRegional
|
|
7104
7317
|
#
|
7105
7318
|
class WAFNonexistentItemException < Struct.new(
|
7106
7319
|
:message)
|
7320
|
+
SENSITIVE = []
|
7107
7321
|
include Aws::Structure
|
7108
7322
|
end
|
7109
7323
|
|
@@ -7122,6 +7336,7 @@ module Aws::WAFRegional
|
|
7122
7336
|
#
|
7123
7337
|
class WAFReferencedItemException < Struct.new(
|
7124
7338
|
:message)
|
7339
|
+
SENSITIVE = []
|
7125
7340
|
include Aws::Structure
|
7126
7341
|
end
|
7127
7342
|
|
@@ -7142,6 +7357,7 @@ module Aws::WAFRegional
|
|
7142
7357
|
#
|
7143
7358
|
class WAFServiceLinkedRoleErrorException < Struct.new(
|
7144
7359
|
:message)
|
7360
|
+
SENSITIVE = []
|
7145
7361
|
include Aws::Structure
|
7146
7362
|
end
|
7147
7363
|
|
@@ -7155,6 +7371,7 @@ module Aws::WAFRegional
|
|
7155
7371
|
#
|
7156
7372
|
class WAFStaleDataException < Struct.new(
|
7157
7373
|
:message)
|
7374
|
+
SENSITIVE = []
|
7158
7375
|
include Aws::Structure
|
7159
7376
|
end
|
7160
7377
|
|
@@ -7167,6 +7384,7 @@ module Aws::WAFRegional
|
|
7167
7384
|
#
|
7168
7385
|
class WAFSubscriptionNotFoundException < Struct.new(
|
7169
7386
|
:message)
|
7387
|
+
SENSITIVE = []
|
7170
7388
|
include Aws::Structure
|
7171
7389
|
end
|
7172
7390
|
|
@@ -7177,6 +7395,7 @@ module Aws::WAFRegional
|
|
7177
7395
|
#
|
7178
7396
|
class WAFTagOperationException < Struct.new(
|
7179
7397
|
:message)
|
7398
|
+
SENSITIVE = []
|
7180
7399
|
include Aws::Structure
|
7181
7400
|
end
|
7182
7401
|
|
@@ -7187,6 +7406,7 @@ module Aws::WAFRegional
|
|
7187
7406
|
#
|
7188
7407
|
class WAFTagOperationInternalErrorException < Struct.new(
|
7189
7408
|
:message)
|
7409
|
+
SENSITIVE = []
|
7190
7410
|
include Aws::Structure
|
7191
7411
|
end
|
7192
7412
|
|
@@ -7200,6 +7420,7 @@ module Aws::WAFRegional
|
|
7200
7420
|
#
|
7201
7421
|
class WAFUnavailableEntityException < Struct.new(
|
7202
7422
|
:message)
|
7423
|
+
SENSITIVE = []
|
7203
7424
|
include Aws::Structure
|
7204
7425
|
end
|
7205
7426
|
|
@@ -7250,6 +7471,7 @@ module Aws::WAFRegional
|
|
7250
7471
|
#
|
7251
7472
|
class WafAction < Struct.new(
|
7252
7473
|
:type)
|
7474
|
+
SENSITIVE = []
|
7253
7475
|
include Aws::Structure
|
7254
7476
|
end
|
7255
7477
|
|
@@ -7287,6 +7509,7 @@ module Aws::WAFRegional
|
|
7287
7509
|
#
|
7288
7510
|
class WafOverrideAction < Struct.new(
|
7289
7511
|
:type)
|
7512
|
+
SENSITIVE = []
|
7290
7513
|
include Aws::Structure
|
7291
7514
|
end
|
7292
7515
|
|
@@ -7361,6 +7584,7 @@ module Aws::WAFRegional
|
|
7361
7584
|
:default_action,
|
7362
7585
|
:rules,
|
7363
7586
|
:web_acl_arn)
|
7587
|
+
SENSITIVE = []
|
7364
7588
|
include Aws::Structure
|
7365
7589
|
end
|
7366
7590
|
|
@@ -7399,6 +7623,7 @@ module Aws::WAFRegional
|
|
7399
7623
|
class WebACLSummary < Struct.new(
|
7400
7624
|
:web_acl_id,
|
7401
7625
|
:name)
|
7626
|
+
SENSITIVE = []
|
7402
7627
|
include Aws::Structure
|
7403
7628
|
end
|
7404
7629
|
|
@@ -7459,6 +7684,7 @@ module Aws::WAFRegional
|
|
7459
7684
|
class WebACLUpdate < Struct.new(
|
7460
7685
|
:action,
|
7461
7686
|
:activated_rule)
|
7687
|
+
SENSITIVE = []
|
7462
7688
|
include Aws::Structure
|
7463
7689
|
end
|
7464
7690
|
|
@@ -7510,6 +7736,7 @@ module Aws::WAFRegional
|
|
7510
7736
|
:xss_match_set_id,
|
7511
7737
|
:name,
|
7512
7738
|
:xss_match_tuples)
|
7739
|
+
SENSITIVE = []
|
7513
7740
|
include Aws::Structure
|
7514
7741
|
end
|
7515
7742
|
|
@@ -7549,6 +7776,7 @@ module Aws::WAFRegional
|
|
7549
7776
|
class XssMatchSetSummary < Struct.new(
|
7550
7777
|
:xss_match_set_id,
|
7551
7778
|
:name)
|
7779
|
+
SENSITIVE = []
|
7552
7780
|
include Aws::Structure
|
7553
7781
|
end
|
7554
7782
|
|
@@ -7600,6 +7828,7 @@ module Aws::WAFRegional
|
|
7600
7828
|
class XssMatchSetUpdate < Struct.new(
|
7601
7829
|
:action,
|
7602
7830
|
:xss_match_tuple)
|
7831
|
+
SENSITIVE = []
|
7603
7832
|
include Aws::Structure
|
7604
7833
|
end
|
7605
7834
|
|
@@ -7720,6 +7949,7 @@ module Aws::WAFRegional
|
|
7720
7949
|
class XssMatchTuple < Struct.new(
|
7721
7950
|
:field_to_match,
|
7722
7951
|
:text_transformation)
|
7952
|
+
SENSITIVE = []
|
7723
7953
|
include Aws::Structure
|
7724
7954
|
end
|
7725
7955
|
|