Skip to content

Commit

Permalink
Resource model updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Feb 9, 2015
1 parent c0d2a59 commit f04f5e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions boto3/data/resources/cloudformation-2010-05-15.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,7 +135,7 @@
},
"StackResource": {
"identifiers": [
{ "name": "LogicalId" },
{ "name": "LogicalId", "memberName": "LogicalResourceId" },
{ "name": "StackName" }
],
"shape": "StackResourceDetail",
Expand All @@ -162,7 +162,7 @@
},
"StackResourceSummary": {
"identifiers": [
{ "name": "LogicalId" },
{ "name": "LogicalId", "memberName": "LogicalResourceId" },
{ "name": "StackName" }
],
"shape": "StackResourceSummary",
Expand Down
6 changes: 3 additions & 3 deletions boto3/data/resources/glacier-2012-06-01.resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@
]
}
},
"InitiateArchiveRetreival": {
"InitiateArchiveRetrieval": {
"request": {
"operation": "InitiateJob",
"params": [
{ "target": "vaultName", "source": "identifier", "name": "Name" },
{ "target": "vaultName", "source": "identifier", "name": "VaultName" },
{ "target": "accountId", "source": "identifier", "name": "AccountId" },
{ "target": "jobParameters.Type", "source": "string", "value": "archive-retrieval" },
{ "target": "jobParameters.ArchiveId", "source": "identifier", "name": "Id" }
Expand All @@ -125,7 +125,7 @@
"identifiers": [
{ "target": "Id", "source": "response", "path": "jobId" },
{ "target": "AccountId", "source": "identifier", "name": "AccountId" },
{ "target": "VaultName", "source": "identifier", "name": "Name" }
{ "target": "VaultName", "source": "identifier", "name": "VaultName" }
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion boto3/data/resources/iam-2010-05-08.resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
"request": {
"operation": "UpdateAssumeRolePolicy",
"params": [
{ "target": "RoleName", "source": "identifier", "name": "Name" }
{ "target": "RoleName", "source": "identifier", "name": "RoleName" }
]
}
}
Expand Down
1 change: 0 additions & 1 deletion boto3/data/resources/sns-2010-03-31.resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"resource": {
"type": "PlatformEndpoint",
"identifiers": [
{ "target": "PlatformApplicationArn", "source": "identifier", "name": "Arn" },
{ "target": "Arn", "source": "response", "path": "EndpointArn" }
]
}
Expand Down

0 comments on commit f04f5e3

Please sign in to comment.