aws-sdk-core 2.3.9 → 2.3.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89b202da5cb2806fc8c2c71d29371aa1f1ee9245
4
- data.tar.gz: 486dafe9f0ec871424e08d5f64090c8aff7888c8
3
+ metadata.gz: eac816e5b7070b3df1a286c14126d10b90dd4898
4
+ data.tar.gz: 831306d7c38c402b7f5e52fae014b5deb6f95066
5
5
  SHA512:
6
- metadata.gz: 2c8e54190b8b83358aa6ebc7a30f19a8fcb19eb20f20d75601d5473aa7d95f95a15752ed189ca937f4976a147e67a8e4a9fa115f6a7c43241c528bd17fc917a2
7
- data.tar.gz: b2be0023275b91f399e9711ae0f79dd2e63ceaa584c213236f0b01ab1ab178641e798612e2894a3281e87163b0cad08a3a58d7fc254b547c312252e84b56016d
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
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.3.9'
2
+ VERSION = '2.3.10'
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.3.9
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-05-26 00:00:00.000000000 Z
11
+ date: 2016-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath