| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ElastiCacheParameterGroup
Synopsis
- data ElastiCacheParameterGroup = ElastiCacheParameterGroup {}
- elastiCacheParameterGroup :: Val Text -> Val Text -> ElastiCacheParameterGroup
- ecpgCacheParameterGroupFamily :: Lens' ElastiCacheParameterGroup (Val Text)
- ecpgDescription :: Lens' ElastiCacheParameterGroup (Val Text)
- ecpgProperties :: Lens' ElastiCacheParameterGroup (Maybe Object)
Documentation
data ElastiCacheParameterGroup #
Full data type definition for ElastiCacheParameterGroup. See
elastiCacheParameterGroup for a more convenient constructor.
Constructors
| ElastiCacheParameterGroup | |
Instances
| Eq ElastiCacheParameterGroup # | |
Defined in Stratosphere.Resources.ElastiCacheParameterGroup Methods (==) :: ElastiCacheParameterGroup -> ElastiCacheParameterGroup -> Bool # (/=) :: ElastiCacheParameterGroup -> ElastiCacheParameterGroup -> Bool # | |
| Show ElastiCacheParameterGroup # | |
Defined in Stratosphere.Resources.ElastiCacheParameterGroup Methods showsPrec :: Int -> ElastiCacheParameterGroup -> ShowS # show :: ElastiCacheParameterGroup -> String # showList :: [ElastiCacheParameterGroup] -> ShowS # | |
| ToJSON ElastiCacheParameterGroup # | |
Defined in Stratosphere.Resources.ElastiCacheParameterGroup Methods toJSON :: ElastiCacheParameterGroup -> Value # toEncoding :: ElastiCacheParameterGroup -> Encoding # toJSONList :: [ElastiCacheParameterGroup] -> Value # | |
| FromJSON ElastiCacheParameterGroup # | |
Defined in Stratosphere.Resources.ElastiCacheParameterGroup Methods parseJSON :: Value -> Parser ElastiCacheParameterGroup # parseJSONList :: Value -> Parser [ElastiCacheParameterGroup] # | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> ElastiCacheParameterGroup |
Constructor for ElastiCacheParameterGroup containing required fields as
arguments.