Skip to content

Commit

Permalink
Extending VolumeAttachmentState with an additional 'busy' constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmap committed Oct 29, 2015
1 parent b22f6e4 commit 12485eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gen/annex/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"detached",
"busy"
]
},
"VolumeAttachmentState": {
"enum":[
"attaching",
"attached",
"detaching",
"detached",
"busy"
]
}
},
"waiters": {
Expand Down

0 comments on commit 12485eb

Please sign in to comment.