aws-sdk-networkflowmonitor 1.5.0 → 1.6.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: a4155ce1bc0906581bc4710657e58aa60fa0928eae1686e616b08f46a63d80d9
4
- data.tar.gz: d15abba291d1728dba96a84666c76a57b4281fc44a87f096974526414e6d0feb
3
+ metadata.gz: 8e6a217bcbf4fc9b95570d6f66db49ea4f44a7dae9cb6c36ce8459f639f24960
4
+ data.tar.gz: c26beb587f81df6ef81b812474d88b0827f7fbce84567c6e0cb8f93efcd7c838
5
5
  SHA512:
6
- metadata.gz: 623f4d3a31c343716bf20011ca057ce683f53a6c447fcab3f380a796908f10b18728ce7b399d4ca0d92cb48213c178ed8f8cd95e863f3d2d171625c90adaae4f
7
- data.tar.gz: b0210d2a815059055a96ef4cd1127a623569ac99c1f7bbbd50743c39e28cbbf5b60897df2b5838281eadf40bcf62e268cd27345640c371b5b894febdc4e667a2
6
+ metadata.gz: 4dff2d4405bc5cc71f7d0560ca522c897deb254841efae182b6bfabb0f792a09a8bab05978d230aeac7223346c7c67131b394e722e1d47f9d1704bbad0b9b8bf
7
+ data.tar.gz: 833b1a5bc49737aeaac2fe35b914090ac958d4d69e145fe40d0f6850853aab08463b58c96cb85a4f78789530640f3d12559cf0e5043b447357adc66d734db9a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.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.5.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -200,8 +200,7 @@ module Aws::NetworkFlowMonitor
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
@@ -1863,7 +1862,7 @@ module Aws::NetworkFlowMonitor
1863
1862
  tracer: tracer
1864
1863
  )
1865
1864
  context[:gem_name] = 'aws-sdk-networkflowmonitor'
1866
- context[:gem_version] = '1.5.0'
1865
+ context[:gem_version] = '1.6.0'
1867
1866
  Seahorse::Client::Request.new(handlers, context)
1868
1867
  end
1869
1868
 
@@ -55,7 +55,7 @@ module Aws::NetworkFlowMonitor
55
55
  autoload :EndpointProvider, 'aws-sdk-networkflowmonitor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-networkflowmonitor/endpoints'
57
57
 
58
- GEM_VERSION = '1.5.0'
58
+ GEM_VERSION = '1.6.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-networkflowmonitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services