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
- data GroupInformation = GroupInformation' {}
- newGroupInformation :: GroupInformation
- groupInformation_latestVersionArn :: Lens' GroupInformation (Maybe Text)
- groupInformation_arn :: Lens' GroupInformation (Maybe Text)
- groupInformation_name :: Lens' GroupInformation (Maybe Text)
- groupInformation_creationTimestamp :: Lens' GroupInformation (Maybe Text)
- groupInformation_id :: Lens' GroupInformation (Maybe Text)
- groupInformation_latestVersion :: Lens' GroupInformation (Maybe Text)
- groupInformation_lastUpdatedTimestamp :: Lens' GroupInformation (Maybe Text)
Documentation
data GroupInformation Source #
Information about a group.
See: newGroupInformation
smart constructor.
GroupInformation' | |
|
Instances
newGroupInformation :: GroupInformation Source #
Create a value of GroupInformation
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:latestVersionArn:GroupInformation'
, groupInformation_latestVersionArn
- The ARN of the latest version associated with the group.
$sel:arn:GroupInformation'
, groupInformation_arn
- The ARN of the group.
$sel:name:GroupInformation'
, groupInformation_name
- The name of the group.
$sel:creationTimestamp:GroupInformation'
, groupInformation_creationTimestamp
- The time, in milliseconds since the epoch, when the group was created.
$sel:id:GroupInformation'
, groupInformation_id
- The ID of the group.
$sel:latestVersion:GroupInformation'
, groupInformation_latestVersion
- The ID of the latest version associated with the group.
$sel:lastUpdatedTimestamp:GroupInformation'
, groupInformation_lastUpdatedTimestamp
- The time, in milliseconds since the epoch, when the group was last
updated.
groupInformation_latestVersionArn :: Lens' GroupInformation (Maybe Text) Source #
The ARN of the latest version associated with the group.
groupInformation_arn :: Lens' GroupInformation (Maybe Text) Source #
The ARN of the group.
groupInformation_name :: Lens' GroupInformation (Maybe Text) Source #
The name of the group.
groupInformation_creationTimestamp :: Lens' GroupInformation (Maybe Text) Source #
The time, in milliseconds since the epoch, when the group was created.
groupInformation_id :: Lens' GroupInformation (Maybe Text) Source #
The ID of the group.
groupInformation_latestVersion :: Lens' GroupInformation (Maybe Text) Source #
The ID of the latest version associated with the group.
groupInformation_lastUpdatedTimestamp :: Lens' GroupInformation (Maybe Text) Source #
The time, in milliseconds since the epoch, when the group was last updated.