aws-sdk-health 1.16.0 → 1.17.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: f11682976343356fd00a360ff0778fc48a6bdd1e
4
- data.tar.gz: 6b67843e8ef255a7308d53a62f7f446244a9aeff
3
+ metadata.gz: 69857d3a22c39073bac977eeba17fc05d567d4d5
4
+ data.tar.gz: bd71b8e45084a8ea2e7705d9ef5ff7bf56222446
5
5
  SHA512:
6
- metadata.gz: b7516b3b6746da7a9de0728e15c450c356c8e87ae78c0183b009c543ab98d496ba304af1266d185b42ea82b76bbdd062d73ab6c5c40428fc77937fe6adb5db32
7
- data.tar.gz: aaf49c225b7d8503cf7a1a2666e072daf5979a4f033752cf1bcb708aae2f3d7d7ae0d1a1f7598506b35c7183f8b09b79834e324bc4107857f58f9696cd4d6b18
6
+ metadata.gz: 34b1bac15a30a6d25a44f8c5934a40f51faf5397c5963be22be15965c0facd778117df98a3426d26d6e9b2cdc018cf3f698790f07ccf947f987d50278910203b
7
+ data.tar.gz: fa6212bdb0f310c1cc015794659fcd9a75b6d726236fb1168a76d80567d687b8879821c6e98697aa8c809e43232602ef3e1c27be62b01ea2e298c3bc3b5a4c86
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-health/customizations'
42
42
  # @service
43
43
  module Aws::Health
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.0'
46
46
 
47
47
  end
@@ -435,7 +435,7 @@ module Aws::Health
435
435
  # ],
436
436
  # entity_arns: ["entityArn"],
437
437
  # entity_values: ["entityValue"],
438
- # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange
438
+ # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange, investigation
439
439
  # tags: [
440
440
  # {
441
441
  # "tagKey" => "tagValue",
@@ -501,7 +501,7 @@ module Aws::Health
501
501
  # resp.successful_set[0].event.arn #=> String
502
502
  # resp.successful_set[0].event.service #=> String
503
503
  # resp.successful_set[0].event.event_type_code #=> String
504
- # resp.successful_set[0].event.event_type_category #=> String, one of "issue", "accountNotification", "scheduledChange"
504
+ # resp.successful_set[0].event.event_type_category #=> String, one of "issue", "accountNotification", "scheduledChange", "investigation"
505
505
  # resp.successful_set[0].event.region #=> String
506
506
  # resp.successful_set[0].event.availability_zone #=> String
507
507
  # resp.successful_set[0].event.start_time #=> Time
@@ -558,7 +558,7 @@ module Aws::Health
558
558
  # filter: {
559
559
  # event_type_codes: ["eventTypeCode"],
560
560
  # services: ["service"],
561
- # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange
561
+ # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange, investigation
562
562
  # },
563
563
  # locale: "locale",
564
564
  # next_token: "nextToken",
@@ -570,7 +570,7 @@ module Aws::Health
570
570
  # resp.event_types #=> Array
571
571
  # resp.event_types[0].service #=> String
572
572
  # resp.event_types[0].code #=> String
573
- # resp.event_types[0].category #=> String, one of "issue", "accountNotification", "scheduledChange"
573
+ # resp.event_types[0].category #=> String, one of "issue", "accountNotification", "scheduledChange", "investigation"
574
574
  # resp.next_token #=> String
575
575
  #
576
576
  # @see http://docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/DescribeEventTypes AWS API Documentation
@@ -643,7 +643,7 @@ module Aws::Health
643
643
  # ],
644
644
  # entity_arns: ["entityArn"],
645
645
  # entity_values: ["entityValue"],
646
- # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange
646
+ # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange, investigation
647
647
  # tags: [
648
648
  # {
649
649
  # "tagKey" => "tagValue",
@@ -662,7 +662,7 @@ module Aws::Health
662
662
  # resp.events[0].arn #=> String
663
663
  # resp.events[0].service #=> String
664
664
  # resp.events[0].event_type_code #=> String
665
- # resp.events[0].event_type_category #=> String, one of "issue", "accountNotification", "scheduledChange"
665
+ # resp.events[0].event_type_category #=> String, one of "issue", "accountNotification", "scheduledChange", "investigation"
666
666
  # resp.events[0].region #=> String
667
667
  # resp.events[0].availability_zone #=> String
668
668
  # resp.events[0].start_time #=> Time
@@ -693,7 +693,7 @@ module Aws::Health
693
693
  params: params,
694
694
  config: config)
695
695
  context[:gem_name] = 'aws-sdk-health'
696
- context[:gem_version] = '1.16.0'
696
+ context[:gem_version] = '1.17.0'
697
697
  Seahorse::Client::Request.new(handlers, context)
698
698
  end
699
699
 
@@ -235,7 +235,7 @@ module Aws::Health
235
235
  # ],
236
236
  # entity_arns: ["entityArn"],
237
237
  # entity_values: ["entityValue"],
238
- # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange
238
+ # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange, investigation
239
239
  # tags: [
240
240
  # {
241
241
  # "tagKey" => "tagValue",
@@ -350,7 +350,7 @@ module Aws::Health
350
350
  # filter: {
351
351
  # event_type_codes: ["eventTypeCode"],
352
352
  # services: ["service"],
353
- # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange
353
+ # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange, investigation
354
354
  # },
355
355
  # locale: "locale",
356
356
  # next_token: "nextToken",
@@ -444,7 +444,7 @@ module Aws::Health
444
444
  # ],
445
445
  # entity_arns: ["entityArn"],
446
446
  # entity_values: ["entityValue"],
447
- # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange
447
+ # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange, investigation
448
448
  # tags: [
449
449
  # {
450
450
  # "tagKey" => "tagValue",
@@ -782,7 +782,7 @@ module Aws::Health
782
782
  # ],
783
783
  # entity_arns: ["entityArn"],
784
784
  # entity_values: ["entityValue"],
785
- # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange
785
+ # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange, investigation
786
786
  # tags: [
787
787
  # {
788
788
  # "tagKey" => "tagValue",
@@ -907,7 +907,7 @@ module Aws::Health
907
907
  # {
908
908
  # event_type_codes: ["eventTypeCode"],
909
909
  # services: ["service"],
910
- # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange
910
+ # event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange, investigation
911
911
  # }
912
912
  #
913
913
  # @!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.16.0
4
+ version: 1.17.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: 2019-06-17 00:00:00.000000000 Z
11
+ date: 2019-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core