aws-sdk-core 2.10.95 → 2.10.96
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 +18 -11
- 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: 640719e1ad41e4619501158aeaf24e3c67bffa5f
|
|
4
|
+
data.tar.gz: 75bceff4680db9ba9793aa2780b734e6e918aeb5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5a69cbea8c7eb8af04b7b87ec9f1c13d803d7745afdb0becb41fbbb89669a5e2057bc0096423f689583a3f804cec89464a9a7ba6f3b0d85bd79cabf4d74ba14
|
|
7
|
+
data.tar.gz: 2c4dfd9f0d2ac6790d89c568f31787e96a46fc437cfc7ad120d79636cb9be24bacc98accb1ca8f8e23731d62d2ee0b9ef969bbd9b516d84e092c84caf8847584
|
|
@@ -219,7 +219,6 @@
|
|
|
219
219
|
"required":[
|
|
220
220
|
"BudgetName",
|
|
221
221
|
"BudgetLimit",
|
|
222
|
-
"CostTypes",
|
|
223
222
|
"TimeUnit",
|
|
224
223
|
"TimePeriod",
|
|
225
224
|
"BudgetType"
|
|
@@ -275,15 +274,16 @@
|
|
|
275
274
|
},
|
|
276
275
|
"CostTypes":{
|
|
277
276
|
"type":"structure",
|
|
278
|
-
"required":[
|
|
279
|
-
"IncludeTax",
|
|
280
|
-
"IncludeSubscription",
|
|
281
|
-
"UseBlended"
|
|
282
|
-
],
|
|
283
277
|
"members":{
|
|
284
|
-
"IncludeTax":{"shape":"
|
|
285
|
-
"IncludeSubscription":{"shape":"
|
|
286
|
-
"UseBlended":{"shape":"
|
|
278
|
+
"IncludeTax":{"shape":"NullableBoolean"},
|
|
279
|
+
"IncludeSubscription":{"shape":"NullableBoolean"},
|
|
280
|
+
"UseBlended":{"shape":"NullableBoolean"},
|
|
281
|
+
"IncludeRefund":{"shape":"NullableBoolean"},
|
|
282
|
+
"IncludeCredit":{"shape":"NullableBoolean"},
|
|
283
|
+
"IncludeUpfront":{"shape":"NullableBoolean"},
|
|
284
|
+
"IncludeRecurring":{"shape":"NullableBoolean"},
|
|
285
|
+
"IncludeOtherSubscription":{"shape":"NullableBoolean"},
|
|
286
|
+
"IncludeSupport":{"shape":"NullableBoolean"}
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
289
|
"CreateBudgetRequest":{
|
|
@@ -497,7 +497,6 @@
|
|
|
497
497
|
},
|
|
498
498
|
"exception":true
|
|
499
499
|
},
|
|
500
|
-
"GenericBoolean":{"type":"boolean"},
|
|
501
500
|
"GenericString":{"type":"string"},
|
|
502
501
|
"GenericTimestamp":{"type":"timestamp"},
|
|
503
502
|
"InternalErrorException":{
|
|
@@ -580,6 +579,10 @@
|
|
|
580
579
|
"type":"list",
|
|
581
580
|
"member":{"shape":"Notification"}
|
|
582
581
|
},
|
|
582
|
+
"NullableBoolean":{
|
|
583
|
+
"type":"boolean",
|
|
584
|
+
"box":true
|
|
585
|
+
},
|
|
583
586
|
"NumericValue":{
|
|
584
587
|
"type":"string",
|
|
585
588
|
"pattern":"[0-9]*(\\.)?[0-9]+"
|
|
@@ -603,9 +606,13 @@
|
|
|
603
606
|
],
|
|
604
607
|
"members":{
|
|
605
608
|
"SubscriptionType":{"shape":"SubscriptionType"},
|
|
606
|
-
"Address":{"shape":"
|
|
609
|
+
"Address":{"shape":"SubscriberAddress"}
|
|
607
610
|
}
|
|
608
611
|
},
|
|
612
|
+
"SubscriberAddress":{
|
|
613
|
+
"type":"string",
|
|
614
|
+
"min":1
|
|
615
|
+
},
|
|
609
616
|
"Subscribers":{
|
|
610
617
|
"type":"list",
|
|
611
618
|
"member":{"shape":"Subscriber"},
|
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.96
|
|
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-12-
|
|
11
|
+
date: 2017-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|