Skip to content

Commit

Permalink
Update models for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Aug 31, 2015
1 parent 1ba620b commit 6375437
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 21 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG

## next release

* `Aws\Ec2` - Added support for using instance weights with the
`RequestSpotFleet` API.

## 3.3.2 - 2015-08-27

* `Aws\ConfigService` - Added support for the `ListDiscoveredResources`
Expand Down
19 changes: 17 additions & 2 deletions src/data/ec2/2015-04-15/api-2.json
Expand Up @@ -7959,7 +7959,7 @@
},
"ImageId":{"shape":"String"},
"Attribute":{"shape":"String"},
"OperationType":{"shape":"String"},
"OperationType":{"shape":"OperationType"},
"UserIds":{
"shape":"UserIdStringList",
"locationName":"UserId"
Expand Down Expand Up @@ -8110,7 +8110,7 @@
},
"SnapshotId":{"shape":"String"},
"Attribute":{"shape":"SnapshotAttributeName"},
"OperationType":{"shape":"String"},
"OperationType":{"shape":"OperationType"},
"UserIds":{
"shape":"UserIdStringList",
"locationName":"UserId"
Expand Down Expand Up @@ -8598,6 +8598,13 @@
"All Upfront"
]
},
"OperationType":{
"type":"string",
"enum":[
"add",
"remove"
]
},
"OwnerStringList":{
"type":"list",
"member":{
Expand Down Expand Up @@ -10502,6 +10509,14 @@
"EbsOptimized":{
"shape":"Boolean",
"locationName":"ebsOptimized"
},
"WeightedCapacity":{
"shape":"Double",
"locationName":"weightedCapacity"
},
"SpotPrice":{
"shape":"String",
"locationName":"spotPrice"
}
}
},
Expand Down

0 comments on commit 6375437

Please sign in to comment.