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