| 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.Kafka.Types.StateInfo
Description
Synopsis
- data StateInfo = StateInfo' {}
- newStateInfo :: StateInfo
- stateInfo_code :: Lens' StateInfo (Maybe Text)
- stateInfo_message :: Lens' StateInfo (Maybe Text)
Documentation
See: newStateInfo smart constructor.
Instances
| FromJSON StateInfo Source # | |
| Generic StateInfo Source # | |
| Read StateInfo Source # | |
| Show StateInfo Source # | |
| NFData StateInfo Source # | |
Defined in Amazonka.Kafka.Types.StateInfo | |
| Eq StateInfo Source # | |
| Hashable StateInfo Source # | |
Defined in Amazonka.Kafka.Types.StateInfo | |
| type Rep StateInfo Source # | |
Defined in Amazonka.Kafka.Types.StateInfo type Rep StateInfo = D1 ('MetaData "StateInfo" "Amazonka.Kafka.Types.StateInfo" "amazonka-kafka-2.0-Go9aKmtSH8zJub8xGjzkib" 'False) (C1 ('MetaCons "StateInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
newStateInfo :: StateInfo Source #
Create a value of StateInfo 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:code:StateInfo', stateInfo_code - Undocumented member.
$sel:message:StateInfo', stateInfo_message - Undocumented member.