| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Stackctl.StackSpecPath
Contents
Synopsis
- data StackSpecPath
- stackSpecPathAccountId :: StackSpecPath -> AccountId
- stackSpecPathAccountName :: StackSpecPath -> Text
- stackSpecPathRegion :: StackSpecPath -> Region
- stackSpecPathStackName :: StackSpecPath -> StackName
- stackSpecPathBasePath :: StackSpecPath -> FilePath
- stackSpecPathFilePath :: StackSpecPath -> FilePath
- stackSpecPath :: AwsScope -> StackName -> FilePath -> StackSpecPath
- stackSpecPathFromFilePath :: AwsScope -> FilePath -> Either String StackSpecPath
Documentation
data StackSpecPath Source #
Instances
| Show StackSpecPath Source # | |
Defined in Stackctl.StackSpecPath Methods showsPrec :: Int -> StackSpecPath -> ShowS # show :: StackSpecPath -> String # showList :: [StackSpecPath] -> ShowS # | |
| Eq StackSpecPath Source # | |
Defined in Stackctl.StackSpecPath Methods (==) :: StackSpecPath -> StackSpecPath -> Bool # (/=) :: StackSpecPath -> StackSpecPath -> Bool # | |
Fields
stackSpecPathFilePath :: StackSpecPath -> FilePath Source #
Render the (relative) StackSpecPath
Construction
stackSpecPath :: AwsScope -> StackName -> FilePath -> StackSpecPath Source #
stackSpecPathFromFilePath Source #
Arguments
| :: AwsScope | |
| -> FilePath | Must be relative, |
| -> Either String StackSpecPath |