aws-sdk-waf 1.85.0 → 1.86.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
  SHA256:
3
- metadata.gz: 8fc62fd1e002e043fa9dbdce942a4e9325983af6a4b18df9e756b9dd0820b773
4
- data.tar.gz: 71ecdfb21daea25d1808bfbc5f490154f1395a76ade869d8326c1afc1f30064a
3
+ metadata.gz: 6a875c123fa0f2122ad66eea3f16fcea176210b5e3df1ffa1aa3c11dcd706a1f
4
+ data.tar.gz: 4c420fdd7b473ecf543e6b05978e9d519d838c2c5532a0b75fe29ebab28febcc
5
5
  SHA512:
6
- metadata.gz: 279370455309845c63ffcac241e04da4a26cb34b678b2a9355d976f52d90f1bd84e8439965f02310afe05665a2669b2ef6293bc9d58aec47c04c63434a3d5683
7
- data.tar.gz: 5e5f00c30465bf12373c666b6d384057d460bbdb6be99b86cb99638f8b58908cc82cd0aeec88c459dd85f928283ac44cf3dec1be238bf209190230a4aaf43859
6
+ metadata.gz: a2a0bb27d6dafbe44dc3f8357abfb186ddfae65fd97602fec245dccc2e559a9cceee40ff4b77f700bc6ee5edd95c3d5d1501a9f40864e227945b0df3b4d2582f
7
+ data.tar.gz: 5b87f1bc9c174b10458069eb882cd86fbebda9a697ea49ce692a2f6f94d81f034eadad9cd74e22e2078493e5878cfe60db7d5bcba97ffd7d50474847a4fedfa6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2025-10-31)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.85.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -6821,7 +6821,7 @@ module Aws::WAF
6821
6821
  tracer: tracer
6822
6822
  )
6823
6823
  context[:gem_name] = 'aws-sdk-waf'
6824
- context[:gem_version] = '1.85.0'
6824
+ context[:gem_version] = '1.86.0'
6825
6825
  Seahorse::Client::Request.new(handlers, context)
6826
6826
  end
6827
6827
 
@@ -13,22 +13,22 @@ module Aws::WAF
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
data/lib/aws-sdk-waf.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::WAF
54
54
  autoload :EndpointProvider, 'aws-sdk-waf/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-waf/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.86.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services