Versions in this module Expand all Collapse all v0 v0.1.0 Sep 12, 2024 Changes in this version + func ReplacedEnv(ctx context.Context, cli ssmClient, envs []string) (map[string]string, error) + type GetParametersError struct + Cause error + func (e GetParametersError) Error() string + func (e GetParametersError) Unwrap() error + type InvalidEnvVarFormatError struct + OriginalEnvVar string + func (e InvalidEnvVarFormatError) Error() string + type InvalidParametersError struct + InvalidParameters []string + func (e InvalidParametersError) Error() string + type NullParameterError struct + func (e NullParameterError) Error() string + type ParameterNotFoundError struct + Key string + func (e ParameterNotFoundError) Error() string