Skip to content

Commit

Permalink
Waiter update.
Browse files Browse the repository at this point in the history
Fixes #931
  • Loading branch information
trevorrowe committed Oct 13, 2015
1 parent 7d47f79 commit cdea802
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

* Issue - Aws::CloudFormation - Added support for rollback states to the
`Aws::CloudFormation::Client#wait_until` `:stack_create_complete` waiter.

See [related GitHub issue #931](https://github.com/aws/aws-sdk-ruby/issues/931).

* Feature - Aws::AssumeRoleCredentials - Added support for passing
`Aws::STS::Client` configuration options to `Aws::AssumeRoleCredentials#initialize`.
This allows you to configure things such as `:region`, `:logger`, etc without
Expand Down
12 changes: 12 additions & 0 deletions aws-sdk-core/apis/cloudformation/2010-05-15/waiters-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
"matcher": "pathAny",
"state": "failure",
"argument": "Stacks[].StackStatus"
},
{
"expected": "ROLLBACK_COMPLETE",
"matcher": "pathAny",
"state": "failure",
"argument": "Stacks[].StackStatus"
},
{
"expected": "ROLLBACK_FAILED",
"matcher": "pathAny",
"state": "failure",
"argument": "Stacks[].StackStatus"
}
]
},
Expand Down

0 comments on commit cdea802

Please sign in to comment.