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 SolutionVersionSummary = SolutionVersionSummary' {}
- newSolutionVersionSummary :: SolutionVersionSummary
- solutionVersionSummary_failureReason :: Lens' SolutionVersionSummary (Maybe Text)
- solutionVersionSummary_status :: Lens' SolutionVersionSummary (Maybe Text)
- solutionVersionSummary_lastUpdatedDateTime :: Lens' SolutionVersionSummary (Maybe UTCTime)
- solutionVersionSummary_creationDateTime :: Lens' SolutionVersionSummary (Maybe UTCTime)
- solutionVersionSummary_solutionVersionArn :: Lens' SolutionVersionSummary (Maybe Text)
Documentation
data SolutionVersionSummary Source #
Provides a summary of the properties of a solution version. For a complete listing, call the DescribeSolutionVersion API.
See: newSolutionVersionSummary
smart constructor.
SolutionVersionSummary' | |
|
Instances
newSolutionVersionSummary :: SolutionVersionSummary Source #
Create a value of SolutionVersionSummary
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:failureReason:SolutionVersionSummary'
, solutionVersionSummary_failureReason
- If a solution version fails, the reason behind the failure.
$sel:status:SolutionVersionSummary'
, solutionVersionSummary_status
- The status of the solution version.
A solution version can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
$sel:lastUpdatedDateTime:SolutionVersionSummary'
, solutionVersionSummary_lastUpdatedDateTime
- The date and time (in Unix time) that the solution version was last
updated.
$sel:creationDateTime:SolutionVersionSummary'
, solutionVersionSummary_creationDateTime
- The date and time (in Unix time) that this version of a solution was
created.
$sel:solutionVersionArn:SolutionVersionSummary'
, solutionVersionSummary_solutionVersionArn
- The Amazon Resource Name (ARN) of the solution version.
solutionVersionSummary_failureReason :: Lens' SolutionVersionSummary (Maybe Text) Source #
If a solution version fails, the reason behind the failure.
solutionVersionSummary_status :: Lens' SolutionVersionSummary (Maybe Text) Source #
The status of the solution version.
A solution version can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
solutionVersionSummary_lastUpdatedDateTime :: Lens' SolutionVersionSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the solution version was last updated.
solutionVersionSummary_creationDateTime :: Lens' SolutionVersionSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that this version of a solution was created.
solutionVersionSummary_solutionVersionArn :: Lens' SolutionVersionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the solution version.