libZSservicesZSamazonka-detectiveZSamazonka-detective
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Detective.Types.Graph

Description

 
Synopsis

Documentation

data Graph Source #

A behavior graph in Detective.

See: newGraph smart constructor.

Constructors

Graph' 

Fields

  • arn :: Maybe Text

    The ARN of the behavior graph.

  • createdTime :: Maybe POSIX

    The date and time that the behavior graph was created. The value is in milliseconds since the epoch.

Instances

Instances details
Eq Graph Source # 
Instance details

Defined in Amazonka.Detective.Types.Graph

Methods

(==) :: Graph -> Graph -> Bool #

(/=) :: Graph -> Graph -> Bool #

Read Graph Source # 
Instance details

Defined in Amazonka.Detective.Types.Graph

Show Graph Source # 
Instance details

Defined in Amazonka.Detective.Types.Graph

Methods

showsPrec :: Int -> Graph -> ShowS #

show :: Graph -> String #

showList :: [Graph] -> ShowS #

Generic Graph Source # 
Instance details

Defined in Amazonka.Detective.Types.Graph

Associated Types

type Rep Graph :: Type -> Type #

Methods

from :: Graph -> Rep Graph x #

to :: Rep Graph x -> Graph #

NFData Graph Source # 
Instance details

Defined in Amazonka.Detective.Types.Graph

Methods

rnf :: Graph -> () #

Hashable Graph Source # 
Instance details

Defined in Amazonka.Detective.Types.Graph

Methods

hashWithSalt :: Int -> Graph -> Int #

hash :: Graph -> Int #

FromJSON Graph Source # 
Instance details

Defined in Amazonka.Detective.Types.Graph

type Rep Graph Source # 
Instance details

Defined in Amazonka.Detective.Types.Graph

type Rep Graph = D1 ('MetaData "Graph" "Amazonka.Detective.Types.Graph" "libZSservicesZSamazonka-detectiveZSamazonka-detective" 'False) (C1 ('MetaCons "Graph'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newGraph :: Graph Source #

Create a value of Graph with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Graph', graph_arn - The ARN of the behavior graph.

$sel:createdTime:Graph', graph_createdTime - The date and time that the behavior graph was created. The value is in milliseconds since the epoch.

graph_arn :: Lens' Graph (Maybe Text) Source #

The ARN of the behavior graph.

graph_createdTime :: Lens' Graph (Maybe UTCTime) Source #

The date and time that the behavior graph was created. The value is in milliseconds since the epoch.