amazonka-wellarchitected-2.0: Amazon Well-Architected Tool 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.WellArchitected.Types.QuestionDifference

Description

 
Synopsis

Documentation

data QuestionDifference Source #

A question difference return object.

See: newQuestionDifference smart constructor.

Constructors

QuestionDifference' 

Fields

Instances

Instances details
FromJSON QuestionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.QuestionDifference

Generic QuestionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.QuestionDifference

Associated Types

type Rep QuestionDifference :: Type -> Type #

Read QuestionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.QuestionDifference

Show QuestionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.QuestionDifference

NFData QuestionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.QuestionDifference

Methods

rnf :: QuestionDifference -> () #

Eq QuestionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.QuestionDifference

Hashable QuestionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.QuestionDifference

type Rep QuestionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.QuestionDifference

type Rep QuestionDifference = D1 ('MetaData "QuestionDifference" "Amazonka.WellArchitected.Types.QuestionDifference" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "QuestionDifference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "differenceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DifferenceStatus)) :*: (S1 ('MetaSel ('Just "questionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "questionTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newQuestionDifference :: QuestionDifference Source #

Create a value of QuestionDifference 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:differenceStatus:QuestionDifference', questionDifference_differenceStatus - Indicates the type of change to the question.

$sel:questionId:QuestionDifference', questionDifference_questionId - Undocumented member.

$sel:questionTitle:QuestionDifference', questionDifference_questionTitle - Undocumented member.