| 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.WorkMail.Types.Group
Description
Synopsis
Documentation
The representation of an WorkMail group.
See: newGroup smart constructor.
Constructors
| Group' | |
Fields
| |
Instances
Create a value of Group 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:disabledDate:Group', group_disabledDate - The date indicating when the group was disabled from WorkMail use.
$sel:email:Group', group_email - The email of the group.
$sel:enabledDate:Group', group_enabledDate - The date indicating when the group was enabled for WorkMail use.
$sel:id:Group', group_id - The identifier of the group.
$sel:name:Group', group_name - The name of the group.
$sel:state:Group', group_state - The state of the group, which can be ENABLED, DISABLED, or DELETED.
group_disabledDate :: Lens' Group (Maybe UTCTime) Source #
The date indicating when the group was disabled from WorkMail use.
group_enabledDate :: Lens' Group (Maybe UTCTime) Source #
The date indicating when the group was enabled for WorkMail use.
group_state :: Lens' Group (Maybe EntityState) Source #
The state of the group, which can be ENABLED, DISABLED, or DELETED.