Skip to content

Commit

Permalink
Updated ec2 api model.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Sep 15, 2015
1 parent 025f100 commit 6b534e3
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 69 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Unreleased Changes
------------------

* Feature - Aws::EC2 - Added two new fields to expose data encryption key id,
and state message.

* Feature - Aws::EC2 - Added support for the new "Diversified" allocation
strategy.

* Feature - Aws::ElasticFileSystem - Added support for optional mount
target ID to the DescribeMountTargets operation.

Expand Down
19 changes: 19 additions & 0 deletions aws-sdk-core/apis/ec2/2015-04-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1786,6 +1786,13 @@
"locationName":"AllocationId"
}
},
"AllocationStrategy":{
"type":"string",
"enum":[
"lowestPrice",
"diversified"
]
},
"ArchitectureValues":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -10253,6 +10260,10 @@
"shape":"SnapshotState",
"locationName":"status"
},
"StateMessage":{
"shape":"String",
"locationName":"statusMessage"
},
"StartTime":{
"shape":"DateTime",
"locationName":"startTime"
Expand Down Expand Up @@ -10288,6 +10299,10 @@
"KmsKeyId":{
"shape":"String",
"locationName":"kmsKeyId"
},
"DataEncryptionKeyId":{
"shape":"String",
"locationName":"dataEncryptionKeyId"
}
}
},
Expand Down Expand Up @@ -10591,6 +10606,10 @@
"LaunchSpecifications":{
"shape":"LaunchSpecsList",
"locationName":"launchSpecifications"
},
"AllocationStrategy":{
"shape":"AllocationStrategy",
"locationName":"allocationStrategy"
}
}
},
Expand Down
Loading

0 comments on commit 6b534e3

Please sign in to comment.