Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data PillarDifference = PillarDifference' {}
- newPillarDifference :: PillarDifference
- pillarDifference_pillarId :: Lens' PillarDifference (Maybe Text)
- pillarDifference_questionDifferences :: Lens' PillarDifference (Maybe [QuestionDifference])
- pillarDifference_differenceStatus :: Lens' PillarDifference (Maybe DifferenceStatus)
Documentation
data PillarDifference Source #
A pillar difference return object.
See: newPillarDifference
smart constructor.
PillarDifference' | |
|
Instances
newPillarDifference :: PillarDifference Source #
Create a value of PillarDifference
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:pillarId:PillarDifference'
, pillarDifference_pillarId
- Undocumented member.
$sel:questionDifferences:PillarDifference'
, pillarDifference_questionDifferences
- List of question differences.
$sel:differenceStatus:PillarDifference'
, pillarDifference_differenceStatus
- Indicates the type of change to the pillar.
pillarDifference_pillarId :: Lens' PillarDifference (Maybe Text) Source #
Undocumented member.
pillarDifference_questionDifferences :: Lens' PillarDifference (Maybe [QuestionDifference]) Source #
List of question differences.
pillarDifference_differenceStatus :: Lens' PillarDifference (Maybe DifferenceStatus) Source #
Indicates the type of change to the pillar.