Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface {
GetSecretValue(
ctx context.Context,
params *secretsmanager.GetSecretValueInput,
optFns ...func(*secretsmanager.Options),
) (*secretsmanager.GetSecretValueOutput, error)
PutSecretValue(
ctx context.Context,
params *secretsmanager.PutSecretValueInput,
optFns ...func(*secretsmanager.Options),
) (*secretsmanager.PutSecretValueOutput, error)
}
API is the subset of the Secrets Manager client used by this package.
Click to show internal directories.
Click to hide internal directories.