| 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.WellArchitected.Types.LensSummary
Description
Synopsis
- data LensSummary = LensSummary' {}
- newLensSummary :: LensSummary
- lensSummary_createdAt :: Lens' LensSummary (Maybe UTCTime)
- lensSummary_description :: Lens' LensSummary (Maybe Text)
- lensSummary_lensAlias :: Lens' LensSummary (Maybe Text)
- lensSummary_lensArn :: Lens' LensSummary (Maybe Text)
- lensSummary_lensName :: Lens' LensSummary (Maybe Text)
- lensSummary_lensStatus :: Lens' LensSummary (Maybe LensStatus)
- lensSummary_lensType :: Lens' LensSummary (Maybe LensType)
- lensSummary_lensVersion :: Lens' LensSummary (Maybe Text)
- lensSummary_owner :: Lens' LensSummary (Maybe Text)
- lensSummary_updatedAt :: Lens' LensSummary (Maybe UTCTime)
Documentation
data LensSummary Source #
A lens summary of a lens.
See: newLensSummary smart constructor.
Constructors
| LensSummary' | |
Fields
| |
Instances
newLensSummary :: LensSummary Source #
Create a value of LensSummary 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:createdAt:LensSummary', lensSummary_createdAt - Undocumented member.
$sel:description:LensSummary', lensSummary_description - Undocumented member.
$sel:lensAlias:LensSummary', lensSummary_lensAlias - Undocumented member.
$sel:lensArn:LensSummary', lensSummary_lensArn - The ARN of the lens.
$sel:lensName:LensSummary', lensSummary_lensName - Undocumented member.
$sel:lensStatus:LensSummary', lensSummary_lensStatus - The status of the lens.
$sel:lensType:LensSummary', lensSummary_lensType - The type of the lens.
$sel:lensVersion:LensSummary', lensSummary_lensVersion - The version of the lens.
$sel:owner:LensSummary', lensSummary_owner - Undocumented member.
$sel:updatedAt:LensSummary', lensSummary_updatedAt - Undocumented member.
lensSummary_createdAt :: Lens' LensSummary (Maybe UTCTime) Source #
Undocumented member.
lensSummary_description :: Lens' LensSummary (Maybe Text) Source #
Undocumented member.
lensSummary_lensAlias :: Lens' LensSummary (Maybe Text) Source #
Undocumented member.
lensSummary_lensArn :: Lens' LensSummary (Maybe Text) Source #
The ARN of the lens.
lensSummary_lensName :: Lens' LensSummary (Maybe Text) Source #
Undocumented member.
lensSummary_lensStatus :: Lens' LensSummary (Maybe LensStatus) Source #
The status of the lens.
lensSummary_lensType :: Lens' LensSummary (Maybe LensType) Source #
The type of the lens.
lensSummary_lensVersion :: Lens' LensSummary (Maybe Text) Source #
The version of the lens.
lensSummary_owner :: Lens' LensSummary (Maybe Text) Source #
Undocumented member.
lensSummary_updatedAt :: Lens' LensSummary (Maybe UTCTime) Source #
Undocumented member.