amazonka-lookoutequipment-2.0: Amazon Lookout for Equipment SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LookoutEquipment.Types.LabelGroupSummary

Description

 
Synopsis

Documentation

data LabelGroupSummary Source #

Contains information about the label group.

See: newLabelGroupSummary smart constructor.

Constructors

LabelGroupSummary' 

Fields

Instances

Instances details
FromJSON LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

Generic LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

Associated Types

type Rep LabelGroupSummary :: Type -> Type #

Read LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

Show LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

NFData LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

Methods

rnf :: LabelGroupSummary -> () #

Eq LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

Hashable LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

type Rep LabelGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelGroupSummary

type Rep LabelGroupSummary = D1 ('MetaData "LabelGroupSummary" "Amazonka.LookoutEquipment.Types.LabelGroupSummary" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "LabelGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "labelGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newLabelGroupSummary :: LabelGroupSummary Source #

Create a value of LabelGroupSummary 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:createdAt:LabelGroupSummary', labelGroupSummary_createdAt - The time at which the label group was created.

$sel:labelGroupArn:LabelGroupSummary', labelGroupSummary_labelGroupArn - The ARN of the label group.

$sel:labelGroupName:LabelGroupSummary', labelGroupSummary_labelGroupName - The name of the label group.

$sel:updatedAt:LabelGroupSummary', labelGroupSummary_updatedAt - The time at which the label group was updated.

labelGroupSummary_createdAt :: Lens' LabelGroupSummary (Maybe UTCTime) Source #

The time at which the label group was created.

labelGroupSummary_updatedAt :: Lens' LabelGroupSummary (Maybe UTCTime) Source #

The time at which the label group was updated.