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