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