| 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.Glacier.Types.Grantee
Description
Synopsis
- data Grantee = Grantee' {}
- newGrantee :: Type -> Grantee
- grantee_displayName :: Lens' Grantee (Maybe Text)
- grantee_emailAddress :: Lens' Grantee (Maybe Text)
- grantee_id :: Lens' Grantee (Maybe Text)
- grantee_uri :: Lens' Grantee (Maybe Text)
- grantee_type :: Lens' Grantee Type
Documentation
Contains information about the grantee.
See: newGrantee smart constructor.
Constructors
| Grantee' | |
Instances
Create a value of Grantee 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:displayName:Grantee', grantee_displayName - Screen name of the grantee.
$sel:emailAddress:Grantee', grantee_emailAddress - Email address of the grantee.
$sel:id:Grantee', grantee_id - The canonical user ID of the grantee.
$sel:uri:Grantee', grantee_uri - URI of the grantee group.
$sel:type':Grantee', grantee_type - Type of grantee