Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
This library uses the AWS Command Line Interface. By default, this is
expected to be found as an executable called "aws" on the binary PATH.
This can be customized using setAwsCli
.
Synopsis
- data SecretsConfig
- secretsConfig :: AwsRegion -> SecretsConfig
- newtype AwsRegion = AwsRegion Text
- getAwsRegion :: SecretsConfig -> AwsRegion
- getAwsRegionText :: AwsRegion -> Text
- getAwsCli :: SecretsConfig -> AwsCli
- setAwsCli :: AwsCli -> SecretsConfig -> SecretsConfig
- newtype AwsCli = AwsCli FilePath
- getAwsCliFilePath :: AwsCli -> FilePath
Documentation
data SecretsConfig Source #
Region
getAwsRegionText :: AwsRegion -> Text Source #
AWS command-line tool
getAwsCli :: SecretsConfig -> AwsCli Source #
setAwsCli :: AwsCli -> SecretsConfig -> SecretsConfig Source #
getAwsCliFilePath :: AwsCli -> FilePath Source #