aws-sdk-networkmonitor 1.19.0 → 1.20.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: 8faf79615f980df6549ae274c40e466fba721c5b20cfa2de8af82ecd6f6f6242
4
- data.tar.gz: 1ad8df98b3a90329314e1cb4907b28dee577d2bc4f47568f845defeda875fbd7
3
+ metadata.gz: ed17c7c015e400b99b3c7f6a70afb34e356663f18cf687c77da4ad6d1cdc4430
4
+ data.tar.gz: 3489b0e3c26c02c8f104c7b7cb73a90b17814ee539080320bb74a331ede48320
5
5
  SHA512:
6
- metadata.gz: 8f6cc7c84b5cbddd861ba8646a0ed9f710df62b7251ffa2bda7765b9c019ae348e4ca53329e2be9b9c8299cb9691dc9e68b7cc9bdcfa4c592533a72f034d8627
7
- data.tar.gz: 618d8c6c9bb31cce2365bdff77a5a81f5f950fa84f0698fac5a06c658ef179ab3e7dc1d22f363563cfac953eab712784ec37dd42bef316225545b5380c273c66
6
+ metadata.gz: f1acbba8d7efc80f6d80c72bf4c67a2521c90e1247afd58d8f4f803fe62e09da9e8a5e4b1f47dc2dd3824434c1a45d878c855da757d07f918f69ed7423ca9684
7
+ data.tar.gz: dff3dbb0020c47261d88564677c0c225afce1cd7e59bff52a3f2cbb4d702e9b32af53097e004d828b2587951e45fd7988d375369bca7f0b5dc21b2ea39dd0e68
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.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.19.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -200,8 +200,7 @@ module Aws::NetworkMonitor
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
@@ -1127,7 +1126,7 @@ module Aws::NetworkMonitor
1127
1126
  tracer: tracer
1128
1127
  )
1129
1128
  context[:gem_name] = 'aws-sdk-networkmonitor'
1130
- context[:gem_version] = '1.19.0'
1129
+ context[:gem_version] = '1.20.0'
1131
1130
  Seahorse::Client::Request.new(handlers, context)
1132
1131
  end
1133
1132
 
@@ -55,7 +55,7 @@ module Aws::NetworkMonitor
55
55
  autoload :EndpointProvider, 'aws-sdk-networkmonitor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-networkmonitor/endpoints'
57
57
 
58
- GEM_VERSION = '1.19.0'
58
+ GEM_VERSION = '1.20.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-networkmonitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services