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