libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WellArchitected.Types.ChoiceUpdate

Description

 
Synopsis

Documentation

data ChoiceUpdate Source #

A list of choices to be updated.

See: newChoiceUpdate smart constructor.

Constructors

ChoiceUpdate' 

Fields

Instances

Instances details
Eq ChoiceUpdate Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceUpdate

Read ChoiceUpdate Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceUpdate

Show ChoiceUpdate Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceUpdate

Generic ChoiceUpdate Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceUpdate

Associated Types

type Rep ChoiceUpdate :: Type -> Type #

NFData ChoiceUpdate Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceUpdate

Methods

rnf :: ChoiceUpdate -> () #

Hashable ChoiceUpdate Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceUpdate

ToJSON ChoiceUpdate Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceUpdate

type Rep ChoiceUpdate Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceUpdate

type Rep ChoiceUpdate = D1 ('MetaData "ChoiceUpdate" "Amazonka.WellArchitected.Types.ChoiceUpdate" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ChoiceUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChoiceReason)) :*: (S1 ('MetaSel ('Just "notes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChoiceStatus))))

newChoiceUpdate Source #

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.