aws-sdk-networkfirewall 1.64.0 → 1.65.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: 8314234945fa6f9f66e46584b936ae08162a1af98a0eae57a4d61c363ab61b3d
4
- data.tar.gz: bcd6798033b998afdf41d94a518b58f01a8ec1f4e015badd20b50d600bffbfc9
3
+ metadata.gz: 014f4236465ed59c7ee279cdec0fd17f343b8640793d507722fef872a424aff0
4
+ data.tar.gz: 34ccd28f0bb5065af2441b16f6047b4aac7a240bb27949af0900597928b879fe
5
5
  SHA512:
6
- metadata.gz: 8652d4897a80e7c8c613bd79b1c7bdda838eefe2b3f8cd42e0bd4cfd005d59a3876e8d0c6dc8ef17820dd987ab35be7d7e2779d038e50a30cd36972c4c489ae9
7
- data.tar.gz: ddf9703cb6cb0430107f00e0b7ee82ded70f237737741ce3a440cd4ca389ea595b69cff9041bd1212b9359163d2de26f2fbc25e4b49aa874e19bcd57aff787c4
6
+ metadata.gz: 86e89ef5cb913f93166c7820655aa2f3ae4611208721af06d1fff1184b1b99681e6120e16323dcadef7fc3ae647a804b97a6c603eb34fdba00cef04e8d4fcc88
7
+ data.tar.gz: e54e0c093fb89f74c889ebe360dc3696afae9c1936a758e258d64278184886c110b32a5c30db255fbdbd7a40bf34d81d4556cfaa800aaa76c9dcb555ec54c955
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.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.64.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -200,8 +200,7 @@ module Aws::NetworkFirewall
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
@@ -4360,7 +4359,7 @@ module Aws::NetworkFirewall
4360
4359
  tracer: tracer
4361
4360
  )
4362
4361
  context[:gem_name] = 'aws-sdk-networkfirewall'
4363
- context[:gem_version] = '1.64.0'
4362
+ context[:gem_version] = '1.65.0'
4364
4363
  Seahorse::Client::Request.new(handlers, context)
4365
4364
  end
4366
4365
 
@@ -54,7 +54,7 @@ module Aws::NetworkFirewall
54
54
  autoload :EndpointProvider, 'aws-sdk-networkfirewall/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-networkfirewall/endpoints'
56
56
 
57
- GEM_VERSION = '1.64.0'
57
+ GEM_VERSION = '1.65.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-networkfirewall
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services