aws-sdk-health 1.1.0 → 1.2.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/lib/aws-sdk-health.rb +1 -1
- data/lib/aws-sdk-health/client.rb +5 -5
- data/lib/aws-sdk-health/types.rb +22 -17
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5910d122bdaf5895507ebfa503ceb32b18627ff7
|
|
4
|
+
data.tar.gz: 97e5a036c033f4e4267652fe50156633d0e271cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4671dd5d35613ec9adc4502f36f9ac2eb81d6f069ee860597700fe4339acac5049fb74205e5189c6d5c026fe4c5d58e1bb9a3447481616c6f12eb887929af16c
|
|
7
|
+
data.tar.gz: c954a70f1bf752e2bdd7abaf53471cba5ff9d8a78072885332d4707182629604f101bb3af255606e4ae97bf7cc6488c2927bdb39d280bed5594fed6522fed8ae
|
data/lib/aws-sdk-health.rb
CHANGED
|
@@ -253,8 +253,8 @@ module Aws::Health
|
|
|
253
253
|
#
|
|
254
254
|
# @option params [Array<String>] :event_arns
|
|
255
255
|
# A list of event ARNs (unique identifiers). For example:
|
|
256
|
-
# `"arn:aws:health:us-east-1::event/
|
|
257
|
-
# "arn:aws:health:us-west-1::event/
|
|
256
|
+
# `"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456",
|
|
257
|
+
# "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"`
|
|
258
258
|
#
|
|
259
259
|
# @return [Types::DescribeEntityAggregatesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
260
260
|
#
|
|
@@ -377,8 +377,8 @@ module Aws::Health
|
|
|
377
377
|
#
|
|
378
378
|
# @option params [required, Array<String>] :event_arns
|
|
379
379
|
# A list of event ARNs (unique identifiers). For example:
|
|
380
|
-
# `"arn:aws:health:us-east-1::event/
|
|
381
|
-
# "arn:aws:health:us-west-1::event/
|
|
380
|
+
# `"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456",
|
|
381
|
+
# "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"`
|
|
382
382
|
#
|
|
383
383
|
# @option params [String] :locale
|
|
384
384
|
# The locale (language) to return information in. English (en) is the
|
|
@@ -594,7 +594,7 @@ module Aws::Health
|
|
|
594
594
|
params: params,
|
|
595
595
|
config: config)
|
|
596
596
|
context[:gem_name] = 'aws-sdk-health'
|
|
597
|
-
context[:gem_version] = '1.
|
|
597
|
+
context[:gem_version] = '1.2.0'
|
|
598
598
|
Seahorse::Client::Request.new(handlers, context)
|
|
599
599
|
end
|
|
600
600
|
|
data/lib/aws-sdk-health/types.rb
CHANGED
|
@@ -19,8 +19,9 @@ module Aws::Health
|
|
|
19
19
|
#
|
|
20
20
|
# @!attribute [rw] event_arn
|
|
21
21
|
# The unique identifier for the event. Format:
|
|
22
|
-
# `arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID
|
|
23
|
-
# `
|
|
22
|
+
# `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
|
|
23
|
+
# `. Example: `Example:
|
|
24
|
+
# arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
|
|
24
25
|
# @return [String]
|
|
25
26
|
#
|
|
26
27
|
# @!attribute [rw] entity_value
|
|
@@ -177,8 +178,8 @@ module Aws::Health
|
|
|
177
178
|
#
|
|
178
179
|
# @!attribute [rw] event_arns
|
|
179
180
|
# A list of event ARNs (unique identifiers). For example:
|
|
180
|
-
# `"arn:aws:health:us-east-1::event/
|
|
181
|
-
# "arn:aws:health:us-west-1::event/
|
|
181
|
+
# `"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456",
|
|
182
|
+
# "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"`
|
|
182
183
|
# @return [Array<String>]
|
|
183
184
|
#
|
|
184
185
|
# @see http://docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/DescribeEntityAggregatesRequest AWS API Documentation
|
|
@@ -305,8 +306,8 @@ module Aws::Health
|
|
|
305
306
|
#
|
|
306
307
|
# @!attribute [rw] event_arns
|
|
307
308
|
# A list of event ARNs (unique identifiers). For example:
|
|
308
|
-
# `"arn:aws:health:us-east-1::event/
|
|
309
|
-
# "arn:aws:health:us-west-1::event/
|
|
309
|
+
# `"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456",
|
|
310
|
+
# "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"`
|
|
310
311
|
# @return [Array<String>]
|
|
311
312
|
#
|
|
312
313
|
# @!attribute [rw] locale
|
|
@@ -509,8 +510,9 @@ module Aws::Health
|
|
|
509
510
|
#
|
|
510
511
|
# @!attribute [rw] event_arn
|
|
511
512
|
# The unique identifier for the event. Format:
|
|
512
|
-
# `arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID
|
|
513
|
-
# `
|
|
513
|
+
# `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
|
|
514
|
+
# `. Example: `Example:
|
|
515
|
+
# arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
|
|
514
516
|
# @return [String]
|
|
515
517
|
#
|
|
516
518
|
# @!attribute [rw] count
|
|
@@ -552,8 +554,8 @@ module Aws::Health
|
|
|
552
554
|
#
|
|
553
555
|
# @!attribute [rw] event_arns
|
|
554
556
|
# A list of event ARNs (unique identifiers). For example:
|
|
555
|
-
# `"arn:aws:health:us-east-1::event/
|
|
556
|
-
# "arn:aws:health:us-west-1::event/
|
|
557
|
+
# `"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456",
|
|
558
|
+
# "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"`
|
|
557
559
|
# @return [Array<String>]
|
|
558
560
|
#
|
|
559
561
|
# @!attribute [rw] entity_arns
|
|
@@ -597,8 +599,9 @@ module Aws::Health
|
|
|
597
599
|
#
|
|
598
600
|
# @!attribute [rw] arn
|
|
599
601
|
# The unique identifier for the event. Format:
|
|
600
|
-
# `arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID
|
|
601
|
-
# `
|
|
602
|
+
# `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
|
|
603
|
+
# `. Example: `Example:
|
|
604
|
+
# arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
|
|
602
605
|
# @return [String]
|
|
603
606
|
#
|
|
604
607
|
# @!attribute [rw] service
|
|
@@ -613,7 +616,8 @@ module Aws::Health
|
|
|
613
616
|
# @return [String]
|
|
614
617
|
#
|
|
615
618
|
# @!attribute [rw] event_type_category
|
|
616
|
-
# The
|
|
619
|
+
# The category of the event. Possible values are `issue`,
|
|
620
|
+
# `scheduledChange`, and `accountNotification`.
|
|
617
621
|
# @return [String]
|
|
618
622
|
#
|
|
619
623
|
# @!attribute [rw] region
|
|
@@ -720,8 +724,9 @@ module Aws::Health
|
|
|
720
724
|
#
|
|
721
725
|
# @!attribute [rw] event_arn
|
|
722
726
|
# The unique identifier for the event. Format:
|
|
723
|
-
# `arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID
|
|
724
|
-
# `
|
|
727
|
+
# `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
|
|
728
|
+
# `. Example: `Example:
|
|
729
|
+
# arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
|
|
725
730
|
# @return [String]
|
|
726
731
|
#
|
|
727
732
|
# @!attribute [rw] error_name
|
|
@@ -784,8 +789,8 @@ module Aws::Health
|
|
|
784
789
|
#
|
|
785
790
|
# @!attribute [rw] event_arns
|
|
786
791
|
# A list of event ARNs (unique identifiers). For example:
|
|
787
|
-
# `"arn:aws:health:us-east-1::event/
|
|
788
|
-
# "arn:aws:health:us-west-1::event/
|
|
792
|
+
# `"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456",
|
|
793
|
+
# "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"`
|
|
789
794
|
# @return [Array<String>]
|
|
790
795
|
#
|
|
791
796
|
# @!attribute [rw] event_type_codes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-06
|
|
11
|
+
date: 2018-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|