Versions in this module Expand all Collapse all v0 v0.2.0 Jan 26, 2017 v0.1.0 Jan 17, 2017 Changes in this version + type Client struct + func NewClient(api stsiface.STSAPI) *Client + func (c *Client) AssumeRole(roleARN, sessionName string) (*Credentials, error) + type Credentials struct + AccessKeyID string + SecretAccessKey string + SessionToken string