| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WellArchitected.Types.ChoiceUpdate
Description
Synopsis
- data ChoiceUpdate = ChoiceUpdate' {
- notes :: Maybe Text
- reason :: Maybe ChoiceReason
- status :: ChoiceStatus
- newChoiceUpdate :: ChoiceStatus -> ChoiceUpdate
- choiceUpdate_notes :: Lens' ChoiceUpdate (Maybe Text)
- choiceUpdate_reason :: Lens' ChoiceUpdate (Maybe ChoiceReason)
- choiceUpdate_status :: Lens' ChoiceUpdate ChoiceStatus
Documentation
data ChoiceUpdate Source #
A list of choices to be updated.
See: newChoiceUpdate smart constructor.
Constructors
| ChoiceUpdate' | |
Fields
| |
Instances
Arguments
| :: ChoiceStatus | |
| -> ChoiceUpdate |
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:notes:ChoiceUpdate', choiceUpdate_notes - The notes associated with a choice.
$sel:reason:ChoiceUpdate', choiceUpdate_reason - The reason why a choice is non-applicable to a question in your
workload.
$sel:status:ChoiceUpdate', choiceUpdate_status - The status of a choice.
choiceUpdate_notes :: Lens' ChoiceUpdate (Maybe Text) Source #
The notes associated with a choice.
choiceUpdate_reason :: Lens' ChoiceUpdate (Maybe ChoiceReason) Source #
The reason why a choice is non-applicable to a question in your workload.
choiceUpdate_status :: Lens' ChoiceUpdate ChoiceStatus Source #
The status of a choice.