libZSservicesZSamazonka-greengrassZSamazonka-greengrass
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Greengrass.Types.GroupInformation

Description

 
Synopsis

Documentation

data GroupInformation Source #

Information about a group.

See: newGroupInformation smart constructor.

Constructors

GroupInformation' 

Fields

Instances

Instances details
Eq GroupInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.GroupInformation

Read GroupInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.GroupInformation

Show GroupInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.GroupInformation

Generic GroupInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.GroupInformation

Associated Types

type Rep GroupInformation :: Type -> Type #

NFData GroupInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.GroupInformation

Methods

rnf :: GroupInformation -> () #

Hashable GroupInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.GroupInformation

FromJSON GroupInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.GroupInformation

type Rep GroupInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.GroupInformation

type Rep GroupInformation = D1 ('MetaData "GroupInformation" "Amazonka.Greengrass.Types.GroupInformation" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "GroupInformation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "latestVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "latestVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_creationTimestamp :: Lens' GroupInformation (Maybe Text) Source #

The time, in milliseconds since the epoch, when the group was created.

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.