awsclient

package
v0.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudWatchLogs

type CloudWatchLogs interface {
	DescribeLogStreamsPages(*cloudwatchlogs.DescribeLogStreamsInput, func(*cloudwatchlogs.DescribeLogStreamsOutput, bool) bool) error
	GetLogEventsPages(*cloudwatchlogs.GetLogEventsInput, func(*cloudwatchlogs.GetLogEventsOutput, bool) bool) error
}

type Factory

type Factory struct {
	// contains filtered or unexported fields
}

func NewFactory

func NewFactory() (*Factory, error)

func (*Factory) CloudWatchLogs

func (f *Factory) CloudWatchLogs() CloudWatchLogs

func (*Factory) DynamoDB

func (f *Factory) DynamoDB() DynamoDB

func (*Factory) Kinesis added in v0.1.1

func (f *Factory) Kinesis() Kinesis

func (*Factory) Region

func (f *Factory) Region() string

func (*Factory) S3

func (f *Factory) S3() S3

func (*Factory) SSM

func (f *Factory) SSM() SSM

type Kinesis added in v0.1.1

type S3

type S3 interface {
	PutObject(*s3.PutObjectInput) (*s3.PutObjectOutput, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL