Versions in this module Expand all Collapse all v0 v0.5.1 Aug 18, 2022 Changes in this version + type Amazon struct + func (cloud *Amazon) GetCapabilities() []adapter.Capability + func (cloud *Amazon) ListInstances() ([]models.Instance, error) + func (cloud *Amazon) ListLogGroups(updateStreams bool, updateEvents bool) ([]models.LogGroup, error) + func (cloud *Amazon) ListPipelines() ([]models.Pipeline, error) + func (cloud *Amazon) LoadClients() error + func (cloud *Amazon) LoadProfile(profile *string) error + func (cloud *Amazon) UpdateLogEvents(logStream *models.LogStream) error + func (cloud *Amazon) UpdateLogStreams(logGroup *models.LogGroup, updateEvents bool) error + func (cloud *Amazon) UpdatePipelineStatus(pipeline *models.Pipeline) error