aws-sdk-core 2.10.13 → 2.10.14
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 +9 -3
- 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: 4eb34b26a92d01719218560fdfdda33f16f6a9e7
|
4
|
+
data.tar.gz: b48b80b9b7ef0c8c92e1540e09e5af07fd0d9312
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b734cf07ced59f7b8b1db3cc57baae8da6e7c45020f1e21ce7af3710d70ead0309a71dee38df96d8fdf71104169e9e89a604c291e5cc9ee37133d5f06a01a477
|
7
|
+
data.tar.gz: 281e7e765e3e29d1f25ae57cdf25903db5eca8d04c7bf8ab5ad9ee52b467328e19eb5a927806186c385f3a6dddf3440229e578d767e0721239d0bf076baa14c3
|
@@ -236,13 +236,14 @@
|
|
236
236
|
"BudgetName":{
|
237
237
|
"type":"string",
|
238
238
|
"max":100,
|
239
|
-
"pattern":"[
|
239
|
+
"pattern":"[^:\\\\]+"
|
240
240
|
},
|
241
241
|
"BudgetType":{
|
242
242
|
"type":"string",
|
243
243
|
"enum":[
|
244
244
|
"USAGE",
|
245
|
-
"COST"
|
245
|
+
"COST",
|
246
|
+
"RI_UTILIZATION"
|
246
247
|
]
|
247
248
|
},
|
248
249
|
"Budgets":{
|
@@ -588,7 +589,7 @@
|
|
588
589
|
],
|
589
590
|
"members":{
|
590
591
|
"Amount":{"shape":"NumericValue"},
|
591
|
-
"Unit":{"shape":"
|
592
|
+
"Unit":{"shape":"UnitValue"}
|
592
593
|
}
|
593
594
|
},
|
594
595
|
"Subscriber":{
|
@@ -629,11 +630,16 @@
|
|
629
630
|
"TimeUnit":{
|
630
631
|
"type":"string",
|
631
632
|
"enum":[
|
633
|
+
"DAILY",
|
632
634
|
"MONTHLY",
|
633
635
|
"QUARTERLY",
|
634
636
|
"ANNUALLY"
|
635
637
|
]
|
636
638
|
},
|
639
|
+
"UnitValue":{
|
640
|
+
"type":"string",
|
641
|
+
"min":1
|
642
|
+
},
|
637
643
|
"UpdateBudgetRequest":{
|
638
644
|
"type":"structure",
|
639
645
|
"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.14
|
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-07-
|
11
|
+
date: 2017-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|