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 SolutionSummary = SolutionSummary' {}
- newSolutionSummary :: SolutionSummary
- solutionSummary_solutionArn :: Lens' SolutionSummary (Maybe Text)
- solutionSummary_status :: Lens' SolutionSummary (Maybe Text)
- solutionSummary_lastUpdatedDateTime :: Lens' SolutionSummary (Maybe UTCTime)
- solutionSummary_name :: Lens' SolutionSummary (Maybe Text)
- solutionSummary_creationDateTime :: Lens' SolutionSummary (Maybe UTCTime)
Documentation
data SolutionSummary Source #
Provides a summary of the properties of a solution. For a complete listing, call the DescribeSolution API.
See: newSolutionSummary
smart constructor.
SolutionSummary' | |
|
Instances
newSolutionSummary :: SolutionSummary Source #
Create a value of SolutionSummary
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:solutionArn:SolutionSummary'
, solutionSummary_solutionArn
- The Amazon Resource Name (ARN) of the solution.
$sel:status:SolutionSummary'
, solutionSummary_status
- The status of the solution.
A solution can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
$sel:lastUpdatedDateTime:SolutionSummary'
, solutionSummary_lastUpdatedDateTime
- The date and time (in Unix time) that the solution was last updated.
$sel:name:SolutionSummary'
, solutionSummary_name
- The name of the solution.
$sel:creationDateTime:SolutionSummary'
, solutionSummary_creationDateTime
- The date and time (in Unix time) that the solution was created.
solutionSummary_solutionArn :: Lens' SolutionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the solution.
solutionSummary_status :: Lens' SolutionSummary (Maybe Text) Source #
The status of the solution.
A solution can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
solutionSummary_lastUpdatedDateTime :: Lens' SolutionSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the solution was last updated.
solutionSummary_name :: Lens' SolutionSummary (Maybe Text) Source #
The name of the solution.
solutionSummary_creationDateTime :: Lens' SolutionSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the solution was created.