Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type GetSessionToken ¶
type GetSessionToken struct { Version aws.Version `aws:"2011-06-15"` Action aws.Action `aws:"GetSessionToken"` DurationSeconds int `aws:"DurationSeconds"` SerialNumber string `aws:"SerialNumber"` TokenCode string `aws:"TokenCode"` }
func (*GetSessionToken) Execute ¶
func (a *GetSessionToken) Execute(client *aws.Client) (*GetSessionTokenResponse, error)
type GetSessionTokenResponse ¶
type GetSessionTokenResponse struct { XMLName xml.Name `xml:"GetSessionTokenResponse"` Credentials *Credentials `xml:"GetSessionTokenResult>Credentials"` }
Click to show internal directories.
Click to hide internal directories.