Skip to content

Commit

Permalink
Merge pull request #1314 from kongregate/add-aws-cloudformation-stack…
Browse files Browse the repository at this point in the history
…-create

Added Aws::CloudFormation::Stack#create
  • Loading branch information
awood45 committed Oct 27, 2016
2 parents c9795d7 + 5e40015 commit ef6549b
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.14 (2016-10-25)
------------------

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 @@ -78,6 +78,14 @@
]
}
},
"Create": {
"request": {
"operation": "CreateStack",
"params": [
{ "target": "StackName", "source": "identifier", "name": "Name" }
]
}
},
"Delete": {
"request": {
"operation": "DeleteStack",
Expand Down

0 comments on commit ef6549b

Please sign in to comment.