Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 showsPrec :: Int -> StackSpecPath -> ShowS # show :: StackSpecPath -> String # showList :: [StackSpecPath] -> ShowS # | |
Eq StackSpecPath Source # | |
Defined in Stackctl.StackSpecPath (==) :: StackSpecPath -> StackSpecPath -> Bool # (/=) :: StackSpecPath -> StackSpecPath -> Bool # |
Fields
stackSpecPathFilePath :: StackSpecPath -> FilePath Source #
Render the (relative) StackSpecPath
Construction
stackSpecPath :: AwsScope -> StackName -> FilePath -> StackSpecPath Source #
stackSpecPathFromFilePath Source #
:: AwsScope | |
-> FilePath | Must be relative, |
-> Either String StackSpecPath |