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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-internetmonitor/client.rb +1 -1
- data/lib/aws-sdk-internetmonitor.rb +1 -1
- data/sig/client.rbs +3 -29
- data/sig/params.rbs +28 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e65881fddc4a057783e686b03f542e06d409a27f187309bb2466b5d3929fe7b
|
|
4
|
+
data.tar.gz: 8ee9a1a28b627e98fe847d2df5bf089bc9c7b3cdc861a81ab47fec4d53fa87bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f988298c61f027704ea2c5ce4dfa0c5b4f9d59cf9ef36482fa7675944279e1e1b2270d8a5203e1005af426143589a6906791fb2548c20730e143f7b05741cbe5
|
|
7
|
+
data.tar.gz: 79fe10a4514504afc96354ed8cf6187d416780356d43d419e22935e7cc887472d40693fe7cc20d6576319498a87621141b7a71c2d0cdc71825786df935ab9fc2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
1675
|
+
context[:gem_version] = '1.52.0'
|
|
1676
1676
|
Seahorse::Client::Request.new(handlers, context)
|
|
1677
1677
|
end
|
|
1678
1678
|
|
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.
|
|
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
|