aws-sdk-core 2.3.9 → 2.3.10
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/ec2/2015-10-01/api-2.json +15 -0
- 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: eac816e5b7070b3df1a286c14126d10b90dd4898
|
|
4
|
+
data.tar.gz: 831306d7c38c402b7f5e52fae014b5deb6f95066
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3766075c50141e85eab74ac66750ee232d21dc7a653206b301310d5df1ea2567bec43288b2bf40ab2583604ba41f8e904e4b25d34978980c77209c7f184bd048
|
|
7
|
+
data.tar.gz: ebcf5abdafcde8d2084cc3229d1dd79d28468d14792b53a5bf07ad05498cbcd933cbf7fb38782d450a436f34addfe2e45ab6ca8fe10e91957fa5164b9a7c3a39
|
|
@@ -6679,6 +6679,13 @@
|
|
|
6679
6679
|
"locationName":"Filter"
|
|
6680
6680
|
}
|
|
6681
6681
|
},
|
|
6682
|
+
"FleetType":{
|
|
6683
|
+
"type":"string",
|
|
6684
|
+
"enum":[
|
|
6685
|
+
"request",
|
|
6686
|
+
"maintain"
|
|
6687
|
+
]
|
|
6688
|
+
},
|
|
6682
6689
|
"Float":{"type":"float"},
|
|
6683
6690
|
"FlowLog":{
|
|
6684
6691
|
"type":"structure",
|
|
@@ -12284,6 +12291,14 @@
|
|
|
12284
12291
|
"AllocationStrategy":{
|
|
12285
12292
|
"shape":"AllocationStrategy",
|
|
12286
12293
|
"locationName":"allocationStrategy"
|
|
12294
|
+
},
|
|
12295
|
+
"FulfilledCapacity":{
|
|
12296
|
+
"shape":"Double",
|
|
12297
|
+
"locationName":"fulfilledCapacity"
|
|
12298
|
+
},
|
|
12299
|
+
"Type":{
|
|
12300
|
+
"shape":"FleetType",
|
|
12301
|
+
"locationName":"type"
|
|
12287
12302
|
}
|
|
12288
12303
|
}
|
|
12289
12304
|
},
|
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.3.
|
|
4
|
+
version: 2.3.10
|
|
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: 2016-
|
|
11
|
+
date: 2016-06-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|