aws-sdk-health 1.98.0 → 1.99.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-health/client.rb +1 -1
- data/lib/aws-sdk-health.rb +1 -1
- data/sig/client.rbs +7 -73
- data/sig/params.rbs +48 -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: 58d3c11e64ddc4e9ee95e187d7e3d27a6531ddc048bd3a4fccdc5a65ca94befb
|
|
4
|
+
data.tar.gz: 2c849380c27382817bea5547b19dedf2c3e4011980ebc3521e1b33df2a0c01b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 107ea69d019f357ac04c71da566231c3a0d6fbc36f5dbab96aca0af5671c2e130e1ee2e80b54d5ed5fa491063a7e38c661a24338567a89df689acb500c73177a
|
|
7
|
+
data.tar.gz: 7213de5fbd65e1671ae489e46b07b8effb154aff8620b237423c8b675bcc90b19c338f4acb9ca71fbf39432197ca1793c190118f579cab9f9bca2dca5e977916
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.99.0
|
data/lib/aws-sdk-health.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -108,10 +108,10 @@ module Aws
|
|
|
108
108
|
{
|
|
109
109
|
from: ::Time?,
|
|
110
110
|
to: ::Time?
|
|
111
|
-
}
|
|
111
|
+
}
|
|
112
112
|
]?,
|
|
113
113
|
tags: Array[
|
|
114
|
-
Hash[::String, ::String]
|
|
114
|
+
Hash[::String, ::String]
|
|
115
115
|
]?,
|
|
116
116
|
status_codes: Array[("IMPAIRED" | "UNIMPAIRED" | "UNKNOWN" | "PENDING" | "RESOLVED")]?
|
|
117
117
|
},
|
|
@@ -133,7 +133,7 @@ module Aws
|
|
|
133
133
|
{
|
|
134
134
|
event_arn: ::String,
|
|
135
135
|
aws_account_id: ::String?
|
|
136
|
-
}
|
|
136
|
+
}
|
|
137
137
|
],
|
|
138
138
|
?locale: ::String,
|
|
139
139
|
?next_token: ::String,
|
|
@@ -143,7 +143,7 @@ module Aws
|
|
|
143
143
|
event_arn: ::String,
|
|
144
144
|
aws_account_id: ::String?,
|
|
145
145
|
status_codes: Array[("IMPAIRED" | "UNIMPAIRED" | "UNKNOWN" | "PENDING" | "RESOLVED")]?
|
|
146
|
-
}
|
|
146
|
+
}
|
|
147
147
|
]
|
|
148
148
|
) -> _DescribeAffectedEntitiesForOrganizationResponseSuccess
|
|
149
149
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAffectedEntitiesForOrganizationResponseSuccess
|
|
@@ -176,40 +176,7 @@ module Aws
|
|
|
176
176
|
end
|
|
177
177
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Health/Client.html#describe_event_aggregates-instance_method
|
|
178
178
|
def describe_event_aggregates: (
|
|
179
|
-
?filter:
|
|
180
|
-
actionabilities: Array[("ACTION_REQUIRED" | "ACTION_MAY_BE_REQUIRED" | "INFORMATIONAL")]?,
|
|
181
|
-
event_arns: Array[::String]?,
|
|
182
|
-
event_type_codes: Array[::String]?,
|
|
183
|
-
services: Array[::String]?,
|
|
184
|
-
regions: Array[::String]?,
|
|
185
|
-
availability_zones: Array[::String]?,
|
|
186
|
-
start_times: Array[
|
|
187
|
-
{
|
|
188
|
-
from: ::Time?,
|
|
189
|
-
to: ::Time?
|
|
190
|
-
},
|
|
191
|
-
]?,
|
|
192
|
-
end_times: Array[
|
|
193
|
-
{
|
|
194
|
-
from: ::Time?,
|
|
195
|
-
to: ::Time?
|
|
196
|
-
},
|
|
197
|
-
]?,
|
|
198
|
-
last_updated_times: Array[
|
|
199
|
-
{
|
|
200
|
-
from: ::Time?,
|
|
201
|
-
to: ::Time?
|
|
202
|
-
},
|
|
203
|
-
]?,
|
|
204
|
-
entity_arns: Array[::String]?,
|
|
205
|
-
entity_values: Array[::String]?,
|
|
206
|
-
event_type_categories: Array[("issue" | "accountNotification" | "scheduledChange" | "investigation")]?,
|
|
207
|
-
tags: Array[
|
|
208
|
-
Hash[::String, ::String],
|
|
209
|
-
]?,
|
|
210
|
-
event_status_codes: Array[("open" | "closed" | "upcoming")]?,
|
|
211
|
-
personas: Array[("OPERATIONS" | "SECURITY" | "BILLING")]?
|
|
212
|
-
},
|
|
179
|
+
?filter: Params::event_filter,
|
|
213
180
|
aggregate_field: ("eventTypeCategory"),
|
|
214
181
|
?max_results: ::Integer,
|
|
215
182
|
?next_token: ::String
|
|
@@ -239,7 +206,7 @@ module Aws
|
|
|
239
206
|
{
|
|
240
207
|
event_arn: ::String,
|
|
241
208
|
aws_account_id: ::String?
|
|
242
|
-
}
|
|
209
|
+
}
|
|
243
210
|
],
|
|
244
211
|
?locale: ::String
|
|
245
212
|
) -> _DescribeEventDetailsForOrganizationResponseSuccess
|
|
@@ -272,40 +239,7 @@ module Aws
|
|
|
272
239
|
end
|
|
273
240
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Health/Client.html#describe_events-instance_method
|
|
274
241
|
def describe_events: (
|
|
275
|
-
?filter:
|
|
276
|
-
actionabilities: Array[("ACTION_REQUIRED" | "ACTION_MAY_BE_REQUIRED" | "INFORMATIONAL")]?,
|
|
277
|
-
event_arns: Array[::String]?,
|
|
278
|
-
event_type_codes: Array[::String]?,
|
|
279
|
-
services: Array[::String]?,
|
|
280
|
-
regions: Array[::String]?,
|
|
281
|
-
availability_zones: Array[::String]?,
|
|
282
|
-
start_times: Array[
|
|
283
|
-
{
|
|
284
|
-
from: ::Time?,
|
|
285
|
-
to: ::Time?
|
|
286
|
-
},
|
|
287
|
-
]?,
|
|
288
|
-
end_times: Array[
|
|
289
|
-
{
|
|
290
|
-
from: ::Time?,
|
|
291
|
-
to: ::Time?
|
|
292
|
-
},
|
|
293
|
-
]?,
|
|
294
|
-
last_updated_times: Array[
|
|
295
|
-
{
|
|
296
|
-
from: ::Time?,
|
|
297
|
-
to: ::Time?
|
|
298
|
-
},
|
|
299
|
-
]?,
|
|
300
|
-
entity_arns: Array[::String]?,
|
|
301
|
-
entity_values: Array[::String]?,
|
|
302
|
-
event_type_categories: Array[("issue" | "accountNotification" | "scheduledChange" | "investigation")]?,
|
|
303
|
-
tags: Array[
|
|
304
|
-
Hash[::String, ::String],
|
|
305
|
-
]?,
|
|
306
|
-
event_status_codes: Array[("open" | "closed" | "upcoming")]?,
|
|
307
|
-
personas: Array[("OPERATIONS" | "SECURITY" | "BILLING")]?
|
|
308
|
-
},
|
|
242
|
+
?filter: Params::event_filter,
|
|
309
243
|
?next_token: ::String,
|
|
310
244
|
?max_results: ::Integer,
|
|
311
245
|
?locale: ::String
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
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 Health
|
|
10
|
+
module Params
|
|
11
|
+
type event_filter = {
|
|
12
|
+
actionabilities: Array[("ACTION_REQUIRED" | "ACTION_MAY_BE_REQUIRED" | "INFORMATIONAL")]?,
|
|
13
|
+
event_arns: Array[::String]?,
|
|
14
|
+
event_type_codes: Array[::String]?,
|
|
15
|
+
services: Array[::String]?,
|
|
16
|
+
regions: Array[::String]?,
|
|
17
|
+
availability_zones: Array[::String]?,
|
|
18
|
+
start_times: Array[
|
|
19
|
+
{
|
|
20
|
+
from: ::Time?,
|
|
21
|
+
to: ::Time?
|
|
22
|
+
}
|
|
23
|
+
]?,
|
|
24
|
+
end_times: Array[
|
|
25
|
+
{
|
|
26
|
+
from: ::Time?,
|
|
27
|
+
to: ::Time?
|
|
28
|
+
}
|
|
29
|
+
]?,
|
|
30
|
+
last_updated_times: Array[
|
|
31
|
+
{
|
|
32
|
+
from: ::Time?,
|
|
33
|
+
to: ::Time?
|
|
34
|
+
}
|
|
35
|
+
]?,
|
|
36
|
+
entity_arns: Array[::String]?,
|
|
37
|
+
entity_values: Array[::String]?,
|
|
38
|
+
event_type_categories: Array[("issue" | "accountNotification" | "scheduledChange" | "investigation")]?,
|
|
39
|
+
tags: Array[
|
|
40
|
+
Hash[::String, ::String]
|
|
41
|
+
]?,
|
|
42
|
+
event_status_codes: Array[("open" | "closed" | "upcoming")]?,
|
|
43
|
+
personas: Array[("OPERATIONS" | "SECURITY" | "BILLING")]?
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-health
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.99.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-health/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|