aws-sdk-wafv2 1.107.0 → 1.108.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: b74379768315b7114546ca7d6d42f7cd44aaa5161f9906e23c696e9860536020
4
- data.tar.gz: 8ceedddcda126c1754a3b65d585f9854b25c5d63527e63a185e5ec3cfcc30c61
3
+ metadata.gz: 3ed090372e984b9ca10f33c216286bd3999e7f4254be114b4100370cb4a920ff
4
+ data.tar.gz: fa84b75cddd5bd4ea27a9bf6d5a0d5136f4e472e0ece004209a85d85a7ee40f1
5
5
  SHA512:
6
- metadata.gz: ef83836f9c07bf686496a488742d0ce7d395a2be5026727e750ba69e49ec796443b83aa97c9d24b47d1625c7e15feaa42f60e5bde8df13cb3c9d49884ddfe6cf
7
- data.tar.gz: 79c579050bba4e9c2eba7053eee6655e6f1c01dcbb22382539086fdb959eee9dde4afba7041ddfe17cceafe6c136ea5f1f3e63f4f46852f4a5b5f82a8c00dc62
6
+ metadata.gz: 49e8191e83f6cff6553e30193d6351dd41737a81f37dc548ed539ee0c65979d9e0e14f0490d656c0b1dd3934a3b08997e2893965c5f72142a0da190f163ef11f
7
+ data.tar.gz: 5ebef76f7fc994fd2a467d24579969cd8a03299eb9bf3270e17a6d84036460c8c554d3627d869c463a1484b4685fc8781cabfe8f77e0014c0f9ee39fb2fc0f34
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.107.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.108.0
@@ -200,8 +200,7 @@ module Aws::WAFV2
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -9433,7 +9432,7 @@ module Aws::WAFV2
9433
9432
  tracer: tracer
9434
9433
  )
9435
9434
  context[:gem_name] = 'aws-sdk-wafv2'
9436
- context[:gem_version] = '1.107.0'
9435
+ context[:gem_version] = '1.108.0'
9437
9436
  Seahorse::Client::Request.new(handlers, context)
9438
9437
  end
9439
9438
 
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::WAFV2
54
54
  autoload :EndpointProvider, 'aws-sdk-wafv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-wafv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.107.0'
57
+ GEM_VERSION = '1.108.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-wafv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.107.0
4
+ version: 1.108.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services