Versions in this module Expand all Collapse all v0 v0.1.0 Mar 12, 2023 Changes in this version + const ProviderKey + func NewProvider(o *provider.Options) (provider.Interface, error) + func Sessions(region string, debug bool) (*session.Session, error) + type Client struct + func (s *Client) GetValue(name string) (string, error) + func (s *Client) GetValueTree(prefix string) (map[string]string, error) + func (s *Client) SetValue(key, value string) error