method IAwsSecretsClient.putSecretValue IAwsSecretsClient.putSecretValue(secretId: string,value: string): Promise<void> Stores a new value for a secret. Parameters secretId: string The AWS Secrets Manager secret id value: string The new secret value Return Type Promise<void>