Skip to content

Commit

Permalink
Merge pull request #196 from kyleknap/glacier-fix
Browse files Browse the repository at this point in the history
Update glacier resource model
  • Loading branch information
kyleknap committed Jul 30, 2015
2 parents 8d0acae + 9592929 commit cff6109
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions boto3/data/glacier/2012-06-01/resources-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,16 @@
},
"hasMany": {
"Vaults": {
"request": { "operation": "ListVaults" },
"request": {
"operation": "ListVaults",
"params": [
{ "target": "accountId", "source": "identifier", "name": "Id" }
]
},
"resource": {
"type": "Vault",
"identifiers": [
{ "target": "AccountId", "source": "requestParameter", "path": "accountId" },
{ "target": "AccountId", "source": "identifier", "name": "Id" },
{ "target": "Name", "source": "response", "path": "VaultList[].VaultName" }
],
"path": "VaultList[]"
Expand Down

0 comments on commit cff6109

Please sign in to comment.