aws-sdk-internetmonitor 1.51.0 → 1.52.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: 4e1813283a2bde7726609d816a8b5ad9e5b4b6743babf1d6ae460e920645388c
4
- data.tar.gz: 41462bf9bd5195f72dc3e14cbd7f4b17fc8b2a2bb46a352015dbd4d038eaceb2
3
+ metadata.gz: 9e65881fddc4a057783e686b03f542e06d409a27f187309bb2466b5d3929fe7b
4
+ data.tar.gz: 8ee9a1a28b627e98fe847d2df5bf089bc9c7b3cdc861a81ab47fec4d53fa87bd
5
5
  SHA512:
6
- metadata.gz: b8913edc8a7b1ab4b0be4af1710faceda14d6cc8e5c1e053ee854ffd32a7ce49fbe2ae795baacc3eac3159f8bcb2448b042f195b661bd67238c2403bec15df5c
7
- data.tar.gz: c13ebbd402643b1a2761bf3dc55d939cd6646cc9e249ac4a4b02a227784af297e1e3b3d81cab986bac7f0b588565dd8d162b60400f0b3835fcd2a1d232b0a418
6
+ metadata.gz: f988298c61f027704ea2c5ce4dfa0c5b4f9d59cf9ef36482fa7675944279e1e1b2270d8a5203e1005af426143589a6906791fb2548c20730e143f7b05741cbe5
7
+ data.tar.gz: 79fe10a4514504afc96354ed8cf6187d416780356d43d419e22935e7cc887472d40693fe7cc20d6576319498a87621141b7a71c2d0cdc71825786df935ab9fc2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.51.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -1672,7 +1672,7 @@ module Aws::InternetMonitor
1672
1672
  tracer: tracer
1673
1673
  )
1674
1674
  context[:gem_name] = 'aws-sdk-internetmonitor'
1675
- context[:gem_version] = '1.51.0'
1675
+ context[:gem_version] = '1.52.0'
1676
1676
  Seahorse::Client::Request.new(handlers, context)
1677
1677
  end
1678
1678
 
@@ -55,7 +55,7 @@ module Aws::InternetMonitor
55
55
  autoload :EndpointProvider, 'aws-sdk-internetmonitor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-internetmonitor/endpoints'
57
57
 
58
- GEM_VERSION = '1.51.0'
58
+ GEM_VERSION = '1.52.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -98,20 +98,7 @@ module Aws
98
98
  }?
99
99
  },
100
100
  ?traffic_percentage_to_monitor: ::Integer,
101
- ?health_events_config: {
102
- availability_score_threshold: ::Float?,
103
- performance_score_threshold: ::Float?,
104
- availability_local_health_events_config: {
105
- status: ("ENABLED" | "DISABLED")?,
106
- health_score_threshold: ::Float?,
107
- min_traffic_impact: ::Float?
108
- }?,
109
- performance_local_health_events_config: {
110
- status: ("ENABLED" | "DISABLED")?,
111
- health_score_threshold: ::Float?,
112
- min_traffic_impact: ::Float?
113
- }?
114
- }
101
+ ?health_events_config: Params::health_events_config
115
102
  ) -> _CreateMonitorResponseSuccess
116
103
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMonitorResponseSuccess
117
104
 
@@ -282,7 +269,7 @@ module Aws
282
269
  field: ::String?,
283
270
  operator: ("EQUALS" | "NOT_EQUALS")?,
284
271
  values: Array[::String]?
285
- },
272
+ }
286
273
  ],
287
274
  ?linked_account_id: ::String
288
275
  ) -> _StartQueryResponseSuccess
@@ -339,20 +326,7 @@ module Aws
339
326
  }?
340
327
  },
341
328
  ?traffic_percentage_to_monitor: ::Integer,
342
- ?health_events_config: {
343
- availability_score_threshold: ::Float?,
344
- performance_score_threshold: ::Float?,
345
- availability_local_health_events_config: {
346
- status: ("ENABLED" | "DISABLED")?,
347
- health_score_threshold: ::Float?,
348
- min_traffic_impact: ::Float?
349
- }?,
350
- performance_local_health_events_config: {
351
- status: ("ENABLED" | "DISABLED")?,
352
- health_score_threshold: ::Float?,
353
- min_traffic_impact: ::Float?
354
- }?
355
- }
329
+ ?health_events_config: Params::health_events_config
356
330
  ) -> _UpdateMonitorResponseSuccess
357
331
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMonitorResponseSuccess
358
332
  end
data/sig/params.rbs ADDED
@@ -0,0 +1,28 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module InternetMonitor
10
+ module Params
11
+ type health_events_config = {
12
+ availability_score_threshold: ::Float?,
13
+ performance_score_threshold: ::Float?,
14
+ availability_local_health_events_config: {
15
+ status: ("ENABLED" | "DISABLED")?,
16
+ health_score_threshold: ::Float?,
17
+ min_traffic_impact: ::Float?
18
+ }?,
19
+ performance_local_health_events_config: {
20
+ status: ("ENABLED" | "DISABLED")?,
21
+ health_score_threshold: ::Float?,
22
+ min_traffic_impact: ::Float?
23
+ }?
24
+ }
25
+
26
+ end
27
+ end
28
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-internetmonitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-internetmonitor/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs