aws-sdk-waf 1.12.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0f22eb70dd62b0bd3e68c33cf3ff62b08cad107
4
- data.tar.gz: bdd65e9eb372bab500bb3e91aa54cac2d1bacad8
3
+ metadata.gz: efc7b77c07b0323fcf27627f3752bfb702491b3a
4
+ data.tar.gz: 778fa2f807eeb7247848afa9d14f865a0c97ca96
5
5
  SHA512:
6
- metadata.gz: ba274ad9db9880beca8058f880d3e19f8f8933e6afdfa66e3399fa7875d0e920979676a5501e072d2d3fea74448f92f3ddfb7bf52ccc4f5ee984ec0a07aeb425
7
- data.tar.gz: e1120e45498af124d7a361cbdc472b2f7200cceb5928a5c22695eb12bfd594b39fbc2374334017fd960000991f94e61511d8d0889b4d4161f9a062d438a31417
6
+ metadata.gz: 582dd4dbef08712f0ca6438e5100177a41916671e46cf468d670556a9a59f269a6c3d2d44a7f2d6bf48cb2e26e6ebf3b48e5e4aac463d14105b847e7d34d59d8
7
+ data.tar.gz: 34c2c96a3979bfbbc85a9577583748dc2343122d3c877f59dfb1d2269025481607ad26eb2977511adbeaab28f0436722d280d29036d2abcaa05c73bdeeb0c427
data/lib/aws-sdk-waf.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-waf/customizations'
42
42
  # @service
43
43
  module Aws::WAF
44
44
 
45
- GEM_VERSION = '1.12.0'
45
+ GEM_VERSION = '1.13.0'
46
46
 
47
47
  end
@@ -241,7 +241,7 @@ module Aws::WAF
241
241
  #
242
242
  #
243
243
  #
244
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
244
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
245
245
  #
246
246
  # @option params [required, String] :name
247
247
  # A friendly name or description of the ByteMatchSet. You can't change
@@ -308,7 +308,7 @@ module Aws::WAF
308
308
  #
309
309
  #
310
310
  #
311
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
311
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
312
312
  #
313
313
  # @option params [required, String] :name
314
314
  # A friendly name or description of the GeoMatchSet. You can't change
@@ -373,7 +373,7 @@ module Aws::WAF
373
373
  #
374
374
  #
375
375
  #
376
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
376
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
377
377
  #
378
378
  # @option params [required, String] :name
379
379
  # A friendly name or description of the IPSet. You can't change `Name`
@@ -506,7 +506,7 @@ module Aws::WAF
506
506
  #
507
507
  #
508
508
  #
509
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
509
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
510
510
  #
511
511
  # @option params [required, String] :name
512
512
  # A friendly name or description of the RateBasedRule. You can't change
@@ -603,7 +603,7 @@ module Aws::WAF
603
603
  #
604
604
  #
605
605
  #
606
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
606
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
607
607
  #
608
608
  # @option params [required, String] :name
609
609
  # A friendly name or description of the RegexMatchSet. You can't change
@@ -668,7 +668,7 @@ module Aws::WAF
668
668
  #
669
669
  #
670
670
  #
671
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
671
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
672
672
  #
673
673
  # @option params [required, String] :name
674
674
  # A friendly name or description of the RegexPatternSet. You can't
@@ -746,7 +746,7 @@ module Aws::WAF
746
746
  #
747
747
  #
748
748
  #
749
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
749
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
750
750
  #
751
751
  # @option params [required, String] :name
752
752
  # A friendly name or description of the Rule. You can't change the name
@@ -840,7 +840,7 @@ module Aws::WAF
840
840
  #
841
841
  #
842
842
  #
843
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
843
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
844
844
  #
845
845
  # @option params [required, String] :name
846
846
  # A friendly name or description of the RuleGroup. You can't change
@@ -913,7 +913,7 @@ module Aws::WAF
913
913
  #
914
914
  #
915
915
  #
916
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
916
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
917
917
  #
918
918
  # @option params [required, String] :name
919
919
  # A friendly name or description of the SizeConstraintSet. You can't
@@ -1010,7 +1010,7 @@ module Aws::WAF
1010
1010
  #
1011
1011
  #
1012
1012
  #
1013
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
1013
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
1014
1014
  #
1015
1015
  # @option params [required, String] :name
1016
1016
  # A friendly name or description for the SqlInjectionMatchSet that
@@ -1114,7 +1114,7 @@ module Aws::WAF
1114
1114
  #
1115
1115
  #
1116
1116
  #
1117
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
1117
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
1118
1118
  #
1119
1119
  # @option params [required, String] :name
1120
1120
  # A friendly name or description of the WebACL. You can't change `Name`
@@ -1236,7 +1236,7 @@ module Aws::WAF
1236
1236
  #
1237
1237
  #
1238
1238
  #
1239
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
1239
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
1240
1240
  #
1241
1241
  # @option params [required, String] :name
1242
1242
  # A friendly name or description for the XssMatchSet that you're
@@ -2150,7 +2150,7 @@ module Aws::WAF
2150
2150
  # * `PENDING`\: AWS WAF is propagating the create, update, or delete
2151
2151
  # request to all AWS WAF servers.
2152
2152
  #
2153
- # * `IN_SYNC`\: Propagation is complete.
2153
+ # * `INSYNC`\: Propagation is complete.
2154
2154
  #
2155
2155
  # @option params [required, String] :change_token
2156
2156
  # The change token for which you want to get the status. This change
@@ -3791,6 +3791,10 @@ module Aws::WAF
3791
3791
  #
3792
3792
  # 1. Create an Amazon Kinesis Data Firehose .
3793
3793
  #
3794
+ # Create the data firehose with a PUT source and in the region that
3795
+ # you are operating. However, if you are capturing logs for Amazon
3796
+ # CloudFront, always create the firehose in US East (N. Virginia).
3797
+ #
3794
3798
  # 2. Associate that firehose to your web ACL using a
3795
3799
  # `PutLoggingConfiguration` request.
3796
3800
  #
@@ -3802,7 +3806,7 @@ module Aws::WAF
3802
3806
  #
3803
3807
  #
3804
3808
  #
3805
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/logging.html
3809
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/logging.html
3806
3810
  #
3807
3811
  # @option params [required, Types::LoggingConfiguration] :logging_configuration
3808
3812
  # The Amazon Kinesis Data Firehose that contains the inspected traffic
@@ -3949,7 +3953,7 @@ module Aws::WAF
3949
3953
  #
3950
3954
  #
3951
3955
  #
3952
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
3956
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
3953
3957
  #
3954
3958
  # @option params [required, String] :byte_match_set_id
3955
3959
  # The `ByteMatchSetId` of the ByteMatchSet that you want to update.
@@ -4071,7 +4075,7 @@ module Aws::WAF
4071
4075
  #
4072
4076
  #
4073
4077
  #
4074
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
4078
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
4075
4079
  #
4076
4080
  # @option params [required, String] :geo_match_set_id
4077
4081
  # The `GeoMatchSetId` of the GeoMatchSet that you want to update.
@@ -4141,8 +4145,8 @@ module Aws::WAF
4141
4145
  # `192.0.2.44/32` (for the individual IP address `192.0.2.44`).
4142
4146
  #
4143
4147
  # AWS WAF supports IPv4 address ranges: /8 and any range between /16
4144
- # through /32. AWS WAF supports IPv6 address ranges: /16, /24, /32, /48,
4145
- # /56, /64, and /128. For more information about CIDR notation, see the
4148
+ # through /32. AWS WAF supports IPv6 address ranges: /24, /32, /48, /56,
4149
+ # /64, and /128. For more information about CIDR notation, see the
4146
4150
  # Wikipedia entry [Classless Inter-Domain Routing][1].
4147
4151
  #
4148
4152
  # IPv6 addresses can be represented using any of the following formats:
@@ -4185,7 +4189,7 @@ module Aws::WAF
4185
4189
  #
4186
4190
  #
4187
4191
  # [1]: https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
4188
- # [2]: http://docs.aws.amazon.com/waf/latest/developerguide/
4192
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/
4189
4193
  #
4190
4194
  # @option params [required, String] :ip_set_id
4191
4195
  # The `IPSetId` of the IPSet that you want to update. `IPSetId` is
@@ -4401,7 +4405,7 @@ module Aws::WAF
4401
4405
  #
4402
4406
  #
4403
4407
  #
4404
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
4408
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
4405
4409
  #
4406
4410
  # @option params [required, String] :regex_match_set_id
4407
4411
  # The `RegexMatchSetId` of the RegexMatchSet that you want to update.
@@ -4490,7 +4494,7 @@ module Aws::WAF
4490
4494
  #
4491
4495
  #
4492
4496
  #
4493
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
4497
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
4494
4498
  #
4495
4499
  # @option params [required, String] :regex_pattern_set_id
4496
4500
  # The `RegexPatternSetId` of the RegexPatternSet that you want to
@@ -4574,7 +4578,7 @@ module Aws::WAF
4574
4578
  #
4575
4579
  #
4576
4580
  #
4577
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
4581
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
4578
4582
  #
4579
4583
  # @option params [required, String] :rule_id
4580
4584
  # The `RuleId` of the `Rule` that you want to update. `RuleId` is
@@ -4681,7 +4685,7 @@ module Aws::WAF
4681
4685
  #
4682
4686
  #
4683
4687
  #
4684
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
4688
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
4685
4689
  #
4686
4690
  # @option params [required, String] :rule_group_id
4687
4691
  # The `RuleGroupId` of the RuleGroup that you want to update.
@@ -4799,7 +4803,7 @@ module Aws::WAF
4799
4803
  #
4800
4804
  #
4801
4805
  #
4802
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
4806
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
4803
4807
  #
4804
4808
  # @option params [required, String] :size_constraint_set_id
4805
4809
  # The `SizeConstraintSetId` of the SizeConstraintSet that you want to
@@ -4930,7 +4934,7 @@ module Aws::WAF
4930
4934
  #
4931
4935
  #
4932
4936
  #
4933
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
4937
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
4934
4938
  #
4935
4939
  # @option params [required, String] :sql_injection_match_set_id
4936
4940
  # The `SqlInjectionMatchSetId` of the `SqlInjectionMatchSet` that you
@@ -5081,7 +5085,7 @@ module Aws::WAF
5081
5085
  #
5082
5086
  #
5083
5087
  #
5084
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
5088
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
5085
5089
  #
5086
5090
  # @option params [required, String] :web_acl_id
5087
5091
  # The `WebACLId` of the WebACL that you want to update. `WebACLId` is
@@ -5231,7 +5235,7 @@ module Aws::WAF
5231
5235
  #
5232
5236
  #
5233
5237
  #
5234
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/
5238
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/
5235
5239
  #
5236
5240
  # @option params [required, String] :xss_match_set_id
5237
5241
  # The `XssMatchSetId` of the `XssMatchSet` that you want to update.
@@ -5328,7 +5332,7 @@ module Aws::WAF
5328
5332
  params: params,
5329
5333
  config: config)
5330
5334
  context[:gem_name] = 'aws-sdk-waf'
5331
- context[:gem_version] = '1.12.0'
5335
+ context[:gem_version] = '1.13.0'
5332
5336
  Seahorse::Client::Request.new(handlers, context)
5333
5337
  end
5334
5338
 
@@ -146,7 +146,7 @@ module Aws::WAF
146
146
  #
147
147
  #
148
148
  #
149
- # [1]: http://docs.aws.amazon.com/waf/latest/developerguide/logging.html
149
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/logging.html
150
150
  # @return [Array<Types::ExcludedRule>]
151
151
  #
152
152
  # @see http://docs.aws.amazon.com/goto/WebAPI/waf-2015-08-24/ActivatedRule AWS API Documentation
@@ -2596,14 +2596,14 @@ module Aws::WAF
2596
2596
  # Contains one or more IP addresses or blocks of IP addresses specified
2597
2597
  # in Classless Inter-Domain Routing (CIDR) notation. AWS WAF supports
2598
2598
  # IPv4 address ranges: /8 and any range between /16 through /32. AWS WAF
2599
- # supports IPv6 address ranges: /16, /24, /32, /48, /56, /64, and /128.
2599
+ # supports IPv6 address ranges: /24, /32, /48, /56, /64, and /128.
2600
2600
  #
2601
2601
  # To specify an individual IP address, you specify the four-part IP
2602
2602
  # address followed by a `/32`, for example, 192.0.2.0/31. To block a
2603
2603
  # range of IP addresses, you can specify /8 or any range between /16
2604
- # through /32 (for IPv4) or /16, /24, /32, /48, /56, /64, or /128 (for
2605
- # IPv6). For more information about CIDR notation, see the Wikipedia
2606
- # entry [Classless Inter-Domain Routing][1].
2604
+ # through /32 (for IPv4) or /24, /32, /48, /56, /64, or /128 (for IPv6).
2605
+ # For more information about CIDR notation, see the Wikipedia entry
2606
+ # [Classless Inter-Domain Routing][1].
2607
2607
  #
2608
2608
  #
2609
2609
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-19 00:00:00.000000000 Z
11
+ date: 2019-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core