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 +4 -4
- data/apis/budgets/2016-10-20/api-2.json +10 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- 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: 02996901da5880377f7ed2b0b0e5b3f2f9d7f77b
|
|
4
|
+
data.tar.gz: 7b56572bfb8644eb5108d4cf05c508a062898084
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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":
|
|
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":[
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2017-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|