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 ChoiceUpdate = ChoiceUpdate' {
- reason :: Maybe ChoiceReason
- notes :: Maybe Text
- status :: ChoiceStatus
- newChoiceUpdate :: ChoiceStatus -> ChoiceUpdate
- choiceUpdate_reason :: Lens' ChoiceUpdate (Maybe ChoiceReason)
- choiceUpdate_notes :: Lens' ChoiceUpdate (Maybe Text)
- choiceUpdate_status :: Lens' ChoiceUpdate ChoiceStatus
Documentation
data ChoiceUpdate Source #
A list of choices to be updated.
See: newChoiceUpdate
smart constructor.
ChoiceUpdate' | |
|
Instances
Create a value of ChoiceUpdate
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:reason:ChoiceUpdate'
, choiceUpdate_reason
- The reason why a choice is non-applicable to a question in your
workload.
$sel:notes:ChoiceUpdate'
, choiceUpdate_notes
- The notes associated with a choice.
$sel:status:ChoiceUpdate'
, choiceUpdate_status
- The status of a choice.
choiceUpdate_reason :: Lens' ChoiceUpdate (Maybe ChoiceReason) Source #
The reason why a choice is non-applicable to a question in your workload.
choiceUpdate_notes :: Lens' ChoiceUpdate (Maybe Text) Source #
The notes associated with a choice.
choiceUpdate_status :: Lens' ChoiceUpdate ChoiceStatus Source #
The status of a choice.