Versions in this module Expand all Collapse all v0 v0.1.0 Dec 29, 2022 Changes in this version + type Client struct + func New() (*Client, error) + func NewWithSSMClient(c ssmiface.SSMAPI) (*Client, error) + func (c *Client) GetParameterValue(key string) (string, error)