aws-sdk-wafv2 1.88.0 → 1.89.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: c0ee4e62e214279aba0ce10467a3e74a178cac301f4e93cd634950a716c84349
4
- data.tar.gz: 0ba616b70ca5bd2996d98e256b75f1cdbb8a59598f008c3650def32fd7977c63
3
+ metadata.gz: 993111b2dffd96ad03acdbfd7206df471ed334fe20253d17e57c41c4e062a826
4
+ data.tar.gz: 900a3e7053369729fbebb96f1e9e52b0289530dbda9da43542a964c679ee07cd
5
5
  SHA512:
6
- metadata.gz: bf4a29f30e508500c03544ea7de1b8fceef88d32c595133fbb76f6bf1f5667c0b1d46166534216ff0fc0e647773e2389b31bbbb182e5de0761c5f96acc562aeb
7
- data.tar.gz: e29e3aa739aa7828b583e12dd8d879958a83911ca1322b25870dc4dd2eefdd73e8a2855eca0218f9ae8e8906d4a29d5b64aaff22bfe8be840cee1ec2285a5e9d
6
+ metadata.gz: e32ef5d9c57a2a2290a516b8727dd5acead85e814318b3180faa7378c1d7472e06667a4b550051e0e6274ffb9343ae19f55564abe7bca84596ca7d64dd918342
7
+ data.tar.gz: b63b6400d5e7d539c2183a69475014c747300d831d6be765f6166e9696b2a8e1c7edb1f33c3b9fea0afc8b608ec258036089c5c41ebf9d62bdfd0175055d5f37
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2024-08-29)
5
+ ------------------
6
+
7
+ * Feature - The minimum request rate for a rate-based rule is now 10. Before this, it was 100.
8
+
4
9
  1.88.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -6640,10 +6640,10 @@ module Aws::WAFV2
6640
6640
  req.send_request(options)
6641
6641
  end
6642
6642
 
6643
- # Attaches an IAM policy to the specified resource. Use this to share a
6644
- # rule group across accounts.
6643
+ # Use this to share a rule group with other accounts.
6645
6644
  #
6646
- # You must be the owner of the rule group to perform this operation.
6645
+ # This action attaches an IAM policy to the specified resource. You must
6646
+ # be the owner of the rule group to perform this operation.
6647
6647
  #
6648
6648
  # This action is subject to the following restrictions:
6649
6649
  #
@@ -6655,6 +6655,11 @@ module Aws::WAFV2
6655
6655
  #
6656
6656
  # * The user making the request must be the owner of the rule group.
6657
6657
  #
6658
+ # If a rule group has been shared with your account, you can access it
6659
+ # through the call `GetRuleGroup`, and you can reference it in
6660
+ # `CreateWebACL` and `UpdateWebACL`. Rule groups that are shared with
6661
+ # you don't appear in your WAF console rule groups listing.
6662
+ #
6658
6663
  # @option params [required, String] :resource_arn
6659
6664
  # The Amazon Resource Name (ARN) of the RuleGroup to which you want to
6660
6665
  # attach the policy.
@@ -9193,7 +9198,7 @@ module Aws::WAFV2
9193
9198
  params: params,
9194
9199
  config: config)
9195
9200
  context[:gem_name] = 'aws-sdk-wafv2'
9196
- context[:gem_version] = '1.88.0'
9201
+ context[:gem_version] = '1.89.0'
9197
9202
  Seahorse::Client::Request.new(handlers, context)
9198
9203
  end
9199
9204
 
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.88.0'
55
+ GEM_VERSION = '1.89.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.88.0
4
+ version: 1.89.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: 2024-07-02 00:00:00.000000000 Z
11
+ date: 2024-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core