| 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.Lens
Description
Synopsis
- data Lens = Lens' {}
- newLens :: Lens
- lens_description :: Lens' Lens (Maybe Text)
- lens_lensArn :: Lens' Lens (Maybe Text)
- lens_lensVersion :: Lens' Lens (Maybe Text)
- lens_name :: Lens' Lens (Maybe Text)
- lens_owner :: Lens' Lens (Maybe Text)
- lens_shareInvitationId :: Lens' Lens (Maybe Text)
- lens_tags :: Lens' Lens (Maybe (HashMap Text Text))
Documentation
A lens return object.
See: newLens smart constructor.
Constructors
| Lens' | |
Fields
| |
Instances
Create a value of Lens 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:description:Lens', lens_description - Undocumented member.
$sel:lensArn:Lens', lens_lensArn - The ARN of a lens.
$sel:lensVersion:Lens', lens_lensVersion - The version of a lens.
$sel:name:Lens', lens_name - Undocumented member.
$sel:owner:Lens', lens_owner - The Amazon Web Services account ID that owns the lens.
$sel:shareInvitationId:Lens', lens_shareInvitationId - The ID assigned to the share invitation.
$sel:tags:Lens', lens_tags - The tags assigned to the lens.