Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
more docs, setup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
brianantonelli committed Nov 9, 2016
1 parent 3d59ee7 commit 3d9dd21
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ alks.generateConsoleUrl(alksKey, function(err, url){

### getIamRoleTypes(server, userid, password, callback)

Returns a list of current IAM role types.

### createIamKey(account, password, callback)

### createIamRole(account, password, roleName, roleType, includeDefaultPolicies, callback)
Generates a new session for use in creating IAM roles and console sessions.

### createIamRole(account, password, roleName, roleType, includeDefaultPolicies, callback)

Creates a new IAM role, provided account must contain valid ALKS IAM session.

0 comments on commit 3d9dd21

Please sign in to comment.