Documentation ¶ Index ¶ type SSMClient func NewSSMClient() *SSMClient func (client *SSMClient) GetParameterValue(paramName string, decrypt bool) (string, error) func (client *SSMClient) SetParameter(name, value string, overwrite bool) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SSMClient ¶ type SSMClient struct { *ssm.Client } func NewSSMClient ¶ func NewSSMClient() *SSMClient func (*SSMClient) GetParameterValue ¶ func (client *SSMClient) GetParameterValue(paramName string, decrypt bool) (string, error) func (*SSMClient) SetParameter ¶ func (client *SSMClient) SetParameter(name, value string, overwrite bool) error Source Files ¶ View all Source files parameter_store.go Click to show internal directories. Click to hide internal directories.