Skip to content

Commit

Permalink
(IAM) Make User properties available via CurrentUser
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel committed Mar 17, 2015
1 parent ebc0f95 commit 1f21c97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions boto3/data/resources/iam-2010-05-08.resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,13 @@
}
},
"CurrentUser": {
"shape": "User",
"load": {
"request": {
"operation": "GetUser"
},
"path": "User"
},
"hasMany": {
"AccessKeys": {
"request": { "operation": "ListAccessKeys" },
Expand Down

0 comments on commit 1f21c97

Please sign in to comment.