aws-sdk-wafv2 1.51.0 → 1.54.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
  SHA256:
3
- metadata.gz: bd9106ec51d1ccf63c648ded301764ce5fdc141d7f4a2421d4ce9846f3597453
4
- data.tar.gz: b20545af1a3d8ea51d26c34103bf6b1812139a9be3a98b864707502c4faac3e7
3
+ metadata.gz: 7a8a6944fc39216091d4f73c48d8c61babb1e29e32bbcbdc4e3c47e24cc4a67a
4
+ data.tar.gz: 32654d272457f0facc444f3b683347bfefe30e081e85dd4d5888e7bf090008fe
5
5
  SHA512:
6
- metadata.gz: c70d19f3a83389bcb464277f54ab9116cb9a3092a659ef6fcfa101c8cd42e71856a21e4159478ac7fa33bd5727386e1c8958a46ec05df50527ec67a775cf4da3
7
- data.tar.gz: bb5b27d13ab7e5c311029e266461a38b6a344748cd2fd8d80b86f37f292d9286e635a566c00dacae91db66904064701b0f7eaa00959f9c6c027ebd1eedd99fd9
6
+ metadata.gz: b5b4b98e2a1748450a0d6f90b264363e03ead02c7c36d60da95841d92c06bc1cd8de701a36be2eed37d812f4d9a0e3e80d772a7e77a31a817b2eec87f9ba955d
7
+ data.tar.gz: 72e221e8fd4c4e5cde5bf93c630ddc58f831083e1ef0ca1c998060f71bd38bf5858b4244fcb91e6c6256a1acd688eafc7e01fbca003ed6f4cab6fccce779ae4d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2023-04-11)
5
+ ------------------
6
+
7
+ * Feature - For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.
8
+
9
+ 1.53.0 (2023-04-04)
10
+ ------------------
11
+
12
+ * Feature - This release rolls back association config feature for webACLs that protect CloudFront protections.
13
+
14
+ 1.52.0 (2023-04-04)
15
+ ------------------
16
+
17
+ * Feature - This release rolls back association config feature for webACLs that protect CloudFront protections.
18
+
4
19
  1.51.0 (2023-04-03)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.54.0
@@ -9452,7 +9452,7 @@ module Aws::WAFV2
9452
9452
  params: params,
9453
9453
  config: config)
9454
9454
  context[:gem_name] = 'aws-sdk-wafv2'
9455
- context[:gem_version] = '1.51.0'
9455
+ context[:gem_version] = '1.54.0'
9456
9456
  Seahorse::Client::Request.new(handlers, context)
9457
9457
  end
9458
9458
 
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-wafv2/customizations'
52
52
  # @!group service
53
53
  module Aws::WAFV2
54
54
 
55
- GEM_VERSION = '1.51.0'
55
+ GEM_VERSION = '1.54.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.54.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: 2023-04-03 00:00:00.000000000 Z
11
+ date: 2023-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core