aws-sdk-wafregional 1.28.0 → 1.33.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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:
@@ -49,6 +51,8 @@ module Aws::WAFRegional
49
51
  CreateSizeConstraintSetResponse = Shapes::StructureShape.new(name: 'CreateSizeConstraintSetResponse')
50
52
  CreateSqlInjectionMatchSetRequest = Shapes::StructureShape.new(name: 'CreateSqlInjectionMatchSetRequest')
51
53
  CreateSqlInjectionMatchSetResponse = Shapes::StructureShape.new(name: 'CreateSqlInjectionMatchSetResponse')
54
+ CreateWebACLMigrationStackRequest = Shapes::StructureShape.new(name: 'CreateWebACLMigrationStackRequest')
55
+ CreateWebACLMigrationStackResponse = Shapes::StructureShape.new(name: 'CreateWebACLMigrationStackResponse')
52
56
  CreateWebACLRequest = Shapes::StructureShape.new(name: 'CreateWebACLRequest')
53
57
  CreateWebACLResponse = Shapes::StructureShape.new(name: 'CreateWebACLResponse')
54
58
  CreateXssMatchSetRequest = Shapes::StructureShape.new(name: 'CreateXssMatchSetRequest')
@@ -83,6 +87,7 @@ module Aws::WAFRegional
83
87
  DeleteXssMatchSetResponse = Shapes::StructureShape.new(name: 'DeleteXssMatchSetResponse')
84
88
  DisassociateWebACLRequest = Shapes::StructureShape.new(name: 'DisassociateWebACLRequest')
85
89
  DisassociateWebACLResponse = Shapes::StructureShape.new(name: 'DisassociateWebACLResponse')
90
+ ErrorReason = Shapes::StringShape.new(name: 'ErrorReason')
86
91
  ExcludedRule = Shapes::StructureShape.new(name: 'ExcludedRule')
87
92
  ExcludedRules = Shapes::ListShape.new(name: 'ExcludedRules')
88
93
  FieldToMatch = Shapes::StructureShape.new(name: 'FieldToMatch')
@@ -151,6 +156,7 @@ module Aws::WAFRegional
151
156
  IPSetUpdate = Shapes::StructureShape.new(name: 'IPSetUpdate')
152
157
  IPSetUpdates = Shapes::ListShape.new(name: 'IPSetUpdates')
153
158
  IPString = Shapes::StringShape.new(name: 'IPString')
159
+ IgnoreUnsupportedType = Shapes::BooleanShape.new(name: 'IgnoreUnsupportedType')
154
160
  ListActivatedRulesInRuleGroupRequest = Shapes::StructureShape.new(name: 'ListActivatedRulesInRuleGroupRequest')
155
161
  ListActivatedRulesInRuleGroupResponse = Shapes::StructureShape.new(name: 'ListActivatedRulesInRuleGroupResponse')
156
162
  ListByteMatchSetsRequest = Shapes::StructureShape.new(name: 'ListByteMatchSetsRequest')
@@ -193,6 +199,7 @@ module Aws::WAFRegional
193
199
  MatchFieldData = Shapes::StringShape.new(name: 'MatchFieldData')
194
200
  MatchFieldType = Shapes::StringShape.new(name: 'MatchFieldType')
195
201
  MetricName = Shapes::StringShape.new(name: 'MetricName')
202
+ MigrationErrorType = Shapes::StringShape.new(name: 'MigrationErrorType')
196
203
  Negated = Shapes::BooleanShape.new(name: 'Negated')
197
204
  NextMarker = Shapes::StringShape.new(name: 'NextMarker')
198
205
  PaginationLimit = Shapes::IntegerShape.new(name: 'PaginationLimit')
@@ -243,6 +250,8 @@ module Aws::WAFRegional
243
250
  RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
244
251
  RuleUpdate = Shapes::StructureShape.new(name: 'RuleUpdate')
245
252
  RuleUpdates = Shapes::ListShape.new(name: 'RuleUpdates')
253
+ S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
254
+ S3ObjectUrl = Shapes::StringShape.new(name: 'S3ObjectUrl')
246
255
  SampleWeight = Shapes::IntegerShape.new(name: 'SampleWeight')
247
256
  SampledHTTPRequest = Shapes::StructureShape.new(name: 'SampledHTTPRequest')
248
257
  SampledHTTPRequests = Shapes::ListShape.new(name: 'SampledHTTPRequests')
@@ -303,6 +312,7 @@ module Aws::WAFRegional
303
312
  UpdateXssMatchSetResponse = Shapes::StructureShape.new(name: 'UpdateXssMatchSetResponse')
304
313
  WAFBadRequestException = Shapes::StructureShape.new(name: 'WAFBadRequestException')
305
314
  WAFDisallowedNameException = Shapes::StructureShape.new(name: 'WAFDisallowedNameException')
315
+ WAFEntityMigrationException = Shapes::StructureShape.new(name: 'WAFEntityMigrationException')
306
316
  WAFInternalErrorException = Shapes::StructureShape.new(name: 'WAFInternalErrorException')
307
317
  WAFInvalidAccountException = Shapes::StructureShape.new(name: 'WAFInvalidAccountException')
308
318
  WAFInvalidOperationException = Shapes::StructureShape.new(name: 'WAFInvalidOperationException')
@@ -468,6 +478,14 @@ module Aws::WAFRegional
468
478
  CreateSqlInjectionMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
469
479
  CreateSqlInjectionMatchSetResponse.struct_class = Types::CreateSqlInjectionMatchSetResponse
470
480
 
481
+ CreateWebACLMigrationStackRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "WebACLId"))
482
+ CreateWebACLMigrationStackRequest.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "S3BucketName"))
483
+ CreateWebACLMigrationStackRequest.add_member(:ignore_unsupported_type, Shapes::ShapeRef.new(shape: IgnoreUnsupportedType, required: true, location_name: "IgnoreUnsupportedType"))
484
+ CreateWebACLMigrationStackRequest.struct_class = Types::CreateWebACLMigrationStackRequest
485
+
486
+ CreateWebACLMigrationStackResponse.add_member(:s3_object_url, Shapes::ShapeRef.new(shape: S3ObjectUrl, required: true, location_name: "S3ObjectUrl"))
487
+ CreateWebACLMigrationStackResponse.struct_class = Types::CreateWebACLMigrationStackResponse
488
+
471
489
  CreateWebACLRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
472
490
  CreateWebACLRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
473
491
  CreateWebACLRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: WafAction, required: true, location_name: "DefaultAction"))
@@ -1096,8 +1114,8 @@ module Aws::WAFRegional
1096
1114
  SubscribedRuleGroupSummary.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
1097
1115
  SubscribedRuleGroupSummary.struct_class = Types::SubscribedRuleGroupSummary
1098
1116
 
1099
- Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
1100
- Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
1117
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
1118
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
1101
1119
  Tag.struct_class = Types::Tag
1102
1120
 
1103
1121
  TagInfoForResource.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceARN"))
@@ -1228,6 +1246,11 @@ module Aws::WAFRegional
1228
1246
  WAFDisallowedNameException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1229
1247
  WAFDisallowedNameException.struct_class = Types::WAFDisallowedNameException
1230
1248
 
1249
+ WAFEntityMigrationException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1250
+ WAFEntityMigrationException.add_member(:migration_error_type, Shapes::ShapeRef.new(shape: MigrationErrorType, location_name: "MigrationErrorType"))
1251
+ WAFEntityMigrationException.add_member(:migration_error_reason, Shapes::ShapeRef.new(shape: ErrorReason, location_name: "MigrationErrorReason"))
1252
+ WAFEntityMigrationException.struct_class = Types::WAFEntityMigrationException
1253
+
1231
1254
  WAFInternalErrorException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1232
1255
  WAFInternalErrorException.struct_class = Types::WAFInternalErrorException
1233
1256
 
@@ -1519,6 +1542,19 @@ module Aws::WAFRegional
1519
1542
  o.errors << Shapes::ShapeRef.new(shape: WAFBadRequestException)
1520
1543
  end)
1521
1544
 
1545
+ api.add_operation(:create_web_acl_migration_stack, Seahorse::Model::Operation.new.tap do |o|
1546
+ o.name = "CreateWebACLMigrationStack"
1547
+ o.http_method = "POST"
1548
+ o.http_request_uri = "/"
1549
+ o.input = Shapes::ShapeRef.new(shape: CreateWebACLMigrationStackRequest)
1550
+ o.output = Shapes::ShapeRef.new(shape: CreateWebACLMigrationStackResponse)
1551
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1552
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1553
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1554
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: WAFEntityMigrationException)
1556
+ end)
1557
+
1522
1558
  api.add_operation(:create_xss_match_set, Seahorse::Model::Operation.new.tap do |o|
1523
1559
  o.name = "CreateXssMatchSet"
1524
1560
  o.http_method = "POST"
@@ -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:
@@ -27,6 +29,7 @@ module Aws::WAFRegional
27
29
  # ## Error Classes
28
30
  # * {WAFBadRequestException}
29
31
  # * {WAFDisallowedNameException}
32
+ # * {WAFEntityMigrationException}
30
33
  # * {WAFInternalErrorException}
31
34
  # * {WAFInvalidAccountException}
32
35
  # * {WAFInvalidOperationException}
@@ -81,6 +84,31 @@ module Aws::WAFRegional
81
84
  end
82
85
  end
83
86
 
87
+ class WAFEntityMigrationException < ServiceError
88
+
89
+ # @param [Seahorse::Client::RequestContext] context
90
+ # @param [String] message
91
+ # @param [Aws::WAFRegional::Types::WAFEntityMigrationException] data
92
+ def initialize(context, message, data = Aws::EmptyStructure.new)
93
+ super(context, message, data)
94
+ end
95
+
96
+ # @return [String]
97
+ def message
98
+ @message || @data[:message]
99
+ end
100
+
101
+ # @return [String]
102
+ def migration_error_type
103
+ @data[:migration_error_type]
104
+ end
105
+
106
+ # @return [String]
107
+ def migration_error_reason
108
+ @data[:migration_error_reason]
109
+ end
110
+ end
111
+
84
112
  class WAFInternalErrorException < ServiceError
85
113
 
86
114
  # @param [Seahorse::Client::RequestContext] context
@@ -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:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::WAFRegional
9
- # This class provides a resource oriented interface for WAFRegional.
10
- # To create a resource object:
11
- # resource = Aws::WAFRegional::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::WAFRegional::Client.new(region: 'us-west-2')
15
- # resource = Aws::WAFRegional::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
14
  # @param options ({})
@@ -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:
@@ -8,6 +10,15 @@
8
10
  module Aws::WAFRegional
9
11
  module Types
10
12
 
13
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
14
+ # [AWS WAF Classic][1] in the developer guide.
15
+ #
16
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
17
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
18
+ # a single set of endpoints for regional and global use.
19
+ #
20
+ # </note>
21
+ #
11
22
  # The `ActivatedRule` object in an UpdateWebACL request specifies a
12
23
  # `Rule` that you want to insert or delete, the priority of the `Rule`
13
24
  # in the `WebACL`, and the action that you want AWS WAF to take when a
@@ -16,6 +27,11 @@ module Aws::WAFRegional
16
27
  # To specify whether to insert or delete a `Rule`, use the `Action`
17
28
  # parameter in the WebACLUpdate data type.
18
29
  #
30
+ #
31
+ #
32
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
33
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
34
+ #
19
35
  # @note When making an API call, you may pass ActivatedRule
20
36
  # data as a hash:
21
37
  #
@@ -158,6 +174,7 @@ module Aws::WAFRegional
158
174
  :override_action,
159
175
  :type,
160
176
  :excluded_rules)
177
+ SENSITIVE = []
161
178
  include Aws::Structure
162
179
  end
163
180
 
@@ -192,6 +209,7 @@ module Aws::WAFRegional
192
209
  class AssociateWebACLRequest < Struct.new(
193
210
  :web_acl_id,
194
211
  :resource_arn)
212
+ SENSITIVE = []
195
213
  include Aws::Structure
196
214
  end
197
215
 
@@ -199,6 +217,15 @@ module Aws::WAFRegional
199
217
  #
200
218
  class AssociateWebACLResponse < Aws::EmptyStructure; end
201
219
 
220
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
221
+ # [AWS WAF Classic][1] in the developer guide.
222
+ #
223
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
224
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
225
+ # a single set of endpoints for regional and global use.
226
+ #
227
+ # </note>
228
+ #
202
229
  # In a GetByteMatchSet request, `ByteMatchSet` is a complex type that
203
230
  # contains the `ByteMatchSetId` and `Name` of a `ByteMatchSet`, and the
204
231
  # values that you specified when you updated the `ByteMatchSet`.
@@ -210,6 +237,11 @@ module Aws::WAFRegional
210
237
  # match the settings in only one `ByteMatchTuple` to be considered a
211
238
  # match.
212
239
  #
240
+ #
241
+ #
242
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
243
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
244
+ #
213
245
  # @!attribute [rw] byte_match_set_id
214
246
  # The `ByteMatchSetId` for a `ByteMatchSet`. You use `ByteMatchSetId`
215
247
  # to get information about a `ByteMatchSet` (see GetByteMatchSet),
@@ -240,12 +272,27 @@ module Aws::WAFRegional
240
272
  :byte_match_set_id,
241
273
  :name,
242
274
  :byte_match_tuples)
275
+ SENSITIVE = []
243
276
  include Aws::Structure
244
277
  end
245
278
 
279
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
280
+ # [AWS WAF Classic][1] in the developer guide.
281
+ #
282
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
283
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
284
+ # a single set of endpoints for regional and global use.
285
+ #
286
+ # </note>
287
+ #
246
288
  # Returned by ListByteMatchSets. Each `ByteMatchSetSummary` object
247
289
  # includes the `Name` and `ByteMatchSetId` for one ByteMatchSet.
248
290
  #
291
+ #
292
+ #
293
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
294
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
295
+ #
249
296
  # @!attribute [rw] byte_match_set_id
250
297
  # The `ByteMatchSetId` for a `ByteMatchSet`. You use `ByteMatchSetId`
251
298
  # to get information about a `ByteMatchSet`, update a `ByteMatchSet`,
@@ -266,13 +313,28 @@ module Aws::WAFRegional
266
313
  class ByteMatchSetSummary < Struct.new(
267
314
  :byte_match_set_id,
268
315
  :name)
316
+ SENSITIVE = []
269
317
  include Aws::Structure
270
318
  end
271
319
 
320
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
321
+ # [AWS WAF Classic][1] in the developer guide.
322
+ #
323
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
324
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
325
+ # a single set of endpoints for regional and global use.
326
+ #
327
+ # </note>
328
+ #
272
329
  # In an UpdateByteMatchSet request, `ByteMatchSetUpdate` specifies
273
330
  # whether to insert or delete a ByteMatchTuple and includes the settings
274
331
  # for the `ByteMatchTuple`.
275
332
  #
333
+ #
334
+ #
335
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
336
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
337
+ #
276
338
  # @note When making an API call, you may pass ByteMatchSetUpdate
277
339
  # data as a hash:
278
340
  #
@@ -306,13 +368,28 @@ module Aws::WAFRegional
306
368
  class ByteMatchSetUpdate < Struct.new(
307
369
  :action,
308
370
  :byte_match_tuple)
371
+ SENSITIVE = []
309
372
  include Aws::Structure
310
373
  end
311
374
 
375
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
376
+ # [AWS WAF Classic][1] in the developer guide.
377
+ #
378
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
379
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
380
+ # a single set of endpoints for regional and global use.
381
+ #
382
+ # </note>
383
+ #
312
384
  # The bytes (typically a string that corresponds with ASCII characters)
313
385
  # that you want AWS WAF to search for in web requests, the location in
314
386
  # requests that you want AWS WAF to search, and other settings.
315
387
  #
388
+ #
389
+ #
390
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
391
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
392
+ #
316
393
  # @note When making an API call, you may pass ByteMatchTuple
317
394
  # data as a hash:
318
395
  #
@@ -399,7 +476,7 @@ module Aws::WAFRegional
399
476
  # Text transformations eliminate some of the unusual formatting that
400
477
  # attackers use in web requests in an effort to bypass AWS WAF. If you
401
478
  # specify a transformation, AWS WAF performs the transformation on
402
- # `TargetString` before inspecting a request for a match.
479
+ # `FieldToMatch` before inspecting it for a match.
403
480
  #
404
481
  # You can only specify a single type of TextTransformation.
405
482
  #
@@ -529,6 +606,7 @@ module Aws::WAFRegional
529
606
  :target_string,
530
607
  :text_transformation,
531
608
  :positional_constraint)
609
+ SENSITIVE = []
532
610
  include Aws::Structure
533
611
  end
534
612
 
@@ -554,6 +632,7 @@ module Aws::WAFRegional
554
632
  class CreateByteMatchSetRequest < Struct.new(
555
633
  :name,
556
634
  :change_token)
635
+ SENSITIVE = []
557
636
  include Aws::Structure
558
637
  end
559
638
 
@@ -572,6 +651,7 @@ module Aws::WAFRegional
572
651
  class CreateByteMatchSetResponse < Struct.new(
573
652
  :byte_match_set,
574
653
  :change_token)
654
+ SENSITIVE = []
575
655
  include Aws::Structure
576
656
  end
577
657
 
@@ -597,6 +677,7 @@ module Aws::WAFRegional
597
677
  class CreateGeoMatchSetRequest < Struct.new(
598
678
  :name,
599
679
  :change_token)
680
+ SENSITIVE = []
600
681
  include Aws::Structure
601
682
  end
602
683
 
@@ -616,6 +697,7 @@ module Aws::WAFRegional
616
697
  class CreateGeoMatchSetResponse < Struct.new(
617
698
  :geo_match_set,
618
699
  :change_token)
700
+ SENSITIVE = []
619
701
  include Aws::Structure
620
702
  end
621
703
 
@@ -641,6 +723,7 @@ module Aws::WAFRegional
641
723
  class CreateIPSetRequest < Struct.new(
642
724
  :name,
643
725
  :change_token)
726
+ SENSITIVE = []
644
727
  include Aws::Structure
645
728
  end
646
729
 
@@ -659,6 +742,7 @@ module Aws::WAFRegional
659
742
  class CreateIPSetResponse < Struct.new(
660
743
  :ip_set,
661
744
  :change_token)
745
+ SENSITIVE = []
662
746
  include Aws::Structure
663
747
  end
664
748
 
@@ -673,8 +757,8 @@ module Aws::WAFRegional
673
757
  # change_token: "ChangeToken", # required
674
758
  # tags: [
675
759
  # {
676
- # key: "TagKey",
677
- # value: "TagValue",
760
+ # key: "TagKey", # required
761
+ # value: "TagValue", # required
678
762
  # },
679
763
  # ],
680
764
  # }
@@ -727,6 +811,7 @@ module Aws::WAFRegional
727
811
  :rate_limit,
728
812
  :change_token,
729
813
  :tags)
814
+ SENSITIVE = []
730
815
  include Aws::Structure
731
816
  end
732
817
 
@@ -746,6 +831,7 @@ module Aws::WAFRegional
746
831
  class CreateRateBasedRuleResponse < Struct.new(
747
832
  :rule,
748
833
  :change_token)
834
+ SENSITIVE = []
749
835
  include Aws::Structure
750
836
  end
751
837
 
@@ -771,6 +857,7 @@ module Aws::WAFRegional
771
857
  class CreateRegexMatchSetRequest < Struct.new(
772
858
  :name,
773
859
  :change_token)
860
+ SENSITIVE = []
774
861
  include Aws::Structure
775
862
  end
776
863
 
@@ -789,6 +876,7 @@ module Aws::WAFRegional
789
876
  class CreateRegexMatchSetResponse < Struct.new(
790
877
  :regex_match_set,
791
878
  :change_token)
879
+ SENSITIVE = []
792
880
  include Aws::Structure
793
881
  end
794
882
 
@@ -814,6 +902,7 @@ module Aws::WAFRegional
814
902
  class CreateRegexPatternSetRequest < Struct.new(
815
903
  :name,
816
904
  :change_token)
905
+ SENSITIVE = []
817
906
  include Aws::Structure
818
907
  end
819
908
 
@@ -833,6 +922,7 @@ module Aws::WAFRegional
833
922
  class CreateRegexPatternSetResponse < Struct.new(
834
923
  :regex_pattern_set,
835
924
  :change_token)
925
+ SENSITIVE = []
836
926
  include Aws::Structure
837
927
  end
838
928
 
@@ -845,8 +935,8 @@ module Aws::WAFRegional
845
935
  # change_token: "ChangeToken", # required
846
936
  # tags: [
847
937
  # {
848
- # key: "TagKey",
849
- # value: "TagValue",
938
+ # key: "TagKey", # required
939
+ # value: "TagValue", # required
850
940
  # },
851
941
  # ],
852
942
  # }
@@ -879,6 +969,7 @@ module Aws::WAFRegional
879
969
  :metric_name,
880
970
  :change_token,
881
971
  :tags)
972
+ SENSITIVE = []
882
973
  include Aws::Structure
883
974
  end
884
975
 
@@ -897,6 +988,7 @@ module Aws::WAFRegional
897
988
  class CreateRuleGroupResponse < Struct.new(
898
989
  :rule_group,
899
990
  :change_token)
991
+ SENSITIVE = []
900
992
  include Aws::Structure
901
993
  end
902
994
 
@@ -909,8 +1001,8 @@ module Aws::WAFRegional
909
1001
  # change_token: "ChangeToken", # required
910
1002
  # tags: [
911
1003
  # {
912
- # key: "TagKey",
913
- # value: "TagValue",
1004
+ # key: "TagKey", # required
1005
+ # value: "TagValue", # required
914
1006
  # },
915
1007
  # ],
916
1008
  # }
@@ -943,6 +1035,7 @@ module Aws::WAFRegional
943
1035
  :metric_name,
944
1036
  :change_token,
945
1037
  :tags)
1038
+ SENSITIVE = []
946
1039
  include Aws::Structure
947
1040
  end
948
1041
 
@@ -961,6 +1054,7 @@ module Aws::WAFRegional
961
1054
  class CreateRuleResponse < Struct.new(
962
1055
  :rule,
963
1056
  :change_token)
1057
+ SENSITIVE = []
964
1058
  include Aws::Structure
965
1059
  end
966
1060
 
@@ -986,6 +1080,7 @@ module Aws::WAFRegional
986
1080
  class CreateSizeConstraintSetRequest < Struct.new(
987
1081
  :name,
988
1082
  :change_token)
1083
+ SENSITIVE = []
989
1084
  include Aws::Structure
990
1085
  end
991
1086
 
@@ -1005,6 +1100,7 @@ module Aws::WAFRegional
1005
1100
  class CreateSizeConstraintSetResponse < Struct.new(
1006
1101
  :size_constraint_set,
1007
1102
  :change_token)
1103
+ SENSITIVE = []
1008
1104
  include Aws::Structure
1009
1105
  end
1010
1106
 
@@ -1033,6 +1129,7 @@ module Aws::WAFRegional
1033
1129
  class CreateSqlInjectionMatchSetRequest < Struct.new(
1034
1130
  :name,
1035
1131
  :change_token)
1132
+ SENSITIVE = []
1036
1133
  include Aws::Structure
1037
1134
  end
1038
1135
 
@@ -1054,6 +1151,69 @@ module Aws::WAFRegional
1054
1151
  class CreateSqlInjectionMatchSetResponse < Struct.new(
1055
1152
  :sql_injection_match_set,
1056
1153
  :change_token)
1154
+ SENSITIVE = []
1155
+ include Aws::Structure
1156
+ end
1157
+
1158
+ # @note When making an API call, you may pass CreateWebACLMigrationStackRequest
1159
+ # data as a hash:
1160
+ #
1161
+ # {
1162
+ # web_acl_id: "ResourceId", # required
1163
+ # s3_bucket_name: "S3BucketName", # required
1164
+ # ignore_unsupported_type: false, # required
1165
+ # }
1166
+ #
1167
+ # @!attribute [rw] web_acl_id
1168
+ # The UUID of the WAF Classic web ACL that you want to migrate to WAF
1169
+ # v2.
1170
+ # @return [String]
1171
+ #
1172
+ # @!attribute [rw] s3_bucket_name
1173
+ # The name of the Amazon S3 bucket to store the CloudFormation
1174
+ # template in. The S3 bucket must be configured as follows for the
1175
+ # migration:
1176
+ #
1177
+ # * The bucket name must start with `aws-waf-migration-`. For example,
1178
+ # `aws-waf-migration-my-web-acl`.
1179
+ #
1180
+ # * The bucket must be in the Region where you are deploying the
1181
+ # template. For example, for a web ACL in us-west-2, you must use an
1182
+ # Amazon S3 bucket in us-west-2 and you must deploy the template
1183
+ # stack to us-west-2.
1184
+ #
1185
+ # * The bucket policies must permit the migration process to write
1186
+ # data. For listings of the bucket policies, see the Examples
1187
+ # section.
1188
+ # @return [String]
1189
+ #
1190
+ # @!attribute [rw] ignore_unsupported_type
1191
+ # Indicates whether to exclude entities that can't be migrated or to
1192
+ # stop the migration. Set this to true to ignore unsupported entities
1193
+ # in the web ACL during the migration. Otherwise, if AWS WAF
1194
+ # encounters unsupported entities, it stops the process and throws an
1195
+ # exception.
1196
+ # @return [Boolean]
1197
+ #
1198
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateWebACLMigrationStackRequest AWS API Documentation
1199
+ #
1200
+ class CreateWebACLMigrationStackRequest < Struct.new(
1201
+ :web_acl_id,
1202
+ :s3_bucket_name,
1203
+ :ignore_unsupported_type)
1204
+ SENSITIVE = []
1205
+ include Aws::Structure
1206
+ end
1207
+
1208
+ # @!attribute [rw] s3_object_url
1209
+ # The URL of the template created in Amazon S3.
1210
+ # @return [String]
1211
+ #
1212
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateWebACLMigrationStackResponse AWS API Documentation
1213
+ #
1214
+ class CreateWebACLMigrationStackResponse < Struct.new(
1215
+ :s3_object_url)
1216
+ SENSITIVE = []
1057
1217
  include Aws::Structure
1058
1218
  end
1059
1219
 
@@ -1069,8 +1229,8 @@ module Aws::WAFRegional
1069
1229
  # change_token: "ChangeToken", # required
1070
1230
  # tags: [
1071
1231
  # {
1072
- # key: "TagKey",
1073
- # value: "TagValue",
1232
+ # key: "TagKey", # required
1233
+ # value: "TagValue", # required
1074
1234
  # },
1075
1235
  # ],
1076
1236
  # }
@@ -1110,6 +1270,7 @@ module Aws::WAFRegional
1110
1270
  :default_action,
1111
1271
  :change_token,
1112
1272
  :tags)
1273
+ SENSITIVE = []
1113
1274
  include Aws::Structure
1114
1275
  end
1115
1276
 
@@ -1128,6 +1289,7 @@ module Aws::WAFRegional
1128
1289
  class CreateWebACLResponse < Struct.new(
1129
1290
  :web_acl,
1130
1291
  :change_token)
1292
+ SENSITIVE = []
1131
1293
  include Aws::Structure
1132
1294
  end
1133
1295
 
@@ -1156,6 +1318,7 @@ module Aws::WAFRegional
1156
1318
  class CreateXssMatchSetRequest < Struct.new(
1157
1319
  :name,
1158
1320
  :change_token)
1321
+ SENSITIVE = []
1159
1322
  include Aws::Structure
1160
1323
  end
1161
1324
 
@@ -1176,6 +1339,7 @@ module Aws::WAFRegional
1176
1339
  class CreateXssMatchSetResponse < Struct.new(
1177
1340
  :xss_match_set,
1178
1341
  :change_token)
1342
+ SENSITIVE = []
1179
1343
  include Aws::Structure
1180
1344
  end
1181
1345
 
@@ -1202,6 +1366,7 @@ module Aws::WAFRegional
1202
1366
  class DeleteByteMatchSetRequest < Struct.new(
1203
1367
  :byte_match_set_id,
1204
1368
  :change_token)
1369
+ SENSITIVE = []
1205
1370
  include Aws::Structure
1206
1371
  end
1207
1372
 
@@ -1215,6 +1380,7 @@ module Aws::WAFRegional
1215
1380
  #
1216
1381
  class DeleteByteMatchSetResponse < Struct.new(
1217
1382
  :change_token)
1383
+ SENSITIVE = []
1218
1384
  include Aws::Structure
1219
1385
  end
1220
1386
 
@@ -1241,6 +1407,7 @@ module Aws::WAFRegional
1241
1407
  class DeleteGeoMatchSetRequest < Struct.new(
1242
1408
  :geo_match_set_id,
1243
1409
  :change_token)
1410
+ SENSITIVE = []
1244
1411
  include Aws::Structure
1245
1412
  end
1246
1413
 
@@ -1254,6 +1421,7 @@ module Aws::WAFRegional
1254
1421
  #
1255
1422
  class DeleteGeoMatchSetResponse < Struct.new(
1256
1423
  :change_token)
1424
+ SENSITIVE = []
1257
1425
  include Aws::Structure
1258
1426
  end
1259
1427
 
@@ -1279,6 +1447,7 @@ module Aws::WAFRegional
1279
1447
  class DeleteIPSetRequest < Struct.new(
1280
1448
  :ip_set_id,
1281
1449
  :change_token)
1450
+ SENSITIVE = []
1282
1451
  include Aws::Structure
1283
1452
  end
1284
1453
 
@@ -1292,6 +1461,7 @@ module Aws::WAFRegional
1292
1461
  #
1293
1462
  class DeleteIPSetResponse < Struct.new(
1294
1463
  :change_token)
1464
+ SENSITIVE = []
1295
1465
  include Aws::Structure
1296
1466
  end
1297
1467
 
@@ -1311,6 +1481,7 @@ module Aws::WAFRegional
1311
1481
  #
1312
1482
  class DeleteLoggingConfigurationRequest < Struct.new(
1313
1483
  :resource_arn)
1484
+ SENSITIVE = []
1314
1485
  include Aws::Structure
1315
1486
  end
1316
1487
 
@@ -1336,6 +1507,7 @@ module Aws::WAFRegional
1336
1507
  #
1337
1508
  class DeletePermissionPolicyRequest < Struct.new(
1338
1509
  :resource_arn)
1510
+ SENSITIVE = []
1339
1511
  include Aws::Structure
1340
1512
  end
1341
1513
 
@@ -1365,6 +1537,7 @@ module Aws::WAFRegional
1365
1537
  class DeleteRateBasedRuleRequest < Struct.new(
1366
1538
  :rule_id,
1367
1539
  :change_token)
1540
+ SENSITIVE = []
1368
1541
  include Aws::Structure
1369
1542
  end
1370
1543
 
@@ -1378,6 +1551,7 @@ module Aws::WAFRegional
1378
1551
  #
1379
1552
  class DeleteRateBasedRuleResponse < Struct.new(
1380
1553
  :change_token)
1554
+ SENSITIVE = []
1381
1555
  include Aws::Structure
1382
1556
  end
1383
1557
 
@@ -1404,6 +1578,7 @@ module Aws::WAFRegional
1404
1578
  class DeleteRegexMatchSetRequest < Struct.new(
1405
1579
  :regex_match_set_id,
1406
1580
  :change_token)
1581
+ SENSITIVE = []
1407
1582
  include Aws::Structure
1408
1583
  end
1409
1584
 
@@ -1417,6 +1592,7 @@ module Aws::WAFRegional
1417
1592
  #
1418
1593
  class DeleteRegexMatchSetResponse < Struct.new(
1419
1594
  :change_token)
1595
+ SENSITIVE = []
1420
1596
  include Aws::Structure
1421
1597
  end
1422
1598
 
@@ -1443,6 +1619,7 @@ module Aws::WAFRegional
1443
1619
  class DeleteRegexPatternSetRequest < Struct.new(
1444
1620
  :regex_pattern_set_id,
1445
1621
  :change_token)
1622
+ SENSITIVE = []
1446
1623
  include Aws::Structure
1447
1624
  end
1448
1625
 
@@ -1457,6 +1634,7 @@ module Aws::WAFRegional
1457
1634
  #
1458
1635
  class DeleteRegexPatternSetResponse < Struct.new(
1459
1636
  :change_token)
1637
+ SENSITIVE = []
1460
1638
  include Aws::Structure
1461
1639
  end
1462
1640
 
@@ -1482,6 +1660,7 @@ module Aws::WAFRegional
1482
1660
  class DeleteRuleGroupRequest < Struct.new(
1483
1661
  :rule_group_id,
1484
1662
  :change_token)
1663
+ SENSITIVE = []
1485
1664
  include Aws::Structure
1486
1665
  end
1487
1666
 
@@ -1495,6 +1674,7 @@ module Aws::WAFRegional
1495
1674
  #
1496
1675
  class DeleteRuleGroupResponse < Struct.new(
1497
1676
  :change_token)
1677
+ SENSITIVE = []
1498
1678
  include Aws::Structure
1499
1679
  end
1500
1680
 
@@ -1520,6 +1700,7 @@ module Aws::WAFRegional
1520
1700
  class DeleteRuleRequest < Struct.new(
1521
1701
  :rule_id,
1522
1702
  :change_token)
1703
+ SENSITIVE = []
1523
1704
  include Aws::Structure
1524
1705
  end
1525
1706
 
@@ -1533,6 +1714,7 @@ module Aws::WAFRegional
1533
1714
  #
1534
1715
  class DeleteRuleResponse < Struct.new(
1535
1716
  :change_token)
1717
+ SENSITIVE = []
1536
1718
  include Aws::Structure
1537
1719
  end
1538
1720
 
@@ -1559,6 +1741,7 @@ module Aws::WAFRegional
1559
1741
  class DeleteSizeConstraintSetRequest < Struct.new(
1560
1742
  :size_constraint_set_id,
1561
1743
  :change_token)
1744
+ SENSITIVE = []
1562
1745
  include Aws::Structure
1563
1746
  end
1564
1747
 
@@ -1573,6 +1756,7 @@ module Aws::WAFRegional
1573
1756
  #
1574
1757
  class DeleteSizeConstraintSetResponse < Struct.new(
1575
1758
  :change_token)
1759
+ SENSITIVE = []
1576
1760
  include Aws::Structure
1577
1761
  end
1578
1762
 
@@ -1601,6 +1785,7 @@ module Aws::WAFRegional
1601
1785
  class DeleteSqlInjectionMatchSetRequest < Struct.new(
1602
1786
  :sql_injection_match_set_id,
1603
1787
  :change_token)
1788
+ SENSITIVE = []
1604
1789
  include Aws::Structure
1605
1790
  end
1606
1791
 
@@ -1618,6 +1803,7 @@ module Aws::WAFRegional
1618
1803
  #
1619
1804
  class DeleteSqlInjectionMatchSetResponse < Struct.new(
1620
1805
  :change_token)
1806
+ SENSITIVE = []
1621
1807
  include Aws::Structure
1622
1808
  end
1623
1809
 
@@ -1643,6 +1829,7 @@ module Aws::WAFRegional
1643
1829
  class DeleteWebACLRequest < Struct.new(
1644
1830
  :web_acl_id,
1645
1831
  :change_token)
1832
+ SENSITIVE = []
1646
1833
  include Aws::Structure
1647
1834
  end
1648
1835
 
@@ -1656,6 +1843,7 @@ module Aws::WAFRegional
1656
1843
  #
1657
1844
  class DeleteWebACLResponse < Struct.new(
1658
1845
  :change_token)
1846
+ SENSITIVE = []
1659
1847
  include Aws::Structure
1660
1848
  end
1661
1849
 
@@ -1684,6 +1872,7 @@ module Aws::WAFRegional
1684
1872
  class DeleteXssMatchSetRequest < Struct.new(
1685
1873
  :xss_match_set_id,
1686
1874
  :change_token)
1875
+ SENSITIVE = []
1687
1876
  include Aws::Structure
1688
1877
  end
1689
1878
 
@@ -1699,6 +1888,7 @@ module Aws::WAFRegional
1699
1888
  #
1700
1889
  class DeleteXssMatchSetResponse < Struct.new(
1701
1890
  :change_token)
1891
+ SENSITIVE = []
1702
1892
  include Aws::Structure
1703
1893
  end
1704
1894
 
@@ -1728,6 +1918,7 @@ module Aws::WAFRegional
1728
1918
  #
1729
1919
  class DisassociateWebACLRequest < Struct.new(
1730
1920
  :resource_arn)
1921
+ SENSITIVE = []
1731
1922
  include Aws::Structure
1732
1923
  end
1733
1924
 
@@ -1735,10 +1926,24 @@ module Aws::WAFRegional
1735
1926
  #
1736
1927
  class DisassociateWebACLResponse < Aws::EmptyStructure; end
1737
1928
 
1929
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
1930
+ # [AWS WAF Classic][1] in the developer guide.
1931
+ #
1932
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
1933
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
1934
+ # a single set of endpoints for regional and global use.
1935
+ #
1936
+ # </note>
1937
+ #
1738
1938
  # The rule to exclude from a rule group. This is applicable only when
1739
1939
  # the `ActivatedRule` refers to a `RuleGroup`. The rule must belong to
1740
1940
  # the `RuleGroup` that is specified by the `ActivatedRule`.
1741
1941
  #
1942
+ #
1943
+ #
1944
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
1945
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
1946
+ #
1742
1947
  # @note When making an API call, you may pass ExcludedRule
1743
1948
  # data as a hash:
1744
1949
  #
@@ -1754,11 +1959,26 @@ module Aws::WAFRegional
1754
1959
  #
1755
1960
  class ExcludedRule < Struct.new(
1756
1961
  :rule_id)
1962
+ SENSITIVE = []
1757
1963
  include Aws::Structure
1758
1964
  end
1759
1965
 
1966
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
1967
+ # [AWS WAF Classic][1] in the developer guide.
1968
+ #
1969
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
1970
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
1971
+ # a single set of endpoints for regional and global use.
1972
+ #
1973
+ # </note>
1974
+ #
1760
1975
  # Specifies where in a web request to look for `TargetString`.
1761
1976
  #
1977
+ #
1978
+ #
1979
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
1980
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
1981
+ #
1762
1982
  # @note When making an API call, you may pass FieldToMatch
1763
1983
  # data as a hash:
1764
1984
  #
@@ -1824,12 +2044,27 @@ module Aws::WAFRegional
1824
2044
  class FieldToMatch < Struct.new(
1825
2045
  :type,
1826
2046
  :data)
2047
+ SENSITIVE = []
1827
2048
  include Aws::Structure
1828
2049
  end
1829
2050
 
2051
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
2052
+ # [AWS WAF Classic][1] in the developer guide.
2053
+ #
2054
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
2055
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
2056
+ # a single set of endpoints for regional and global use.
2057
+ #
2058
+ # </note>
2059
+ #
1830
2060
  # The country from which web requests originate that you want AWS WAF to
1831
2061
  # search for.
1832
2062
  #
2063
+ #
2064
+ #
2065
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
2066
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2067
+ #
1833
2068
  # @note When making an API call, you may pass GeoMatchConstraint
1834
2069
  # data as a hash:
1835
2070
  #
@@ -1852,11 +2087,26 @@ module Aws::WAFRegional
1852
2087
  class GeoMatchConstraint < Struct.new(
1853
2088
  :type,
1854
2089
  :value)
2090
+ SENSITIVE = []
1855
2091
  include Aws::Structure
1856
2092
  end
1857
2093
 
2094
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
2095
+ # [AWS WAF Classic][1] in the developer guide.
2096
+ #
2097
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
2098
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
2099
+ # a single set of endpoints for regional and global use.
2100
+ #
2101
+ # </note>
2102
+ #
1858
2103
  # Contains one or more countries that AWS WAF will search for.
1859
2104
  #
2105
+ #
2106
+ #
2107
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
2108
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2109
+ #
1860
2110
  # @!attribute [rw] geo_match_set_id
1861
2111
  # The `GeoMatchSetId` for an `GeoMatchSet`. You use `GeoMatchSetId` to
1862
2112
  # get information about a `GeoMatchSet` (see GeoMatchSet), update a
@@ -1884,11 +2134,26 @@ module Aws::WAFRegional
1884
2134
  :geo_match_set_id,
1885
2135
  :name,
1886
2136
  :geo_match_constraints)
2137
+ SENSITIVE = []
1887
2138
  include Aws::Structure
1888
2139
  end
1889
2140
 
2141
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
2142
+ # [AWS WAF Classic][1] in the developer guide.
2143
+ #
2144
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
2145
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
2146
+ # a single set of endpoints for regional and global use.
2147
+ #
2148
+ # </note>
2149
+ #
1890
2150
  # Contains the identifier and the name of the `GeoMatchSet`.
1891
2151
  #
2152
+ #
2153
+ #
2154
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
2155
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2156
+ #
1892
2157
  # @!attribute [rw] geo_match_set_id
1893
2158
  # The `GeoMatchSetId` for an GeoMatchSet. You can use `GeoMatchSetId`
1894
2159
  # in a GetGeoMatchSet request to get detailed information about an
@@ -1905,12 +2170,27 @@ module Aws::WAFRegional
1905
2170
  class GeoMatchSetSummary < Struct.new(
1906
2171
  :geo_match_set_id,
1907
2172
  :name)
2173
+ SENSITIVE = []
1908
2174
  include Aws::Structure
1909
2175
  end
1910
2176
 
2177
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
2178
+ # [AWS WAF Classic][1] in the developer guide.
2179
+ #
2180
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
2181
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
2182
+ # a single set of endpoints for regional and global use.
2183
+ #
2184
+ # </note>
2185
+ #
1911
2186
  # Specifies the type of update to perform to an GeoMatchSet with
1912
2187
  # UpdateGeoMatchSet.
1913
2188
  #
2189
+ #
2190
+ #
2191
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
2192
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2193
+ #
1914
2194
  # @note When making an API call, you may pass GeoMatchSetUpdate
1915
2195
  # data as a hash:
1916
2196
  #
@@ -1937,6 +2217,7 @@ module Aws::WAFRegional
1937
2217
  class GeoMatchSetUpdate < Struct.new(
1938
2218
  :action,
1939
2219
  :geo_match_constraint)
2220
+ SENSITIVE = []
1940
2221
  include Aws::Structure
1941
2222
  end
1942
2223
 
@@ -1957,6 +2238,7 @@ module Aws::WAFRegional
1957
2238
  #
1958
2239
  class GetByteMatchSetRequest < Struct.new(
1959
2240
  :byte_match_set_id)
2241
+ SENSITIVE = []
1960
2242
  include Aws::Structure
1961
2243
  end
1962
2244
 
@@ -1979,6 +2261,7 @@ module Aws::WAFRegional
1979
2261
  #
1980
2262
  class GetByteMatchSetResponse < Struct.new(
1981
2263
  :byte_match_set)
2264
+ SENSITIVE = []
1982
2265
  include Aws::Structure
1983
2266
  end
1984
2267
 
@@ -1998,6 +2281,7 @@ module Aws::WAFRegional
1998
2281
  #
1999
2282
  class GetChangeTokenResponse < Struct.new(
2000
2283
  :change_token)
2284
+ SENSITIVE = []
2001
2285
  include Aws::Structure
2002
2286
  end
2003
2287
 
@@ -2017,6 +2301,7 @@ module Aws::WAFRegional
2017
2301
  #
2018
2302
  class GetChangeTokenStatusRequest < Struct.new(
2019
2303
  :change_token)
2304
+ SENSITIVE = []
2020
2305
  include Aws::Structure
2021
2306
  end
2022
2307
 
@@ -2028,6 +2313,7 @@ module Aws::WAFRegional
2028
2313
  #
2029
2314
  class GetChangeTokenStatusResponse < Struct.new(
2030
2315
  :change_token_status)
2316
+ SENSITIVE = []
2031
2317
  include Aws::Structure
2032
2318
  end
2033
2319
 
@@ -2048,6 +2334,7 @@ module Aws::WAFRegional
2048
2334
  #
2049
2335
  class GetGeoMatchSetRequest < Struct.new(
2050
2336
  :geo_match_set_id)
2337
+ SENSITIVE = []
2051
2338
  include Aws::Structure
2052
2339
  end
2053
2340
 
@@ -2062,6 +2349,7 @@ module Aws::WAFRegional
2062
2349
  #
2063
2350
  class GetGeoMatchSetResponse < Struct.new(
2064
2351
  :geo_match_set)
2352
+ SENSITIVE = []
2065
2353
  include Aws::Structure
2066
2354
  end
2067
2355
 
@@ -2081,6 +2369,7 @@ module Aws::WAFRegional
2081
2369
  #
2082
2370
  class GetIPSetRequest < Struct.new(
2083
2371
  :ip_set_id)
2372
+ SENSITIVE = []
2084
2373
  include Aws::Structure
2085
2374
  end
2086
2375
 
@@ -2098,6 +2387,7 @@ module Aws::WAFRegional
2098
2387
  #
2099
2388
  class GetIPSetResponse < Struct.new(
2100
2389
  :ip_set)
2390
+ SENSITIVE = []
2101
2391
  include Aws::Structure
2102
2392
  end
2103
2393
 
@@ -2117,6 +2407,7 @@ module Aws::WAFRegional
2117
2407
  #
2118
2408
  class GetLoggingConfigurationRequest < Struct.new(
2119
2409
  :resource_arn)
2410
+ SENSITIVE = []
2120
2411
  include Aws::Structure
2121
2412
  end
2122
2413
 
@@ -2128,6 +2419,7 @@ module Aws::WAFRegional
2128
2419
  #
2129
2420
  class GetLoggingConfigurationResponse < Struct.new(
2130
2421
  :logging_configuration)
2422
+ SENSITIVE = []
2131
2423
  include Aws::Structure
2132
2424
  end
2133
2425
 
@@ -2147,6 +2439,7 @@ module Aws::WAFRegional
2147
2439
  #
2148
2440
  class GetPermissionPolicyRequest < Struct.new(
2149
2441
  :resource_arn)
2442
+ SENSITIVE = []
2150
2443
  include Aws::Structure
2151
2444
  end
2152
2445
 
@@ -2158,6 +2451,7 @@ module Aws::WAFRegional
2158
2451
  #
2159
2452
  class GetPermissionPolicyResponse < Struct.new(
2160
2453
  :policy)
2454
+ SENSITIVE = []
2161
2455
  include Aws::Structure
2162
2456
  end
2163
2457
 
@@ -2185,6 +2479,7 @@ module Aws::WAFRegional
2185
2479
  class GetRateBasedRuleManagedKeysRequest < Struct.new(
2186
2480
  :rule_id,
2187
2481
  :next_marker)
2482
+ SENSITIVE = []
2188
2483
  include Aws::Structure
2189
2484
  end
2190
2485
 
@@ -2202,6 +2497,7 @@ module Aws::WAFRegional
2202
2497
  class GetRateBasedRuleManagedKeysResponse < Struct.new(
2203
2498
  :managed_keys,
2204
2499
  :next_marker)
2500
+ SENSITIVE = []
2205
2501
  include Aws::Structure
2206
2502
  end
2207
2503
 
@@ -2221,6 +2517,7 @@ module Aws::WAFRegional
2221
2517
  #
2222
2518
  class GetRateBasedRuleRequest < Struct.new(
2223
2519
  :rule_id)
2520
+ SENSITIVE = []
2224
2521
  include Aws::Structure
2225
2522
  end
2226
2523
 
@@ -2233,6 +2530,7 @@ module Aws::WAFRegional
2233
2530
  #
2234
2531
  class GetRateBasedRuleResponse < Struct.new(
2235
2532
  :rule)
2533
+ SENSITIVE = []
2236
2534
  include Aws::Structure
2237
2535
  end
2238
2536
 
@@ -2253,6 +2551,7 @@ module Aws::WAFRegional
2253
2551
  #
2254
2552
  class GetRegexMatchSetRequest < Struct.new(
2255
2553
  :regex_match_set_id)
2554
+ SENSITIVE = []
2256
2555
  include Aws::Structure
2257
2556
  end
2258
2557
 
@@ -2266,6 +2565,7 @@ module Aws::WAFRegional
2266
2565
  #
2267
2566
  class GetRegexMatchSetResponse < Struct.new(
2268
2567
  :regex_match_set)
2568
+ SENSITIVE = []
2269
2569
  include Aws::Structure
2270
2570
  end
2271
2571
 
@@ -2286,6 +2586,7 @@ module Aws::WAFRegional
2286
2586
  #
2287
2587
  class GetRegexPatternSetRequest < Struct.new(
2288
2588
  :regex_pattern_set_id)
2589
+ SENSITIVE = []
2289
2590
  include Aws::Structure
2290
2591
  end
2291
2592
 
@@ -2300,6 +2601,7 @@ module Aws::WAFRegional
2300
2601
  #
2301
2602
  class GetRegexPatternSetResponse < Struct.new(
2302
2603
  :regex_pattern_set)
2604
+ SENSITIVE = []
2303
2605
  include Aws::Structure
2304
2606
  end
2305
2607
 
@@ -2319,6 +2621,7 @@ module Aws::WAFRegional
2319
2621
  #
2320
2622
  class GetRuleGroupRequest < Struct.new(
2321
2623
  :rule_group_id)
2624
+ SENSITIVE = []
2322
2625
  include Aws::Structure
2323
2626
  end
2324
2627
 
@@ -2331,6 +2634,7 @@ module Aws::WAFRegional
2331
2634
  #
2332
2635
  class GetRuleGroupResponse < Struct.new(
2333
2636
  :rule_group)
2637
+ SENSITIVE = []
2334
2638
  include Aws::Structure
2335
2639
  end
2336
2640
 
@@ -2350,6 +2654,7 @@ module Aws::WAFRegional
2350
2654
  #
2351
2655
  class GetRuleRequest < Struct.new(
2352
2656
  :rule_id)
2657
+ SENSITIVE = []
2353
2658
  include Aws::Structure
2354
2659
  end
2355
2660
 
@@ -2368,6 +2673,7 @@ module Aws::WAFRegional
2368
2673
  #
2369
2674
  class GetRuleResponse < Struct.new(
2370
2675
  :rule)
2676
+ SENSITIVE = []
2371
2677
  include Aws::Structure
2372
2678
  end
2373
2679
 
@@ -2404,9 +2710,10 @@ module Aws::WAFRegional
2404
2710
  # @!attribute [rw] time_window
2405
2711
  # The start date and time and the end date and time of the range for
2406
2712
  # which you want `GetSampledRequests` to return a sample of requests.
2407
- # Specify the date and time in the following format:
2408
- # `"2016-09-27T14:50Z"`. You can specify any time range in the
2409
- # previous three hours.
2713
+ # You must specify the times in Coordinated Universal Time (UTC)
2714
+ # format. UTC format includes the special designator, `Z`. For
2715
+ # example, `"2016-09-27T14:50Z"`. You can specify any time range in
2716
+ # the previous three hours.
2410
2717
  # @return [Types::TimeWindow]
2411
2718
  #
2412
2719
  # @!attribute [rw] max_items
@@ -2424,6 +2731,7 @@ module Aws::WAFRegional
2424
2731
  :rule_id,
2425
2732
  :time_window,
2426
2733
  :max_items)
2734
+ SENSITIVE = []
2427
2735
  include Aws::Structure
2428
2736
  end
2429
2737
 
@@ -2444,7 +2752,8 @@ module Aws::WAFRegional
2444
2752
  # `GetSampledRequests` request. However, if your AWS resource received
2445
2753
  # more than 5,000 requests during the time range that you specified in
2446
2754
  # the request, `GetSampledRequests` returns the time range for the
2447
- # first 5,000 requests.
2755
+ # first 5,000 requests. Times are in Coordinated Universal Time (UTC)
2756
+ # format.
2448
2757
  # @return [Types::TimeWindow]
2449
2758
  #
2450
2759
  # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetSampledRequestsResponse AWS API Documentation
@@ -2453,6 +2762,7 @@ module Aws::WAFRegional
2453
2762
  :sampled_requests,
2454
2763
  :population_size,
2455
2764
  :time_window)
2765
+ SENSITIVE = []
2456
2766
  include Aws::Structure
2457
2767
  end
2458
2768
 
@@ -2473,6 +2783,7 @@ module Aws::WAFRegional
2473
2783
  #
2474
2784
  class GetSizeConstraintSetRequest < Struct.new(
2475
2785
  :size_constraint_set_id)
2786
+ SENSITIVE = []
2476
2787
  include Aws::Structure
2477
2788
  end
2478
2789
 
@@ -2495,6 +2806,7 @@ module Aws::WAFRegional
2495
2806
  #
2496
2807
  class GetSizeConstraintSetResponse < Struct.new(
2497
2808
  :size_constraint_set)
2809
+ SENSITIVE = []
2498
2810
  include Aws::Structure
2499
2811
  end
2500
2812
 
@@ -2517,6 +2829,7 @@ module Aws::WAFRegional
2517
2829
  #
2518
2830
  class GetSqlInjectionMatchSetRequest < Struct.new(
2519
2831
  :sql_injection_match_set_id)
2832
+ SENSITIVE = []
2520
2833
  include Aws::Structure
2521
2834
  end
2522
2835
 
@@ -2540,6 +2853,7 @@ module Aws::WAFRegional
2540
2853
  #
2541
2854
  class GetSqlInjectionMatchSetResponse < Struct.new(
2542
2855
  :sql_injection_match_set)
2856
+ SENSITIVE = []
2543
2857
  include Aws::Structure
2544
2858
  end
2545
2859
 
@@ -2569,6 +2883,7 @@ module Aws::WAFRegional
2569
2883
  #
2570
2884
  class GetWebACLForResourceRequest < Struct.new(
2571
2885
  :resource_arn)
2886
+ SENSITIVE = []
2572
2887
  include Aws::Structure
2573
2888
  end
2574
2889
 
@@ -2582,6 +2897,7 @@ module Aws::WAFRegional
2582
2897
  #
2583
2898
  class GetWebACLForResourceResponse < Struct.new(
2584
2899
  :web_acl_summary)
2900
+ SENSITIVE = []
2585
2901
  include Aws::Structure
2586
2902
  end
2587
2903
 
@@ -2601,6 +2917,7 @@ module Aws::WAFRegional
2601
2917
  #
2602
2918
  class GetWebACLRequest < Struct.new(
2603
2919
  :web_acl_id)
2920
+ SENSITIVE = []
2604
2921
  include Aws::Structure
2605
2922
  end
2606
2923
 
@@ -2623,6 +2940,7 @@ module Aws::WAFRegional
2623
2940
  #
2624
2941
  class GetWebACLResponse < Struct.new(
2625
2942
  :web_acl)
2943
+ SENSITIVE = []
2626
2944
  include Aws::Structure
2627
2945
  end
2628
2946
 
@@ -2645,6 +2963,7 @@ module Aws::WAFRegional
2645
2963
  #
2646
2964
  class GetXssMatchSetRequest < Struct.new(
2647
2965
  :xss_match_set_id)
2966
+ SENSITIVE = []
2648
2967
  include Aws::Structure
2649
2968
  end
2650
2969
 
@@ -2668,15 +2987,30 @@ module Aws::WAFRegional
2668
2987
  #
2669
2988
  class GetXssMatchSetResponse < Struct.new(
2670
2989
  :xss_match_set)
2990
+ SENSITIVE = []
2671
2991
  include Aws::Structure
2672
2992
  end
2673
2993
 
2994
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
2995
+ # [AWS WAF Classic][1] in the developer guide.
2996
+ #
2997
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
2998
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
2999
+ # a single set of endpoints for regional and global use.
3000
+ #
3001
+ # </note>
3002
+ #
2674
3003
  # The response from a GetSampledRequests request includes an
2675
3004
  # `HTTPHeader` complex type that appears as `Headers` in the response
2676
3005
  # syntax. `HTTPHeader` contains the names and values of all of the
2677
3006
  # headers that appear in one of the web requests that were returned by
2678
3007
  # `GetSampledRequests`.
2679
3008
  #
3009
+ #
3010
+ #
3011
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
3012
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3013
+ #
2680
3014
  # @!attribute [rw] name
2681
3015
  # The name of one of the headers in the sampled web request.
2682
3016
  # @return [String]
@@ -2690,14 +3024,29 @@ module Aws::WAFRegional
2690
3024
  class HTTPHeader < Struct.new(
2691
3025
  :name,
2692
3026
  :value)
3027
+ SENSITIVE = []
2693
3028
  include Aws::Structure
2694
3029
  end
2695
3030
 
3031
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
3032
+ # [AWS WAF Classic][1] in the developer guide.
3033
+ #
3034
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
3035
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
3036
+ # a single set of endpoints for regional and global use.
3037
+ #
3038
+ # </note>
3039
+ #
2696
3040
  # The response from a GetSampledRequests request includes an
2697
3041
  # `HTTPRequest` complex type that appears as `Request` in the response
2698
3042
  # syntax. `HTTPRequest` contains information about one of the web
2699
3043
  # requests that were returned by `GetSampledRequests`.
2700
3044
  #
3045
+ #
3046
+ #
3047
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
3048
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3049
+ #
2701
3050
  # @!attribute [rw] client_ip
2702
3051
  # The IP address that the request originated from. If the `WebACL` is
2703
3052
  # associated with a CloudFront distribution, this is the value of one
@@ -2751,9 +3100,19 @@ module Aws::WAFRegional
2751
3100
  :method,
2752
3101
  :http_version,
2753
3102
  :headers)
3103
+ SENSITIVE = []
2754
3104
  include Aws::Structure
2755
3105
  end
2756
3106
 
3107
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
3108
+ # [AWS WAF Classic][1] in the developer guide.
3109
+ #
3110
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
3111
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
3112
+ # a single set of endpoints for regional and global use.
3113
+ #
3114
+ # </note>
3115
+ #
2757
3116
  # Contains one or more IP addresses or blocks of IP addresses specified
2758
3117
  # in Classless Inter-Domain Routing (CIDR) notation. AWS WAF supports
2759
3118
  # IPv4 address ranges: /8 and any range between /16 through /32. AWS WAF
@@ -2764,11 +3123,13 @@ module Aws::WAFRegional
2764
3123
  # range of IP addresses, you can specify /8 or any range between /16
2765
3124
  # through /32 (for IPv4) or /24, /32, /48, /56, /64, or /128 (for IPv6).
2766
3125
  # For more information about CIDR notation, see the Wikipedia entry
2767
- # [Classless Inter-Domain Routing][1].
3126
+ # [Classless Inter-Domain Routing][3].
2768
3127
  #
2769
3128
  #
2770
3129
  #
2771
- # [1]: https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
3130
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
3131
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3132
+ # [3]: https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
2772
3133
  #
2773
3134
  # @!attribute [rw] ip_set_id
2774
3135
  # The `IPSetId` for an `IPSet`. You use `IPSetId` to get information
@@ -2799,12 +3160,27 @@ module Aws::WAFRegional
2799
3160
  :ip_set_id,
2800
3161
  :name,
2801
3162
  :ip_set_descriptors)
3163
+ SENSITIVE = []
2802
3164
  include Aws::Structure
2803
3165
  end
2804
3166
 
3167
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
3168
+ # [AWS WAF Classic][1] in the developer guide.
3169
+ #
3170
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
3171
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
3172
+ # a single set of endpoints for regional and global use.
3173
+ #
3174
+ # </note>
3175
+ #
2805
3176
  # Specifies the IP address type (`IPV4` or `IPV6`) and the IP address
2806
3177
  # range (in CIDR format) that web requests originate from.
2807
3178
  #
3179
+ #
3180
+ #
3181
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
3182
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3183
+ #
2808
3184
  # @note When making an API call, you may pass IPSetDescriptor
2809
3185
  # data as a hash:
2810
3186
  #
@@ -2854,11 +3230,26 @@ module Aws::WAFRegional
2854
3230
  class IPSetDescriptor < Struct.new(
2855
3231
  :type,
2856
3232
  :value)
3233
+ SENSITIVE = []
2857
3234
  include Aws::Structure
2858
3235
  end
2859
3236
 
3237
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
3238
+ # [AWS WAF Classic][1] in the developer guide.
3239
+ #
3240
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
3241
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
3242
+ # a single set of endpoints for regional and global use.
3243
+ #
3244
+ # </note>
3245
+ #
2860
3246
  # Contains the identifier and the name of the `IPSet`.
2861
3247
  #
3248
+ #
3249
+ #
3250
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
3251
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3252
+ #
2862
3253
  # @!attribute [rw] ip_set_id
2863
3254
  # The `IPSetId` for an IPSet. You can use `IPSetId` in a GetIPSet
2864
3255
  # request to get detailed information about an IPSet.
@@ -2874,11 +3265,26 @@ module Aws::WAFRegional
2874
3265
  class IPSetSummary < Struct.new(
2875
3266
  :ip_set_id,
2876
3267
  :name)
3268
+ SENSITIVE = []
2877
3269
  include Aws::Structure
2878
3270
  end
2879
3271
 
3272
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
3273
+ # [AWS WAF Classic][1] in the developer guide.
3274
+ #
3275
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
3276
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
3277
+ # a single set of endpoints for regional and global use.
3278
+ #
3279
+ # </note>
3280
+ #
2880
3281
  # Specifies the type of update to perform to an IPSet with UpdateIPSet.
2881
3282
  #
3283
+ #
3284
+ #
3285
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
3286
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3287
+ #
2882
3288
  # @note When making an API call, you may pass IPSetUpdate
2883
3289
  # data as a hash:
2884
3290
  #
@@ -2905,6 +3311,7 @@ module Aws::WAFRegional
2905
3311
  class IPSetUpdate < Struct.new(
2906
3312
  :action,
2907
3313
  :ip_set_descriptor)
3314
+ SENSITIVE = []
2908
3315
  include Aws::Structure
2909
3316
  end
2910
3317
 
@@ -2946,6 +3353,7 @@ module Aws::WAFRegional
2946
3353
  :rule_group_id,
2947
3354
  :next_marker,
2948
3355
  :limit)
3356
+ SENSITIVE = []
2949
3357
  include Aws::Structure
2950
3358
  end
2951
3359
 
@@ -2967,6 +3375,7 @@ module Aws::WAFRegional
2967
3375
  class ListActivatedRulesInRuleGroupResponse < Struct.new(
2968
3376
  :next_marker,
2969
3377
  :activated_rules)
3378
+ SENSITIVE = []
2970
3379
  include Aws::Structure
2971
3380
  end
2972
3381
 
@@ -3000,6 +3409,7 @@ module Aws::WAFRegional
3000
3409
  class ListByteMatchSetsRequest < Struct.new(
3001
3410
  :next_marker,
3002
3411
  :limit)
3412
+ SENSITIVE = []
3003
3413
  include Aws::Structure
3004
3414
  end
3005
3415
 
@@ -3021,6 +3431,7 @@ module Aws::WAFRegional
3021
3431
  class ListByteMatchSetsResponse < Struct.new(
3022
3432
  :next_marker,
3023
3433
  :byte_match_sets)
3434
+ SENSITIVE = []
3024
3435
  include Aws::Structure
3025
3436
  end
3026
3437
 
@@ -3054,6 +3465,7 @@ module Aws::WAFRegional
3054
3465
  class ListGeoMatchSetsRequest < Struct.new(
3055
3466
  :next_marker,
3056
3467
  :limit)
3468
+ SENSITIVE = []
3057
3469
  include Aws::Structure
3058
3470
  end
3059
3471
 
@@ -3075,6 +3487,7 @@ module Aws::WAFRegional
3075
3487
  class ListGeoMatchSetsResponse < Struct.new(
3076
3488
  :next_marker,
3077
3489
  :geo_match_sets)
3490
+ SENSITIVE = []
3078
3491
  include Aws::Structure
3079
3492
  end
3080
3493
 
@@ -3106,6 +3519,7 @@ module Aws::WAFRegional
3106
3519
  class ListIPSetsRequest < Struct.new(
3107
3520
  :next_marker,
3108
3521
  :limit)
3522
+ SENSITIVE = []
3109
3523
  include Aws::Structure
3110
3524
  end
3111
3525
 
@@ -3124,6 +3538,7 @@ module Aws::WAFRegional
3124
3538
  class ListIPSetsResponse < Struct.new(
3125
3539
  :next_marker,
3126
3540
  :ip_sets)
3541
+ SENSITIVE = []
3127
3542
  include Aws::Structure
3128
3543
  end
3129
3544
 
@@ -3158,6 +3573,7 @@ module Aws::WAFRegional
3158
3573
  class ListLoggingConfigurationsRequest < Struct.new(
3159
3574
  :next_marker,
3160
3575
  :limit)
3576
+ SENSITIVE = []
3161
3577
  include Aws::Structure
3162
3578
  end
3163
3579
 
@@ -3179,6 +3595,7 @@ module Aws::WAFRegional
3179
3595
  class ListLoggingConfigurationsResponse < Struct.new(
3180
3596
  :logging_configurations,
3181
3597
  :next_marker)
3598
+ SENSITIVE = []
3182
3599
  include Aws::Structure
3183
3600
  end
3184
3601
 
@@ -3211,6 +3628,7 @@ module Aws::WAFRegional
3211
3628
  class ListRateBasedRulesRequest < Struct.new(
3212
3629
  :next_marker,
3213
3630
  :limit)
3631
+ SENSITIVE = []
3214
3632
  include Aws::Structure
3215
3633
  end
3216
3634
 
@@ -3231,6 +3649,7 @@ module Aws::WAFRegional
3231
3649
  class ListRateBasedRulesResponse < Struct.new(
3232
3650
  :next_marker,
3233
3651
  :rules)
3652
+ SENSITIVE = []
3234
3653
  include Aws::Structure
3235
3654
  end
3236
3655
 
@@ -3265,6 +3684,7 @@ module Aws::WAFRegional
3265
3684
  class ListRegexMatchSetsRequest < Struct.new(
3266
3685
  :next_marker,
3267
3686
  :limit)
3687
+ SENSITIVE = []
3268
3688
  include Aws::Structure
3269
3689
  end
3270
3690
 
@@ -3286,6 +3706,7 @@ module Aws::WAFRegional
3286
3706
  class ListRegexMatchSetsResponse < Struct.new(
3287
3707
  :next_marker,
3288
3708
  :regex_match_sets)
3709
+ SENSITIVE = []
3289
3710
  include Aws::Structure
3290
3711
  end
3291
3712
 
@@ -3320,6 +3741,7 @@ module Aws::WAFRegional
3320
3741
  class ListRegexPatternSetsRequest < Struct.new(
3321
3742
  :next_marker,
3322
3743
  :limit)
3744
+ SENSITIVE = []
3323
3745
  include Aws::Structure
3324
3746
  end
3325
3747
 
@@ -3341,6 +3763,7 @@ module Aws::WAFRegional
3341
3763
  class ListRegexPatternSetsResponse < Struct.new(
3342
3764
  :next_marker,
3343
3765
  :regex_pattern_sets)
3766
+ SENSITIVE = []
3344
3767
  include Aws::Structure
3345
3768
  end
3346
3769
 
@@ -3367,6 +3790,7 @@ module Aws::WAFRegional
3367
3790
  class ListResourcesForWebACLRequest < Struct.new(
3368
3791
  :web_acl_id,
3369
3792
  :resource_type)
3793
+ SENSITIVE = []
3370
3794
  include Aws::Structure
3371
3795
  end
3372
3796
 
@@ -3380,6 +3804,7 @@ module Aws::WAFRegional
3380
3804
  #
3381
3805
  class ListResourcesForWebACLResponse < Struct.new(
3382
3806
  :resource_arns)
3807
+ SENSITIVE = []
3383
3808
  include Aws::Structure
3384
3809
  end
3385
3810
 
@@ -3412,6 +3837,7 @@ module Aws::WAFRegional
3412
3837
  class ListRuleGroupsRequest < Struct.new(
3413
3838
  :next_marker,
3414
3839
  :limit)
3840
+ SENSITIVE = []
3415
3841
  include Aws::Structure
3416
3842
  end
3417
3843
 
@@ -3432,6 +3858,7 @@ module Aws::WAFRegional
3432
3858
  class ListRuleGroupsResponse < Struct.new(
3433
3859
  :next_marker,
3434
3860
  :rule_groups)
3861
+ SENSITIVE = []
3435
3862
  include Aws::Structure
3436
3863
  end
3437
3864
 
@@ -3464,6 +3891,7 @@ module Aws::WAFRegional
3464
3891
  class ListRulesRequest < Struct.new(
3465
3892
  :next_marker,
3466
3893
  :limit)
3894
+ SENSITIVE = []
3467
3895
  include Aws::Structure
3468
3896
  end
3469
3897
 
@@ -3484,6 +3912,7 @@ module Aws::WAFRegional
3484
3912
  class ListRulesResponse < Struct.new(
3485
3913
  :next_marker,
3486
3914
  :rules)
3915
+ SENSITIVE = []
3487
3916
  include Aws::Structure
3488
3917
  end
3489
3918
 
@@ -3518,6 +3947,7 @@ module Aws::WAFRegional
3518
3947
  class ListSizeConstraintSetsRequest < Struct.new(
3519
3948
  :next_marker,
3520
3949
  :limit)
3950
+ SENSITIVE = []
3521
3951
  include Aws::Structure
3522
3952
  end
3523
3953
 
@@ -3539,6 +3969,7 @@ module Aws::WAFRegional
3539
3969
  class ListSizeConstraintSetsResponse < Struct.new(
3540
3970
  :next_marker,
3541
3971
  :size_constraint_sets)
3972
+ SENSITIVE = []
3542
3973
  include Aws::Structure
3543
3974
  end
3544
3975
 
@@ -3576,6 +4007,7 @@ module Aws::WAFRegional
3576
4007
  class ListSqlInjectionMatchSetsRequest < Struct.new(
3577
4008
  :next_marker,
3578
4009
  :limit)
4010
+ SENSITIVE = []
3579
4011
  include Aws::Structure
3580
4012
  end
3581
4013
 
@@ -3599,6 +4031,7 @@ module Aws::WAFRegional
3599
4031
  class ListSqlInjectionMatchSetsResponse < Struct.new(
3600
4032
  :next_marker,
3601
4033
  :sql_injection_match_sets)
4034
+ SENSITIVE = []
3602
4035
  include Aws::Structure
3603
4036
  end
3604
4037
 
@@ -3632,6 +4065,7 @@ module Aws::WAFRegional
3632
4065
  class ListSubscribedRuleGroupsRequest < Struct.new(
3633
4066
  :next_marker,
3634
4067
  :limit)
4068
+ SENSITIVE = []
3635
4069
  include Aws::Structure
3636
4070
  end
3637
4071
 
@@ -3652,6 +4086,7 @@ module Aws::WAFRegional
3652
4086
  class ListSubscribedRuleGroupsResponse < Struct.new(
3653
4087
  :next_marker,
3654
4088
  :rule_groups)
4089
+ SENSITIVE = []
3655
4090
  include Aws::Structure
3656
4091
  end
3657
4092
 
@@ -3679,6 +4114,7 @@ module Aws::WAFRegional
3679
4114
  :next_marker,
3680
4115
  :limit,
3681
4116
  :resource_arn)
4117
+ SENSITIVE = []
3682
4118
  include Aws::Structure
3683
4119
  end
3684
4120
 
@@ -3693,6 +4129,7 @@ module Aws::WAFRegional
3693
4129
  class ListTagsForResourceResponse < Struct.new(
3694
4130
  :next_marker,
3695
4131
  :tag_info_for_resource)
4132
+ SENSITIVE = []
3696
4133
  include Aws::Structure
3697
4134
  end
3698
4135
 
@@ -3727,6 +4164,7 @@ module Aws::WAFRegional
3727
4164
  class ListWebACLsRequest < Struct.new(
3728
4165
  :next_marker,
3729
4166
  :limit)
4167
+ SENSITIVE = []
3730
4168
  include Aws::Structure
3731
4169
  end
3732
4170
 
@@ -3747,6 +4185,7 @@ module Aws::WAFRegional
3747
4185
  class ListWebACLsResponse < Struct.new(
3748
4186
  :next_marker,
3749
4187
  :web_acls)
4188
+ SENSITIVE = []
3750
4189
  include Aws::Structure
3751
4190
  end
3752
4191
 
@@ -3782,6 +4221,7 @@ module Aws::WAFRegional
3782
4221
  class ListXssMatchSetsRequest < Struct.new(
3783
4222
  :next_marker,
3784
4223
  :limit)
4224
+ SENSITIVE = []
3785
4225
  include Aws::Structure
3786
4226
  end
3787
4227
 
@@ -3805,12 +4245,27 @@ module Aws::WAFRegional
3805
4245
  class ListXssMatchSetsResponse < Struct.new(
3806
4246
  :next_marker,
3807
4247
  :xss_match_sets)
4248
+ SENSITIVE = []
3808
4249
  include Aws::Structure
3809
4250
  end
3810
4251
 
4252
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
4253
+ # [AWS WAF Classic][1] in the developer guide.
4254
+ #
4255
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
4256
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
4257
+ # a single set of endpoints for regional and global use.
4258
+ #
4259
+ # </note>
4260
+ #
3811
4261
  # The Amazon Kinesis Data Firehose, `RedactedFields` information, and
3812
4262
  # the web ACL Amazon Resource Name (ARN).
3813
4263
  #
4264
+ #
4265
+ #
4266
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
4267
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
4268
+ #
3814
4269
  # @note When making an API call, you may pass LoggingConfiguration
3815
4270
  # data as a hash:
3816
4271
  #
@@ -3846,15 +4301,30 @@ module Aws::WAFRegional
3846
4301
  :resource_arn,
3847
4302
  :log_destination_configs,
3848
4303
  :redacted_fields)
4304
+ SENSITIVE = []
3849
4305
  include Aws::Structure
3850
4306
  end
3851
4307
 
4308
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
4309
+ # [AWS WAF Classic][1] in the developer guide.
4310
+ #
4311
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
4312
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
4313
+ # a single set of endpoints for regional and global use.
4314
+ #
4315
+ # </note>
4316
+ #
3852
4317
  # Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet,
3853
4318
  # RegexMatchSet, GeoMatchSet, and SizeConstraintSet objects that you
3854
4319
  # want to add to a `Rule` and, for each object, indicates whether you
3855
4320
  # want to negate the settings, for example, requests that do NOT
3856
4321
  # originate from the IP address 192.0.2.44.
3857
4322
  #
4323
+ #
4324
+ #
4325
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
4326
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
4327
+ #
3858
4328
  # @note When making an API call, you may pass Predicate
3859
4329
  # data as a hash:
3860
4330
  #
@@ -3896,6 +4366,7 @@ module Aws::WAFRegional
3896
4366
  :negated,
3897
4367
  :type,
3898
4368
  :data_id)
4369
+ SENSITIVE = []
3899
4370
  include Aws::Structure
3900
4371
  end
3901
4372
 
@@ -3930,6 +4401,7 @@ module Aws::WAFRegional
3930
4401
  #
3931
4402
  class PutLoggingConfigurationRequest < Struct.new(
3932
4403
  :logging_configuration)
4404
+ SENSITIVE = []
3933
4405
  include Aws::Structure
3934
4406
  end
3935
4407
 
@@ -3941,6 +4413,7 @@ module Aws::WAFRegional
3941
4413
  #
3942
4414
  class PutLoggingConfigurationResponse < Struct.new(
3943
4415
  :logging_configuration)
4416
+ SENSITIVE = []
3944
4417
  include Aws::Structure
3945
4418
  end
3946
4419
 
@@ -3966,6 +4439,7 @@ module Aws::WAFRegional
3966
4439
  class PutPermissionPolicyRequest < Struct.new(
3967
4440
  :resource_arn,
3968
4441
  :policy)
4442
+ SENSITIVE = []
3969
4443
  include Aws::Structure
3970
4444
  end
3971
4445
 
@@ -3973,6 +4447,15 @@ module Aws::WAFRegional
3973
4447
  #
3974
4448
  class PutPermissionPolicyResponse < Aws::EmptyStructure; end
3975
4449
 
4450
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
4451
+ # [AWS WAF Classic][1] in the developer guide.
4452
+ #
4453
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
4454
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
4455
+ # a single set of endpoints for regional and global use.
4456
+ #
4457
+ # </note>
4458
+ #
3976
4459
  # A `RateBasedRule` is identical to a regular Rule, with one addition: a
3977
4460
  # `RateBasedRule` counts the number of requests that arrive from a
3978
4461
  # specified IP address every five minutes. For example, based on recent
@@ -3983,12 +4466,17 @@ module Aws::WAFRegional
3983
4466
  #
3984
4467
  # * They contain the value `BadBot` in the `User-Agent` header.
3985
4468
  #
3986
- # In the rule, you also define the rate limit as 15,000.
4469
+ # In the rule, you also define the rate limit as 1,000.
3987
4470
  #
3988
- # Requests that meet both of these conditions and exceed 15,000 requests
4471
+ # Requests that meet both of these conditions and exceed 1,000 requests
3989
4472
  # every five minutes trigger the rule's action (block or count), which
3990
4473
  # is defined in the web ACL.
3991
4474
  #
4475
+ #
4476
+ #
4477
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
4478
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
4479
+ #
3992
4480
  # @!attribute [rw] rule_id
3993
4481
  # A unique identifier for a `RateBasedRule`. You use `RuleId` to get
3994
4482
  # more information about a `RateBasedRule` (see GetRateBasedRule),
@@ -4043,9 +4531,19 @@ module Aws::WAFRegional
4043
4531
  :match_predicates,
4044
4532
  :rate_key,
4045
4533
  :rate_limit)
4534
+ SENSITIVE = []
4046
4535
  include Aws::Structure
4047
4536
  end
4048
4537
 
4538
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
4539
+ # [AWS WAF Classic][1] in the developer guide.
4540
+ #
4541
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
4542
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
4543
+ # a single set of endpoints for regional and global use.
4544
+ #
4545
+ # </note>
4546
+ #
4049
4547
  # In a GetRegexMatchSet request, `RegexMatchSet` is a complex type that
4050
4548
  # contains the `RegexMatchSetId` and `Name` of a `RegexMatchSet`, and
4051
4549
  # the values that you specified when you updated the `RegexMatchSet`.
@@ -4057,6 +4555,11 @@ module Aws::WAFRegional
4057
4555
  # match the settings in only one `ByteMatchTuple` to be considered a
4058
4556
  # match.
4059
4557
  #
4558
+ #
4559
+ #
4560
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
4561
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
4562
+ #
4060
4563
  # @!attribute [rw] regex_match_set_id
4061
4564
  # The `RegexMatchSetId` for a `RegexMatchSet`. You use
4062
4565
  # `RegexMatchSetId` to get information about a `RegexMatchSet` (see
@@ -4095,12 +4598,27 @@ module Aws::WAFRegional
4095
4598
  :regex_match_set_id,
4096
4599
  :name,
4097
4600
  :regex_match_tuples)
4601
+ SENSITIVE = []
4098
4602
  include Aws::Structure
4099
4603
  end
4100
4604
 
4605
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
4606
+ # [AWS WAF Classic][1] in the developer guide.
4607
+ #
4608
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
4609
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
4610
+ # a single set of endpoints for regional and global use.
4611
+ #
4612
+ # </note>
4613
+ #
4101
4614
  # Returned by ListRegexMatchSets. Each `RegexMatchSetSummary` object
4102
4615
  # includes the `Name` and `RegexMatchSetId` for one RegexMatchSet.
4103
4616
  #
4617
+ #
4618
+ #
4619
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
4620
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
4621
+ #
4104
4622
  # @!attribute [rw] regex_match_set_id
4105
4623
  # The `RegexMatchSetId` for a `RegexMatchSet`. You use
4106
4624
  # `RegexMatchSetId` to get information about a `RegexMatchSet`, update
@@ -4121,13 +4639,28 @@ module Aws::WAFRegional
4121
4639
  class RegexMatchSetSummary < Struct.new(
4122
4640
  :regex_match_set_id,
4123
4641
  :name)
4642
+ SENSITIVE = []
4124
4643
  include Aws::Structure
4125
4644
  end
4126
4645
 
4646
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
4647
+ # [AWS WAF Classic][1] in the developer guide.
4648
+ #
4649
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
4650
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
4651
+ # a single set of endpoints for regional and global use.
4652
+ #
4653
+ # </note>
4654
+ #
4127
4655
  # In an UpdateRegexMatchSet request, `RegexMatchSetUpdate` specifies
4128
4656
  # whether to insert or delete a RegexMatchTuple and includes the
4129
4657
  # settings for the `RegexMatchTuple`.
4130
4658
  #
4659
+ #
4660
+ #
4661
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
4662
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
4663
+ #
4131
4664
  # @note When making an API call, you may pass RegexMatchSetUpdate
4132
4665
  # data as a hash:
4133
4666
  #
@@ -4161,9 +4694,19 @@ module Aws::WAFRegional
4161
4694
  class RegexMatchSetUpdate < Struct.new(
4162
4695
  :action,
4163
4696
  :regex_match_tuple)
4697
+ SENSITIVE = []
4164
4698
  include Aws::Structure
4165
4699
  end
4166
4700
 
4701
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
4702
+ # [AWS WAF Classic][1] in the developer guide.
4703
+ #
4704
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
4705
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
4706
+ # a single set of endpoints for regional and global use.
4707
+ #
4708
+ # </note>
4709
+ #
4167
4710
  # The regular expression pattern that you want AWS WAF to search for in
4168
4711
  # web requests, the location in requests that you want AWS WAF to
4169
4712
  # search, and other settings. Each `RegexMatchTuple` object contains:
@@ -4178,6 +4721,11 @@ module Aws::WAFRegional
4178
4721
  # converting it to lowercase, before inspecting it for the specified
4179
4722
  # string.
4180
4723
  #
4724
+ #
4725
+ #
4726
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
4727
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
4728
+ #
4181
4729
  # @note When making an API call, you may pass RegexMatchTuple
4182
4730
  # data as a hash:
4183
4731
  #
@@ -4291,13 +4839,28 @@ module Aws::WAFRegional
4291
4839
  :field_to_match,
4292
4840
  :text_transformation,
4293
4841
  :regex_pattern_set_id)
4842
+ SENSITIVE = []
4294
4843
  include Aws::Structure
4295
4844
  end
4296
4845
 
4846
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
4847
+ # [AWS WAF Classic][1] in the developer guide.
4848
+ #
4849
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
4850
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
4851
+ # a single set of endpoints for regional and global use.
4852
+ #
4853
+ # </note>
4854
+ #
4297
4855
  # The `RegexPatternSet` specifies the regular expression (regex) pattern
4298
4856
  # that you want AWS WAF to search for, such as `B[a@]dB[o0]t`. You can
4299
4857
  # then configure AWS WAF to reject those requests.
4300
4858
  #
4859
+ #
4860
+ #
4861
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
4862
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
4863
+ #
4301
4864
  # @!attribute [rw] regex_pattern_set_id
4302
4865
  # The identifier for the `RegexPatternSet`. You use
4303
4866
  # `RegexPatternSetId` to get information about a `RegexPatternSet`,
@@ -4324,12 +4887,27 @@ module Aws::WAFRegional
4324
4887
  :regex_pattern_set_id,
4325
4888
  :name,
4326
4889
  :regex_pattern_strings)
4890
+ SENSITIVE = []
4327
4891
  include Aws::Structure
4328
4892
  end
4329
4893
 
4894
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
4895
+ # [AWS WAF Classic][1] in the developer guide.
4896
+ #
4897
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
4898
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
4899
+ # a single set of endpoints for regional and global use.
4900
+ #
4901
+ # </note>
4902
+ #
4330
4903
  # Returned by ListRegexPatternSets. Each `RegexPatternSetSummary` object
4331
4904
  # includes the `Name` and `RegexPatternSetId` for one RegexPatternSet.
4332
4905
  #
4906
+ #
4907
+ #
4908
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
4909
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
4910
+ #
4333
4911
  # @!attribute [rw] regex_pattern_set_id
4334
4912
  # The `RegexPatternSetId` for a `RegexPatternSet`. You use
4335
4913
  # `RegexPatternSetId` to get information about a `RegexPatternSet`,
@@ -4350,13 +4928,28 @@ module Aws::WAFRegional
4350
4928
  class RegexPatternSetSummary < Struct.new(
4351
4929
  :regex_pattern_set_id,
4352
4930
  :name)
4931
+ SENSITIVE = []
4353
4932
  include Aws::Structure
4354
4933
  end
4355
4934
 
4935
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
4936
+ # [AWS WAF Classic][1] in the developer guide.
4937
+ #
4938
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
4939
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
4940
+ # a single set of endpoints for regional and global use.
4941
+ #
4942
+ # </note>
4943
+ #
4356
4944
  # In an UpdateRegexPatternSet request, `RegexPatternSetUpdate` specifies
4357
4945
  # whether to insert or delete a `RegexPatternString` and includes the
4358
4946
  # settings for the `RegexPatternString`.
4359
4947
  #
4948
+ #
4949
+ #
4950
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
4951
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
4952
+ #
4360
4953
  # @note When making an API call, you may pass RegexPatternSetUpdate
4361
4954
  # data as a hash:
4362
4955
  #
@@ -4379,9 +4972,19 @@ module Aws::WAFRegional
4379
4972
  class RegexPatternSetUpdate < Struct.new(
4380
4973
  :action,
4381
4974
  :regex_pattern_string)
4975
+ SENSITIVE = []
4382
4976
  include Aws::Structure
4383
4977
  end
4384
4978
 
4979
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
4980
+ # [AWS WAF Classic][1] in the developer guide.
4981
+ #
4982
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
4983
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
4984
+ # a single set of endpoints for regional and global use.
4985
+ #
4986
+ # </note>
4987
+ #
4385
4988
  # A combination of ByteMatchSet, IPSet, and/or SqlInjectionMatchSet
4386
4989
  # objects that identify the web requests that you want to allow, block,
4387
4990
  # or count. For example, you might create a `Rule` that includes the
@@ -4397,6 +5000,11 @@ module Aws::WAFRegional
4397
5000
  # `192.0.2.44` AND include a `User-Agent` header for which the value is
4398
5001
  # `BadBot`.
4399
5002
  #
5003
+ #
5004
+ #
5005
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5006
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5007
+ #
4400
5008
  # @!attribute [rw] rule_id
4401
5009
  # A unique identifier for a `Rule`. You use `RuleId` to get more
4402
5010
  # information about a `Rule` (see GetRule), update a `Rule` (see
@@ -4434,9 +5042,19 @@ module Aws::WAFRegional
4434
5042
  :name,
4435
5043
  :metric_name,
4436
5044
  :predicates)
5045
+ SENSITIVE = []
4437
5046
  include Aws::Structure
4438
5047
  end
4439
5048
 
5049
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5050
+ # [AWS WAF Classic][1] in the developer guide.
5051
+ #
5052
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5053
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5054
+ # a single set of endpoints for regional and global use.
5055
+ #
5056
+ # </note>
5057
+ #
4440
5058
  # A collection of predefined rules that you can add to a web ACL.
4441
5059
  #
4442
5060
  # Rule groups are subject to the following limits:
@@ -4448,6 +5066,11 @@ module Aws::WAFRegional
4448
5066
  #
4449
5067
  # * Ten rules per rule group.
4450
5068
  #
5069
+ #
5070
+ #
5071
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5072
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5073
+ #
4451
5074
  # @!attribute [rw] rule_group_id
4452
5075
  # A unique identifier for a `RuleGroup`. You use `RuleGroupId` to get
4453
5076
  # more information about a `RuleGroup` (see GetRuleGroup), update a
@@ -4478,12 +5101,27 @@ module Aws::WAFRegional
4478
5101
  :rule_group_id,
4479
5102
  :name,
4480
5103
  :metric_name)
5104
+ SENSITIVE = []
4481
5105
  include Aws::Structure
4482
5106
  end
4483
5107
 
5108
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5109
+ # [AWS WAF Classic][1] in the developer guide.
5110
+ #
5111
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5112
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5113
+ # a single set of endpoints for regional and global use.
5114
+ #
5115
+ # </note>
5116
+ #
4484
5117
  # Contains the identifier and the friendly name or description of the
4485
5118
  # `RuleGroup`.
4486
5119
  #
5120
+ #
5121
+ #
5122
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5123
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5124
+ #
4487
5125
  # @!attribute [rw] rule_group_id
4488
5126
  # A unique identifier for a `RuleGroup`. You use `RuleGroupId` to get
4489
5127
  # more information about a `RuleGroup` (see GetRuleGroup), update a
@@ -4504,12 +5142,27 @@ module Aws::WAFRegional
4504
5142
  class RuleGroupSummary < Struct.new(
4505
5143
  :rule_group_id,
4506
5144
  :name)
5145
+ SENSITIVE = []
4507
5146
  include Aws::Structure
4508
5147
  end
4509
5148
 
5149
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5150
+ # [AWS WAF Classic][1] in the developer guide.
5151
+ #
5152
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5153
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5154
+ # a single set of endpoints for regional and global use.
5155
+ #
5156
+ # </note>
5157
+ #
4510
5158
  # Specifies an `ActivatedRule` and indicates whether you want to add it
4511
5159
  # to a `RuleGroup` or delete it from a `RuleGroup`.
4512
5160
  #
5161
+ #
5162
+ #
5163
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5164
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5165
+ #
4513
5166
  # @note When making an API call, you may pass RuleGroupUpdate
4514
5167
  # data as a hash:
4515
5168
  #
@@ -4550,12 +5203,27 @@ module Aws::WAFRegional
4550
5203
  class RuleGroupUpdate < Struct.new(
4551
5204
  :action,
4552
5205
  :activated_rule)
5206
+ SENSITIVE = []
4553
5207
  include Aws::Structure
4554
5208
  end
4555
5209
 
5210
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5211
+ # [AWS WAF Classic][1] in the developer guide.
5212
+ #
5213
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5214
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5215
+ # a single set of endpoints for regional and global use.
5216
+ #
5217
+ # </note>
5218
+ #
4556
5219
  # Contains the identifier and the friendly name or description of the
4557
5220
  # `Rule`.
4558
5221
  #
5222
+ #
5223
+ #
5224
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5225
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5226
+ #
4559
5227
  # @!attribute [rw] rule_id
4560
5228
  # A unique identifier for a `Rule`. You use `RuleId` to get more
4561
5229
  # information about a `Rule` (see GetRule), update a `Rule` (see
@@ -4576,12 +5244,27 @@ module Aws::WAFRegional
4576
5244
  class RuleSummary < Struct.new(
4577
5245
  :rule_id,
4578
5246
  :name)
5247
+ SENSITIVE = []
4579
5248
  include Aws::Structure
4580
5249
  end
4581
5250
 
5251
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5252
+ # [AWS WAF Classic][1] in the developer guide.
5253
+ #
5254
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5255
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5256
+ # a single set of endpoints for regional and global use.
5257
+ #
5258
+ # </note>
5259
+ #
4582
5260
  # Specifies a `Predicate` (such as an `IPSet`) and indicates whether you
4583
5261
  # want to add it to a `Rule` or delete it from a `Rule`.
4584
5262
  #
5263
+ #
5264
+ #
5265
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5266
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5267
+ #
4585
5268
  # @note When making an API call, you may pass RuleUpdate
4586
5269
  # data as a hash:
4587
5270
  #
@@ -4609,15 +5292,30 @@ module Aws::WAFRegional
4609
5292
  class RuleUpdate < Struct.new(
4610
5293
  :action,
4611
5294
  :predicate)
5295
+ SENSITIVE = []
4612
5296
  include Aws::Structure
4613
5297
  end
4614
5298
 
5299
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5300
+ # [AWS WAF Classic][1] in the developer guide.
5301
+ #
5302
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5303
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5304
+ # a single set of endpoints for regional and global use.
5305
+ #
5306
+ # </note>
5307
+ #
4615
5308
  # The response from a GetSampledRequests request includes a
4616
5309
  # `SampledHTTPRequests` complex type that appears as `SampledRequests`
4617
5310
  # in the response syntax. `SampledHTTPRequests` contains one
4618
5311
  # `SampledHTTPRequest` object for each web request that is returned by
4619
5312
  # `GetSampledRequests`.
4620
5313
  #
5314
+ #
5315
+ #
5316
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5317
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5318
+ #
4621
5319
  # @!attribute [rw] request
4622
5320
  # A complex type that contains detailed information about the request.
4623
5321
  # @return [Types::HTTPRequest]
@@ -4654,15 +5352,30 @@ module Aws::WAFRegional
4654
5352
  :timestamp,
4655
5353
  :action,
4656
5354
  :rule_within_rule_group)
5355
+ SENSITIVE = []
4657
5356
  include Aws::Structure
4658
5357
  end
4659
5358
 
5359
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5360
+ # [AWS WAF Classic][1] in the developer guide.
5361
+ #
5362
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5363
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5364
+ # a single set of endpoints for regional and global use.
5365
+ #
5366
+ # </note>
5367
+ #
4660
5368
  # Specifies a constraint on the size of a part of the web request. AWS
4661
5369
  # WAF uses the `Size`, `ComparisonOperator`, and `FieldToMatch` to build
4662
5370
  # an expression in the form of "`Size` `ComparisonOperator` size in
4663
5371
  # bytes of `FieldToMatch`". If that expression is true, the
4664
5372
  # `SizeConstraint` is considered to match.
4665
5373
  #
5374
+ #
5375
+ #
5376
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5377
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5378
+ #
4666
5379
  # @note When making an API call, you may pass SizeConstraint
4667
5380
  # data as a hash:
4668
5381
  #
@@ -4684,7 +5397,7 @@ module Aws::WAFRegional
4684
5397
  # Text transformations eliminate some of the unusual formatting that
4685
5398
  # attackers use in web requests in an effort to bypass AWS WAF. If you
4686
5399
  # specify a transformation, AWS WAF performs the transformation on
4687
- # `FieldToMatch` before inspecting a request for a match.
5400
+ # `FieldToMatch` before inspecting it for a match.
4688
5401
  #
4689
5402
  # You can only specify a single type of TextTransformation.
4690
5403
  #
@@ -4810,15 +5523,30 @@ module Aws::WAFRegional
4810
5523
  :text_transformation,
4811
5524
  :comparison_operator,
4812
5525
  :size)
5526
+ SENSITIVE = []
4813
5527
  include Aws::Structure
4814
5528
  end
4815
5529
 
5530
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5531
+ # [AWS WAF Classic][1] in the developer guide.
5532
+ #
5533
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5534
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5535
+ # a single set of endpoints for regional and global use.
5536
+ #
5537
+ # </note>
5538
+ #
4816
5539
  # A complex type that contains `SizeConstraint` objects, which specify
4817
5540
  # the parts of web requests that you want AWS WAF to inspect the size
4818
5541
  # of. If a `SizeConstraintSet` contains more than one `SizeConstraint`
4819
5542
  # object, a request only needs to match one constraint to be considered
4820
5543
  # a match.
4821
5544
  #
5545
+ #
5546
+ #
5547
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5548
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5549
+ #
4822
5550
  # @!attribute [rw] size_constraint_set_id
4823
5551
  # A unique identifier for a `SizeConstraintSet`. You use
4824
5552
  # `SizeConstraintSetId` to get information about a `SizeConstraintSet`
@@ -4846,11 +5574,26 @@ module Aws::WAFRegional
4846
5574
  :size_constraint_set_id,
4847
5575
  :name,
4848
5576
  :size_constraints)
5577
+ SENSITIVE = []
4849
5578
  include Aws::Structure
4850
5579
  end
4851
5580
 
5581
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5582
+ # [AWS WAF Classic][1] in the developer guide.
5583
+ #
5584
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5585
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5586
+ # a single set of endpoints for regional and global use.
5587
+ #
5588
+ # </note>
5589
+ #
4852
5590
  # The `Id` and `Name` of a `SizeConstraintSet`.
4853
5591
  #
5592
+ #
5593
+ #
5594
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5595
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5596
+ #
4854
5597
  # @!attribute [rw] size_constraint_set_id
4855
5598
  # A unique identifier for a `SizeConstraintSet`. You use
4856
5599
  # `SizeConstraintSetId` to get information about a `SizeConstraintSet`
@@ -4872,13 +5615,28 @@ module Aws::WAFRegional
4872
5615
  class SizeConstraintSetSummary < Struct.new(
4873
5616
  :size_constraint_set_id,
4874
5617
  :name)
5618
+ SENSITIVE = []
4875
5619
  include Aws::Structure
4876
5620
  end
4877
5621
 
5622
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5623
+ # [AWS WAF Classic][1] in the developer guide.
5624
+ #
5625
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5626
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5627
+ # a single set of endpoints for regional and global use.
5628
+ #
5629
+ # </note>
5630
+ #
4878
5631
  # Specifies the part of a web request that you want to inspect the size
4879
5632
  # of and indicates whether you want to add the specification to a
4880
5633
  # SizeConstraintSet or delete it from a `SizeConstraintSet`.
4881
5634
  #
5635
+ #
5636
+ #
5637
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5638
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5639
+ #
4882
5640
  # @note When making an API call, you may pass SizeConstraintSetUpdate
4883
5641
  # data as a hash:
4884
5642
  #
@@ -4914,9 +5672,19 @@ module Aws::WAFRegional
4914
5672
  class SizeConstraintSetUpdate < Struct.new(
4915
5673
  :action,
4916
5674
  :size_constraint)
5675
+ SENSITIVE = []
4917
5676
  include Aws::Structure
4918
5677
  end
4919
5678
 
5679
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5680
+ # [AWS WAF Classic][1] in the developer guide.
5681
+ #
5682
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5683
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5684
+ # a single set of endpoints for regional and global use.
5685
+ #
5686
+ # </note>
5687
+ #
4920
5688
  # A complex type that contains `SqlInjectionMatchTuple` objects, which
4921
5689
  # specify the parts of web requests that you want AWS WAF to inspect for
4922
5690
  # snippets of malicious SQL code and, if you want AWS WAF to inspect a
@@ -4925,6 +5693,11 @@ module Aws::WAFRegional
4925
5693
  # include snippets of SQL code in only one of the specified parts of the
4926
5694
  # request to be considered a match.
4927
5695
  #
5696
+ #
5697
+ #
5698
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5699
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5700
+ #
4928
5701
  # @!attribute [rw] sql_injection_match_set_id
4929
5702
  # A unique identifier for a `SqlInjectionMatchSet`. You use
4930
5703
  # `SqlInjectionMatchSetId` to get information about a
@@ -4953,11 +5726,26 @@ module Aws::WAFRegional
4953
5726
  :sql_injection_match_set_id,
4954
5727
  :name,
4955
5728
  :sql_injection_match_tuples)
5729
+ SENSITIVE = []
4956
5730
  include Aws::Structure
4957
5731
  end
4958
5732
 
5733
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5734
+ # [AWS WAF Classic][1] in the developer guide.
5735
+ #
5736
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5737
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5738
+ # a single set of endpoints for regional and global use.
5739
+ #
5740
+ # </note>
5741
+ #
4959
5742
  # The `Id` and `Name` of a `SqlInjectionMatchSet`.
4960
5743
  #
5744
+ #
5745
+ #
5746
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5747
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5748
+ #
4961
5749
  # @!attribute [rw] sql_injection_match_set_id
4962
5750
  # A unique identifier for a `SqlInjectionMatchSet`. You use
4963
5751
  # `SqlInjectionMatchSetId` to get information about a
@@ -4980,14 +5768,29 @@ module Aws::WAFRegional
4980
5768
  class SqlInjectionMatchSetSummary < Struct.new(
4981
5769
  :sql_injection_match_set_id,
4982
5770
  :name)
5771
+ SENSITIVE = []
4983
5772
  include Aws::Structure
4984
5773
  end
4985
5774
 
5775
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5776
+ # [AWS WAF Classic][1] in the developer guide.
5777
+ #
5778
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5779
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5780
+ # a single set of endpoints for regional and global use.
5781
+ #
5782
+ # </note>
5783
+ #
4986
5784
  # Specifies the part of a web request that you want to inspect for
4987
5785
  # snippets of malicious SQL code and indicates whether you want to add
4988
5786
  # the specification to a SqlInjectionMatchSet or delete it from a
4989
5787
  # `SqlInjectionMatchSet`.
4990
5788
  #
5789
+ #
5790
+ #
5791
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5792
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5793
+ #
4991
5794
  # @note When making an API call, you may pass SqlInjectionMatchSetUpdate
4992
5795
  # data as a hash:
4993
5796
  #
@@ -5019,13 +5822,28 @@ module Aws::WAFRegional
5019
5822
  class SqlInjectionMatchSetUpdate < Struct.new(
5020
5823
  :action,
5021
5824
  :sql_injection_match_tuple)
5825
+ SENSITIVE = []
5022
5826
  include Aws::Structure
5023
5827
  end
5024
5828
 
5829
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5830
+ # [AWS WAF Classic][1] in the developer guide.
5831
+ #
5832
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5833
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5834
+ # a single set of endpoints for regional and global use.
5835
+ #
5836
+ # </note>
5837
+ #
5025
5838
  # Specifies the part of a web request that you want AWS WAF to inspect
5026
5839
  # for snippets of malicious SQL code and, if you want AWS WAF to inspect
5027
5840
  # a header, the name of the header.
5028
5841
  #
5842
+ #
5843
+ #
5844
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5845
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5846
+ #
5029
5847
  # @note When making an API call, you may pass SqlInjectionMatchTuple
5030
5848
  # data as a hash:
5031
5849
  #
@@ -5046,7 +5864,7 @@ module Aws::WAFRegional
5046
5864
  # Text transformations eliminate some of the unusual formatting that
5047
5865
  # attackers use in web requests in an effort to bypass AWS WAF. If you
5048
5866
  # specify a transformation, AWS WAF performs the transformation on
5049
- # `FieldToMatch` before inspecting a request for a match.
5867
+ # `FieldToMatch` before inspecting it for a match.
5050
5868
  #
5051
5869
  # You can only specify a single type of TextTransformation.
5052
5870
  #
@@ -5125,11 +5943,26 @@ module Aws::WAFRegional
5125
5943
  class SqlInjectionMatchTuple < Struct.new(
5126
5944
  :field_to_match,
5127
5945
  :text_transformation)
5946
+ SENSITIVE = []
5128
5947
  include Aws::Structure
5129
5948
  end
5130
5949
 
5950
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5951
+ # [AWS WAF Classic][1] in the developer guide.
5952
+ #
5953
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5954
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5955
+ # a single set of endpoints for regional and global use.
5956
+ #
5957
+ # </note>
5958
+ #
5131
5959
  # A summary of the rule groups you are subscribed to.
5132
5960
  #
5961
+ #
5962
+ #
5963
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
5964
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
5965
+ #
5133
5966
  # @!attribute [rw] rule_group_id
5134
5967
  # A unique identifier for a `RuleGroup`.
5135
5968
  # @return [String]
@@ -5154,15 +5987,41 @@ module Aws::WAFRegional
5154
5987
  :rule_group_id,
5155
5988
  :name,
5156
5989
  :metric_name)
5990
+ SENSITIVE = []
5157
5991
  include Aws::Structure
5158
5992
  end
5159
5993
 
5994
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
5995
+ # [AWS WAF Classic][1] in the developer guide.
5996
+ #
5997
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
5998
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
5999
+ # a single set of endpoints for regional and global use.
6000
+ #
6001
+ # </note>
6002
+ #
6003
+ # A tag associated with an AWS resource. Tags are key:value pairs that
6004
+ # you can use to categorize and manage your resources, for purposes like
6005
+ # billing. For example, you might set the tag key to "customer" and
6006
+ # the value to the customer name or ID. You can specify one or more tags
6007
+ # to add to each AWS resource, up to 50 tags for a resource.
6008
+ #
6009
+ # Tagging is only available through the API, SDKs, and CLI. You can't
6010
+ # manage or view tags through the AWS WAF Classic console. You can tag
6011
+ # the AWS resources that you manage through AWS WAF Classic: web ACLs,
6012
+ # rule groups, and rules.
6013
+ #
6014
+ #
6015
+ #
6016
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
6017
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
6018
+ #
5160
6019
  # @note When making an API call, you may pass Tag
5161
6020
  # data as a hash:
5162
6021
  #
5163
6022
  # {
5164
- # key: "TagKey",
5165
- # value: "TagValue",
6023
+ # key: "TagKey", # required
6024
+ # value: "TagValue", # required
5166
6025
  # }
5167
6026
  #
5168
6027
  # @!attribute [rw] key
@@ -5176,9 +6035,36 @@ module Aws::WAFRegional
5176
6035
  class Tag < Struct.new(
5177
6036
  :key,
5178
6037
  :value)
6038
+ SENSITIVE = []
5179
6039
  include Aws::Structure
5180
6040
  end
5181
6041
 
6042
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
6043
+ # [AWS WAF Classic][1] in the developer guide.
6044
+ #
6045
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
6046
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
6047
+ # a single set of endpoints for regional and global use.
6048
+ #
6049
+ # </note>
6050
+ #
6051
+ # Information for a tag associated with an AWS resource. Tags are
6052
+ # key:value pairs that you can use to categorize and manage your
6053
+ # resources, for purposes like billing. For example, you might set the
6054
+ # tag key to "customer" and the value to the customer name or ID. You
6055
+ # can specify one or more tags to add to each AWS resource, up to 50
6056
+ # tags for a resource.
6057
+ #
6058
+ # Tagging is only available through the API, SDKs, and CLI. You can't
6059
+ # manage or view tags through the AWS WAF Classic console. You can tag
6060
+ # the AWS resources that you manage through AWS WAF Classic: web ACLs,
6061
+ # rule groups, and rules.
6062
+ #
6063
+ #
6064
+ #
6065
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
6066
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
6067
+ #
5182
6068
  # @!attribute [rw] resource_arn
5183
6069
  # @return [String]
5184
6070
  #
@@ -5190,6 +6076,7 @@ module Aws::WAFRegional
5190
6076
  class TagInfoForResource < Struct.new(
5191
6077
  :resource_arn,
5192
6078
  :tag_list)
6079
+ SENSITIVE = []
5193
6080
  include Aws::Structure
5194
6081
  end
5195
6082
 
@@ -5200,8 +6087,8 @@ module Aws::WAFRegional
5200
6087
  # resource_arn: "ResourceArn", # required
5201
6088
  # tags: [ # required
5202
6089
  # {
5203
- # key: "TagKey",
5204
- # value: "TagValue",
6090
+ # key: "TagKey", # required
6091
+ # value: "TagValue", # required
5205
6092
  # },
5206
6093
  # ],
5207
6094
  # }
@@ -5217,6 +6104,7 @@ module Aws::WAFRegional
5217
6104
  class TagResourceRequest < Struct.new(
5218
6105
  :resource_arn,
5219
6106
  :tags)
6107
+ SENSITIVE = []
5220
6108
  include Aws::Structure
5221
6109
  end
5222
6110
 
@@ -5224,10 +6112,23 @@ module Aws::WAFRegional
5224
6112
  #
5225
6113
  class TagResourceResponse < Aws::EmptyStructure; end
5226
6114
 
6115
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
6116
+ # [AWS WAF Classic][1] in the developer guide.
6117
+ #
6118
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
6119
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
6120
+ # a single set of endpoints for regional and global use.
6121
+ #
6122
+ # </note>
6123
+ #
5227
6124
  # In a GetSampledRequests request, the `StartTime` and `EndTime` objects
5228
6125
  # specify the time range for which you want AWS WAF to return a sample
5229
6126
  # of web requests.
5230
6127
  #
6128
+ # You must specify the times in Coordinated Universal Time (UTC) format.
6129
+ # UTC format includes the special designator, `Z`. For example,
6130
+ # `"2016-09-27T14:50Z"`.
6131
+ #
5231
6132
  # In a GetSampledRequests response, the `StartTime` and `EndTime`
5232
6133
  # objects specify the time range for which AWS WAF actually returned a
5233
6134
  # sample of web requests. AWS WAF gets the specified number of requests
@@ -5237,6 +6138,11 @@ module Aws::WAFRegional
5237
6138
  # 5,000th request. In that case, `EndTime` is the time that AWS WAF
5238
6139
  # received the 5,000th request.
5239
6140
  #
6141
+ #
6142
+ #
6143
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
6144
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
6145
+ #
5240
6146
  # @note When making an API call, you may pass TimeWindow
5241
6147
  # data as a hash:
5242
6148
  #
@@ -5248,17 +6154,19 @@ module Aws::WAFRegional
5248
6154
  # @!attribute [rw] start_time
5249
6155
  # The beginning of the time range from which you want
5250
6156
  # `GetSampledRequests` to return a sample of the requests that your
5251
- # AWS resource received. Specify the date and time in the following
5252
- # format: `"2016-09-27T14:50Z"`. You can specify any time range in the
5253
- # previous three hours.
6157
+ # AWS resource received. You must specify the date and time in
6158
+ # Coordinated Universal Time (UTC) format. UTC format includes the
6159
+ # special designator, `Z`. For example, `"2016-09-27T14:50Z"`. You can
6160
+ # specify any time range in the previous three hours.
5254
6161
  # @return [Time]
5255
6162
  #
5256
6163
  # @!attribute [rw] end_time
5257
6164
  # The end of the time range from which you want `GetSampledRequests`
5258
6165
  # to return a sample of the requests that your AWS resource received.
5259
- # Specify the date and time in the following format:
5260
- # `"2016-09-27T14:50Z"`. You can specify any time range in the
5261
- # previous three hours.
6166
+ # You must specify the date and time in Coordinated Universal Time
6167
+ # (UTC) format. UTC format includes the special designator, `Z`. For
6168
+ # example, `"2016-09-27T14:50Z"`. You can specify any time range in
6169
+ # the previous three hours.
5262
6170
  # @return [Time]
5263
6171
  #
5264
6172
  # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/TimeWindow AWS API Documentation
@@ -5266,6 +6174,7 @@ module Aws::WAFRegional
5266
6174
  class TimeWindow < Struct.new(
5267
6175
  :start_time,
5268
6176
  :end_time)
6177
+ SENSITIVE = []
5269
6178
  include Aws::Structure
5270
6179
  end
5271
6180
 
@@ -5288,6 +6197,7 @@ module Aws::WAFRegional
5288
6197
  class UntagResourceRequest < Struct.new(
5289
6198
  :resource_arn,
5290
6199
  :tag_keys)
6200
+ SENSITIVE = []
5291
6201
  include Aws::Structure
5292
6202
  end
5293
6203
 
@@ -5346,6 +6256,7 @@ module Aws::WAFRegional
5346
6256
  :byte_match_set_id,
5347
6257
  :change_token,
5348
6258
  :updates)
6259
+ SENSITIVE = []
5349
6260
  include Aws::Structure
5350
6261
  end
5351
6262
 
@@ -5359,6 +6270,7 @@ module Aws::WAFRegional
5359
6270
  #
5360
6271
  class UpdateByteMatchSetResponse < Struct.new(
5361
6272
  :change_token)
6273
+ SENSITIVE = []
5362
6274
  include Aws::Structure
5363
6275
  end
5364
6276
 
@@ -5409,6 +6321,7 @@ module Aws::WAFRegional
5409
6321
  :geo_match_set_id,
5410
6322
  :change_token,
5411
6323
  :updates)
6324
+ SENSITIVE = []
5412
6325
  include Aws::Structure
5413
6326
  end
5414
6327
 
@@ -5422,6 +6335,7 @@ module Aws::WAFRegional
5422
6335
  #
5423
6336
  class UpdateGeoMatchSetResponse < Struct.new(
5424
6337
  :change_token)
6338
+ SENSITIVE = []
5425
6339
  include Aws::Structure
5426
6340
  end
5427
6341
 
@@ -5469,6 +6383,7 @@ module Aws::WAFRegional
5469
6383
  :ip_set_id,
5470
6384
  :change_token,
5471
6385
  :updates)
6386
+ SENSITIVE = []
5472
6387
  include Aws::Structure
5473
6388
  end
5474
6389
 
@@ -5482,6 +6397,7 @@ module Aws::WAFRegional
5482
6397
  #
5483
6398
  class UpdateIPSetResponse < Struct.new(
5484
6399
  :change_token)
6400
+ SENSITIVE = []
5485
6401
  include Aws::Structure
5486
6402
  end
5487
6403
 
@@ -5534,6 +6450,7 @@ module Aws::WAFRegional
5534
6450
  :change_token,
5535
6451
  :updates,
5536
6452
  :rate_limit)
6453
+ SENSITIVE = []
5537
6454
  include Aws::Structure
5538
6455
  end
5539
6456
 
@@ -5547,6 +6464,7 @@ module Aws::WAFRegional
5547
6464
  #
5548
6465
  class UpdateRateBasedRuleResponse < Struct.new(
5549
6466
  :change_token)
6467
+ SENSITIVE = []
5550
6468
  include Aws::Structure
5551
6469
  end
5552
6470
 
@@ -5593,6 +6511,7 @@ module Aws::WAFRegional
5593
6511
  :regex_match_set_id,
5594
6512
  :updates,
5595
6513
  :change_token)
6514
+ SENSITIVE = []
5596
6515
  include Aws::Structure
5597
6516
  end
5598
6517
 
@@ -5606,6 +6525,7 @@ module Aws::WAFRegional
5606
6525
  #
5607
6526
  class UpdateRegexMatchSetResponse < Struct.new(
5608
6527
  :change_token)
6528
+ SENSITIVE = []
5609
6529
  include Aws::Structure
5610
6530
  end
5611
6531
 
@@ -5644,6 +6564,7 @@ module Aws::WAFRegional
5644
6564
  :regex_pattern_set_id,
5645
6565
  :updates,
5646
6566
  :change_token)
6567
+ SENSITIVE = []
5647
6568
  include Aws::Structure
5648
6569
  end
5649
6570
 
@@ -5658,6 +6579,7 @@ module Aws::WAFRegional
5658
6579
  #
5659
6580
  class UpdateRegexPatternSetResponse < Struct.new(
5660
6581
  :change_token)
6582
+ SENSITIVE = []
5661
6583
  include Aws::Structure
5662
6584
  end
5663
6585
 
@@ -5718,6 +6640,7 @@ module Aws::WAFRegional
5718
6640
  :rule_group_id,
5719
6641
  :updates,
5720
6642
  :change_token)
6643
+ SENSITIVE = []
5721
6644
  include Aws::Structure
5722
6645
  end
5723
6646
 
@@ -5731,6 +6654,7 @@ module Aws::WAFRegional
5731
6654
  #
5732
6655
  class UpdateRuleGroupResponse < Struct.new(
5733
6656
  :change_token)
6657
+ SENSITIVE = []
5734
6658
  include Aws::Structure
5735
6659
  end
5736
6660
 
@@ -5779,6 +6703,7 @@ module Aws::WAFRegional
5779
6703
  :rule_id,
5780
6704
  :change_token,
5781
6705
  :updates)
6706
+ SENSITIVE = []
5782
6707
  include Aws::Structure
5783
6708
  end
5784
6709
 
@@ -5792,6 +6717,7 @@ module Aws::WAFRegional
5792
6717
  #
5793
6718
  class UpdateRuleResponse < Struct.new(
5794
6719
  :change_token)
6720
+ SENSITIVE = []
5795
6721
  include Aws::Structure
5796
6722
  end
5797
6723
 
@@ -5846,6 +6772,7 @@ module Aws::WAFRegional
5846
6772
  :size_constraint_set_id,
5847
6773
  :change_token,
5848
6774
  :updates)
6775
+ SENSITIVE = []
5849
6776
  include Aws::Structure
5850
6777
  end
5851
6778
 
@@ -5860,6 +6787,7 @@ module Aws::WAFRegional
5860
6787
  #
5861
6788
  class UpdateSizeConstraintSetResponse < Struct.new(
5862
6789
  :change_token)
6790
+ SENSITIVE = []
5863
6791
  include Aws::Structure
5864
6792
  end
5865
6793
 
@@ -5915,6 +6843,7 @@ module Aws::WAFRegional
5915
6843
  :sql_injection_match_set_id,
5916
6844
  :change_token,
5917
6845
  :updates)
6846
+ SENSITIVE = []
5918
6847
  include Aws::Structure
5919
6848
  end
5920
6849
 
@@ -5931,6 +6860,7 @@ module Aws::WAFRegional
5931
6860
  #
5932
6861
  class UpdateSqlInjectionMatchSetResponse < Struct.new(
5933
6862
  :change_token)
6863
+ SENSITIVE = []
5934
6864
  include Aws::Structure
5935
6865
  end
5936
6866
 
@@ -6007,6 +6937,7 @@ module Aws::WAFRegional
6007
6937
  :change_token,
6008
6938
  :updates,
6009
6939
  :default_action)
6940
+ SENSITIVE = []
6010
6941
  include Aws::Structure
6011
6942
  end
6012
6943
 
@@ -6020,6 +6951,7 @@ module Aws::WAFRegional
6020
6951
  #
6021
6952
  class UpdateWebACLResponse < Struct.new(
6022
6953
  :change_token)
6954
+ SENSITIVE = []
6023
6955
  include Aws::Structure
6024
6956
  end
6025
6957
 
@@ -6073,6 +7005,7 @@ module Aws::WAFRegional
6073
7005
  :xss_match_set_id,
6074
7006
  :change_token,
6075
7007
  :updates)
7008
+ SENSITIVE = []
6076
7009
  include Aws::Structure
6077
7010
  end
6078
7011
 
@@ -6088,6 +7021,7 @@ module Aws::WAFRegional
6088
7021
  #
6089
7022
  class UpdateXssMatchSetResponse < Struct.new(
6090
7023
  :change_token)
7024
+ SENSITIVE = []
6091
7025
  include Aws::Structure
6092
7026
  end
6093
7027
 
@@ -6098,6 +7032,7 @@ module Aws::WAFRegional
6098
7032
  #
6099
7033
  class WAFBadRequestException < Struct.new(
6100
7034
  :message)
7035
+ SENSITIVE = []
6101
7036
  include Aws::Structure
6102
7037
  end
6103
7038
 
@@ -6110,6 +7045,48 @@ module Aws::WAFRegional
6110
7045
  #
6111
7046
  class WAFDisallowedNameException < Struct.new(
6112
7047
  :message)
7048
+ SENSITIVE = []
7049
+ include Aws::Structure
7050
+ end
7051
+
7052
+ # The operation failed due to a problem with the migration. The failure
7053
+ # cause is provided in the exception, in the `MigrationErrorType`\:
7054
+ #
7055
+ # * `ENTITY_NOT_SUPPORTED` - The web ACL has an unsupported entity but
7056
+ # the `IgnoreUnsupportedType` is not set to true.
7057
+ #
7058
+ # * `ENTITY_NOT_FOUND` - The web ACL doesn't exist.
7059
+ #
7060
+ # * `S3_BUCKET_NO_PERMISSION` - You don't have permission to perform
7061
+ # the `PutObject` action to the specified Amazon S3 bucket.
7062
+ #
7063
+ # * `S3_BUCKET_NOT_ACCESSIBLE` - The bucket policy doesn't allow AWS
7064
+ # WAF to perform the `PutObject` action in the bucket.
7065
+ #
7066
+ # * `S3_BUCKET_NOT_FOUND` - The S3 bucket doesn't exist.
7067
+ #
7068
+ # * `S3_BUCKET_INVALID_REGION` - The S3 bucket is not in the same Region
7069
+ # as the web ACL.
7070
+ #
7071
+ # * `S3_INTERNAL_ERROR` - AWS WAF failed to create the template in the
7072
+ # S3 bucket for another reason.
7073
+ #
7074
+ # @!attribute [rw] message
7075
+ # @return [String]
7076
+ #
7077
+ # @!attribute [rw] migration_error_type
7078
+ # @return [String]
7079
+ #
7080
+ # @!attribute [rw] migration_error_reason
7081
+ # @return [String]
7082
+ #
7083
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFEntityMigrationException AWS API Documentation
7084
+ #
7085
+ class WAFEntityMigrationException < Struct.new(
7086
+ :message,
7087
+ :migration_error_type,
7088
+ :migration_error_reason)
7089
+ SENSITIVE = []
6113
7090
  include Aws::Structure
6114
7091
  end
6115
7092
 
@@ -6123,6 +7100,7 @@ module Aws::WAFRegional
6123
7100
  #
6124
7101
  class WAFInternalErrorException < Struct.new(
6125
7102
  :message)
7103
+ SENSITIVE = []
6126
7104
  include Aws::Structure
6127
7105
  end
6128
7106
 
@@ -6157,6 +7135,7 @@ module Aws::WAFRegional
6157
7135
  #
6158
7136
  class WAFInvalidOperationException < Struct.new(
6159
7137
  :message)
7138
+ SENSITIVE = []
6160
7139
  include Aws::Structure
6161
7140
  end
6162
7141
 
@@ -6203,6 +7182,7 @@ module Aws::WAFRegional
6203
7182
  :field,
6204
7183
  :parameter,
6205
7184
  :reason)
7185
+ SENSITIVE = []
6206
7186
  include Aws::Structure
6207
7187
  end
6208
7188
 
@@ -6239,6 +7219,7 @@ module Aws::WAFRegional
6239
7219
  #
6240
7220
  class WAFInvalidPermissionPolicyException < Struct.new(
6241
7221
  :message)
7222
+ SENSITIVE = []
6242
7223
  include Aws::Structure
6243
7224
  end
6244
7225
 
@@ -6252,6 +7233,7 @@ module Aws::WAFRegional
6252
7233
  #
6253
7234
  class WAFInvalidRegexPatternException < Struct.new(
6254
7235
  :message)
7236
+ SENSITIVE = []
6255
7237
  include Aws::Structure
6256
7238
  end
6257
7239
 
@@ -6270,6 +7252,7 @@ module Aws::WAFRegional
6270
7252
  #
6271
7253
  class WAFLimitsExceededException < Struct.new(
6272
7254
  :message)
7255
+ SENSITIVE = []
6273
7256
  include Aws::Structure
6274
7257
  end
6275
7258
 
@@ -6295,6 +7278,7 @@ module Aws::WAFRegional
6295
7278
  #
6296
7279
  class WAFNonEmptyEntityException < Struct.new(
6297
7280
  :message)
7281
+ SENSITIVE = []
6298
7282
  include Aws::Structure
6299
7283
  end
6300
7284
 
@@ -6320,6 +7304,7 @@ module Aws::WAFRegional
6320
7304
  #
6321
7305
  class WAFNonexistentContainerException < Struct.new(
6322
7306
  :message)
7307
+ SENSITIVE = []
6323
7308
  include Aws::Structure
6324
7309
  end
6325
7310
 
@@ -6332,6 +7317,7 @@ module Aws::WAFRegional
6332
7317
  #
6333
7318
  class WAFNonexistentItemException < Struct.new(
6334
7319
  :message)
7320
+ SENSITIVE = []
6335
7321
  include Aws::Structure
6336
7322
  end
6337
7323
 
@@ -6350,6 +7336,7 @@ module Aws::WAFRegional
6350
7336
  #
6351
7337
  class WAFReferencedItemException < Struct.new(
6352
7338
  :message)
7339
+ SENSITIVE = []
6353
7340
  include Aws::Structure
6354
7341
  end
6355
7342
 
@@ -6370,6 +7357,7 @@ module Aws::WAFRegional
6370
7357
  #
6371
7358
  class WAFServiceLinkedRoleErrorException < Struct.new(
6372
7359
  :message)
7360
+ SENSITIVE = []
6373
7361
  include Aws::Structure
6374
7362
  end
6375
7363
 
@@ -6383,6 +7371,7 @@ module Aws::WAFRegional
6383
7371
  #
6384
7372
  class WAFStaleDataException < Struct.new(
6385
7373
  :message)
7374
+ SENSITIVE = []
6386
7375
  include Aws::Structure
6387
7376
  end
6388
7377
 
@@ -6395,6 +7384,7 @@ module Aws::WAFRegional
6395
7384
  #
6396
7385
  class WAFSubscriptionNotFoundException < Struct.new(
6397
7386
  :message)
7387
+ SENSITIVE = []
6398
7388
  include Aws::Structure
6399
7389
  end
6400
7390
 
@@ -6405,6 +7395,7 @@ module Aws::WAFRegional
6405
7395
  #
6406
7396
  class WAFTagOperationException < Struct.new(
6407
7397
  :message)
7398
+ SENSITIVE = []
6408
7399
  include Aws::Structure
6409
7400
  end
6410
7401
 
@@ -6415,6 +7406,7 @@ module Aws::WAFRegional
6415
7406
  #
6416
7407
  class WAFTagOperationInternalErrorException < Struct.new(
6417
7408
  :message)
7409
+ SENSITIVE = []
6418
7410
  include Aws::Structure
6419
7411
  end
6420
7412
 
@@ -6428,9 +7420,19 @@ module Aws::WAFRegional
6428
7420
  #
6429
7421
  class WAFUnavailableEntityException < Struct.new(
6430
7422
  :message)
7423
+ SENSITIVE = []
6431
7424
  include Aws::Structure
6432
7425
  end
6433
7426
 
7427
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
7428
+ # [AWS WAF Classic][1] in the developer guide.
7429
+ #
7430
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
7431
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
7432
+ # a single set of endpoints for regional and global use.
7433
+ #
7434
+ # </note>
7435
+ #
6434
7436
  # For the action that is associated with a rule in a `WebACL`, specifies
6435
7437
  # the action that you want AWS WAF to perform when a web request matches
6436
7438
  # all of the conditions in a rule. For the default action in a `WebACL`,
@@ -6438,6 +7440,11 @@ module Aws::WAFRegional
6438
7440
  # doesn't match all of the conditions in any of the rules in a
6439
7441
  # `WebACL`.
6440
7442
  #
7443
+ #
7444
+ #
7445
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
7446
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
7447
+ #
6441
7448
  # @note When making an API call, you may pass WafAction
6442
7449
  # data as a hash:
6443
7450
  #
@@ -6464,12 +7471,27 @@ module Aws::WAFRegional
6464
7471
  #
6465
7472
  class WafAction < Struct.new(
6466
7473
  :type)
7474
+ SENSITIVE = []
6467
7475
  include Aws::Structure
6468
7476
  end
6469
7477
 
7478
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
7479
+ # [AWS WAF Classic][1] in the developer guide.
7480
+ #
7481
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
7482
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
7483
+ # a single set of endpoints for regional and global use.
7484
+ #
7485
+ # </note>
7486
+ #
6470
7487
  # The action to take if any rule within the `RuleGroup` matches a
6471
7488
  # request.
6472
7489
  #
7490
+ #
7491
+ #
7492
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
7493
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
7494
+ #
6473
7495
  # @note When making an API call, you may pass WafOverrideAction
6474
7496
  # data as a hash:
6475
7497
  #
@@ -6487,9 +7509,19 @@ module Aws::WAFRegional
6487
7509
  #
6488
7510
  class WafOverrideAction < Struct.new(
6489
7511
  :type)
7512
+ SENSITIVE = []
6490
7513
  include Aws::Structure
6491
7514
  end
6492
7515
 
7516
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
7517
+ # [AWS WAF Classic][1] in the developer guide.
7518
+ #
7519
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
7520
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
7521
+ # a single set of endpoints for regional and global use.
7522
+ #
7523
+ # </note>
7524
+ #
6493
7525
  # Contains the `Rules` that identify the requests that you want to
6494
7526
  # allow, block, or count. In a `WebACL`, you also specify a default
6495
7527
  # action (`ALLOW` or `BLOCK`), and the action for each `Rule` that you
@@ -6501,6 +7533,11 @@ module Aws::WAFRegional
6501
7533
  # specifications to be allowed, blocked, or counted. For more
6502
7534
  # information, see UpdateWebACL.
6503
7535
  #
7536
+ #
7537
+ #
7538
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
7539
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
7540
+ #
6504
7541
  # @!attribute [rw] web_acl_id
6505
7542
  # A unique identifier for a `WebACL`. You use `WebACLId` to get
6506
7543
  # information about a `WebACL` (see GetWebACL), update a `WebACL` (see
@@ -6547,11 +7584,26 @@ module Aws::WAFRegional
6547
7584
  :default_action,
6548
7585
  :rules,
6549
7586
  :web_acl_arn)
7587
+ SENSITIVE = []
6550
7588
  include Aws::Structure
6551
7589
  end
6552
7590
 
7591
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
7592
+ # [AWS WAF Classic][1] in the developer guide.
7593
+ #
7594
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
7595
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
7596
+ # a single set of endpoints for regional and global use.
7597
+ #
7598
+ # </note>
7599
+ #
6553
7600
  # Contains the identifier and the name or description of the WebACL.
6554
7601
  #
7602
+ #
7603
+ #
7604
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
7605
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
7606
+ #
6555
7607
  # @!attribute [rw] web_acl_id
6556
7608
  # A unique identifier for a `WebACL`. You use `WebACLId` to get
6557
7609
  # information about a `WebACL` (see GetWebACL), update a `WebACL` (see
@@ -6571,12 +7623,27 @@ module Aws::WAFRegional
6571
7623
  class WebACLSummary < Struct.new(
6572
7624
  :web_acl_id,
6573
7625
  :name)
7626
+ SENSITIVE = []
6574
7627
  include Aws::Structure
6575
7628
  end
6576
7629
 
7630
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
7631
+ # [AWS WAF Classic][1] in the developer guide.
7632
+ #
7633
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
7634
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
7635
+ # a single set of endpoints for regional and global use.
7636
+ #
7637
+ # </note>
7638
+ #
6577
7639
  # Specifies whether to insert a `Rule` into or delete a `Rule` from a
6578
7640
  # `WebACL`.
6579
7641
  #
7642
+ #
7643
+ #
7644
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
7645
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
7646
+ #
6580
7647
  # @note When making an API call, you may pass WebACLUpdate
6581
7648
  # data as a hash:
6582
7649
  #
@@ -6617,9 +7684,19 @@ module Aws::WAFRegional
6617
7684
  class WebACLUpdate < Struct.new(
6618
7685
  :action,
6619
7686
  :activated_rule)
7687
+ SENSITIVE = []
6620
7688
  include Aws::Structure
6621
7689
  end
6622
7690
 
7691
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
7692
+ # [AWS WAF Classic][1] in the developer guide.
7693
+ #
7694
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
7695
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
7696
+ # a single set of endpoints for regional and global use.
7697
+ #
7698
+ # </note>
7699
+ #
6623
7700
  # A complex type that contains `XssMatchTuple` objects, which specify
6624
7701
  # the parts of web requests that you want AWS WAF to inspect for
6625
7702
  # cross-site scripting attacks and, if you want AWS WAF to inspect a
@@ -6628,6 +7705,11 @@ module Aws::WAFRegional
6628
7705
  # scripting attacks in only one of the specified parts of the request to
6629
7706
  # be considered a match.
6630
7707
  #
7708
+ #
7709
+ #
7710
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
7711
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
7712
+ #
6631
7713
  # @!attribute [rw] xss_match_set_id
6632
7714
  # A unique identifier for an `XssMatchSet`. You use `XssMatchSetId` to
6633
7715
  # get information about an `XssMatchSet` (see GetXssMatchSet), update
@@ -6654,11 +7736,26 @@ module Aws::WAFRegional
6654
7736
  :xss_match_set_id,
6655
7737
  :name,
6656
7738
  :xss_match_tuples)
7739
+ SENSITIVE = []
6657
7740
  include Aws::Structure
6658
7741
  end
6659
7742
 
7743
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
7744
+ # [AWS WAF Classic][1] in the developer guide.
7745
+ #
7746
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
7747
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
7748
+ # a single set of endpoints for regional and global use.
7749
+ #
7750
+ # </note>
7751
+ #
6660
7752
  # The `Id` and `Name` of an `XssMatchSet`.
6661
7753
  #
7754
+ #
7755
+ #
7756
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
7757
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
7758
+ #
6662
7759
  # @!attribute [rw] xss_match_set_id
6663
7760
  # A unique identifier for an `XssMatchSet`. You use `XssMatchSetId` to
6664
7761
  # get information about a `XssMatchSet` (see GetXssMatchSet), update
@@ -6679,13 +7776,28 @@ module Aws::WAFRegional
6679
7776
  class XssMatchSetSummary < Struct.new(
6680
7777
  :xss_match_set_id,
6681
7778
  :name)
7779
+ SENSITIVE = []
6682
7780
  include Aws::Structure
6683
7781
  end
6684
7782
 
7783
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
7784
+ # [AWS WAF Classic][1] in the developer guide.
7785
+ #
7786
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
7787
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
7788
+ # a single set of endpoints for regional and global use.
7789
+ #
7790
+ # </note>
7791
+ #
6685
7792
  # Specifies the part of a web request that you want to inspect for
6686
7793
  # cross-site scripting attacks and indicates whether you want to add the
6687
7794
  # specification to an XssMatchSet or delete it from an `XssMatchSet`.
6688
7795
  #
7796
+ #
7797
+ #
7798
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
7799
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
7800
+ #
6689
7801
  # @note When making an API call, you may pass XssMatchSetUpdate
6690
7802
  # data as a hash:
6691
7803
  #
@@ -6716,13 +7828,28 @@ module Aws::WAFRegional
6716
7828
  class XssMatchSetUpdate < Struct.new(
6717
7829
  :action,
6718
7830
  :xss_match_tuple)
7831
+ SENSITIVE = []
6719
7832
  include Aws::Structure
6720
7833
  end
6721
7834
 
7835
+ # <note markdown="1"> This is **AWS WAF Classic** documentation. For more information, see
7836
+ # [AWS WAF Classic][1] in the developer guide.
7837
+ #
7838
+ # **For the latest version of AWS WAF**, use the AWS WAFV2 API and see
7839
+ # the [AWS WAF Developer Guide][2]. With the latest version, AWS WAF has
7840
+ # a single set of endpoints for regional and global use.
7841
+ #
7842
+ # </note>
7843
+ #
6722
7844
  # Specifies the part of a web request that you want AWS WAF to inspect
6723
7845
  # for cross-site scripting attacks and, if you want AWS WAF to inspect a
6724
7846
  # header, the name of the header.
6725
7847
  #
7848
+ #
7849
+ #
7850
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html
7851
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
7852
+ #
6726
7853
  # @note When making an API call, you may pass XssMatchTuple
6727
7854
  # data as a hash:
6728
7855
  #
@@ -6743,7 +7870,7 @@ module Aws::WAFRegional
6743
7870
  # Text transformations eliminate some of the unusual formatting that
6744
7871
  # attackers use in web requests in an effort to bypass AWS WAF. If you
6745
7872
  # specify a transformation, AWS WAF performs the transformation on
6746
- # `FieldToMatch` before inspecting a request for a match.
7873
+ # `FieldToMatch` before inspecting it for a match.
6747
7874
  #
6748
7875
  # You can only specify a single type of TextTransformation.
6749
7876
  #
@@ -6822,6 +7949,7 @@ module Aws::WAFRegional
6822
7949
  class XssMatchTuple < Struct.new(
6823
7950
  :field_to_match,
6824
7951
  :text_transformation)
7952
+ SENSITIVE = []
6825
7953
  include Aws::Structure
6826
7954
  end
6827
7955