Skip to content

Commit

Permalink
Resolved an Aws::CloudFormation resource issue with StackResources.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Feb 9, 2015
1 parent fba620d commit 231063a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Unreleased Changes
------------------

* Issue - CloudFormation - Resolved an issue with `Aws::CloudFormation` resource
interfaces for accessing associated "has" associations. Fixes
[GitHub issue #209](https://github.com/aws/aws-sdk-core-ruby/issues/209).

* Issue - Resource Waiters - Resolved an issue with resource waiters raising
an error after success. Introduced v2.0.19.pre. Fixes aws/aws-sdk-core#210.

Expand Down
10 changes: 5 additions & 5 deletions aws-sdk-core/apis/CloudFormation.resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"type": "StackResource",
"identifiers": [
{ "target": "StackName", "source": "identifier", "name": "Name" },
{ "target": "StackName", "source": "input" }
{ "target": "LogicalId", "source": "input" }
]
}
}
Expand Down Expand Up @@ -135,8 +135,8 @@
},
"StackResource": {
"identifiers": [
{ "name": "LogicalId" },
{ "name": "StackName" }
{ "name": "StackName" },
{ "name": "LogicalId" }
],
"shape": "StackResourceDetail",
"load": {
Expand All @@ -162,8 +162,8 @@
},
"StackResourceSummary": {
"identifiers": [
{ "name": "LogicalId" },
{ "name": "StackName" }
{ "name": "StackName" },
{ "name": "LogicalId" }
],
"shape": "StackResourceSummary",
"has": {
Expand Down

0 comments on commit 231063a

Please sign in to comment.