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 Outcome = Outcome' {
- lastUpdatedTime :: Maybe Text
- arn :: Maybe Text
- createdTime :: Maybe Text
- name :: Maybe Text
- description :: Maybe Text
- newOutcome :: Outcome
- outcome_lastUpdatedTime :: Lens' Outcome (Maybe Text)
- outcome_arn :: Lens' Outcome (Maybe Text)
- outcome_createdTime :: Lens' Outcome (Maybe Text)
- outcome_name :: Lens' Outcome (Maybe Text)
- outcome_description :: Lens' Outcome (Maybe Text)
Documentation
The outcome.
See: newOutcome
smart constructor.
Outcome' | |
|
Instances
newOutcome :: Outcome Source #
Create a value of Outcome
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:lastUpdatedTime:Outcome'
, outcome_lastUpdatedTime
- The timestamp when the outcome was last updated.
$sel:arn:Outcome'
, outcome_arn
- The outcome ARN.
$sel:createdTime:Outcome'
, outcome_createdTime
- The timestamp when the outcome was created.
$sel:name:Outcome'
, outcome_name
- The outcome name.
$sel:description:Outcome'
, outcome_description
- The outcome description.
outcome_lastUpdatedTime :: Lens' Outcome (Maybe Text) Source #
The timestamp when the outcome was last updated.