Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
Session contains an AWS Session for use with other AWS services in the go-aws package.
func NewDefaultSession ¶
func NewDefaultSession() Session
func NewSessionFromEnv ¶ added in v1.0.0
NewSessionFromEnv uses AWS_ env vars to initialize the session
func NewSessionWithDefaultConfig ¶ added in v1.0.2
func NewSessionWithDefaultConfig() Session
NewSessionWithDefaultConfig creates session with default configuration
func NewSessionWithProfile ¶
InitSesh initializes a new SES session.
func (*Session) GetSession ¶
Retrieve AWS Session from Session object.
Click to show internal directories.
Click to hide internal directories.