amazonka-config-2.0: Amazon Config SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Config.Types.ResourceEvaluation

Description

 
Synopsis

Documentation

data ResourceEvaluation Source #

Returns details of a resource evaluation.

See: newResourceEvaluation smart constructor.

Constructors

ResourceEvaluation' 

Fields

Instances

Instances details
FromJSON ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

Generic ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

Associated Types

type Rep ResourceEvaluation :: Type -> Type #

Read ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

Show ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

NFData ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

Methods

rnf :: ResourceEvaluation -> () #

Eq ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

Hashable ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

type Rep ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

type Rep ResourceEvaluation = D1 ('MetaData "ResourceEvaluation" "Amazonka.Config.Types.ResourceEvaluation" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ResourceEvaluation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationMode)) :*: (S1 ('MetaSel ('Just "evaluationStartTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resourceEvaluationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResourceEvaluation :: ResourceEvaluation Source #

Create a value of ResourceEvaluation 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:evaluationMode:ResourceEvaluation', resourceEvaluation_evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.

$sel:evaluationStartTimestamp:ResourceEvaluation', resourceEvaluation_evaluationStartTimestamp - The starting time of an execution.

$sel:resourceEvaluationId:ResourceEvaluation', resourceEvaluation_resourceEvaluationId - The ResourceEvaluationId of a evaluation.

resourceEvaluation_evaluationMode :: Lens' ResourceEvaluation (Maybe EvaluationMode) Source #

The mode of an evaluation. The valid values are Detective or Proactive.

resourceEvaluation_resourceEvaluationId :: Lens' ResourceEvaluation (Maybe Text) Source #

The ResourceEvaluationId of a evaluation.