aws-sdk-wafregional 1.20.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca2684ce8fa3b5faaba74448ba680e8fcaf6eb31
4
- data.tar.gz: f36a0ef8affc1bd37e537b6b85869f9a5027ffc4
3
+ metadata.gz: 1fffd31bd21097f88d0b37205f9298fe719dfbde
4
+ data.tar.gz: 5311ed7e3be277884572c4af845e6039a205d1aa
5
5
  SHA512:
6
- metadata.gz: 161af574a94823ec8bab03c45c742d54e322594e55062200748a08ef4d53185d13558871feab79426a76620e217de2f7c3e9a96ab593c9c62312eb0902098dfb
7
- data.tar.gz: 6e967a99201388b9ec5b615c93667957a0d8d2a3a9733d1f95f97d16679b3a24db46f91f54d7bd64f707f9edbf259e09a01d57714ef8ee3f7a64152d84738f11
6
+ metadata.gz: db5b54f22f61e77f3e824d3513d29d032842c9c59bc7f6705ee72930f0c2c8dad9ee074cb5492e555695d7e80cc47460aab80ed4fc413857930dc7a7cc0344c8
7
+ data.tar.gz: a7f57bfc0c85f1b95c1391ba591fceb6d43c9aae87265ad458f1772d7051cbf77c17974d9e97041f33afdebcd7b769a4d53be3e867371797c03f3ba9a14ae2e3
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-wafregional/customizations'
42
42
  # @service
43
43
  module Aws::WAFRegional
44
44
 
45
- GEM_VERSION = '1.20.0'
45
+ GEM_VERSION = '1.21.0'
46
46
 
47
47
  end
@@ -597,8 +597,10 @@ module Aws::WAFRegional
597
597
  # @option params [required, String] :metric_name
598
598
  # A friendly name or description for the metrics for this
599
599
  # `RateBasedRule`. The name can contain only alphanumeric characters
600
- # (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change
601
- # the name of the metric after you create the `RateBasedRule`.
600
+ # (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It
601
+ # can't contain whitespace or metric names reserved for AWS WAF,
602
+ # including "All" and "Default\_Action." You can't change the name
603
+ # of the metric after you create the `RateBasedRule`.
602
604
  #
603
605
  # @option params [required, String] :rate_key
604
606
  # The field that AWS WAF uses to determine if requests are likely
@@ -836,9 +838,11 @@ module Aws::WAFRegional
836
838
  #
837
839
  # @option params [required, String] :metric_name
838
840
  # A friendly name or description for the metrics for this `Rule`. The
839
- # name can contain only alphanumeric characters (A-Z, a-z, 0-9); the
840
- # name can't contain white space. You can't change the name of the
841
- # metric after you create the `Rule`.
841
+ # name can contain only alphanumeric characters (A-Z, a-z, 0-9), with
842
+ # maximum length 128 and minimum length one. It can't contain
843
+ # whitespace or metric names reserved for AWS WAF, including "All" and
844
+ # "Default\_Action." You can't change the name of the metric after
845
+ # you create the `Rule`.
842
846
  #
843
847
  # @option params [required, String] :change_token
844
848
  # The value returned by the most recent call to GetChangeToken.
@@ -930,9 +934,11 @@ module Aws::WAFRegional
930
934
  #
931
935
  # @option params [required, String] :metric_name
932
936
  # A friendly name or description for the metrics for this `RuleGroup`.
933
- # The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the
934
- # name can't contain whitespace. You can't change the name of the
935
- # metric after you create the `RuleGroup`.
937
+ # The name can contain only alphanumeric characters (A-Z, a-z, 0-9),
938
+ # with maximum length 128 and minimum length one. It can't contain
939
+ # whitespace or metric names reserved for AWS WAF, including "All" and
940
+ # "Default\_Action." You can't change the name of the metric after
941
+ # you create the `RuleGroup`.
936
942
  #
937
943
  # @option params [required, String] :change_token
938
944
  # The value returned by the most recent call to GetChangeToken.
@@ -1203,10 +1209,12 @@ module Aws::WAFRegional
1203
1209
  # after you create the `WebACL`.
1204
1210
  #
1205
1211
  # @option params [required, String] :metric_name
1206
- # A friendly name or description for the metrics for this `WebACL`. The
1207
- # name can contain only alphanumeric characters (A-Z, a-z, 0-9); the
1208
- # name can't contain white space. You can't change `MetricName` after
1209
- # you create the `WebACL`.
1212
+ # A friendly name or description for the metrics for this `WebACL`.The
1213
+ # name can contain only alphanumeric characters (A-Z, a-z, 0-9), with
1214
+ # maximum length 128 and minimum length one. It can't contain
1215
+ # whitespace or metric names reserved for AWS WAF, including "All" and
1216
+ # "Default\_Action." You can't change `MetricName` after you create
1217
+ # the `WebACL`.
1210
1218
  #
1211
1219
  # @option params [required, Types::WafAction] :default_action
1212
1220
  # The action that you want AWS WAF to take when a request doesn't match
@@ -3987,6 +3995,11 @@ module Aws::WAFRegional
3987
3995
  # you are operating. However, if you are capturing logs for Amazon
3988
3996
  # CloudFront, always create the firehose in US East (N. Virginia).
3989
3997
  #
3998
+ # <note markdown="1"> Do not create the data firehose using a `Kinesis stream` as your
3999
+ # source.
4000
+ #
4001
+ # </note>
4002
+ #
3990
4003
  # 2. Associate that firehose to your web ACL using a
3991
4004
  # `PutLoggingConfiguration` request.
3992
4005
  #
@@ -5524,7 +5537,7 @@ module Aws::WAFRegional
5524
5537
  params: params,
5525
5538
  config: config)
5526
5539
  context[:gem_name] = 'aws-sdk-wafregional'
5527
- context[:gem_version] = '1.20.0'
5540
+ context[:gem_version] = '1.21.0'
5528
5541
  Seahorse::Client::Request.new(handlers, context)
5529
5542
  end
5530
5543
 
@@ -681,8 +681,10 @@ module Aws::WAFRegional
681
681
  # @!attribute [rw] metric_name
682
682
  # A friendly name or description for the metrics for this
683
683
  # `RateBasedRule`. The name can contain only alphanumeric characters
684
- # (A-Z, a-z, 0-9); the name can't contain whitespace. You can't
685
- # change the name of the metric after you create the `RateBasedRule`.
684
+ # (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It
685
+ # can't contain whitespace or metric names reserved for AWS WAF,
686
+ # including "All" and "Default\_Action." You can't change the
687
+ # name of the metric after you create the `RateBasedRule`.
686
688
  # @return [String]
687
689
  #
688
690
  # @!attribute [rw] rate_key
@@ -840,9 +842,11 @@ module Aws::WAFRegional
840
842
  #
841
843
  # @!attribute [rw] metric_name
842
844
  # A friendly name or description for the metrics for this `RuleGroup`.
843
- # The name can contain only alphanumeric characters (A-Z, a-z, 0-9);
844
- # the name can't contain whitespace. You can't change the name of
845
- # the metric after you create the `RuleGroup`.
845
+ # The name can contain only alphanumeric characters (A-Z, a-z, 0-9),
846
+ # with maximum length 128 and minimum length one. It can't contain
847
+ # whitespace or metric names reserved for AWS WAF, including "All"
848
+ # and "Default\_Action." You can't change the name of the metric
849
+ # after you create the `RuleGroup`.
846
850
  # @return [String]
847
851
  #
848
852
  # @!attribute [rw] change_token
@@ -892,9 +896,11 @@ module Aws::WAFRegional
892
896
  #
893
897
  # @!attribute [rw] metric_name
894
898
  # A friendly name or description for the metrics for this `Rule`. The
895
- # name can contain only alphanumeric characters (A-Z, a-z, 0-9); the
896
- # name can't contain white space. You can't change the name of the
897
- # metric after you create the `Rule`.
899
+ # name can contain only alphanumeric characters (A-Z, a-z, 0-9), with
900
+ # maximum length 128 and minimum length one. It can't contain
901
+ # whitespace or metric names reserved for AWS WAF, including "All"
902
+ # and "Default\_Action." You can't change the name of the metric
903
+ # after you create the `Rule`.
898
904
  # @return [String]
899
905
  #
900
906
  # @!attribute [rw] change_token
@@ -1039,10 +1045,12 @@ module Aws::WAFRegional
1039
1045
  # @return [String]
1040
1046
  #
1041
1047
  # @!attribute [rw] metric_name
1042
- # A friendly name or description for the metrics for this `WebACL`.
1043
- # The name can contain only alphanumeric characters (A-Z, a-z, 0-9);
1044
- # the name can't contain white space. You can't change `MetricName`
1045
- # after you create the `WebACL`.
1048
+ # A friendly name or description for the metrics for this `WebACL`.The
1049
+ # name can contain only alphanumeric characters (A-Z, a-z, 0-9), with
1050
+ # maximum length 128 and minimum length one. It can't contain
1051
+ # whitespace or metric names reserved for AWS WAF, including "All"
1052
+ # and "Default\_Action." You can't change `MetricName` after you
1053
+ # create the `WebACL`.
1046
1054
  # @return [String]
1047
1055
  #
1048
1056
  # @!attribute [rw] default_action
@@ -3915,8 +3923,10 @@ module Aws::WAFRegional
3915
3923
  # @!attribute [rw] metric_name
3916
3924
  # A friendly name or description for the metrics for a
3917
3925
  # `RateBasedRule`. The name can contain only alphanumeric characters
3918
- # (A-Z, a-z, 0-9); the name can't contain whitespace. You can't
3919
- # change the name of the metric after you create the `RateBasedRule`.
3926
+ # (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It
3927
+ # can't contain whitespace or metric names reserved for AWS WAF,
3928
+ # including "All" and "Default\_Action." You can't change the
3929
+ # name of the metric after you create the `RateBasedRule`.
3920
3930
  # @return [String]
3921
3931
  #
3922
3932
  # @!attribute [rw] match_predicates
@@ -4321,9 +4331,11 @@ module Aws::WAFRegional
4321
4331
  #
4322
4332
  # @!attribute [rw] metric_name
4323
4333
  # A friendly name or description for the metrics for this `Rule`. The
4324
- # name can contain only alphanumeric characters (A-Z, a-z, 0-9); the
4325
- # name can't contain whitespace. You can't change `MetricName` after
4326
- # you create the `Rule`.
4334
+ # name can contain only alphanumeric characters (A-Z, a-z, 0-9), with
4335
+ # maximum length 128 and minimum length one. It can't contain
4336
+ # whitespace or metric names reserved for AWS WAF, including "All"
4337
+ # and "Default\_Action." You can't change `MetricName` after you
4338
+ # create the `Rule`.
4327
4339
  # @return [String]
4328
4340
  #
4329
4341
  # @!attribute [rw] predicates
@@ -4370,9 +4382,11 @@ module Aws::WAFRegional
4370
4382
  #
4371
4383
  # @!attribute [rw] metric_name
4372
4384
  # A friendly name or description for the metrics for this `RuleGroup`.
4373
- # The name can contain only alphanumeric characters (A-Z, a-z, 0-9);
4374
- # the name can't contain whitespace. You can't change the name of
4375
- # the metric after you create the `RuleGroup`.
4385
+ # The name can contain only alphanumeric characters (A-Z, a-z, 0-9),
4386
+ # with maximum length 128 and minimum length one. It can't contain
4387
+ # whitespace or metric names reserved for AWS WAF, including "All"
4388
+ # and "Default\_Action." You can't change the name of the metric
4389
+ # after you create the `RuleGroup`.
4376
4390
  # @return [String]
4377
4391
  #
4378
4392
  # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/RuleGroup AWS API Documentation
@@ -5044,9 +5058,11 @@ module Aws::WAFRegional
5044
5058
  #
5045
5059
  # @!attribute [rw] metric_name
5046
5060
  # A friendly name or description for the metrics for this `RuleGroup`.
5047
- # The name can contain only alphanumeric characters (A-Z, a-z, 0-9);
5048
- # the name can't contain whitespace. You can't change the name of
5049
- # the metric after you create the `RuleGroup`.
5061
+ # The name can contain only alphanumeric characters (A-Z, a-z, 0-9),
5062
+ # with maximum length 128 and minimum length one. It can't contain
5063
+ # whitespace or metric names reserved for AWS WAF, including "All"
5064
+ # and "Default\_Action." You can't change the name of the metric
5065
+ # after you create the `RuleGroup`.
5050
5066
  # @return [String]
5051
5067
  #
5052
5068
  # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/SubscribedRuleGroupSummary AWS API Documentation
@@ -6288,9 +6304,11 @@ module Aws::WAFRegional
6288
6304
  #
6289
6305
  # @!attribute [rw] metric_name
6290
6306
  # A friendly name or description for the metrics for this `WebACL`.
6291
- # The name can contain only alphanumeric characters (A-Z, a-z, 0-9);
6292
- # the name can't contain whitespace. You can't change `MetricName`
6293
- # after you create the `WebACL`.
6307
+ # The name can contain only alphanumeric characters (A-Z, a-z, 0-9),
6308
+ # with maximum length 128 and minimum length one. It can't contain
6309
+ # whitespace or metric names reserved for AWS WAF, including "All"
6310
+ # and "Default\_Action." You can't change `MetricName` after you
6311
+ # create the `WebACL`.
6294
6312
  # @return [String]
6295
6313
  #
6296
6314
  # @!attribute [rw] default_action
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafregional
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core