aws-sdk-core 2.10.39 → 2.10.40

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a7a797f3adb07afe916f5dca4026ffd31eaf51c
4
- data.tar.gz: 25d7efdb8beb725b5cb444413e8d488e23bcfc46
3
+ metadata.gz: 02996901da5880377f7ed2b0b0e5b3f2f9d7f77b
4
+ data.tar.gz: 7b56572bfb8644eb5108d4cf05c508a062898084
5
5
  SHA512:
6
- metadata.gz: 770186b68582f5d3e21aa217a97a0c57634f33ae3482f213a0a074e4ab61cc16410b26b37ca57b29981de34a47c06a006c76830fc4ebfe618890509c80f092e9
7
- data.tar.gz: aa97f4f676a7ff37c3ab22ee83111c455c5a3b19dae46de5903fa8687c4aa2971379f279a69bc78c2d26e05aa28eb7d49e52ae5639e2bb2371b21814b9673397
6
+ metadata.gz: 0932c78b1f50c5b82091b2f660da66b54222a8a04edfb0bd89a3f934ac89c4f038fc8a9a65cda1c00647a773e758300a7c28c4903e4ef3d80b479fcfc3668dd5
7
+ data.tar.gz: 558546c504136af0aec342dc83902e6ce6482b58af30b34b922ceb58ce06359ac716f906ca934d11443b46fc45ec959322119bf458e113ac4a02de8d23ee46b6
@@ -542,12 +542,13 @@
542
542
  "members":{
543
543
  "NotificationType":{"shape":"NotificationType"},
544
544
  "ComparisonOperator":{"shape":"ComparisonOperator"},
545
- "Threshold":{"shape":"NotificationThreshold"}
545
+ "Threshold":{"shape":"NotificationThreshold"},
546
+ "ThresholdType":{"shape":"ThresholdType"}
546
547
  }
547
548
  },
548
549
  "NotificationThreshold":{
549
550
  "type":"double",
550
- "max":300,
551
+ "max":1000000000,
551
552
  "min":0.1
552
553
  },
553
554
  "NotificationType":{
@@ -616,6 +617,13 @@
616
617
  "EMAIL"
617
618
  ]
618
619
  },
620
+ "ThresholdType":{
621
+ "type":"string",
622
+ "enum":[
623
+ "PERCENTAGE",
624
+ "ABSOLUTE_VALUE"
625
+ ]
626
+ },
619
627
  "TimePeriod":{
620
628
  "type":"structure",
621
629
  "required":[
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.39'
2
+ VERSION = '2.10.40'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.39
4
+ version: 2.10.40
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: 2017-09-05 00:00:00.000000000 Z
11
+ date: 2017-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath