Skip to content

Commit

Permalink
Added Aws::CloudFormation::Stack#create
Browse files Browse the repository at this point in the history
  • Loading branch information
stopdropandrew committed Oct 17, 2016
1 parent 21b6ab7 commit f0740d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Feature - Aws::CloudFormation - Added `Aws::CloudFormation::Stack#create`

2.6.9 (2016-10-13)
------------------

Expand Down
8 changes: 8 additions & 0 deletions aws-sdk-core/apis/cloudformation/2010-05-15/resources-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@
]
}
},
"Create": {
"request": {
"operation": "CreateStack",
"params": [
{ "target": "StackName", "source": "identifier", "name": "Name" }
]
}
},
"Delete": {
"request": {
"operation": "DeleteStack",
Expand Down

0 comments on commit f0740d5

Please sign in to comment.