aws-sdk-waf 1.24.0 → 1.25.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: 8b6aafd5b067c464b85f05a257e067c4553c6a39
4
- data.tar.gz: eb02faac967ad06279847c504d85f61bcd0cd0bd
3
+ metadata.gz: a07fa3693d7d8b6062b0389673d8fb8d79c39054
4
+ data.tar.gz: 8862013a893be9174fe93aa41afc08d90615cdd3
5
5
  SHA512:
6
- metadata.gz: 633558103b4a29c02cf0896068effeb1be3f9dfdb2535408234e43af5d533e9944761107aa445a82a3ce98f1cd128fff06b27e77297d3f74165467fceaa347be
7
- data.tar.gz: 5f87414cdfef1525380884291abe1f68d95a85e3c8c6155c054c77968f7404a59378f85942d0b6fdd7540c78f77d603028a1eec5e97db7ddd308e52b108444f4
6
+ metadata.gz: fdde92d60259ec0356144b357c57c3911f5c436066a8a1549c235faa919eff112e43a534fed03d53824523edd31c735bf417e23bd9b702a382a7d92839cb2f76
7
+ data.tar.gz: f220577dd9f863d351e7ea68cfc20f91b995157fcae56b3115f4928766b48c37ee1483c77734e82e442048cec3825ccde3281a30bb4b686be79d96e24b90442f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-waf/customizations'
42
42
  # @service
43
43
  module Aws::WAF
44
44
 
45
- GEM_VERSION = '1.24.0'
45
+ GEM_VERSION = '1.25.0'
46
46
 
47
47
  end
@@ -3218,12 +3218,10 @@ module Aws::WAF
3218
3218
  # Returns an array of IPSetSummary objects in the response.
3219
3219
  #
3220
3220
  # @option params [String] :next_marker
3221
- # If you specify a value for `Limit` and you have more `IPSets` than the
3222
- # value of `Limit`, AWS WAF returns a `NextMarker` value in the response
3223
- # that allows you to list another group of `IPSets`. For the second and
3224
- # subsequent `ListIPSets` requests, specify the value of `NextMarker`
3225
- # from the previous response to get information about another batch of
3226
- # `IPSets`.
3221
+ # AWS WAF returns a `NextMarker` value in the response that allows you
3222
+ # to list another group of `IPSets`. For the second and subsequent
3223
+ # `ListIPSets` requests, specify the value of `NextMarker` from the
3224
+ # previous response to get information about another batch of `IPSets`.
3227
3225
  #
3228
3226
  # @option params [Integer] :limit
3229
3227
  # Specifies the number of `IPSet` objects that you want AWS WAF to
@@ -3914,7 +3912,7 @@ module Aws::WAF
3914
3912
  # You can access information about all traffic that AWS WAF inspects
3915
3913
  # using the following steps:
3916
3914
  #
3917
- # 1. Create an Amazon Kinesis Data Firehose .
3915
+ # 1. Create an Amazon Kinesis Data Firehose.
3918
3916
  #
3919
3917
  # Create the data firehose with a PUT source and in the region that
3920
3918
  # you are operating. However, if you are capturing logs for Amazon
@@ -3943,6 +3941,11 @@ module Aws::WAF
3943
3941
  # information, the redacted fields details, and the Amazon Resource Name
3944
3942
  # (ARN) of the web ACL to monitor.
3945
3943
  #
3944
+ # <note markdown="1"> When specifying `Type` in `RedactedFields`, you must use one of the
3945
+ # following values: `URI`, `QUERY_STRING`, `HEADER`, or `METHOD`.
3946
+ #
3947
+ # </note>
3948
+ #
3946
3949
  # @return [Types::PutLoggingConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3947
3950
  #
3948
3951
  # * {Types::PutLoggingConfigurationResponse#logging_configuration #logging_configuration} => Types::LoggingConfiguration
@@ -5511,7 +5514,7 @@ module Aws::WAF
5511
5514
  params: params,
5512
5515
  config: config)
5513
5516
  context[:gem_name] = 'aws-sdk-waf'
5514
- context[:gem_version] = '1.24.0'
5517
+ context[:gem_version] = '1.25.0'
5515
5518
  Seahorse::Client::Request.new(handlers, context)
5516
5519
  end
5517
5520
 
@@ -2647,7 +2647,7 @@ module Aws::WAF
2647
2647
  # supports IPv6 address ranges: /24, /32, /48, /56, /64, and /128.
2648
2648
  #
2649
2649
  # To specify an individual IP address, you specify the four-part IP
2650
- # address followed by a `/32`, for example, 192.0.2.0/31. To block a
2650
+ # address followed by a `/32`, for example, 192.0.2.0/32. To block a
2651
2651
  # range of IP addresses, you can specify /8 or any range between /16
2652
2652
  # through /32 (for IPv4) or /24, /32, /48, /56, /64, or /128 (for IPv6).
2653
2653
  # For more information about CIDR notation, see the Wikipedia entry
@@ -2974,12 +2974,11 @@ module Aws::WAF
2974
2974
  # }
2975
2975
  #
2976
2976
  # @!attribute [rw] next_marker
2977
- # If you specify a value for `Limit` and you have more `IPSets` than
2978
- # the value of `Limit`, AWS WAF returns a `NextMarker` value in the
2979
- # response that allows you to list another group of `IPSets`. For the
2980
- # second and subsequent `ListIPSets` requests, specify the value of
2981
- # `NextMarker` from the previous response to get information about
2982
- # another batch of `IPSets`.
2977
+ # AWS WAF returns a `NextMarker` value in the response that allows you
2978
+ # to list another group of `IPSets`. For the second and subsequent
2979
+ # `ListIPSets` requests, specify the value of `NextMarker` from the
2980
+ # previous response to get information about another batch of
2981
+ # `IPSets`.
2983
2982
  # @return [String]
2984
2983
  #
2985
2984
  # @!attribute [rw] limit
@@ -2998,11 +2997,9 @@ module Aws::WAF
2998
2997
  end
2999
2998
 
3000
2999
  # @!attribute [rw] next_marker
3001
- # If you have more `IPSet` objects than the number that you specified
3002
- # for `Limit` in the request, the response includes a `NextMarker`
3003
- # value. To list more `IPSet` objects, submit another `ListIPSets`
3004
- # request, and specify the `NextMarker` value from the response in the
3005
- # `NextMarker` value in the next request.
3000
+ # To list more `IPSet` objects, submit another `ListIPSets` request,
3001
+ # and in the next request use the `NextMarker` response value as the
3002
+ # `NextMarker` value.
3006
3003
  # @return [String]
3007
3004
  #
3008
3005
  # @!attribute [rw] ip_sets
@@ -3770,6 +3767,11 @@ module Aws::WAF
3770
3767
  # The Amazon Kinesis Data Firehose that contains the inspected traffic
3771
3768
  # information, the redacted fields details, and the Amazon Resource
3772
3769
  # Name (ARN) of the web ACL to monitor.
3770
+ #
3771
+ # <note markdown="1"> When specifying `Type` in `RedactedFields`, you must use one of the
3772
+ # following values: `URI`, `QUERY_STRING`, `HEADER`, or `METHOD`.
3773
+ #
3774
+ # </note>
3773
3775
  # @return [Types::LoggingConfiguration]
3774
3776
  #
3775
3777
  # @see http://docs.aws.amazon.com/goto/WebAPI/waf-2015-08-24/PutLoggingConfigurationRequest AWS API Documentation
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.24.0
4
+ version: 1.25.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-07-25 00:00:00.000000000 Z
11
+ date: 2019-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core