Versions in this module Expand all Collapse all v1 v1.4.1 Dec 10, 2019 Changes in this version + type ParameterPath struct + Name string + Region string type ParameterStore + Clients map[string]ssmiface.SSMAPI + Overwrite bool + Profile string + Region string + Type string + func (ps *ParameterStore) InitClient(region string) + func (ps *ParameterStore) SetDefaults(cfg config.Config) v1.0.1 Apr 29, 2018 Changes in this version + const Delimiter + type ListResult struct + Error error + Result []string + type ParameterStore struct + Client ssmiface.SSMAPI + Confirm bool + Cwd string + Decrypt bool + Key string + func (ps *ParameterStore) Copy(src, dst string, recurse bool) error + func (ps *ParameterStore) Get(params []string) (r []ssm.Parameter, err error) + func (ps *ParameterStore) GetHistory(param string) (r []ssm.ParameterHistory, err error) + func (ps *ParameterStore) List(path string, recurse bool, lr chan ListResult, quit chan bool) + func (ps *ParameterStore) Move(src, dst string) error + func (ps *ParameterStore) NewParameterStore() error + func (ps *ParameterStore) Put(param *ssm.PutParameterInput) (resp *ssm.PutParameterOutput, err error) + func (ps *ParameterStore) Remove(params []string, recurse bool) (err error) + func (ps *ParameterStore) SetCwd(path string) error