|
|
@@ -38,7 +38,7 @@ type SecretsManager struct {
|
|
|
}
|
|
|
|
|
|
// SMInterface is a subset of the smiface api.
|
|
|
-// see" https://docs.aws.amazon.com/sdk-for-go/api/service/secretsmanager/secretsmanageriface/
|
|
|
+// see: https://docs.aws.amazon.com/sdk-for-go/api/service/secretsmanager/secretsmanageriface/
|
|
|
type SMInterface interface {
|
|
|
GetSecretValue(*awssm.GetSecretValueInput) (*awssm.GetSecretValueOutput, error)
|
|
|
}
|