aws-sdk-networkmonitor 1.18.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: 6b27c37be8782c035de37e42078378569ac24c02f537c4a2ba54588e08a9e4b7
4
- data.tar.gz: 472f769e53639480961177a6d7372dc40486064580145f0966bc677adc3f1863
3
+ metadata.gz: ed17c7c015e400b99b3c7f6a70afb34e356663f18cf687c77da4ad6d1cdc4430
4
+ data.tar.gz: 3489b0e3c26c02c8f104c7b7cb73a90b17814ee539080320bb74a331ede48320
5
5
  SHA512:
6
- metadata.gz: e5f899a07e762d8706c7bfe30bf72c096ca460b2b229731d1574232103fcde8c0890776fda20c559ab4073370714f9e1fb0aa2baae5e7436a9dfa81bf29afedc
7
- data.tar.gz: d93a5c87cc9a4a8b6a18787e6a8789a3387283dad067be3af5b9ce5a2a6fde4991275763697d138250b318e4489f8817cd271ecfde5882e394240346f052872c
6
+ metadata.gz: f1acbba8d7efc80f6d80c72bf4c67a2521c90e1247afd58d8f4f803fe62e09da9e8a5e4b1f47dc2dd3824434c1a45d878c855da757d07f918f69ed7423ca9684
7
+ data.tar.gz: dff3dbb0020c47261d88564677c0c225afce1cd7e59bff52a3f2cbb4d702e9b32af53097e004d828b2587951e45fd7988d375369bca7f0b5dc21b2ea39dd0e68
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.19.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.18.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.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.18.0'
1129
+ context[:gem_version] = '1.20.0'
1131
1130
  Seahorse::Client::Request.new(handlers, context)
1132
1131
  end
1133
1132
 
@@ -83,7 +83,7 @@ module Aws::NetworkMonitor
83
83
  CreateMonitorInput.add_member(:monitor_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "monitorName"))
84
84
  CreateMonitorInput.add_member(:probes, Shapes::ShapeRef.new(shape: CreateMonitorProbeInputList, location_name: "probes"))
85
85
  CreateMonitorInput.add_member(:aggregation_period, Shapes::ShapeRef.new(shape: AggregationPeriod, location_name: "aggregationPeriod"))
86
- CreateMonitorInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
86
+ CreateMonitorInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
87
87
  CreateMonitorInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
88
88
  CreateMonitorInput.struct_class = Types::CreateMonitorInput
89
89
 
@@ -106,7 +106,7 @@ module Aws::NetworkMonitor
106
106
 
107
107
  CreateProbeInput.add_member(:monitor_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "monitorName"))
108
108
  CreateProbeInput.add_member(:probe, Shapes::ShapeRef.new(shape: ProbeInput, required: true, location_name: "probe"))
109
- CreateProbeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
109
+ CreateProbeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
110
110
  CreateProbeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
111
111
  CreateProbeInput.struct_class = Types::CreateProbeInput
112
112
 
@@ -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.18.0'
58
+ GEM_VERSION = '1.20.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-networkmonitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-networkmonitor
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-networkmonitor/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - Amazon CloudWatch Network Monitor
100
97
  test_files: []