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