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 +4 -4
- data/lib/aws-sdk-waf.rb +1 -1
- data/lib/aws-sdk-waf/client.rb +32 -28
- data/lib/aws-sdk-waf/types.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: efc7b77c07b0323fcf27627f3752bfb702491b3a
|
4
|
+
data.tar.gz: 778fa2f807eeb7247848afa9d14f865a0c97ca96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 582dd4dbef08712f0ca6438e5100177a41916671e46cf468d670556a9a59f269a6c3d2d44a7f2d6bf48cb2e26e6ebf3b48e5e4aac463d14105b847e7d34d59d8
|
7
|
+
data.tar.gz: 34c2c96a3979bfbbc85a9577583748dc2343122d3c877f59dfb1d2269025481607ad26eb2977511adbeaab28f0436722d280d29036d2abcaa05c73bdeeb0c427
|
data/lib/aws-sdk-waf.rb
CHANGED
data/lib/aws-sdk-waf/client.rb
CHANGED
@@ -241,7 +241,7 @@ module Aws::WAF
|
|
241
241
|
#
|
242
242
|
#
|
243
243
|
#
|
244
|
-
# [1]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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
|
-
# * `
|
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]:
|
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]:
|
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]:
|
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: /
|
4145
|
-
# /
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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]:
|
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.
|
5335
|
+
context[:gem_version] = '1.13.0'
|
5332
5336
|
Seahorse::Client::Request.new(handlers, context)
|
5333
5337
|
end
|
5334
5338
|
|
data/lib/aws-sdk-waf/types.rb
CHANGED
@@ -146,7 +146,7 @@ module Aws::WAF
|
|
146
146
|
#
|
147
147
|
#
|
148
148
|
#
|
149
|
-
# [1]:
|
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: /
|
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 /
|
2605
|
-
#
|
2606
|
-
#
|
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.
|
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:
|
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
|