aws-sdk-wafregional 1.25.0 → 1.26.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: 407a39f442c5051b204fcbe4238d929781fd5813
4
- data.tar.gz: f2d34ef9fe95dd339f4b163622f0f67a13b24993
3
+ metadata.gz: 3ccb671b194b5fb9d9772656855626d37431b8b9
4
+ data.tar.gz: 8365453702d291375bf60d8a75316b3fa4fb73bd
5
5
  SHA512:
6
- metadata.gz: 9299d1070cdb82b7268f5972b25c8ced16c654f174549f67b1f16cf4ea121cd75d2670ee7a758ed6d28ea2bd1ebcc7206663a6bdbbbc3dc619b394ab69b49382
7
- data.tar.gz: 6b37701cfec326eacf4abea28124b5bb965c58949d94a54aebc60c64b58f595ff9462ab50086676f7bbee0d4955d7ecb7006b8012a41dab0ff1b6c705d404d66
6
+ metadata.gz: 7279a7355f03b0ce3c98685607b774852e25ba4fd33300bf0c8c89f062611ebec78bc6fd40916c55babd26182249463f61a0dc9891e3fd18ca64504eb3dcd76e
7
+ data.tar.gz: f48d6c11d5b489fd816ae08c42055aa7f579d91da5a9c732e19818cf04a5c1cb3658b348a58a5a7f3cb7082370f52a00823680d2bb81c75987f578d281d8455e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-wafregional/customizations'
42
42
  # @service
43
43
  module Aws::WAFRegional
44
44
 
45
- GEM_VERSION = '1.25.0'
45
+ GEM_VERSION = '1.26.0'
46
46
 
47
47
  end
@@ -3330,12 +3330,10 @@ module Aws::WAFRegional
3330
3330
  # Returns an array of IPSetSummary objects in the response.
3331
3331
  #
3332
3332
  # @option params [String] :next_marker
3333
- # If you specify a value for `Limit` and you have more `IPSets` than the
3334
- # value of `Limit`, AWS WAF returns a `NextMarker` value in the response
3335
- # that allows you to list another group of `IPSets`. For the second and
3336
- # subsequent `ListIPSets` requests, specify the value of `NextMarker`
3337
- # from the previous response to get information about another batch of
3338
- # `IPSets`.
3333
+ # AWS WAF returns a `NextMarker` value in the response that allows you
3334
+ # to list another group of `IPSets`. For the second and subsequent
3335
+ # `ListIPSets` requests, specify the value of `NextMarker` from the
3336
+ # previous response to get information about another batch of `IPSets`.
3339
3337
  #
3340
3338
  # @option params [Integer] :limit
3341
3339
  # Specifies the number of `IPSet` objects that you want AWS WAF to
@@ -4061,7 +4059,7 @@ module Aws::WAFRegional
4061
4059
  # You can access information about all traffic that AWS WAF inspects
4062
4060
  # using the following steps:
4063
4061
  #
4064
- # 1. Create an Amazon Kinesis Data Firehose .
4062
+ # 1. Create an Amazon Kinesis Data Firehose.
4065
4063
  #
4066
4064
  # Create the data firehose with a PUT source and in the region that
4067
4065
  # you are operating. However, if you are capturing logs for Amazon
@@ -4090,6 +4088,11 @@ module Aws::WAFRegional
4090
4088
  # information, the redacted fields details, and the Amazon Resource Name
4091
4089
  # (ARN) of the web ACL to monitor.
4092
4090
  #
4091
+ # <note markdown="1"> When specifying `Type` in `RedactedFields`, you must use one of the
4092
+ # following values: `URI`, `QUERY_STRING`, `HEADER`, or `METHOD`.
4093
+ #
4094
+ # </note>
4095
+ #
4093
4096
  # @return [Types::PutLoggingConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4094
4097
  #
4095
4098
  # * {Types::PutLoggingConfigurationResponse#logging_configuration #logging_configuration} => Types::LoggingConfiguration
@@ -5658,7 +5661,7 @@ module Aws::WAFRegional
5658
5661
  params: params,
5659
5662
  config: config)
5660
5663
  context[:gem_name] = 'aws-sdk-wafregional'
5661
- context[:gem_version] = '1.25.0'
5664
+ context[:gem_version] = '1.26.0'
5662
5665
  Seahorse::Client::Request.new(handlers, context)
5663
5666
  end
5664
5667
 
@@ -2760,7 +2760,7 @@ module Aws::WAFRegional
2760
2760
  # supports IPv6 address ranges: /24, /32, /48, /56, /64, and /128.
2761
2761
  #
2762
2762
  # To specify an individual IP address, you specify the four-part IP
2763
- # address followed by a `/32`, for example, 192.0.2.0/31. To block a
2763
+ # address followed by a `/32`, for example, 192.0.2.0/32. To block a
2764
2764
  # range of IP addresses, you can specify /8 or any range between /16
2765
2765
  # through /32 (for IPv4) or /24, /32, /48, /56, /64, or /128 (for IPv6).
2766
2766
  # For more information about CIDR notation, see the Wikipedia entry
@@ -3087,12 +3087,11 @@ module Aws::WAFRegional
3087
3087
  # }
3088
3088
  #
3089
3089
  # @!attribute [rw] next_marker
3090
- # If you specify a value for `Limit` and you have more `IPSets` than
3091
- # the value of `Limit`, AWS WAF returns a `NextMarker` value in the
3092
- # response that allows you to list another group of `IPSets`. For the
3093
- # second and subsequent `ListIPSets` requests, specify the value of
3094
- # `NextMarker` from the previous response to get information about
3095
- # another batch of `IPSets`.
3090
+ # AWS WAF returns a `NextMarker` value in the response that allows you
3091
+ # to list another group of `IPSets`. For the second and subsequent
3092
+ # `ListIPSets` requests, specify the value of `NextMarker` from the
3093
+ # previous response to get information about another batch of
3094
+ # `IPSets`.
3096
3095
  # @return [String]
3097
3096
  #
3098
3097
  # @!attribute [rw] limit
@@ -3111,11 +3110,9 @@ module Aws::WAFRegional
3111
3110
  end
3112
3111
 
3113
3112
  # @!attribute [rw] next_marker
3114
- # If you have more `IPSet` objects than the number that you specified
3115
- # for `Limit` in the request, the response includes a `NextMarker`
3116
- # value. To list more `IPSet` objects, submit another `ListIPSets`
3117
- # request, and specify the `NextMarker` value from the response in the
3118
- # `NextMarker` value in the next request.
3113
+ # To list more `IPSet` objects, submit another `ListIPSets` request,
3114
+ # and in the next request use the `NextMarker` response value as the
3115
+ # `NextMarker` value.
3119
3116
  # @return [String]
3120
3117
  #
3121
3118
  # @!attribute [rw] ip_sets
@@ -3922,6 +3919,11 @@ module Aws::WAFRegional
3922
3919
  # The Amazon Kinesis Data Firehose that contains the inspected traffic
3923
3920
  # information, the redacted fields details, and the Amazon Resource
3924
3921
  # Name (ARN) of the web ACL to monitor.
3922
+ #
3923
+ # <note markdown="1"> When specifying `Type` in `RedactedFields`, you must use one of the
3924
+ # following values: `URI`, `QUERY_STRING`, `HEADER`, or `METHOD`.
3925
+ #
3926
+ # </note>
3925
3927
  # @return [Types::LoggingConfiguration]
3926
3928
  #
3927
3929
  # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/PutLoggingConfigurationRequest AWS API Documentation
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.25.0
4
+ version: 1.26.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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core