Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleResponse ¶
Generic response AWS response handler
Types ¶
type Metrics ¶
type Metrics struct { Volumes int SumVolumeSize int64 VolumeCosts int Snapshots int SumSnapshotSize int64 Processed int64 Skipped int64 Modified int64 }
Generic struct for tracking statistics
type Session ¶ added in v1.18.0
type Session struct {
// contains filtered or unexported fields
}
func (*Session) GetCloudWatchClient ¶ added in v1.18.0
func (s *Session) GetCloudWatchClient() *cloudwatch.CloudWatch
func (*Session) GetEC2Client ¶ added in v1.18.0
func (*Session) GetIAMClient ¶ added in v1.18.0
func (*Session) GetRDSClient ¶ added in v1.18.0
func (*Session) GetS3Client ¶ added in v1.18.0
func (*Session) Session ¶ added in v1.18.0
func (s *Session) Session() *awsSession.Session
Click to show internal directories.
Click to hide internal directories.