Versions in this module Expand all Collapse all v1 v1.0.0 Feb 19, 2022 Changes in this version + type SSMStorage struct + func New(svc ssmiface.SSMAPI, logger *logrus.Logger) *SSMStorage + func (s *SSMStorage) Delete(values map[string]interface{}) (int, error) + func (s *SSMStorage) Export(path string, decrypt bool) (interface{}, error) + func (s *SSMStorage) Import(values map[string]interface{}, msg string, encrypt bool) (int, error) + type Storage interface + Delete func(map[string]interface{}) (int16, error) + Export func(string) (interface{}, error) + Import func(map[string]interface{}) (int16, error)