aws-sdk-wafv2 1.88.0 → 1.89.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wafv2/client.rb +9 -4
- data/lib/aws-sdk-wafv2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 993111b2dffd96ad03acdbfd7206df471ed334fe20253d17e57c41c4e062a826
|
4
|
+
data.tar.gz: 900a3e7053369729fbebb96f1e9e52b0289530dbda9da43542a964c679ee07cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e32ef5d9c57a2a2290a516b8727dd5acead85e814318b3180faa7378c1d7472e06667a4b550051e0e6274ffb9343ae19f55564abe7bca84596ca7d64dd918342
|
7
|
+
data.tar.gz: b63b6400d5e7d539c2183a69475014c747300d831d6be765f6166e9696b2a8e1c7edb1f33c3b9fea0afc8b608ec258036089c5c41ebf9d62bdfd0175055d5f37
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.89.0
|
data/lib/aws-sdk-wafv2/client.rb
CHANGED
@@ -6640,10 +6640,10 @@ module Aws::WAFV2
|
|
6640
6640
|
req.send_request(options)
|
6641
6641
|
end
|
6642
6642
|
|
6643
|
-
#
|
6644
|
-
# rule group across accounts.
|
6643
|
+
# Use this to share a rule group with other accounts.
|
6645
6644
|
#
|
6646
|
-
#
|
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.
|
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
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.
|
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-
|
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
|