aws-sdk-wafv2 1.87.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: a9000e962a0054a547b3b098de60752e1f40d08dcee02f3959dc6d4823492506
4
- data.tar.gz: 1e37bd0c1c01bf157487beb5d27a2debf82efb5d99d4dd7ec9178c61401200ee
3
+ metadata.gz: 993111b2dffd96ad03acdbfd7206df471ed334fe20253d17e57c41c4e062a826
4
+ data.tar.gz: 900a3e7053369729fbebb96f1e9e52b0289530dbda9da43542a964c679ee07cd
5
5
  SHA512:
6
- metadata.gz: c50dd71e9d58922307950f2c003230bb7cd60f17e414e098e3cca30cf9edb75862233e73f5c7e0e41335189914bbdb989b54e642b083569b3fc9c762527d6d54
7
- data.tar.gz: aaa46988041f1b43b4cfbdcbba1c31fe65c65859d70eec19688493f3d111e5b27def69fa8920614b6921bebd8bfbbd5f4a805376d43426c1b127a005b4f75938
6
+ metadata.gz: e32ef5d9c57a2a2290a516b8727dd5acead85e814318b3180faa7378c1d7472e06667a4b550051e0e6274ffb9343ae19f55564abe7bca84596ca7d64dd918342
7
+ data.tar.gz: b63b6400d5e7d539c2183a69475014c747300d831d6be765f6166e9696b2a8e1c7edb1f33c3b9fea0afc8b608ec258036089c5c41ebf9d62bdfd0175055d5f37
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.88.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.87.0 (2024-07-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.89.0
@@ -312,6 +312,15 @@ module Aws::WAFV2
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :simple_json (false)
316
325
  # Disables request parameter conversion, validation, and formatting.
317
326
  # Also disables response data type conversions. The request parameters
@@ -6631,10 +6640,10 @@ module Aws::WAFV2
6631
6640
  req.send_request(options)
6632
6641
  end
6633
6642
 
6634
- # Attaches an IAM policy to the specified resource. Use this to share a
6635
- # rule group across accounts.
6643
+ # Use this to share a rule group with other accounts.
6636
6644
  #
6637
- # 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.
6638
6647
  #
6639
6648
  # This action is subject to the following restrictions:
6640
6649
  #
@@ -6646,6 +6655,11 @@ module Aws::WAFV2
6646
6655
  #
6647
6656
  # * The user making the request must be the owner of the rule group.
6648
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
+ #
6649
6663
  # @option params [required, String] :resource_arn
6650
6664
  # The Amazon Resource Name (ARN) of the RuleGroup to which you want to
6651
6665
  # attach the policy.
@@ -9184,7 +9198,7 @@ module Aws::WAFV2
9184
9198
  params: params,
9185
9199
  config: config)
9186
9200
  context[:gem_name] = 'aws-sdk-wafv2'
9187
- context[:gem_version] = '1.87.0'
9201
+ context[:gem_version] = '1.89.0'
9188
9202
  Seahorse::Client::Request.new(handlers, context)
9189
9203
  end
9190
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.87.0'
55
+ GEM_VERSION = '1.89.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
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.87.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-01 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for AWS WAFV2 (WAFV2). This gem is part of the
48
48
  AWS SDK for Ruby.
49
49
  email: