Skip to content

Commit

Permalink
Ensure opsworks DescribeStacks.Attributes correctly parses null map v…
Browse files Browse the repository at this point in the history
…alues

Fixes #436
  • Loading branch information
brendanhay committed May 16, 2018
1 parent 6298375 commit e581e92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions gen/annex/opsworks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
"serviceAbbreviation": "OpsWorks"
},
"shapes": {
"StackAttributes": {
"value": {
"shape": "OptionalValue"
}
},
"LayerAttributes": {
"value": {
"shape": "LayerAttributeValue"
"shape": "OptionalValue"
}
},
"LayerAttributeValue": {
"OptionalValue": {
"type": "string"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gen/config/opsworks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ServiceError": {
"renamedTo": "ServiceError'"
},
"LayerAttributeValue": {
"OptionalValue": {
"replacedBy": {
"name": "(Maybe Text)",
"underive": []
Expand Down

0 comments on commit e581e92

Please sign in to comment.