aws-sdk-health 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ebbc67dd33404814461828f0bfe32ff3adcc1ab9
4
- data.tar.gz: 9b9fe9a07419be68eb009f3c76842f8fd90de622
3
+ metadata.gz: 5910d122bdaf5895507ebfa503ceb32b18627ff7
4
+ data.tar.gz: 97e5a036c033f4e4267652fe50156633d0e271cb
5
5
  SHA512:
6
- metadata.gz: 4567ce0822accf99c06990100fa0997b1664348d62d72ed2cde35b4e1f75d57d4cb8cec95742ae4bb0156fe6db83384a9458b5b65e2990afa7a2ce804f12d14d
7
- data.tar.gz: 335a3437ba7c3c9d167a805210d63e467c6611d003eea75cf5624f3910dd281f80b29958a8c952f54e035862b865a49ce0542e440420b026081e500e849cd20e
6
+ metadata.gz: 4671dd5d35613ec9adc4502f36f9ac2eb81d6f069ee860597700fe4339acac5049fb74205e5189c6d5c026fe4c5d58e1bb9a3447481616c6f12eb887929af16c
7
+ data.tar.gz: c954a70f1bf752e2bdd7abaf53471cba5ff9d8a78072885332d4707182629604f101bb3af255606e4ae97bf7cc6488c2927bdb39d280bed5594fed6522fed8ae
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-health/customizations'
42
42
  # @service
43
43
  module Aws::Health
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -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/AWS_EC2_MAINTENANCE_5331",
257
- # "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"`
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/AWS_EC2_MAINTENANCE_5331",
381
- # "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"`
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.1.0'
597
+ context[:gem_version] = '1.2.0'
598
598
  Seahorse::Client::Request.new(handlers, context)
599
599
  end
600
600
 
@@ -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 `. Example:
23
- # `arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331`
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/AWS_EC2_MAINTENANCE_5331",
181
- # "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"`
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/AWS_EC2_MAINTENANCE_5331",
309
- # "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"`
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 `. Example:
513
- # `arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331`
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/AWS_EC2_MAINTENANCE_5331",
556
- # "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"`
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 `. Example:
601
- # `arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331`
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 `. Example:
724
- # `arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331`
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/AWS_EC2_MAINTENANCE_5331",
788
- # "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"`
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.1.0
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-26 00:00:00.000000000 Z
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